Menu
TAG

#Import 2024-11-04 15:59

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
Discover the Magic of Gnome Boxes: A Complete Guide
Linux Tutorials 7 min read

Discover the Magic of Gnome Boxes: A Complete Guide

Boxes or GNOME Boxes is virtualization software for GNOME Desktop Environment. It’s similar to Oracle VirtualBox but features a simple user interface. Boxes also pose some challenges for newbies and VirtualBox users. For instance, it’s easy on VirtualBox to install guest addition images through the menu bar, but the same isn’t valid for Boxes. Instead, we encourage users to install additional guest tools from the terminal program within the guest session. This article will provide a

Linux TutorialsUncategorizedtutorial
Install Ubuntu Bash Shell On Windows 10
Linux Tutorials 4 min read

Install Ubuntu Bash Shell On Windows 10

Nobody expected that Linux on Windows will be a reality! Through Anniversary Update of Windows 10, Microsoft offered full-fledged Ubuntu-based Bash shell as a gift. To make this possible, Microsoft added a new feature called “Windows Subsystem for Linux”. Now Windows developers can write shell scripting! It is like a dream becoming true. Microsoft worked with UK-based Canonical (the company that produces Ubuntu) to bring Ubuntu Linux into Windows. But currently, this will be limited to a

Linux TutorialsUncategorizedhow-to
Understanding CSRF - Cross-Site Request Forgery
Uncategorized 4 min read

Understanding CSRF - Cross-Site Request Forgery

Security is a major concern when designing web apps. And I am not talking about DDOS protection, using a strong password or 2 step verification. I am talking about the biggest threat to a web app. It is known as CSRF short for Cross Site Request Forgery.   What is CSRF? First thing first, CSRF is short for Cross-Site Request Forgery. It is commonly pronounced as sea-surf and often referred to as XSRF. CSRF is a type of attack where various actions are performed on the web app w

Uncategorizedtutorial#Import 2024-11-04 15:59