https://knowledgebase.servint.net/questions/674/A+Script+for+Fixing+File+Permissions http://boomshadow.net/tech/fixes/fixperms-script/ Steps to run fixperms on your VPS 1 wget fixperms and run for a single user To use […]
-
VPS.NET inacessible
If your Dashboard is inaccessible, please try to run following command from root console: sysctl -w net.ipv4.tcp_timestamps=0 Should fix.
-
SSH Tricks In Exim To Remove Email Queue
[1] Removing Bad Mail for i in `exiqgrep -i -f nobody`; do exim -Mrm $i; done >> Removes Nobody Mail […]
-
Fix for Postfix untrusted certificate TLS error
The certs are actually already inside the chroot, all in one big file “/var/spool/postfix/etc/ssl/certs/ca-certificates.crt”, all we have to do is […]
-
How to change source SMTP IP address in sendmail
Follow the steps below, if you want to change the source SMTP ip address in sendmail. 1) change the line […]
-
Cpanel Exim: 550 error unroutable address
I suddenly cannot receive email for all emails under my domain name. The following text message will append to the […]
-
How to change the hostname of a Linux system
Permanent hostname change on Debian based systems Debian based systems use the file /etc/hostname to read the hostname of the […]
-
Installing Skype on openSUSE 11.3 – 64 bit
http://albertopassalacqua.com/?p=641 Before installing the Skype RPM you find on Skype website, you have to install the following packages, if not […]
-
kaffeine-sc-plugin
http://code.google.com/p/kaffeine-sc-plugin/downloads/list SoftCam.Key for Kaffeine-sc-plugin KDE3 kaffeine-sc-plugin-0.4.0.tar for Kaffeine Player 0.8.8 (KDE-3)
-
Howto increase /tmp partition size
http://linuxhostingsupport.net/blog/howto-increase-tmp-partition-size /tmp partition full… How to increase /tmp partition? You can create a Virtual partition on Linux in case your […]