Ubuntu change hostname command

Ubuntu change hostname command
The procedure to change the computer name on Ubuntu Linux:

Type the following command to edit /etc/hostname using nano or vi text editor:

sudo nano /etc/hostname

Delete the old name and setup new name.
Next Edit the /etc/hosts file:

sudo nano /etc/hosts

Replace any occurrence of the existing computer name with your new one.
Reboot the system to changes take effect:

sudo reboot

「Skype」をUbuntu18.04 にインストールする一番良い方法 日本語入力できない

https://linuxfan.info/skype-on-ubuntu

「Skype」は、無料通話とチャットのツールとして2000年代半ばから普及しています。このページでは「Skype」をUbuntuにインストールする方法を紹介します。

2018年7月現在、「Snap版」のSkypeは日本語の入力ができないので注意が必要です。

なお、「Ubuntuソフトウェア」から「Skype」をインストールすると、日本語入力が不可能な「Snap版」がインストールされてしまいます。

ubuntu vsftpd.chroot_list could not read chroot() list file:/etc/vsftpd.chroot_list, - 550 Failed to change directory

https://devanswers.co/installing-ftp-server-vsftpd-ubuntu-18-04/

sudo gedit /etc/vsftpd.conf

write_enable=YES
local_umask=022
chroot_local_user=YES
chroot_list_enable=YES
# (default follows)
chroot_list_file=/etc/vsftpd.chroot_list

                                • -

sudo gedit /etc/vsftpd.chroot_list
ftpuser


#-----------------------added by admin ---------------------------------

#To force vsftpd to show file names that begin with a dot
force_dot_files=YES

# add some port ranges for passive FTP to make sure enough connections are available.
pasv_min_port=40000
pasv_max_port=50000

#To change the root directory to /
local_root=/

remmina can not save password

make sure you own the .remmina folder (and all its contents).

$ ls -l --directory ~/.remmina/
Your user name should appear on the ls record like:

drwx------ 2 username username 4096 Jan 1 12:15 /home/username/.remmina

If root owns this file, You can correct the permissions like:

# chown --reference ~/ --recursive ~/.remmina/