2019-05-01から1ヶ月間の記事一覧

OpenVPN ubuntu 18.04 terminal command

Start OpenVPN on Ubuntu 18.04 client This make OpenVPN start on Starting up sudo openvpn --client --config /etc/openvpn/client.con Ubuntu 18.04 LTS Set Up OpenVPN Server In 5 Minutes - nixCraft with NetworkManager sudo apt install openvpn …

ubuntu 18.04 resize swap after installation permanent

https://www.digitalocean.com/community/tutorials/how-to-add-swap-space-on-ubuntu-18-04 https://bogdancornianu.com/change-swap-size-in-ubuntu/

xrandr

xrandr --fb 1440x900

LibreOffice Calc: get the distinct/unique values in a column or a list of elements

Procedure to get the distinct values in a column or a list of elements: Select the column (or the list of data) that you want to process Click on the top menu Data then click on the option group More Filters and finally on the option Stand…

Add sudoer and Disable Root Login Access in Ubuntu 18.04

Create a New Sudo User $ adduser <username>$ sudo adduser <username> sudo disable root login. /etc/ssh/sshd_config: PermitRootLogin no and the restart the ssh service sudo service ssh restart How to Disable Root Login Access in Ubuntu 18.04 If you want to dis</username></username>…

IKEv2 VPN Server with StrongSwan on Ubuntu 18.04 : Creating a Certificate Authority "ipsec pki" command replaced by "pki"

Creating a Certificate Authority An IKEv2 server requires a certificate to identify itself to clients. To help us create the certificate required, the strongswan-pki package comes with a utility to generate a certificate authority and serv…

xubuntu 18.04 xfce4 lightdm autologin

sudo nano /usr/share/lightdm/lightdm.conf.d/60-xubuntu.conf [SeatDefaults]user-session=xubuntuautologin-user=YourDesiredAutoLoginUserName