-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bash_aliases
More file actions
37 lines (30 loc) · 1.26 KB
/
.bash_aliases
File metadata and controls
37 lines (30 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#Navigation
alias 8semester='cd ~/Dropbox/Uni/8.\ semester/'
alias 9semester='cd ~/Dropbox/Uni/9.\ semester/'
alias report='cd ~/git/report-ccs'
#Innowell
alias innostart='cd ~/vbox/innobox/ && vagrant up && cd ~/'
alias innosuspend='cd ~/vbox/innobox/ && vagrant suspend && cd ~/'
alias innostop='cd ~/vbox/innobox/ && vagrant halt && cd ~/'
alias mounthtml='cd ~/ && sshfs -p 2222 -o Ciphers=arcfour jacob@localhost:/var/www/html ~/html'
alias unmounthtml='cd ~/ && fusermount -uqz ~/html'
#Battery powersaving
alias ac='sudo tlp ac'
alias bat='sudo tlp bat'
#Shutdown
alias shutdown='sudo poweroff'
alias reboot='sudo reboot'
alias lock='gnome-screensaver-command -l'
alias sleep='sudo pm-suspend'
#Commands
alias copy='xclip -selection clipboard'
alias aptupup='sudo apt-get update && sudo apt-get upgrade'
alias nemo='nemo --no-desktop'
alias nautilus='nautilus --no-desktop'
#jacobwortman.dk
alias sshjw='ssh jacob@151.236.216.182' #jacob@jacobwortmann.dk will also work
alias mountjw='sudo sshfs -o IdentityFile=/home/jacob/.ssh/id_rsa,allow_other jacob@jacobwortmann.dk:/var/www/jacobwortmann.dk /home/jacob/remote'
#School
alias sshcaal='ssh caal.cs.aau.dk -l jwortm10@student.aau.dk'
alias supercom='ssh frontend1.mcc.uppaal.org -l jwortm10'
alias ls='ls -h --color=auto'