Posts
From Zero to Hero in Linux
From zero to hero in Linux is a tutorial to learn the command line and basic Linux commands.
Regular Expressions Tutorial Regex Heaven
This is a regular expressions tutorial…regex heaven.
Redirect stdout and stderr in bash
This is how to redirect stdout and stderr in bash.
Linux execute many commands in one line
Execute many commands in one line in Linux
Execute a Script in a Different Directory in Linux
Follow this to execute a script in a different directory in Linux.
Windows 10 to Ubuntu VirtualBox Shared Folder
Follow this process to transfer files from Windows 10 to Ubuntu in VirtualBox.
Generate a Random Number with Linux and Bash
Follow this tutorial to generate a random number with Linux and Bash.
Crontab with Selenium and Chrome Driver
This is how to setup a crontab with Selenium and Chrome Driver
Automating Tasks with Crontab
Automating tasks with crontab can save you hours of work. This is a short tutorial about cron jobs.
Ubuntu Wifi Network Disconnected After Sleep
Ubuntu Wifi disconnected after sleep. This is how I fixed this problem.
Disable Touchscreen on Ubuntu
Follow this process to disable touchscreen on Ubuntu.
Test Your Site Before It Goes Live
This is a very interesting tool to preview your site before it goes live.
Bash Script Tutorial
In this bash script tutorial you will learn the basics to create bash scripts.
From Wordpress to Pelican Python
I recently moved from Wordpress to Pelican Python. Pelican is a static generator based on Python.
Go to the Previous Directory in Vim
When I open a file and I am done with it. I often want to go back to the previous directory. I usually do a
:w
and then:q
.