I have two Windows 10 PC (under the same network), one version is 10.0.10586 which is able to access my Linux samba share, another is 10.0.17763 which has trouble to access with below error:
"Windows cannot access" 0x80004005
Cause
Windows prevents...
0
Disable default lubuntu user
When you run Lubuntu from a USB OS, you will be logged in automatically as default lubuntu user. We can use below command to rename it
usermod -l lubuntu
It may give you below...
1
xrdp shows blank screen on ubuntu 16.04
The quick solution is to install xfce4 package
Installing the xfce4 Desktop environment
In the Terminal console; type the following command
sudo apt-get update
sudo apt-get install xfce4
Configure xrdp to use xfce desktop environment
At...
0
How to resolve "Sub-process /usr/bin/dpkg returned an error code (1)"
Method 1: Reconfigure Package Database
The first method you can try is to reconfigure the package database.
Probably the database got corrupted while installing a package.
Reconfiguring often...
Mailx command example
Using the mailx command
Once installed, the mailx command can be directly referenced with the name mail, so you just type in that in the command line.
1. Simple mail
Run the following command, and...