Skip to content

Instantly share code, notes, and snippets.

View mxwell's full-sized avatar

Murat Khairulin mxwell

  • Almaty, Kazakhstan
View GitHub Profile
@tienthanh2509
tienthanh2509 / install-openvpn-24.sh
Last active November 22, 2021 12:29
Install OpenVPN 2.4.x on Ubuntu 16.04 Xenial
curl -s https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add -
echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
apt update
apt install -y openvpn
@kylemanna
kylemanna / connmanctl.md
Last active June 27, 2023 23:12
Connmanctl Cheat Sheet
@aminin
aminin / install.sh
Created January 15, 2013 09:30
English Russian Full Dictionary for Stardict on Ubuntu 12.04
# Установка англо-русского словаря на Ubuntu
sudo apt-get install stardict
wget http://sourceforge.net/projects/xdxf/files/dicts-stardict-form-xdxf/002c/stardict-comn_sdict05_eng_rus_full-2.4.2.tar.bz2/download
tar -xjf download
sudo mv stardict-eng_rus_full-2.4.2/ /usr/share/stardict/dic/
sudo chmod -R a+r /usr/share/stardict/dic/
# Спасибо http://forum.ubuntu.ru/index.php?topic=2587 и http://sourceforge.net/projects/xdxf/
@uarun
uarun / filetype.vim
Created August 3, 2011 19:32
Gradle syntax highlighting in vim
# ~/.vim/filetype.vim
au BufNewFile,BufRead *.gradle setf groovy