How to Let Linux Scripts Detect They’re Running in Virtual Machines

  Virtual machines try really hard to convince their operating systems that they’re running on physical hardware. So can you tell from the Linux command line if the computer is physical or virtual? Virtual Machines and Hypervisors A traditional computer is a physical object. It’s a collection of different pieces of hardware that are plugged and bolted together so that […]

How to Let Linux Scripts Detect They’re Running in Virtual Machines Read Post »

How To Install MariaDB on Debian 10

Introduction MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It is intended to be a drop-in replacement for MySQL and Debian now only ships with MariaDB packages. If you attempt to install MySQL server related packages, you’ll receive the compatible MariaDB

How To Install MariaDB on Debian 10 Read Post »

How to Install Let’s Encrypt on Apache2

Improving your website security through encryption, even on the most basic servers, can increase your visitors’ trust in your site and your ability to run it. Setting up encryption on your web host has generally been complicated and expensive, which often deters administrators whose web applications might not depend on user input. Let’s Encrypt aims to change

How to Install Let’s Encrypt on Apache2 Read Post »

How to Setup OpenVZ 7 on CentOS 7

OpenVZ is a free open source software that provides container-based virtualization solution for Linux. OpenVZ 7 is the latest version of OpenVZ out there and it comes with Red Hat Enterprise Linux 3.10 kernel. This post is all about how to setup OpenVZ 7 on CentOS 7.x servers. One Kernel, Many VM’s OpenVZ creates multiple secure,

How to Setup OpenVZ 7 on CentOS 7 Read Post »

How to install OpenVPN inside a jail in FreeNAS 9.2.1.6+ with access to remote hosts via NAT

Requirements FreeNAS 9.10+ Domain updated by DDNS or a static IP Internet access Router forwarding of your port of choice (in my case 10011 UDP internal to 443 UDP external). SFTP Client (Winscp, Transmit or plain scp) Route all traffic? If you want to route all traffic through the VPN Tunnel, be sure to read

How to install OpenVPN inside a jail in FreeNAS 9.2.1.6+ with access to remote hosts via NAT Read Post »

How To Install Seedbox on Ubuntu Server

sudo apt-get update ———————————————————————– sudo apt-get install apache2 ———————————————————————– sudo adduser –disabled-password –system –home /var/lib/deluge –gecos “SamRo Deluge server” –group deluge ———————————————————————– sudo touch /var/log/deluged.log ———————————————————————– sudo touch /var/log/deluge-web.log ———————————————————————– sudo chown deluge:deluge /var/log/deluge* ———————————————————————– sudo apt-get update ———————————————————————– sudo apt-get install deluged ———————————————————————– sudo apt-get install deluge-webui ———————————————————————– sudo nano /etc/default/deluge-daemon ———————————————————————– # Configuration

How To Install Seedbox on Ubuntu Server Read Post »

Rolar para cima