Add aliases for picasoft SSHFS
parent
c065e7353d
commit
3a35dc6280
|
@ -2,7 +2,6 @@
|
||||||
"bootstrapped": true,
|
"bootstrapped": true,
|
||||||
"in_process_packages":
|
"in_process_packages":
|
||||||
[
|
[
|
||||||
"TypeScript"
|
|
||||||
],
|
],
|
||||||
"installed_packages":
|
"installed_packages":
|
||||||
[
|
[
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Markdown",
|
"Markdown",
|
||||||
"TypeScript",
|
|
||||||
"Vintage"
|
"Vintage"
|
||||||
],
|
],
|
||||||
"theme": "Seti.sublime-theme"
|
"theme": "Seti.sublime-theme"
|
||||||
|
|
5
.zshrc
5
.zshrc
|
@ -105,6 +105,9 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
|
|
||||||
# Mount VPS as FUSE
|
# Mount VPS as FUSE
|
||||||
alias ovh='sshfs chosto@51.75.250.228:/home/chosto /mnt/ovh'
|
alias ovh='sshfs chosto@51.75.250.228:/home/chosto /mnt/ovh'
|
||||||
|
alias pica01='sshfs qduchemi@pica01.picasoft.net:/DATA/docker /mnt/pica01'
|
||||||
|
alias pica02='sshfs qduchemi@pica02.picasoft.net:/DATA/docker /mnt/pica02'
|
||||||
|
alias pica_test='sshfs qduchemi@pica01-test.picasoft.net:/DATA/docker /mnt/pica01-test'
|
||||||
|
|
||||||
# SSH port forwarding for Picasoft LDAP
|
# SSH port forwarding for Picasoft LDAP
|
||||||
alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i /home/.ssh/id_rsa'
|
alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net -i /home/.ssh/id_rsa'
|
||||||
|
@ -113,3 +116,5 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net
|
||||||
# ssh-add is not used for convenience
|
# ssh-add is not used for convenience
|
||||||
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
# Instead "AddKeysToAgent yes" option in ~/.ssh/config for "Host *"
|
||||||
eval "$(ssh-agent -s -t 3600)"
|
eval "$(ssh-agent -s -t 3600)"
|
||||||
|
|
||||||
|
alias lt='ls -lath'
|
|
@ -74,7 +74,7 @@ Configuration makes use of these things, just to record but not exhaustive :
|
||||||
* Fonts : Noto Sans, Noto Emoji, DejaVu Sans, MaterialIcons, Symbola
|
* Fonts : Noto Sans, Noto Emoji, DejaVu Sans, MaterialIcons, Symbola
|
||||||
* xdotool, xsel
|
* xdotool, xsel
|
||||||
* gnupg
|
* gnupg
|
||||||
* maim, for screenshot
|
* maim, for screenshot + `pip install pyperclip`
|
||||||
* Python 3.7
|
* Python 3.7
|
||||||
* opensmtpd
|
* opensmtpd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue