10 User-Friendly Linux Distributions in 2019

10 User-Friendly Linux Distributions in 2019

Have you ever known where the charm or power of Linux comes from? That is, because of the numerous distributions, the Linux camp is growing, and each distribution has a large number of users. Developers voluntarily invest in related projects. Linux distributions can be described in a variety of ways, and they are designed to meet every desired demand. This article is intended to give a brief account of why a distribution exists, what the target users of the distribution…

Read More Read More

10 Usages of Raspberry Pi in the Office

10 Usages of Raspberry Pi in the Office

I know what you are thinking: The Raspberry Pi can only be used in tinkering, prototyping and personal hobbies. It can’t actually be used in business. There is no doubt that this computer has a relatively low processing capacity, a vulnerable SD card, a lack of battery backup, and a supported DIY nature, which means it won’t be a professional that can perform the most critical operations at any time. A viable alternative to a well-installed, configured commercial server. But…

Read More Read More

Git Cheat Sheet: Command that must be remembered

Git Cheat Sheet: Command that must be remembered

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows. This cheat sheet summarizes commonly used Git command line instructions for quick reference. Configure Git Configure user information (username email) for all local repositories git config –global…

Read More Read More

Install Google TCP-BBR on CentOS/Debian/Ubuntu VPS in 1 Step!

Install Google TCP-BBR on CentOS/Debian/Ubuntu VPS in 1 Step!

BBR brief introduction BBR is a TCP congestion control technology developed by the Google community. It is currently in the early stages of development, but the prospects are great, and everyone can continue to pay attention, while BBR is integrated into the kernel with the latest version of Linux. Specifically, what is the TCP congestion control technology? I don’t understand the details. I will explain it in a plain way. It is not necessarily accurate. Just look at it and…

Read More Read More

Linux Entry Level Commands Cheat Sheet

Linux Entry Level Commands Cheat Sheet

Many beginners in the early to Linux, will be as used to visualize the operation of Windows and not suited to operate Linux pure command line, some basic Linux commands have to go to Google search Linux command, this is a waste of time, so I would simply organize a number of Linux Basic commands are provided to novices, and there may be advanced and advanced articles in the future (maybe This article is not only written for novices, but…

Read More Read More

BandwagonHOST: Cheap Self-Managed VPS hosting

BandwagonHOST: Cheap Self-Managed VPS hosting

Click Here to BandwagonHOST homepage BandwagonHost is a cheap and highly reliable VPS host. This US IT7 company’s VPS hosting solution with a low-cost annual OVZ architecture. Because of its cheap price, and relying on the business is more reliable, at least concerned about the signs of not seeing the drug running for so long, and we can see that the official has been upgrading and expanding product quality. For example, the early four solutions hard disk and traffic cannot…

Read More Read More

How to use screen to keep a long running process on Linux

How to use screen to keep a long running process on Linux

System administrators often need SSH or telnet to log in to a Linux server remotely, often running tasks that take a long time to complete, such as system backups, FTP transfers, and so on. Usually, we open a remote terminal window for each of these tasks because they take too long to execute. You must wait for them to complete, during which you can’t close the window or disconnect, otherwise, the task will be killed and everything will be abandoned….

Read More Read More

How to Update macOS Faster using Terminal Command

How to Update macOS Faster using Terminal Command

macOS usually take a long time to download and apply the update, and it requires to reboot. If you are tried to waiting for the slow progress bar to complete the software update. There is an easy way to update macOS faster with a single terminal command line. sudo softwareupdate -ia && sudo reboot Step 1: Open the terminal, the terminal icon looks like this Step 2: Type the following command in the terminal, then press “Enter” sudo softwareupdate -ia…

Read More Read More

How to check OS version in Linux command line terminal

How to check OS version in Linux command line terminal

Linux is a free, powerful and open source operating system, it has many different distributions, such as  Debian, Ubuntu, CentOS, RedHat, openSUSE,  Arch, Fedora, and etc. If you are a new Linux user, you will be confused about what version of your Linux machine. Here is the command to help you know your Linux OS version and distribution. Finding your distribution information by using “lsb_release -a” The lsb_release command gives Linux Standard Base and distribution-specific information on the Linux terminal,…

Read More Read More