How to quickly free Ubuntu/Linux Mint disk space
In this article, I will introduce some simple methods and techniques to help you clean up the Ubuntu/Linux Mint systems and get more free space. Remove the packages that are no longer needed sudo...
In this article, I will introduce some simple methods and techniques to help you clean up the Ubuntu/Linux Mint systems and get more free space. Remove the packages that are no longer needed sudo...
Here are the MySQL commands that we use often and are very useful. Log in to MySQL. If you connect to a remote database, you need to specify the hostname with the -h parameter....
How to compile and install Apache from source code in CentOS Download the latest Apache version wget http://mirror.downloadvn.com/apache//httpd/httpd-2.4.41.tar.gz Install package yum install apr* gcc Compile and install tar -zxvf httpd-2.4.41.tar.gz cd httpd-2.4.41 ./configure –prefix=/usr/local/apache...
In early 2018, Red Hat acquired CoreOS for $ 250 million, and in June announced the release of Fedora CoreOS. This distro becomes the new upstream release of CoreOS. Fedora CoreOS is a new...
Have you ever wanted to split a large file into multiple smaller files? For example, a 10Gb log file, we need to divide it into multiple small files, so that we can read it...
Fedora 32, scheduled for release in April, is expected to surprise Python developers. The change introduction page of the Fedora project shows that when building the Python interpreter, the development team added a -fno-semantic-interposition...
There are many shortcuts in the Linux command line, such as Ctrl + l to clear the screen, Ctrl + C to interrupt the command, Ctrl + Z to pause the command, etc. After...
OpenBSD announced that due to the dependencies of cbindgen and rust, Firefox is too complex to package on stable branches, and doing so will require testing of all rust consumers. So the stable branch...
Are you still using Ubuntu 19.04 ‘Disco Dingo’? If so, please consider upgrading to version 19.10 as soon as possible. Ubuntu 19.04 was released 9 months ago (ie April 18, 2019). But because it...
Recently, Tencent Cloud announced the open-source of its cloud server operating system TencentOS kernel. Tencent introduced that compared to other Linux distributions in the industry, Tencent Linux is highly competitive in terms of resource...
Linux kernel creator Linus Torvalds recently to respond to problems Linux kernel scheduler article raises everyone’s attention, in the same post, he also responded to “ZFS module” matter on the Linux kernel. Linus has...
In addition to the official operating system Raspbian, the Raspberry Pi also supports systems such as Windows 10 IoT Core, Ubuntu Core, and OpenElec. Now, Endless OS will soon join the ranks. At the...
RPM Package Manager (RPM) (originally Red Hat Package Manager; now a recursive acronym) is a free and open-source package management system. The name RPM refers to .rpm file format and the package manager program itself. RPM was intended primarily for Linux distributions;...
The Yellowdog Updater, Modified (YUM) is a free and open-source command-line package-management utility for computers running the Linux operating system using the RPM Package Manager. Though YUM has a command-line interface, several other tools provide graphical user interfaces to YUM functionality. YUM allows for automatic updates and package...
A certain understanding of the advantages and disadvantages of Linux can help you better understand Linux. Nowadays, Linux has become more and more popular because of its stability, security, low configuration requirements, and security....
A few days ago, a game developer using C ++, Malte Skarupke, posted a blog saying that he encountered problems in providing Linux games for Google’s cloud gaming service platform, Google Stadia, and stated...