Skip to main content

9 docs tagged with "linux"

View All Tags

CPU clock speed

We are able to understand the cpu current speed and adjust it to the desired speed. Here is how we can do it:

Process Substitution

Process substitution is a form of redirection where the input or output of a process (some sequence of commands) appear as a temporary file. This allows us to use the output of a command as a file.

Systemd Timer

In this article, we will introduce how to use systemd timer by creating a service unit and timer unit to backup nextcloud snap weekly.

Wake on LAN

Wake on LAN (WoL) is an Ethernet or Token Ring computer networking standard that allows a computer to be turned on or awakened by a network message. The message is usually sent by a program executed on another computer on the same local area network.