Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds.
In this pages, we write some tutorials and examples for how to use linux operation, you can follow our tutorials.
When you are using putty to control a remote ubuntu system, you may want to konw how to restart it when you have made some changes. In this tutorial, we will introduce you how to restart ubuntu by putty.
In this tutorial, we will introduce some useful operations on mysql, apache on ubuntu vps, you can follow our steps to save your some time to manage your vps.
We often train our deep learning models in linux, one of problems we often concern is how much space of memory left in system. In this tutorial, we will introduce you how to see free space of memory in linux.
In this tutorial, we discuss why %CPU > 100% while running top command on ubuntu, the main reason is your system is multi-core. You can learn more by following our tutorial.
In this tutorial, we introduce how to check the usage of cpu and memory on ubuntu when training a deep learning model, you can do step by step by following our tutorial.
In this tutorial, we introduce how to check ubuntu disk free space and how to delete trash to increase disk free space with commands, the main two commands is df and apt clean, you can learn how to do for saving your disk space.
In this tutorial, we introduce a way to run multiple linux commands in terminal at once. If you want to void input some commands to run an application, you can follow this tutorial.