Skip to content

Instantly share code, notes, and snippets.

View dextoruz's full-sized avatar
:octocat:
Working from home

Ali Husnain dextoruz

:octocat:
Working from home
View GitHub Profile
First, update and upgrade all packages:
sudo apt-get update
sudo apt-get upgrade
sudo -i # Change to root
cd /usr/local/src
Main docs:
https://wiki.asterisk.org/wiki/display/AST/Installing+Asterisk+From+Source
@dextoruz
dextoruz / msi-gtx1060-ubuntu-18.04-deeplearning.md
Created February 9, 2019 12:16 — forked from hereismari/msi-gtx1060-ubuntu-18.04-deeplearning.md
Setting up a MSI laptop with GPU (gtx1060), Installing Ubuntu 18.04, CUDA, CDNN, Pytorch and TensorFlow
sudo apt install git zsh curl -y
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
cd ~
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh