Archivo de la etiqueta: linux

tmux quick guide

Tmux Guide: Master Terminal Multiplexing for Productivity Tmux is a powerful terminal multiplexer that allows you to create multiple sessions, windows, and panes within a single terminal window. It’s especially useful for remote servers, long-running processes, and organizing your development workflow. Basic Installation and Configuration Install Tmux on macOS: Install Tmux on Ubuntu/Debian: Enable Mouse… Leer más »

Setting up Wake-on-lan on Ubuntu Server 18.04 LTS

Alright, where to begin?! So what is the problem? The steps for preparing Ubuntu for WoL are as follows: Install ethtool with:sudo apt-get install ethtool– Ubuntu Server 18.04 LTS already has this installed Run:ifconfigto get the name of your network interface. Its worth noting here that all the guides I found say that “your network interface is most… Leer más »