lsb_release -da
Tested on Debian bases systems only
Start by defining a move_to_trash function:
move_to_trash () {
mv "$@" ~/.trash
}
Then alias rm to that:
alias rm='move_to_trash'
You can always call old rm by escaping it with a backslash, like this: \rm.
Minutes [0-59]
| Hours [0-23]
| | Days [1-31]
| | | Months [1-12]
| | | | Days of the Week [Numeric, 0-6]
| | | | |
* * * * * home/path/to/command/the_command.sh
59 23 * * * home/path/to/command/the_command.sh
Grub Customizer is a graphical tool for managing the Grub boot entries in Ubuntu Linux.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer