Open dir from terminal
xdg-open .
Copy file to clipboard
echo -n $filename | xclip -selection clipboard
Create symlink (symbolic link)
sudo ln -s /path/to/target /path/to/symlink
Show ip address
ip addr show
Update server
apt upgrade
apt udate
Manage services
systemctl [start|stop|restart|status|enable|disable] [servicename]
Show ip address
ip addr show
update server
apt upgrade
apt udate
Check if server needs reboot
cat /var/run/reboot-required
list storage devices
lsblk
move files to another directory
mv /path/to/file /path/to/destination
move files to another directory
mv /path/to/file /path/to/destination