Linux from scratch: basic commands September 28, 2025 | No Comments | information I use Linux Ubuntu, Linux Ubuntu Server, this tutorial is for those technologies, for other Linux distributions the commands may vary slightly, for macOS the […]
date | 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
hosts file | No Comments | information maps domain names to IP addresses It is located in It is on Linux and macOS systems You can specify IPv6 addresses instead of IPv4 […]
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 […]