Results for “Ubuntu

How to Configure an L2TP VPN on Ubuntu

Previously, I published an article on How to Set Up a PPTP VPN Server on Ubuntu. However, in some cases, PPTP can be affected and may not work properly. In that scenario, you have another option: using an L2TP/IPSec VPN. Install the packages: sudo apt-get install xl2tpd openswan ppp

How to Configure a VPN on an Ubuntu VPS

Install pptpd: sudo apt-get install pptpd. Edit configuration: sudo vi /etc/pptpd.conf. Set localip and remoteip. The second line specifies the IP range to assign. Set DNS: sudo vi /etc/ppp/pptpd-options. Modify for Google DNS:

Customize Your Ubuntu Desktop in 6 Steps

For users who want an easy-to-use interface, Ubuntu is a great Linux distribution, arguably the best for Linux newcomers. However, this comes with a side effect – Canonical has made many decisions about the interface and appearance for users, especially the Unity desktop environment

How to Install Webmin on Ubuntu 14.04

Webmin is an open-source, web-based system administration tool for Unix/Linux. With Webmin, you can set up and install all system services directly from your browser, including DNS, DHCP, Apache, NFS, Samba, and more. So, with this tool, you no longer need to remember every configuration modification …

How to Change the Default Root Password in Ubuntu

After installing Ubuntu I suddenly realized I hadn’t set a root password, and without knowing the password I naturally couldn’t access the root user. I searched online and found out what was going on. Ubuntu’s default root password is random, meaning each boot has a new root password. We can enter the command in the terminal sudo p …