Toggen Blog
Tech tips
Articles
Latest
Cause of QCAD QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied
I was experimenting with restricting multi-user linux boxes. A few days later trying to run QCAD with the above security settings threw this error: QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Permission denied QCAD froze. I had to go back to...
squid.conf to allow purging
Update: I kept getting ACCESS_DENIED and ">Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. ERR_ACCESS_DENIED" I added cache_mgr [email protected]...
99% and 99.9% uptime are a long way apart
If I was supplying you IT services and I said to you. "Your system will be available 99% of the time!" You may be tempted to think. Wow 99% is great. But lets do the maths. 361.4 / 365 x 100 = 99.0% So despite being up for 361.4 days a year you can have a 3 days and...
Hide your Squid Proxy’s internal hostname
I recently went to http://whatismyipaddress.com and And under the front page under "Proxy Server Detected!" I saw the internal hostname of my squid proxy. Which may or may not be a security problem (giving away an internal domain name and hostname). So inside...
Stop people listing home directories on a Linux Host
If you issue ls -al /home on a Linux computer as a standard user. You will normally get a list of users on the system. This is because the permissions to /home/ are 755 which equates to drwxr-xr-x However if you as root run chmod 751 /home giving permissions of...
Microsoft Update: msxml3.dll: The parameter is incorrect
Disclaimer I have a VBS script that calls: ' Create object Set XmlDocument = WScript.CreateObject("Msxml2.DOMDocument.3.0") Set XslStylesheet = WScript.CreateObject("Msxml2.DOMDocument.3.0") ' load xml doc and stylesheet into above objects ' attempt a transform Result...
