PHP: command line options
Supposed that you have a command line like this: How do you get that options in php? Please note…
Supposed that you have a command line like this: How do you get that options in php? Please note…
let say you have a query string ?var1=test;abc&var2=ok when you use function parse_qsl to parse query to get the variable…
When you start to write your own http python server, the easiest way is to start with with BaseHTTPServer class.…
Somehow my server opens port 111, i don’t have time to investigate which program is opening that port, my quick…
When it comes to web monitoring, we normally use Curl to accomplish it. But things getting more complex such password…
I have a folder like this: total 4.0K -rwxrwx---. 1 root vboxsf 101 Dec 25 08:03 notes.txt drwxrwx---. 1 root…
Having some spare time during Christmas, i spent sometime to install Redhat on my Imac 2011. I followed this guides:…
Is your iMac 2011 working? is it too hot? You are so lucky. But you need to keep it cooler…
I’m using Curl 7.5.x, but somehow when i use the –ntlm option, the server seems not accepted. After many tries,…
yum install gcc python3-devel yum install python3 pip3 install psutil Command: watch -n 2 python3 cpu.py def tell_system_status(): import psutil…