Bash Bash script to Switch PHP Versions in Ubuntu I found myself constantly needing to switch PHP versions in my development environment based on the projects I work on. I wanted to have a simple way to switch php
Bash My Favorite Bash aliases that increases productivity Intoduction I have been using Linux (Ubuntu) well over a decade and I fell in love with command line interface which gives you more control and power over the system.
Bash how to migrate from one ubuntu machine to another Step 1: Gather details on packages installed on the source machine To get the list of all packages installed on the machine. The following command can be used. This one
Bash Split and Merge file using dd command dd command is one of the powerful utility in Linux and should be in every hacker's arsenal. dd command is used to manipulate binary files directly. dd is the tool
Bash Open VPN config file split and merge I am a big fan of OpenVPN and I use OpenVPN for both work and personal purposes. Using VPN is an integral part for me as I rely on it
Bash Delete stale files by last accessed time and created time (Bash) I implemented file based caching on one of my projects to cache large number of responses which are CPU and memory intensive. The file caching worked as a charm at
Technology Google Drive upload bash script I was looking for a simple command line script to upload files to Google drive and I stumbled upon gdrive a command line utility to manage files in google drive.