Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The HISTORY command in bash lets you see the last 1000 commands issued at the terminal. By default, this list does not contain timestamps for the commands you’ve issued. To enable timestamps, issue the following at the terminal: echo ‘HISTTIMEFORMAT=”%d/%m/%y…
Windows Subsystem for Linux (WSL) let’s you do a lot of interesting stuff inside Windows, biggest of which is installing Linux applications. We’ll look into installing MariaDB on Ubuntu running inside WSL. Before we start, make sure you have WSL…
The Windows anniversary update is finally out, this is good news. This means the new Windows Subsystem for Linux aka BASH is now available for non-Windows Insider users. Before you start, you need to make sure that you are updated to…