Set up alarm using sleep command
sleep 15m && rhythmbox abc.mp3
'sleep' is used to perform some tasks after the time defined. Example above, I want to play mp3 after 15 minutes.
cron command
https://github.com/CoreyMSchafer/code_snippets/blob/master/Cron-Tasks/snippets.txt
'apt show flowblade' would show me version to be installed and dependencies
sudo apt search paint - would show me all possible software with paint in its description
curl cheat.sh - an awesome thing to get man like description, but very brief, which is what you wished for many times you used man.
In case you wanna close the terminal and some process 36089 is running. So if you close the process might close. If you run the following command, you will not lose the process while closing the terminal
disown 36089
No comments:
Post a Comment