Tag: Ubuntu

How to Wake-On-LAN / Wake-On-WAN on ubuntu

Pepare Install required tool: Get ethernet interface Let’s assume it’s enp1s0 Check if the WOL is available: Set WOL on: After sudo ethtool enp1s0 the Wake-on: d should be changed to Wake-on: g But this will be reset after reboot, so: Make it permanent via service Get the ethtool executable’s full path by running which […]

How to prepare a new HDD on Linux in exFAT file system type (create partition, format it and mount disk permanently) – Full instruction

How to install SSH on Ubuntu