Fix Install of Citrix Reciever on Ubuntu 12.04 x64 I had two errors: 1. /var/lib/dpkg/info/icaclient.postinst: 696: /var/lib/dpkg/info/icaclient.postinst: nspluginwrapper: not found 2. dpkg: error processing icaclient (–install): Solution: 1. sudo apt-get install nspluginwrapper 2. sudo vi /var/lib/dpkg/info/icaclient.postinst Find echo $Arch|grep “i0-986” […]
How to fix mod_ssl CRIME attack
More detailed information on what and how the attack works is here I will focus only on fixing the problem. On RHEL server 5.x and 6.x the easy way is to simply disable SSL compression. In newer Apache versions this […]
Fix KB2823324
Microsoft BUG So my old laptop just got updated with a MS destruction patch KB2823324 ! Here is how to fix it 1. boot into Repair Mode, then cmd. Boot and press F8 key 2. Get packages name: dism /image:C:\ […]
font woff problem
roblem: The default webserver (Apache/IIS) does not have some fonts format ‘we’ added to the website This result in the browser, specially firefox to take long time to load the page. The problem is clearly much worst in Firefox, do […]
Parse nagios services.cfg
When importing services.cfg from nagios2 to nagios3 with Centreon there are few parameters that must exist, one of them is service_description. In a project I had to import almost 4 thousand services and many did not have a service_description so […]
ubuntu mounts read only +USB
ubuntu mounts read only +USB Someitimes when automounting external media, like USB memory or SD cards. Ubuntu will allow read only. The reason could be that somehow the kernel goes to panic when try to mount write permissions, confirm it […]