User Tools

Site Tools


interessen:computer:pc_technik:infos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

interessen:computer:pc_technik:infos [2015/03/06 16:08]
tomtom created
interessen:computer:pc_technik:infos [2015/03/08 21:55] (current)
tomtom
Line 3: Line 3:
   * http://www.admin-magazin.de/Das-Heft/2013/05/Udev-mit-virtuellen-Maschinen   * http://www.admin-magazin.de/Das-Heft/2013/05/Udev-mit-virtuellen-Maschinen
   * http://www.admin-magazin.de/Das-Heft/2013/02/Geraetenamen-herausfinden   * http://www.admin-magazin.de/Das-Heft/2013/02/Geraetenamen-herausfinden
 +  * disable firewall:
 +  * iptables -X
 +  * iptables -t nat -F
 +  * iptables -t nat -X
 +  * iptables -t mangle -F
 +  * iptables -t mangle -X
 +  * iptables -P INPUT ACCEPT
 +  * iptables -P FORWARD ACCEPT
 +  * iptables -P OUTPUT ACCEPT
 +  * iptables -F
 +
 +
 +  * To change all the directories to 755 (-rwxr-xr-x):
 +  * find /opt/lampp/htdocs -type d -exec chmod 755 {} \;
 +
 +  * http://stedolan.github.io/jq/
 +  * http://openbook.rheinwerk-verlag.de/shell_programmierung/shell_004_004.htm#RxxKap00400404004DB01F03B175
interessen/computer/pc_technik/infos.txt · Last modified: 2015/03/08 21:55 by tomtom