Problem : my /etc/aliases (ubuntu 12.04 lts) already contains some aliases redirecting to root: postmaster: root clamav: root monit: root […]
Tag: alias
Ubuntu clears Alias after closing the terminal’s window
Problem : When I defined some aliases on Ubuntu vivid(15.04) via the terminal, it clears all aliases after I close […]
Gnome terminal new tab behavior
Problem : I have an alias for cd command that does some additional logic before running actual cd (if you […]
Linux Bash alias: Why does it says -xvzf not found
Problem : I have used mkalias suggested here How to store a Unix alias? by typing mkalias untar “tar -xvzf” […]
Is this alias any useful?
Problem : I am going through and old .cshrc file and it contains the following alias: alias pwd ‘echo $cwd’ […]
Command to search programs in Linux
Problem : Do you have any easy idea to define some alias in .bashrc for finding some command that you […]
Linux: How to automatically detect display and set up default editor accordingly
Problem : I am relatively new to linux. I am connecting to a remote linux machine sometimes via telnet and […]
Linux: aliases when using `screen`
Problem : I’m using screen, and I have several aliases in my ~/.bash_profile, for example python=python-2.6. But for some reasons […]
Space in doskey/alias for windows?
QUESTION : I try to run Laravel’s Artisan command inside the (docker) container by defining a doskey alias. My idea […]
Alias for recursive case insensitive search in current directory
Problem : How do I set an alias, such as “mysearch”, which will search for a string recursively in the […]