create a command

This works on macOS, Linux, and Unix-like in .basrc or .zshrc (hidden files) (They are configuration files for the zsh and bash shells) located in […]

date

The “date” command tells you the time set on the server, it can be in UTC or GMT. you just have to write date

cron

The Cron system in Linux is essentially an automatic task scheduler. Its name comes from the Greek word chronos, meaning time. Cron is the service […]

PHP in linux

To install a PHP code runner on an Ubuntu server, you must use the apt package manager. The simplest way is to install the base […]

SCP

scp (Secure Copy Protocol) allows you to securely copy files between your computer and a remote server, or between two remote servers. It’s similar to […]

journalctl

journalctl is a command-line tool used to view and query the event logs generated by the systemd logging system, known as the Journal. journalctl has […]