This shows you the differences between two versions of the page.
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:// | * http:// | ||
* http:// | * http:// | ||
+ | * 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 / | ||
+ | |||
+ | * http:// | ||
+ | * http:// |