# Current file has been written by Edmund Laugasson # E-mail: edmund.laugasson@itcollege.ee # # Current file can be shared by Creative Commons Attribution-Share Alike # http://creativecommons.org/licenses/by-sa/3.0/ # alias u='sudo apt update && sudo apt full-upgrade' alias k='sudo ldconfig && sudo dpkg --configure -a && sudo apt-get clean' alias i='sudo apt install' alias o='sudo apt search' alias n='sudo apt show' alias e='sudo apt purge' alias ae='sudo apt purge --auto-remove' alias p='sudo apt-cache policy' alias f='sudo apt install -f' # sudo wget -qO /usr/local/bin/shellshare.py https://get.shellshare.net alias shellshare='python3 /usr/local/bin/shellshare.py' alias clean='sudo rm -f /root/.local/share/mc/history /home/student/.local/share/mc/history /root/.local/share/recently-used.xbel /home/student/.local/share/recently-used.xbel /home/student/.xsession-errors*; sudo find /var/log -type f -delete && cat /dev/null > ~/.bash_history && history -c && exit'