create a command October 7, 2025 | No Comments | information 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 September 28, 2025 | No Comments | information 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 September 27, 2025 | No Comments | information 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 September 23, 2025 | No Comments | information, linux, web 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 […]