sudo nvram -d SystemAudioVolume
Category Archives: misc
windows powershell list listen port
netstat -ano | findStr "8080"
windows install zabbix agent
https://www.zabbix.com/download_agents/
c:\zabbix\zabbix_agentd.exe -c c:\zabbix\zabbix_agentd.conf -i
sed remove blank space beginning of line
echo " This is a test" | sed -e 's/^[ \t]*//'
If not works, maybe you file have some special not visable charters, like BOM or M-oM-?M-
you can reove them to output to some temporary file and use sed or vi editor to remove them.
eSignature from Barracuda
If you want try e-signature from Barracuda you can get it there:
https://signnow.com/l/business/esignature_roi
access VMware ESXi console
Alt-F1
find and replace text in MySQL database using one sql
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, ‘find this string’, ‘replace found string with this string’);
RAM timings
Timings measure the time the memory chip delays doing something internally. Here is an example. Consider the most famous parameter, which is called CAS Latency (or CL or “access time”) that tells us how many clock cycles the memory module will delay in returning data requested by the CPU. A memory module with a CL 9 will delay nine clock cycles to deliver a requested data, whereas a memory module with a CL 7 will delay seven clock cycles to deliver it. While both modules may run at the same clock rate, the second one will be faster, as it will deliver data sooner than the first one. This issue is known as “latency.”
get RAM timings and speed – linux
lshw -C memory
lshw -C memory | grep clock
One more free just ping website
You can try http://itools.com/tool/just-ping or http://ping.ms/
Google adsense banner
I need some more money, please click on my website Google banner. 😀
Check webpage SEO
To check your webpage SEO score you can there http://www.seositecheckup.com/tools/results
MS Windows icon resource
linux.ico: MS Windows icon resource – 2 icons, 32×32, 16-colors
If you want extract to simple PNG, just to icotool -x -o . linux.ico
We have new favicon
Temporarily Unavailable
I decide to host this website on free hosting, it makes me nervous, because I often see this error message, so sorry for inconvenience. 😉
Service Temporarily Unavailable
The server closed the connection without sending any data.
The server is temporarily unable to service your request due to maintenance downtime or capacity problems.
Due to heavy load on the server, connections may be temporarily blocked from locations that fetch an unusually high number of pages.
We apologize for the inconvenience.