Hide drives in Windows XP.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\ Explorer] Drives refference (Binairy), please not...
View ArticleInstalling Nvidia Quadro display drivers on Windows 7 Professional.
Oke, first off this I will not guarantee that this will not cause any problems in the future, or that this method will work for you! As you might have noticed there are no supported Quadro drivers for...
View Articlesync ntp cron script.
Just a little script to sync the localtime against a ntp server using cron. #!/bin/bash # Sync time next to ntp daemon # Chris 5-2-1010 NTPD=`find /etc/init.d/ -name "ntpd"`; echo $NTPD; NTPDATE=`which...
View ArticleFixing the monitoring hosts > hosts view in centreon 2.1.4
When opening the Monitoring > Hosts > Hosts view to view all the available and configured hosts in Centreon 2.1.4 you will get a blank result. This happens because there is a coding error in the...
View ArticleLinux Filesystems what to know?
Here are some things that might help you out There is much more to know about linux filessytems, but this might be a good start hope this helps # Some commands, they might come in handy...
View Articlesimple backup (bash) script monitoring webpage
Do you also use mail to “report” back on succesfull bash backup scripts running all over your enterprise? The “Backup” mailbox is flushed each day ending up being deleted instead of being checked? Well...
View Articlenetworkmapping to sharepoint using VBS.
Some details need allot explaining, so ill just reference to the sources containing the needed information. First, make sure the Clients WebClient is configured correctly. Configured incorrectly the...
View ArticleOracle Enterprise Linux 6.x networking
Lately I got many questions regarding the network configuration of Oracle Enterprise Linux 6 (Red Hat Enterprise Linux 6). Enough to write a little article about it. It seems that some of the network...
View ArticleFigure out latest GLPI release from bash
Here is a little thingy I wrote to figure out the latest GLPI release download URL. I didnt want to check out and clone the GIT branche.Its a snippet from a bigger script where I automated the recovery...
View ArticleTickets per requester group per month heatmap for (GLPI) ticket analysis
Recently we where losing allot of time on bogus work. With the huge number of different sources we are facing and dealing with aprox 6~8K tickets each month it can be hard to figure out where you can...
View Article