Entries from 2018-09-01 to 1 month

Samba on Mac

http://www.atmarkit.co.jp/ait/articles/1502/27/news051_3.htmlMacのSMB対応の大きな変更はMavericksから。でも始まりはLionから Yosemiteが対応しているSMBダイアレクトは、以下の五つになります。SMBクライアント機能はSMB 1.0/CIFSからSMB 3.02までに…

samba

https://linuxconfig.org/how-to-configure-samba-server-share-on-ubuntu-18-04-bionic-beaver-linuxhttps://askubuntu.com/questions/1059026/ubuntu-18-04-lts-samba-vs-windows-10-pro

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/hostnameDelete the old name and setup new name. Next Edit…

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

https://linuxfan.info/skype-on-ubuntu「Skype」は、無料通話とチャットのツールとして2000年代半ばから普及しています。このページでは「Skype」をUbuntuにインストールする方法を紹介します。2018年7月現在、「Snap版」のSkypeは日本語の入力ができないの…

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.confwrite_enable=YES local_umask=022 chroot_local_user=YES chroot_list_enable=YES # (default follows) chroot_list_file=/etc/vsftpd.chroot_list - sudo ge…

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/.remminaIf root owns this file, …