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”
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”
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”
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”
I have Debian Jessie installed on gk802 Android stick running Freescale i.MX6 quad core CPU. Often I faced issues with kernel panic when allocating pages, which leaves stick unusable.
To mitigate this issue add following to your /etc/sysctl.conf Continue reading “How to prevent kernel panic when allocating page on android sticks running linux”