- Set up PAM correctly:
sudo pam-config -a --systemd_home
- Enable systemd-homed.service on boot:
sudo systemctl enable --now systemd-homed
| /* | |
| Original Sources: | |
| - https://pixelbakery.com/recipes/gmail-automatically-delete-or-archive-emails | |
| - https://benbjurstrom.com/purge-email | |
| v1.1 | |
| https://gist.github.com/zoidy | |
| Auto-archive and delete Gmail messages based on a defined retention period. Functionality: | |
| - Uses Gmail labels to apply retention rules (archive or delete) |
There are multiple options how to install MS Office on Linux.
VM-based - Integrate Windows apps running in a Windows virtual machine as native-looking in Linux
| @ECHO off | |
| ECHO ++++++++++++++++++++ | |
| ECHO + riprunner 1.0 + | |
| ECHO ++++++++++++++++++++ | |
| rem This script will launch your executable and terminate it after its window will be closed. | |
| rem Useful for hunting down zombie processes. | |
| rem | |
| rem (i) Possible start priorities: LOW, NORMAL, HIGH, REALTIME, ABOVENORMAL, BELOWNORMAL. | |
| rem (i) Timeout between checks are set in seconds. |
The Logitech Options program isn't available for Linux, but by a nice guy on GitHub (PixlOne) created an open source project that lets you obtain some of that functionality. It's called logiops. It works in conjunction with the Solaar project as well, which I find especially handy since that shows your available battery life in the system tray and lets you pair/unpair devices with the Logitech Unifying Receiver.
Here are some additional pages with info that I used to generate this documentation:
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000