Skip to content

Instantly share code, notes, and snippets.

@aczire
Last active January 20, 2017 03:32
Show Gist options
  • Save aczire/069cc7d149e1a4ee844887ae3481b477 to your computer and use it in GitHub Desktop.
Save aczire/069cc7d149e1a4ee844887ae3481b477 to your computer and use it in GitHub Desktop.
1 cp -r /cdrom/athk/ath10k /lib/firmware/
2 rmmod ath10k_pci
3 modprobe -v ath10k_pci
5 apt-get install vim
6 apt-get install apache2 -y
8 add-apt-repository ppa:ondrej/php
9 apt-get update
10 apt-get install php
11 mkdir null
12 cd null/
13 apt-get install subversion -y
14 svn co http://yate.null.ro/svn/yate/trunk yate
15 svn co http://voip.null.ro/svn/yatebts/trunk yatebts
16 cd yate
17 ./autogen.sh
18 ./configure --prefix=/usr/local
19 make && make install
20 ldconfig
21 cd ../yatebts/
22 ./autogen.sh
23 ./configure --prefix=/usr/local
24 make && make install
25 ldconfig
26 ln -s /usr/local/share/yate/nib_web/ /var/www/html/nib
28 chmod -R a+rw /usr/local/etc/yate/
30 yate -s -vvvv
31 history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment