echo "alias ?='ls -ltr'" >> ~/.bashrc
echo "alias .='ls -pwd'" >> ~/.bashrc
gsettings set org.gnome.desktop.wm.preferences button-layout ':minimize,maximize,close'
xbacklight -set 10
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
gsettings set com.canonical.desktop.interface scrollbar-mode normal
21 April
Adding command alias to Ubuntu
Alias command provides user to user simple shortcut keys in the console instead of lengither commands. For example, you may use '?' instead of 'ls -ltr'.
Command alias provide faster actions in console.
What you have to do is to add your alias definitions to ~/.bashrc file.
alias ?='ls -ltr'
alias .='pwd'
alias g='gvim'
alias gd='gvim -d'
Command alias provide faster actions in console.
What you have to do is to add your alias definitions to ~/.bashrc file.
alias ?='ls -ltr'
alias .='pwd'
alias g='gvim'
alias gd='gvim -d'
Subscribe to:
Posts (Atom)
Beyond Toughness: Why Your Car's Brain Needs AEC-Q100 AND ASIL-B
AEC-Q100 vs. ASIL-B: Quality Meets Safety In the era of autonomous driving and electric vehicles, the electron...
-
This will create a certification file and send to free certification authority " https://certbot.eff.org " sponsored by linux foun...
-
Annual Technical Conference 2006 of IET-YMS Sri Lanka, 16 th October 2010 Department of Electrical and Information Engineering, University ...
-
Installing MPICH2 parallel computing from package manager or Ubuntu software center, will need lot configurations of available real processo...