Menu
TAG

Uncategorized

Reasons Why Debian Is Crucial To Linux History
Debian 5 min read

Reasons Why Debian Is Crucial To Linux History

That August 16, 1993, a young Ian Murdock announced on Usenet “the imminent completion of a new version of Linux which I will call Debian Linux Release.”   Murdock, of course, had no idea that Debian would end up becoming an institution in the Linux world. This distribution, mother of many others (Ubuntu included), has completed 25 splendid years that have confirmed it as a crucial development in the world of Linux and Open Source.   Debian through time The name, which came from th

DebianUncategorizednews
Top Linux Applications For Office Use
Linux tools 4 min read

Top Linux Applications For Office Use

The next time you encounter a laptop or PC, pay attention to the operating system. Most likely it is not open source because closed-source platforms such as Windows and macOS have captured most of the PC client OS market.   Open source OS programs such as Linux, make up only a tiny bit of market share and rightly so – they still have a lot to do if they want to compete with the likes of MacOS and Windows in terms of appearance and functionality. Although Ubuntu and other distributions ar

Linux toolsUncategorizedreview
How To Make Gedit More Programmer Friendly
Reviews 3 min read

How To Make Gedit More Programmer Friendly

Gedit is the default text editor that comes pre-installed on Linux with GNOME as its desktop environment. It is extensible with plugins while at the same time simple and easy to use for newbies; pretty much like notepad you find on your Windows PC. However, Gedit can be configured to a fully-featured Integrated Development Environment (IDE) with the help of plugins and customize its preference. Read on below how to do that. Where would one find Gedit text editor? Ubuntu,

ReviewsUncategorizedhow-to
10 Efficient Raspberry Add-ons To Enhance Performance - Part 8
Raspberry Pi Series 5 min read

10 Efficient Raspberry Add-ons To Enhance Performance - Part 8

Sometimes, you may find yourself in great need to improve the functionality of your Raspberry Pi. There is a good chance your Raspberry does not support the functionality you want. There is also a chance that it supports your dream functionality but with the help of an external tool. An add-on, in other words. It is evident that your dream add-on exists in the market, or someone somewhere is cracking an algorithm to build. Never mind, here we compiled a list of the best add-ons for your Raspb

Raspberry Pi SeriesUncategorizedreview
How To Setup Latest Oracle OpenJDK On Linux
Linux Tutorials 3 min read

How To Setup Latest Oracle OpenJDK On Linux

OpenJDK is an open source version of Java Development Kit and is available on most Linux package repositories. Sadly, the version is quite outdated since Java programs today are compiled for the latest Java Environment (which is now version 10), the package found on most Linux repositories is still in previous stable release ie., v1.8. This article will guide you on how to install the latest OpenJDK on your Linux computer, and how to set its environment variables so you can start right away w

Linux TutorialsUncategorizedhow-to
Git Basics - Git Series Part 1
Learn Git 3 min read

Git Basics - Git Series Part 1

This series will explain the purpose of git, how to clone GitHub repository, GitLab repository, or otherwise. How to view the changelog and how to revert to an older version of the repository, add and remove files, commit changes, update remote repositories, fetch the most recent versions of repo, and more. GUI front-ends will also be covered, as well as troubleshooting and how typical IDEs will handle source code files belonging to a git repo.   What Is Git? In a nutshell, git is

Learn GitUncategorizedtutorial
.snap Vs .deb Package
Reviews 4 min read

.snap Vs .deb Package

As the number of Linux applications grows, so does the concern about security. Even though there are few recorded Linux attack incidents, it is conceivable to be attacked by viruses, hackers, or malware. Because Linux is open-source, those problems are fixed faster, and the community may contribute to maintaining the Linux World ready for any bug or virus that appears. When installing a vulnerable application (or app), it may require libraries that are no longer accessible on that distro

ReviewsUncategorizedreview
Ubuntu 18.04 Vs. Fedora 28
Linux Distributions 5 min read

Ubuntu 18.04 Vs. Fedora 28

Hello folks. Today I’ll highlight some of the features and differences between the two popular Linux distros; Ubuntu 18.04 and Fedora 28. Each has its own package management; Ubuntu uses DEB while Fedora uses RPM, but both of them feature the same Desktop Environment (GNOME) and aims to provide quality desktop experience for the Linux users. Ubuntu 18.04 is the latest Ubuntu LTS release and comes equipped with GNOME desktop. So is Fedora 28 that also features GNOME desktop, but both of t

Linux DistributionsUncategorizedreview
GNOME Pomodoro: A Time Utility Tool That Increases Productivity
Linux tools 3 min read

GNOME Pomodoro: A Time Utility Tool That Increases Productivity

Hello readers, today I’ll be covering on how to increase your productivity and this applies to all types of computer users, especially Linux, just kidding. 😛 Believe me most of us who work on computers have suffered back pain, eye strain, stress, and then end up getting frustrated. However, did you know that one can fix all those issues by managing time in intervals and a short break in between? Yes, that’s right, read below how you can go about that using GNOME Pomodoro.   How GN

Linux toolsUncategorizedreview
Running Windows 3.x - DOSBox Part 4
DOSBox 4 min read

Running Windows 3.x - DOSBox Part 4

Continuing on from the previous tutorial, we have a working DOS installation running with DOSBox that we can install Windows 3.11 on for running old 16-bit Windows software. Since a DOS installation is up and running correctly (unless, of course, it’s broken somehow), let’s begin by installing Windows 3.11 on to the disk image. You shouldn’t have much trouble installing Windows 3.x onto the DOS image because it is, at the end of the day, a graphical user interface (GUI) for DOS. You can

DOSBoxUncategorizedtutorial
Python On Raspberry Pi - Part 7
Raspberry Pi Series 4 min read

Python On Raspberry Pi - Part 7

In the previous article, ‘Raspberry PI: laying out the basics I’ we mentioned the Raspberry PI as a low-cost computing device that was initially created to help students improve their programming skills, as well as raise interest in computer science. Thus the need for a beginner-friendly and widely used programming language arose. The Python programming language was the answer. This is because python is user-friendly, dynamic, portable and easy to learn. Python was created by Guido

Raspberry Pi SeriesUncategorizedtutorial
Notepadqq An Alternative To Notepad++ For Linux
Programming 6 min read

Notepadqq An Alternative To Notepad++ For Linux

Notepadqq is a programmer’s text editor program for Linux. It is an alternative to Notepad++, a very popular Windows text editor among the programmer’s community. Notepadqq is available as a snap app on Ubuntu platform currently, and so is Notepad++. So what makes them different? The answer is one of them is actually a Windows binary that runs on top of WINE (Notepad++) and the other is a native Linux program implemented using Qt technology (Notepadqq). That might leave you wondering whi

ProgrammingReviewsUncategorized