2020-08-01から1ヶ月間の記事一覧

ubuntu 20.04 英語キーボード

golang.hateblo.jp 日本語配列から英語配列に変更 $ sudo dpkg-reconfigure keyboard-configuration キーボードモデル: Generic 105-key (Intl) PC (※ happy hacking keyboard を使ってる場合はその項目がある) キーボードが由来する国: 英語(US) キーボード…

ubuntu weChat

www.linuxbabe.com

Sakura VPN ubuntu 18.04 disabling root access and kill initial root user

www.digitalocean.com Adding a User you can add a new user by typing: sudo adduser newuser Granting a User Sudo Privileges If your new user should have the ability to execute commands with root (administrative) privileges, you will need to …

Enable Screen Sharing & Disabling Encryptuion on Ubuntu

ubuntuhandbook.org Run command in terminal (press Ctrl+Alt+T to open terminal): gsettings set org.gnome.Vino require-encryption false You may also run command to allow people not in local network to access using UPnP (if your router suppor…

Ubuntu20.04 headless desktop for VNC

http://rarak.jp/16022 askubuntu.com $ nmcli connection show $ sudo apt install xserver-xorg-video-dummy $ sudo gedit /etc/X11/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "dummy"EndSection Section "Monitor" Identi…

Ubuntu20.04 headless desktop for VNC

http://rarak.jp/16022 $ nmcli connection show $ sudo apt install xserver-xorg-video-dummy $ sudo gedit /etc/X11/xorg.conf Section "Device" Identifier "Configured Video Device" Driver "dummy"EndSection Section "Monitor" Identifier "Configur…

vnc 2nd network route

askubuntu.com In the network-manager icon at the top-right of the screen click in Open Edit Connections... and then Add and select Ethernet In the ethernet tab select your network device (enps025 in my case) Go to IPv4 Settings tab, select…