For little over 9 years I am a proud owner of Fujitsu-Siemens Amilo Si 1520. Nice little 12.0” laptop with 1280×800 resolution weighting just over 1.7kg and it even has DVD burner. I got this way back when small laptops / netbooks were not that mainstream. Continue reading “Windows 10 upgrade from Windows 7 on Fujitsu-Siemens Amilo Si 1520”
Fix broken / garbled ncurses output characters in Putty
If you are using Putty to connect to your Linux box and have encountered issue that your ncurses apps look ugly and with garbled text like:
Continue reading “Fix broken / garbled ncurses output characters in Putty”
Apache: How to Disable the SSL v3 Protocol on Debian
To prevent POODLE (“Padding Oracle On Downgraded Legacy Encryption”) attach which is a man-in-the-middle exploit that takes advantage of SSL3.0 vulnerability it is necessary to disable SSLv3 in your web server configuration.
To check if you are vulnerable to this attack you can use the form on following website:
https://www.digicert.com/help/ Continue reading “Apache: How to Disable the SSL v3 Protocol on Debian”
Cron @reboot execute command on system start like rc.local
Everyone knows that crontab entries look like this:
* * * * * /usr/local/bin/my-script
Which will execute command “my-script” every minute.
Continue reading “Cron @reboot execute command on system start like rc.local”
How to recover screen session that can not be resumed
Screen session runs automatically when the machine boots, but when I try to resume it with
screen -r
It states that:There is no screen to be resumed.When you do ps aux you can see that there is a running process: Continue reading “How to recover screen session that can not be resumed”

