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”
collection
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”
Look into following folder on your PC:
[YourDrive]:\users\[YourProfile]\Application Data\Microsoft\Outlook
Search for the file with extension .nk2
Close Microsoft Outlook then select yourfile.nk2 file and copy it to external drive or over network to another computer in the same Outlook folder.
Start Microsoft Outlook again and your address book will be available again on your new computer.
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”
Create a folder on your desktop named:
FullAccessMode.{ED7BA470-8E54-465E-825C-99712043E01C}
I have encountered this when moving my Xbian installation from 8GB card to 32GB one. The solution is to copy everything and force it to resize to 32GB.
1. dd copy old SD card to new bigger SD card (for example:
dd if=/dev/sdd of=/dev/sde bs=4M
where sdd is your old card and sde is your new SD card. Continue reading “Force Xbian resize partition when moving to bigger card”