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 […]

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 […]

nginx in linux

Update the packages: Install Nginx: Start the service: Open your browser and go to http://localhost or your server’s IP address. If you see the Nginx […]