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
Paper theme and icons gives a look of material design to the Linux desktop, designed and developed by Sam Hewitt, it offers modern theme and icons with most flat design and minimal use of shadows for depth. Paper has been developed primarily with modern GTK3 (GNOME-based) desktop environments in mind, legacy-toolkit and GTK2 environments will not provide an ideal experience, as much of the visual design relies on modern GTK3+ widgets. Paper is distributed under the terms the GNU General Public License GPL v3.
Terminal Commands:
sudo add-apt-repository ppa:snwh/pulp
sudo apt-get update
sudo apt-get install paper-gtk-theme
sudo apt-get install paper-icon-theme