tree…

Did you ever need to look up a file and had no idea where it could be? Or did you want to know how a directory and its sub-directories are structured, but didn’t have any overview? This is where tree comes in. By running tree you get a nicely looking directory tree, containing the current…

Continua a leggere →

Correct time…

It is always a good practice to maintain the correct time on your Linux server or system and it can have the following advantages: maintain a timely operation of system tasks since most tasks in Linux are controlled by time. Correct time for logging events and other information on the system and many more. #…

Continua a leggere →

A Calendar Notification module…

The calendar script is responsible for handling mouse events triggered by your bar, following are valid arguments: Copy calendar to your polybar config directory. Then, in your polybar config, you can use click-left, scroll-up and scroll-down actions to invoke the script. For example:

Continua a leggere →

[…]

head è un comando dei sistemi Unix e Unix-like, che mostra sullo standard output le prime linee di uno o più file di testo. Con il comando head è possibile stabilire da quando tempo la distribuzione è stata installata sul PC in uso: L’output del comando informa che la distro è stata installata il 17 gennaio di quest’anno.

Continua a leggere →