Reboot every Sunday at 02:00 hrs. This really helps keep the Raspberry Pi always reachable on a WiFi connection. It used to become unreachable once every couple months until I implemented this in CRON.
sudo crontab -e
Add edit like this:
0 2 * * sun systemctl reboot
/home/username/.config/openbox/lubuntu-rc.xml
<applications>
<application name="firefox-bin">
<decor>no</decor>
<maximized>yes</maximized>
</application>
</applications>
/home/username/.config/openbox/lubuntu-rc.xml
<keybind key="W-m">
<action name="Execute">
<command>synclient TouchPadOff=0</command>
</action>
</keybind>
<keybind key="W-n">
<action name="Execute">
<command>synclient TouchPadOff=1</command>
</action>
</keybind>
<keybind key="W-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
bash -c 'sleep 0.3 && xdotool type "$(date -u +%Y-%m-%d_%H:%M:%SZ)"'
https://www.tecmint.com/extend-and-reduce-lvms-in-linux/
http://peter.sh/experiments/chromium-command-line-switches
--allow-outdated-plugins
chromium --disk-cache-dir=/initrd/mnt/dev_save/data/cache --disk-cache-size=20000000
youtube-dl -f 34 "urllink" --extract-audio
/home/username/.config/openbox/lubuntu-rc.xml
<applications>
<application name="firefox-bin">
<decor>no</decor>
<maximized>yes</maximized>
</application>
</applications>
/home/username/.config/openbox/lubuntu-rc.xml
<keybind key="W-m">
<action name="Execute">
<command>synclient TouchPadOff=0</command>
</action>
</keybind>
<keybind key="W-n">
<action name="Execute">
<command>synclient TouchPadOff=1</command>
</action>
</keybind>
<keybind key="W-l">
<action name="Execute">
<command>xscreensaver-command -lock</command>
</action>
</keybind>
bash -c 'sleep 0.3 && xdotool type "$(date -u +%Y-%m-%d_%H:%M:%SZ)"'
https://www.tecmint.com/extend-and-reduce-lvms-in-linux/