Install Tor on Ubuntu
Tor is a highly anonymous proxy network. Tor is used by sites in dark web as it is almost impossible to find…
Tor is a highly anonymous proxy network. Tor is used by sites in dark web as it is almost impossible to find…
Add PPA repo with command apt-add-repository ppa:ubuntu-mate-dev/xenial-mate To install MATE run apt-get update apt-get install mate This install was done on remote…
do-release-upgrade – upgrade Ubuntu to the next release. If you are using Ubuntu 20.04 LTS, it will upgrade to 22.04 LTS. Ubuntu…
To install PHP 7.2, first add repository with command add-apt-repository ppa:ondrej/php Now run apt update apt update Install PHP 7.2 with command…
Until recently .dev was popular TLD used by developers for local web development. Recently google acquired the rights to use .DEV domain…
PCI Compliance report from COMMODO complain about OpenSSH version available in Ubuntu 16.04. SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 This version have all security updates back…
To install x2Go server in Ubuntu, run add-apt-repository ppa:x2go/stable apt-get update apt-get -y install x2goserver x2goserver-xsession if you don’t have xfce, install…
On a web site running Apache, i got following error in log file [Fri Jan 19 06:43:41.146643 2018] [core:alert] [pid 3536:tid 139697024132864]…
Debian 9 come with PHP 7. To install PHP 5.6, run apt install apt-transport-https lsb-release ca-certificates -y wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg sh…
On Ubuntu Default config look like root@zecurecode:~# cat /etc/network/interfaces # This file describes the network interfaces available on your system # and…
The Uncomplicated Firewall (ufw) is a user-friendly interface for managing netfilter, the standard firewall utility included with most Ubuntu and Debian-based Linux…
I have install MariaDB on a Ubuntu 16.04 server. Then installed Virtualmin, that require MySQL, so it removed MariaDB and installed MySQL,…