Linux

Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.

www.linux.org

linux - 🐧 Linux / Unix scp command

🐧 Linux / Unix scp command

scp – secure copy (remote file copy program) Syntax scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] [-l limit] [-o ssh_option] [-P port] -S program] [[user@]host1:]file1 [...] [[user@]host2:]file2 -1Forces scp to use protocol...

swap - SWAP memory allocation

SWAP memory allocation

SWAP memory is used to help RAM, once it can not store any more data. Here is how to modify and increase SWAP memory on Linux.

linux - Configuring DNS 🐧

Configuring DNS 🐧

Domain Name System (DNS) converts the name of a Web site (www.pcx3.com) to an IP address (104.21.70.187). This step is important, because the IP address of a Web site’s server, not the Web site’s name, is used in routing traffic over the...

space 19070 1280 - The Benefits of Using Linux over Windows

The Benefits of Using Linux over Windows

For most of us it’s not a secret that using Windows nowadays gives you a lot of problems ranging from issues of vulnerability, pricing and even hardware compatibility. Problems like these should be easily resolved if not absent as every second...

Wordpress background web design image in Backgrounds and Textures category at pixy.org

Install WordPress 5.5 on 🐧 Linux Ubuntu 20.04

Today We’re gonna install PHP, MySQL and WordPress 5.5 on a new machine running Linux Ubuntu 20, and as a bonus, We’ll make a script to do it for us in the future. I’m running all the steps in this tutorial with root privileges, so...

linux - Working with the 🐧 Linux Shell

Working with the 🐧 Linux Shell

The shell is probably the most important tool you will use in GNU/Linux. Besides using it to enter simple commands, the shell will allow you to take “shortcuts” when entering commands and filenames. The shells allows you to redirect the...