install ShadowSocks client in Ubuntu 18.04
ShadowSocks client is part of shadowsocks package. This include both client and server. If you are looking to install server, see Install…
ShadowSocks client is part of shadowsocks package. This include both client and server. If you are looking to install server, see Install…
To setup MineCraft server on Ubuntu, first you need to install Java. apt install openjdk-8-jre -y Create a user to run minecraft…
On Ubuntu 19.04, networking service is provided by package ifupdown apt install -y ifupdown By default this package is not installed. So…
Latest Ubuntu/Debian use systemd-resolved for DNS resolution. On a fresh Ubuntu 19.04 install DNS failed to resolve. root@ubuntu19:/# ping serverok.in ping: serverok.in:…
When you login to an Ubuntu server using SSH, you get welcome message like On most Linux systems, this is generated by…
nmtui allow you to configure network interface if you are using network manager. On Debian/Ubuntu, it is part of network-manager package apt…
Ubuntu 18.04 was released with Linux kernel 4.15 root@DUS-147022:~# hostnamectl Static hostname: DUS-147022.op-net.com Icon name: computer-desktop Chassis: desktop Machine ID: 1fcb383ac03e4299a3b994dca4c51a10 Boot…
Remote Desktop Software https://guacamole.apache.org Google Chome Remote Desktop https://rustdesk.com – Free Open source teamviewer alternative. Enable Remote Desktop Enable Remote Desktop in…
To enable remote desktop on Ubuntu 18.04 (works with newer Ubuntu versions), go to settings. Click on Sharing Click on ON/OFF button…
apachetop is a command line tool like top, that shows traffic on a web site. It used apache access log to show…
To install x11vnc on Debian/Ubuntu, run apt install -y x11vnc To start vnc server, run x11vnc -display :0 By default, there will…
To select default PHP version in Ubuntu, run update-alternatives –config php This will show a menu, you can select the default php…