Entries from 2017-09-01 to 1 month

ubuntu samba no work

https://askubuntu.com/questions/785877/where-is-the-samba-configuration-gui-in-ubuntu-16-04sudo smbpasswd -a usernamehttp://www.swish-sftp.org/https://www.howtogeek.com/165893/how-to-integrate-a-remote-sftp-directory-into-windows-explorer/

ubuntu find drives terminal

https://askubuntu.com/questions/182446/how-do-i-view-all-available-hdds-partitionssudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL

VNC Screen Share to connect Mac to Ubuntu

dconf > org -> gnome -> desktop -> remote-access > enabled - uncheckHere is how you do it: First make sure Desktop Sharing is set up properly. Download dconf-tools by typing in Terminal sudo apt-get install dconf-tools Run dconf-Editor Exp…

ubuntu recovery crash while upgrade

boot to the GRUB menu choose Advanced Options choose Recovery mode choose dpkg - fix broken packages let it try to finish the aborted upgrade https://wiki.ubuntulinux.jp/UbuntuTips/Others/RecoveryMode

No DNS resolution after upgrade from ubuntu 14.04 to 16.04

Open /etc/NetworkManager/NetworkManager.conf in an editor with root rights. Delete (or comment out with a hash #) the line that reads dns=dnsmasq. Restart NetworkManager via sudo service NetworkManager restart.