Sometimes I need a shortcut to make things a bit faster. There are also situations where my memory needs a helping hand with the litany of commands I use throughout the week. That's why I often turn ...
Using bash aliases in Linux can save time and having to remember complex commands - and it can be fun, too. Want to get work done a little faster, spend less time remembering commands and maybe even ...
Setting up aliases on Linux systems can save you a lot of time and trouble on the command line. This post shows how to set up and manage aliases and provides a number of examples on how and why to use ...
When spending most of your day around bash shell, it is not uncommon to waste time typing the same commands over and over again. This is pretty close to the definition of insanity. Luckily, bash gives ...
I added alias to .bash_profile file.<BR>alias mysqlcon="mysql -h localhost -u user -ppass pic"<BR><BR>Why each time I reboot the computer I have to do . .bash_profile? When I do this, the alias works.
Sometimes, a GUI app isn't enough.