Tag: howto
All the articles with the tag "howto".
Creating private forks of a GitHub repository
Sometimes it may be useful or needed to have a private repository on GitHub which is a fork (or just a mirror) of a public repository.
Remote capture of BLE packets with Wireshark
This post explains how to use Open Source tools for capturing Bluetooth Low Energy packets on a remote Linux host and display them in real-time on Wireshark.
Running Kismet on a Raspberry Pi
This post describes how to install Kismet on a Linux host, then use the program to perform some "network intelligence".
Sniffing Bluetooth Low Energy packets on Linux
This post explains how to capture Bluetooth Low Energy packets using Open Source tools.
Writing my first Angular.js application
This article explains how to install and create a simple Angular.js application.
Deploying WordPress and MySQL with Persistent Volumes on GKE
This article explains how to set up a single-replica WordPress deployment and a single-replica MySQL database on your Kubernetes cluster on the Google Cloud…
Deploying a Node.JS application on Kubernetes using Jenkins X
This article explains how to deploy a simple Node.JS application on a Kubernetes cluster using Jenkins X.
Installing Jenkins X on Google Cloud Platform
Here are my notes while deploying Jenkins X on a Kubernetes cluster on GCP.
Syncing minikube configuration with Cygwin
I have Cygwin64 installed on my laptop which is running Windows 7 and I use both Windows CMD as well as Cygwin bash.
Transferring files to an embedded target without scp
If you have a tiny embedded system which does not include the scp tool, you may use the nc tool and achieve the same results.