Blog.Fastssh.com – V2Ray is a new type of VPN using a protocol called VMess. VMess is the main protocol used to communicate between servers and clients. Here we will explain How to Create a Free […]
Blog Tunneling
How to Create a Free SSH Account
Blog.Fastssh.com – SSH is a system that allows its users to be able to control a device remotely, or it is often called a remote server. This article will explain step by step How to […]
Enable or Disable SELinux
What is SELinux? SELinux installed on your device is a security control feature that restricts access to certain Kernel modules. CentOS 7 and RHEL implement SELinux by default to provide an additional layer of security […]
Speedtest on Linux
Using a speedtest on linux will require a python, so we need to install python first Ubuntu: apt-get install python -y Centos yum install python -y then copy-paste the following command one by one […]
Increase “max_connections” value in MySQL
Optimizing the software on the server is essential to ensure you don’t waste resources. For example, increasing the max_connections of MySQL will make your server serve more connections/visitors and use more resources on the dedicated […]
Zip all files on Linux
Zipping file on Linux is very simple, just make sure you have zip command, otherwise, you need to install zip Ubuntu apt-get install zip Centos yum install zip These are some options for zip command, […]
How to Create LVM & Thin LVM
Before we try to create LVM and thin LVM we should know common abbreviations you should know: LVM = Logical Volume Manager PV = Physical Volumes VG = Volume Groups LV = Logical Volumes Let […]
How to install Dropbear SSH on Centos and Ubuntu
Introductions SSH (Secure Shell) is a network protocol to secure connection between client and server. Most SSH servers are using OpenSSH by default, Here we will show you how to install a lightweight SSH server, […]