pipes | in linux September 23, 2025 | No Comments | information, linux, pipe, proccess-information Pipes in Linux, represented by the vertical bar symbol |, are a fundamental feature that allows you to redirect the output of one command to […]
Wi-Fi with Netplan September 21, 2025 | No Comments | interface, internet, linux, netplan, wifi, WPA_supplicant I really wanted to avoid using Netplan, but it worked for me. I have Linux as my operating system, the Ubuntu Server distribution (it doesn’t […]
extend sudo duration September 19, 2025 | No Comments | information, linux, server, sudo You must create a file in The file you created in the /etc/sudoers.d/ directory can have any name. It is recommended to use a name […]
journalctl | No Comments | information, linux 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 […]
run a script at startup with systemd | No Comments | automatic, information, linux, script This works for Linux I have Linux Ubuntu Server Create a new service file in the systemd directory. The file name must end with .service. […]