Linux, Raspberry pi, Postgresql , guide maths. Médical waves, big data eve, veille sur ondes médicales et big data mathematics.
annonces mobile
lundi 29 juillet 2019
Della produzione di ossigeno dalla finanza
Della produzione di ossigeno dalla finanza
samedi 27 juillet 2019
cubitude la sphére avec un nombre premier plus grand
cubitude la sphére avec un nombre premier plus grand
vendredi 26 juillet 2019
A l'age volage, l'argent volage puis l'age vaut l'age car le temps s'écoule reste la dépouille et les écrits
A l'age volage, l'argent volage puis l'age vaut l'age car le temps s'écoule reste la dépouille et les écrits
lundi 22 juillet 2019
generalization
generalization
généralisation avec Xm un nombre premier a l’intérieur de PI
généralisation avec Xm un nombre premier a l’intérieur de PI
dimanche 21 juillet 2019
un cercle dans cercle avec une bonne précision
un cercle dans cercle avec une bonne précision
un cercle dans cercle
un cercle dans cercle
samedi 20 juillet 2019
quiet openvpn on debian
apt install wget
sudo nano /etc/hosts.denyclean "#" All paranoïde cd /home/vincent/Downloads/ && wget https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb sudo apt-get install /home/vincent/Downloads/nordvpn-release_1.0.0_all.debsudo apt-get updatesudo apt-get install openvpnwe die in the repertoire cd /etc/openvpnsudo wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zipsudo apt-get install ca-certificatesupdate certificates
installation of address servers
sudo apt-get install unzip && sudo unzip /etc/openvpn/ovpn.zip && ls && cd /etc/openvpn/ovpn_tcp
we automate:
sudo find . -type f -name "*.nordvpn.com.tcp.ovpn" -exec sed -i 's/auth-user-pass/auth-user-pass auth.txt/g' {} \;
cd /etc/openvpn/ovpn_udp
sudo find . -type f -name "*.nordvpn.com.udp.ovpn" -exec sed -i 's/auth-user-pass/auth-user-pass auth.txt/g' {} \;we go down from a directory
cd /etc/openvpn/ovpn_tcppassword creation opnvpn sudo nano auth.txtinsert login insert password
we automate the change every five minutes crontab -einsert into the crontab file 5 * * * * "My user" systemctl start openvpn updatecd /home/vincent
quiet openvpn on debian
apt install wget
sudo nano /etc/hosts.deny clean "#" All paranoïde
sudo mkdir /home/vincent/Downloads/
sudo apt-get install /home/vincent/Downloads/nordvpn-release_1.0.0_all.deb
sudo apt-get update
sudo apt-get install nordvpn && sudo sudo apt-get install openvpn
we die in the repertoire
cd /etc/openvpn
sudo wget https://downloads.nordcdn.com/configs/archives/servers/ovpn.zip
sudo apt-get install ca-certificates
update certificates
installation of address servers
cd /etc/nordvpn/ && sudo apt-get install unzip && sudo unzip /etc/openvpn/ovpn.zip && ls && cd /etc/openvpn/ovpn_tcp
we automate:
cd /etc/nordvpn/ovpn_tcp
sudo apt-get install unzip && sudo unzip /etc/openvpn/ovpn.zip && ls && cd /etc/openvpn/ovpn_tcp
sudo find . -type f -name "*.nordvpn.com.tcp.ovpn" -exec sed -i 's/auth-user-pass/auth-user-pass auth.txt/g' {} \;
we go down from a directory
cd /etc/nordvpn/ovpn_udp
password creation opnvpn
sudo nano auth.txt
insert login insert password
we automate the change every five minutes
crontab -e
insert into the crontab file
5 * * * * "My user" systemctl start openvpn update
cd /home/vincent
in a console
Please write these commands in order to clean the firewall and DNS rules:
sudo iptables -P INPUT ACCEPT
sudo iptables -F INPUT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F OUTPUT
sudo systemctl restart NetworkManager