This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo echo "domain msk.21-school.ru\ | |
nameserver 192.168.50.130" >> /etc/resolv.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#SingleInstance force | |
;;; Known issues: | |
;;; | |
;;; - Weird results for windows with custom decorations such as | |
;;; Chrome, or programs with a Ribbon interface. | |
;;; | |
;;; - Emacs will be maximized behind instead of in front of | |
;;; the taskbar. Workaround: WinHide ahk_class Shell_TrayWnd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# github | |
Host github | |
HostName github.com | |
User git | |
IdentityFile ~/.ssh/id_rsa_gh | |
# vogsphere (intra) | |
Host vog | |
HostName vogsphere.msk.21-school.ru | |
User git |