2021-04-24

2021 PUBLIC DNS

114.114.114.114  

114.114.115.115

114.114.114.119

114.114.115.119

180.76.76.76   百度DNS

223.5.5.5   阿里DNS

223.6.6.6  阿里DNS

119.29.29.29  腾讯DNS


2021-04-14

Linux 常用命令

sleep 10 && xset dpms force off


ps -aux


sudo lsof -i:3389


ssh -L 3389:localhost:5900 -C -N -l rocky localhost

sudo iptables -t nat -A OUTPUT -o lo -p tcp --dport 3389 -j REDIRECT --to-port 5900


sudo apt-get remove openssh-client openssh-server

sudo apt-get install openssh-client openssh-server


gsettings set org.gnome.Vino require-encryption false  //

Ubuntu Setup

sudo apt update

Chrome

https://www.google.com/chrome/


DoubleCommand

sudo apt install doublecmd-gtk


qbittorrent

sudo apt-get update && sudo apt-get install qbittorrent 

https://github.com/bill-ahmed/qbit-matUI

Setup VNC on Ubuntu 20.04

  sudo apt update sudo apt install xfce4 xfce4-goodies sudo apt install tigervnc-standalone-server sudo apt install tightvncserver vncserver...