Category: Linux

Popular Linux Distribution Download Links

I recently heard that Linux is great, surpassing Windows, and it’s free. I want to give it a try. This way I can break free from Microsoft’s control. Even though I’m using a pirated version of Windows, I don’t feel like I’m getting a bargain. I’ve always been under the thumb of the Microsoft empire.

This …

Modifying Linux File Permissions: The chmod Command

Every file and directory in a Linux system has access permissions that determine who can access and operate on them and in what way.

File or directory access permissions are divided into three types: read-only, write-only, and executable. Taking a file as an example, read-only permission means you are only allowed to read its content…

China-Made Ubuntu OS “Kylin” Officially Released

The CCN Open Source Innovation Joint Lab, formed by the MIIT Software and Integrated Circuit Promotion Center (CSIP), the National University of Defense Technology, and Canonical, officially released its first major work in Beijing today: UbuntuKylin 13.04. UbuntuKylin incorporates extensive localization on top of Ubuntu, and this series …

Linux Deepin 12.12 RC Released

Overview: Linux Deepin 12.12 RC Is Here! Following the March 28 Beta release, Linux Deepin 12.12 RC is now available! The Linux Deepin 12.12 RC is a feature-enhanced and improved version of the Beta, and serves as the release candidate for the final version. Work on this release has…

Linux vs. Windows Development Tools Comparison

Linux Development Tools When it comes to C++ development tools, compared to Windows where Microsoft (VC, VS2005, etc.) dominates, C++ development under Linux/Unix is quite diverse and varied. Emacs, vi, eclipse, anjuta, kdevelop, and others keep emerging.銆€銆€Under Windows, development tools are mostly integrated …

Linux Device Files vs Regular Files: Reading Similarities and Differences

The biggest difference between regular files and device files is that regular files have an end-of-file marker (EOF), while device files do not. Think about it — when does a serial port terminate? — It only terminates when the driver is unloaded. That may still not be entirely clear, so let’s just go straight to an example. Let’s start with the cat command. The cat command follows …

Apache Foundation Confirms Withdrawal from JCP Committee

A few days ago, it was reported that the Apache Foundation might withdraw from the JCP Executive Committee due to an inability to reach an agreement with Oracle. Today, this news has been confirmed on the official Apache site, stating that the Apache Foundation will no longer participate in the JCP Executive Committee.
Details can be found in the official Apache announcement:
http://s. …