Uncategorized

Troubleshooting With Git

Troubleshooting With Git - Git Series Part 3 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

sohail
sohail
Learn Git
set background wallpapers in i3wm

Set Background Wallpapers On i3wm 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

sohail
sohail
Linux Tutorials
Top 10 Unix Based Operating Systems

Top 10 Unix Based Operating Systems 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

sohail
sohail
Linux Distributions
How to backup and restore SD card for Raspberry Pi

How To Backup And Restore SD Card For Raspberry Pi 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

sohail
sohail
Backup data
raspberry pi series featured image

Raspberry Pi Vs. Arduino 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

sohail
sohail
Raspberry Pi Series
Difference Between Linux Kernel amp Mac Kernel

Linux Kernel Vs. Mac Kernel 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 &

sohail
sohail
Linux Tutorials
terminus modern terminal app for linux

Terminus A Modern Terminal App For Linux 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.

sohail
sohail
Reviews
Creating and Managing a Repository

Creating And Managing Git Repository - Git Series Part 2 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

sohail
sohail
Learn Git