Uncategorized

setup openjdk on linux

How To Setup Latest Oracle OpenJDK On Linux Members Public

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

sohail
sohail
Linux Tutorials
Git Basics Git Series Part 1

Git Basics - Git Series Part 1 Members Public

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

sohail
sohail
Learn Git
snap vs deb

.snap Vs .deb Package Members Public

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

sohail
sohail
Reviews
Ubuntu 18.04 Vs. Fedora 28

Ubuntu 18.04 Vs. Fedora 28 Members Public

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

sohail
sohail
Linux Distributions
GNOME Pomodoro A Time Utility Tool That Increases Productivity

GNOME Pomodoro: A Time Utility Tool That Increases Productivity Members Public

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

sohail
sohail
Linux tools
Running Windows 3.x DOSBox Part 4

Running Windows 3.x - DOSBox Part 4 Members Public

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

sohail
sohail
DOSBox
Python On Raspberry Pi – Part 7

Python On Raspberry Pi - Part 7 Members Public

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

sohail
sohail
Raspberry Pi Series
notepadqq an alternative to notepad

Notepadqq An Alternative To Notepad++ For Linux Members Public

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

sohail
sohail
Programming