Uncategorized
Troubleshooting With Git - Git Series Part 3 Paid Members Public
From time to time, you will encounter problems while using Git. The most common of these is a merge conflict. Fortunately, git will provide solutions to many problems for you. Sometimes, though, there are certain problems that do require the assistance of more experienced people. Most of these problems that
Set Background Wallpapers On i3wm Paid Members Public
i3wm is a tiling window manager that is powerful and resource efficient. It is used by many geeks who prefer more resources for their computers. I personally use it when I need to fire up virtualization software so my computer will have sufficient RAM for the guest OS. Unfortunately, i3wm
Top 10 Unix Based Operating Systems Paid Members Public
The UNIX operating system was created more than four decades ago at AT&T’s Bell Laboratories. With continuous development since its inception, UNIX has made its presence from tiny embedded devices to servers and supercomputers. This article provides a brief history, philosophy, specification of UNIX and discusses the
How To Backup And Restore SD Card For Raspberry Pi Paid Members Public
After having successfully recorded a system for our Raspberry Pi on our SD card it is almost certain that we will carry out some tests of the new system, as well as make personalization settings on it. But one thing I am sure of is that you have had to
Raspberry Pi Vs. Arduino Paid Members Public
Most people find it difficult to differentiate between pi and an Arduino. What most people do not understand is that a Raspberry Pi is a microcomputer while the Arduino is a micro-controller. This article is about laying out those differences and simplifying each bit by bit. Most probably some of
Linux Kernel Vs. Mac Kernel Paid Members Public
Both the Linux kernel and the macOS kernel are UNIX-based. Some people say that macOS is “linux”, some say that both are compatible due to similarities between commands and file system hierarchy. Today I want to show a little of both, showing the differences and similarities between Linux Kernel &
Terminus A Modern Terminal App For Linux Paid Members Public
A couple of years of using various Linux distros have shown me a lot of new stuff. Some interesting user interfaces, some new package managers but one place where I haven’t seen many inventions is the terminal. It has always been the same old shell that comes by default.
Creating And Managing Git Repository - Git Series Part 2 Paid Members Public
Continuing from the previous guide, I will demonstrate how to create a repository and manage it, apply changes to it, make certain files and folders exempt from tracking, and how to handle remote servers. In this guide, I will show you an example of such actions being performed by creating