Author Archives: Hilgert

WordPress admin-page not loading css/js

The solution is quite simple: In wp-config.php before require_once add below code into file :

Posted in | Leave a comment

Unzippen op AIX

Vandaag met een AIX systeem aan de slag geweest. Zeker bij gebruik van Bash shell goed te vergelijken met Linux. Bij het uitpakken van enkele ZIP-bestanden liep ik al snel tegen de volgende melding aan: /install/IM>unzip ../agent.installer.aix.gtk.ppc_1.8.1000.20141126_2002.zip -bash: unzip: command … Continue reading

Posted in | Leave a comment

What is grinding your linux systems harddrive?

If you’ve ever wondered what is thrashing your hard drive but can’t figure out which process it is, you can use the iotop utility to help. The iotop utility works the same as the top command that shows system process … Continue reading

Posted in ICT | Leave a comment

Installing Call of Duty: Ghosts on your RGH JTAG XBOX360

First of all you need to be on the most recent dashboard which is 16537. Use Google to find out how to upgrade. I used Flash360 to generate a NAND file. Got my CPU key by booting into Xelllaunch. Then … Continue reading

Posted in | Leave a comment

Bouw je oude V92 modem om naar X100P FXO kaart

Het blijkt dat de Digium X100P FXO kaarten die voor enkele honderden euros verkocht worden, feitelijk omgebouwde v92 faxmodems zijn. Er zijn twee manieren om je oude V92 faxmodem te laten werken met bijvoorbeeld Asterisk: – de driver aanpassen zodat … Continue reading

Posted in ICT, Life Hacking | Tagged , , , | Leave a comment

Disabling password complexity requirements from Win 2008 R2 when it is greyed out

For the 2008 Server when it’s greyed out. To lift the password complexity: secedit /export /cfg C:\new.cfg Then you edit new.cfg (it is ini format) and change line “PasswordComplexity = 1″ to “PasswordComplexity = 0″. Apply it on your Windows … Continue reading

Posted in | Leave a comment

Changing Centos 5.9 32-bit to 64-bit

Changing Centos 5.9 32-bit to 64-bit (make sure your system is on 5.9 first!) Download kernel-2.6.18-348.12.1.el5.x86_64.rpm from a Centos mirror and move it to /root on your server. Install 64bit kernel: rpm -Uhv –force –ignorearch kernel-2.6.18-348.12.1.el5.x86_64.rpm Change boot order to … Continue reading

Posted in IBM WebSphere, ICT | Tagged | Leave a comment

Using check_http to check out SOAP services

We use Centreon and Nagios for server monitoring. To check whether a WebSphere SOAP service is up and running you can use the following line: ./check_http -S -k ‘SOAPAction: ping’ -r ‘Current Status.*OK’ -T text/xml -P ” -t 10 -m … Continue reading

Posted in IBM WebSphere, ICT | Leave a comment

WebSphere 8.0 repositories

The best way is to download the IBMIM  (IBM Installation Manger) separately, Once downloaded, you can manually set the following repositories to use with in IBMIM to download your version of WAS 8. You can use Installation Manager on your … Continue reading

Posted in IBM WebSphere | Leave a comment

Permanently disabling sendmail on AIX

Today a problem with a customer running Domino 8.5.2 on AIX 6.1 where the SMTP listeren task gave the following error: 05/22/2012 01:09:57 AM ERROR: bindsock’ helper application is missing, not executable, not setuid root, or no sticky bit set … Continue reading

Posted in ICT, Lotus Domino | Leave a comment