Protocol major versions differ: 1 vs. 2. The error above normally comes up when you try to ssh into a machine which has it’s allowed ssh protocol versions locked down to a single version, today it’s normally version 2. In the /etc/ssh/sshd_config file there’s a “Protocol” parameter which governs the allowed protocol version. It’s normally [...]
Had a weird memory error my Linux servers at work today. These were heavy duty machines running heavy jobs throughout the day. /var/log/messages kept reporting that the kernel had no more memory to process new jobs. Most of the errors read ” cannot allocate memory ” Some digging around later we found the fix. Kernel [...]
Completed my move to ServerFreak’s VPS this morning. Still ironing out a few bugs with my mail,DNS and hardening. Hopefully I’ll have them fixed by the end of the holidays. From my observation so far, I think the site’s a bit faster now. But, that could just be my mind playing tricks on me. You [...]
I’m moving to a new hosting provider. Yup, again and this time for a good reason. Hosting with Fivio has been good and since it was sponsored I have nothing to complain about. Been looking at VPS for a few months now and finally decided to make the leap.I’ve also been working on a few [...]
1. Download Adobe AIR 1.5 at http://get.adobe.com/air/ or use the direct Link . 2. Assign execute rights to the “AdobeAIRInstaller.bin”file to start the installer. danesh@python:~/Desktop$ chmod +x AdobeAIRInstaller.bin 3. Execute the “AdobeAIRInstaller.bin” file to start the installer. danesh@python:~/Desktop$ ./AdobeAIRInstaller.bin Related: How to install twhirl