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
#As Root User | |
apt upgrade -y | |
apt update -y | |
#Until recently, and based on many/most of the "standard" installation documents, | |
#I used the default username of "frappe" - but have been told that this is not advisable, | |
#since it is a targeted username for hacking attempts, so I have changed this to erp_base | |
#Whatever you choose, make sure you have a decent password! | |
adduser erp_base | |
usermod -aG sudo erp_base |
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
#install depencies | |
apt install python-dev gcc make gcc binutils build-essential | |
#get pjsip | |
wget http://www.pjsip.org/release/2.6/pjproject-2.6.tar.bz2 | |
tar -xjf pjproject-2.6.tar.bz2 | |
cd pjproject-2.6 | |
#configure | |
export CFLAGS="$CFLAGS -fPIC" | |
#build pjsip |
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
Terminalden tv modülünü ekleyin | |
#sudo nano /etc/modules | |
dosyanın sonuna "tv" ekleyin ve kaydedip çıkın. | |
Cihazı reboot edip video kablosunu artı ucunu pin 9(av out), eksi ucunu pin 2(gnd) bağlayın. | |
Kabloyu televizyonun sarı video girişine bağlayın. | |
Terminalden tv modülünü aktif edin: |
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
Linaro's standalone cross-compiler toolchain is recommended for Olimex boards. | |
get from: | |
http://releases.linaro.org/14.11/components/toolchain/binaries/arm-linux-gnueabihf/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf.tar.xz | |
and unpacked it in /usr/local and define | |
export PATH="/usr/local/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabihf/bin/:$PATH" |
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
# based on http://www.akadia.com/services/ssh_test_certificate.html | |
## | |
sudo mkdir /etc/umurmur | |
cd /etc/umurmur | |
sudo openssl genrsa -des3 -out server.key 1024 | |
sudo openssl req -new -key server.key -out server.csr | |
sudo cp server.key server.key.org |
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/sh | |
# umurmur_raspi . sh | |
# | |
# Copyright (c) 2016 Bilal Tonga | |
# | |
# | |
echo "building Dependencies . . . " | |
sudo apt-get install git |
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
you can edit conf from http://easyfwgen.morizot.net/gen/index.php | |
copy generated script to home folder | |
$ chmod a+x wifitables.sh | |
$ ./wifitables.sh | |
you need add your DNS address to internal network devices. | |
add it to /etc/resolv.conf | |
nameserver DNS_SERVER |
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
#wpa_supplicant | |
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev | |
update_config=1 | |
country=GB | |
network={ | |
ssid="SSID NAME" | |
psk="PASS" | |
key_mgmt=WPA-PSK |
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
# To workaround you can create link to ubuntu package folder | |
find /usr -name "EXTERN.h" # find perl lib folder maybe its different | |
sudo mkdir /usr/lib64 | |
sudo ln -s /usr/lib/x86_64-linux-gnu/perl/5.20.2/ /usr/lib64/perl5 |
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
#uninstall pillow and PIL | |
pip install image | |
sudo apt-get install python-dev | |
sudo apt-get install python-imaging-tk | |
sudo apt-get install tk8.5-dev tcl8.5-dev | |
NewerOlder