How To Connect to a Linux Server from Linux UbuntuIn this tutorial we will explain the easiest way to connect to your Linux server from a Linux laptop/PC in two easy steps.
How To Sync Multiple Linux Servers with LsyncdIn this article we will demonstrate how to automate files and data synchronization using lsyncd; a popular and free open-source software used for keeping two or more servers synchronized automatically.
Network Stress Testing: How To Generate High Bandwidth Traffic on your ServerIn this article we show you how to stress test your network by generating high bandwidth traffic using advanced ping command parameters. All commands shown further in this article work in any Linux Server.
How To Create Software RAID 10 on Ubuntu 20.04 ServerWhilst hardware RAID may offer better performance and interoperability than software RAID, the latter is cheaper as no Hardware RAID controller is needed. In this tutorial, you will learn how to setup software RAID on Ubuntu 20.04.
How To Fix Error nf_conntrack table full dropping packet in Linux Servers will help you resolve the error nf_conntrack table full dropping packet that may appear on heavy loaded CentOS servers. Solution for CentOS 6 & 7.
How To Increase File Upload Size in Nginx Web ServerOne of the most common errors system admins encounter is when users complain that their file upload couldn’t complete. In this article, we will demonstrate how to limit file upload size in Nginx.
How To Copy or Transfer Files on Linux Servers with RSyncIn this tutorial we will explain how Rsync works and how you can use it for transferring files and folders from and to Linux Servers. In the end of this tutorial you can also find an Rsync Cheat Sheet with explanation of rsync command parameters.
AlmaLinux and RockyLinux Now Available on Cloud VPS and Bare-metal ServersThe two Operating Systems that dropped in as a replacement for CentOS are AlmaLinux and RockyLinux. Deploying AlmaLinux and RockyLinux on Cloud or Bare-metal servers is free of charge. Both Operating Systems are based on RHEL source code with frequent security updates and large community support.
How To Install OwnCloud on Ubuntu Server 20.04 LTSThis is a step-by-step guide on how to install ownCloud Collaboration software on a fresh installation of Ubuntu 20.04 server. Run the following commands in your terminal to complete the installation.
How To Create Linux LVM Partition – Step-by-step GuideIn today’s article we will demonstrate how you can easily create an LVM partition on your Linux Server. Why LVM? Simply because it allows you to dynamically extend or shrink partitions in real-time!
How To Extend LVM Disk on Linux Ubuntu 20.04In this tutorial, we will show you how to extend an LVM disk on your Ubuntu 20.04 Server. Resizing disks is a common yet challenging task for system administrators, when servers are running out usable disk space or when the standard partitioning during installation does not fit their bespoke needs.
How To change the default kernel in GRUB for RHEL and CentOSIn this article we explain how you can easily change the default kernel in GRUB for RHEL and CentOS 7 Servers.