Linux Memory Issues

A simple truism: memory issues exist. The very fact that we program in languages such as C (and C++) implicitly gives rise to literally infinite types of issues! At some point, one realizes (perhaps a bit pessimistically) that programming with care in a managed memory-safe language is ultimately the (only?) realistic way to avoid memory … Read more

SMIC evaluating impacts of blacklisting by White House

China’s largest chipmaker, Semiconductor Manufacturing International Corporation (SMIC), is in discussions with the US Bureau of Industry and Security after being notified that it will be subject to export restrictions.  Last week, reports emerged that the White House had imposed sanctions against Shanghai-based SMIC – requiring its US suppliers to obtain a license from the government – … Read more

Apple sues recycling company, alleges theft of 100,000 devices

Apple is taking legal action against Geep Canada, which it contracted to recycle its used devices. Apple alleges that Geep stole and resold more than 100,000 of these devices. Quantum Lifecycle Partners subsidiary Geep received more than 500,000 Apple devices (iPhones, iPads and Apple Watches) between January 2015 and December 2017 and was paid by … Read more

CLI, not GUI

The Unix OS, and all its applications, utilities, and tools, were always built to be used from a command-line-interface (CLI), typically, the shell. From the 1980s onward, the need for a Graphical User Interface (GUI) became apparent. Robert Scheifler of MIT, considered the chief design architect behind the X Window System, built an exceedingly clean … Read more

The Unix philosophy in a nutshell

To understand anyone (or anything), one must strive to first understand their (or its) underlying philosophy; to begin to understand Linux is to begin to understand the Unix philosophy. Here, we shall not attempt to delve into every minute detail; rather, an overall understanding of the essentials of the Unix philosophy is our goal. Also, … Read more

Why Use Linux?

The reason that you should learn Linux and start deploying Linux is for server functionality. Linux is incredibly rock-solid. Once you install Linux, and once you get through all the quirks and you set up all the configurations, a Linux server will run until the CPU overheats and dies. It would just run non-stop. A … Read more

Server vs. Desktop

There are generally two versions of Linux that everybody is going to provide. Whether you get Red Hat Linux, Ubuntu Linux, Fedora Linux, or whatever distribution that may be, they will normally have two versions of the distribution. One is going to be the server version while the other is going to be the desktop … Read more

Capitalization

Let us now talk about something that just messes with every Windows user’s head when making the switch to Linux: Capitalization. So basically, you have uppercase and lowercase letters. In the Windows operating system, it doesn’t care whether you put in an uppercase or a lowercase letter. If you have a folder named “Home” in … Read more

The Linux Shell

let us now talk about the shell of the Linux operating system. So what is a shell? The shell of an operating system is the screen that you use to interact with the operating system. If you’re thinking about Microsoft Windows, the Windows shell is that graphical user interface where we have the little mouse … Read more