Friday, April 23, 2021

How to Open the Classic “System” Control Panel on Windows 10
explorer.exe shell:::{BB06C0E4-D293-4f75-8A90-CB05B6477EEE}

Saturday, June 20, 2020

God mode folder

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Tuesday, May 12, 2020

How to enable Ultime Performance Windows 10

excute cmd
powercfg -duplicatescheme e9a42b02-d5df-448d-aa00-03f14749eb61

Friday, May 30, 2014

How To Install VNC Server On CentOS

http://blog.shineservers.com/install-vnc-server-centos/

Wednesday, March 26, 2014

iptables remove specific rules


Execute the same commands but replace the "-A" with "-D". For example:

iptables -A INPUT -i eth0 -p tcp --dport 443 -j ACCEPT

OP: iptables remove specific rules

Tuesday, January 07, 2014

Friday, June 21, 2013

How to Disable SELinux

Temporarily switch off enforcement
You can switch the system into permissive mode with the following command:

echo 0 >/selinux/enforce


more info:
 http://www.crypt.gen.nz/selinux/disable_selinux.html#DIS2