Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ubuntu 16.04 one click
- Save as install.sh
- ========================================================================================================================
- sudo apt-get update
- sudo apt-get install gdebi
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo gdebi google-chrome-stable_current_amd64.deb
- wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
- echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
- sudo apt-get update
- sudo apt-get install sublime-text
- sudo apt-get --ignore-missing install -y arj artha atop bmon cabextract cheese chromium-browser codeblocks cups-pdf djview dos2unix file-roller filezilla fort77 g++ gcc gdb gdebi geany gftp gimp git-all gnuplot gparted gummi hardinfo htop imagemagick inkscape ipython kile lyx meld mpack nemo nemo-fileroller okular openssh-client openssh-server p7zip-full p7zip-rar pdfshuffler pdftk pidgin python-matplotlib python-numpy python-scipy python-software-properties python-wxtools rar r-cran-vgam sharutils ssh stardict texlive-full texstudio tree unace unrar unzip uudeview vim vlc xfburn xfig xpdf youtube-dl zip --fix-missing
- ========================================================================================================================
- global alias all user alias /etc/bash.bashrc
- alias ....='cd ../../../../'
- alias ...='cd ../../../'
- alias ..='cd ..'
- alias .4='cd ../../../../'
- alias .5='cd ../../../../..'
- alias a='echo "------------Your aliases------------";alias'
- alias c=clear
- alias cd..='cd ..'
- alias cdt='cd /home/u/Dropbox/RamlataThesis'
- alias chr='chmod 644'
- alias chx='chmod 755'
- alias d='python2.7 /usr/local/bin/d.py &'
- alias df="df -Th --total"
- alias e='exit'
- alias egrep='egrep --color=auto'
- alias explore='nautilus .'
- alias fgrep='fgrep --color=auto'
- alias fhere="find . -name "
- alias free="free -mt"
- alias freemem='sync && echo 3 | sudo tee /proc/sys/vm/drop_caches'
- alias g='git'
- alias ga='git add -A '
- alias gc='git commit '
- alias gi='grep -Hirn "\\input{"'
- alias gl='git log '
- alias go=gnome-open
- alias grep='grep --color=auto'
- alias gs='git status '
- alias h='history'
- alias historyc='history | cut -c 8-'
- alias hs='history | grep -i $1'
- alias i='sudo apt-get install '
- alias init0='sudo shutdown –h now' #requires root password, disable it by "sudo chmod u+s /sbin/shutdown"
- alias iy='sudo apt-get install -y'
- alias k='killall chrome firefox thunderbird -q'
- alias l='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
- alias la='ls -lah --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
- alias ldir='ls -l | grep ^d'
- alias ll='ls -lh --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
- alias lla='ll -A' # hidden
- alias lock='gnome-screensaver-command --lock'
- alias ls='ls --group-directories-first --time-style=+"%d.%m.%Y %H:%M" --color=auto -F'
- alias lsl="ls -lhFA | less"
- alias mkdir="mkdir -pv"
- alias pdfcrop='pdfcrop --margins "2 2 2 2" '
- alias p='python '
- alias ps="ps auxf"
- alias psg='ps aux | grep -i $1'
- alias q='exit'
- alias r='sudo reboot' #requires root password, disable it by "sudo chmod u+s /sbin/shutdown"
- alias reboot='sudo reboot' #requires root password, disable it by "sudo chmod u+s /sbin/shutdown"
- alias restart='sudo reboot' #requires root password, disable it by "sudo chmod u+s /sbin/shutdown"
- alias rmf='rm -rf'
- alias rsd='rsync -avz --progress --delete-after --fuzzy -e "ssh"'
- alias s='subl'
- alias sa='source ~/.bashrc;echo "Bash aliases sourced."'
- alias sb='subl ~/.bashrc'
- alias se='apt-cache search '
- alias search='apt-cache search '
- alias shutdown='sudo shutdown –h now' #requires root password, disable it by "sudo chmod u+s /sbin/shutdown"
- alias size='find . -maxdepth 1 -type d -print0 | sort -z | xargs --null -I {} du -sh {} | sort -h'
- alias sl="ls"
- alias so='source ~/.bashrc'
- alias suexplore='sudo nautilus .'
- alias suspend='sudo pm-suspend'
- alias sutext='gksudo gedit &'
- alias svim='sudo vim'
- alias text='subl &'
- alias tgz='tar -zxvf'
- alias top="htop"
- alias topf='find . -type f -print0 | xargs -0 du -h | sort -hr | head -n 100'
- alias try='gnome-open'
- alias unrar='rar e'
- alias u='sudo apt-get update'
- alias update='sudo apt-get update'
- alias wget="wget -c"
- alias x='localc'
- alias z='sudo su' # the space allows for command name expansion.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement