Menu
TAG

Uncategorized

Harvey Available As Flatpak App
Reviews 1 min read

Harvey Available As Flatpak App

Harvey, a color conformance app for keeping accessibility in mind when designing websites, has been released as flatpak app recently. I’ve tried the app and found it to be simple but effective. What is Harvey? The app’s download page on flathub claims it’s what Gotham needs right now. Maybe the developer is referring to Harvey from The Dark Knight. Harvey is a color checker tool for testing if the color of your foreground text against your background color content complies with

ReviewsUncategorizednews
Ethical Hacking With Kali Linux
Hacking with Kali Linux 2 min read

Ethical Hacking With Kali Linux

Today I am going to start a very interesting series of topics, Hacking with Kali Linux. In this series, I will start from the basics of hacking with Kali Linux and go advance. I will not beat around the bush or discuss crap that’s spammed all around the internet but will share real-life scenarios of hacking. Who is this series for? Before I talk about the series that I am going to start, let us briefly talk about who should follow this series. I know there are so many people o

Hacking with Kali LinuxUncategorizedtutorial
Basingstoke: An Apocalyptic Survival Alien Invasion Game
Games 4 min read

Basingstoke: An Apocalyptic Survival Alien Invasion Game

Basingstoke is an apocalyptic alien invasion survival game available on itch. The game is free for Linux users. I’ve played the game for a week or two and found it to too addictive, however, your opinion may vary. Basingstoke gameplay is about surviving the alien invasion by collecting and looting stuff as you find your way to the destination; maybe harm some of those aliens too if you’d like to. System requirements Decent gaming hardware is recommended to enjoy smoot

GamesUncategorizedreview
Color Picker Snap For Linux
Linux tools 2 min read

Color Picker Snap For Linux

Color picker is another cool flatpak app, for developers and UI designers that need to experiment with colors. Most development software comes with their own color palette tool but some lack it. So this app is one way to generate customized color for your project during the development process. Install Color picker Open software center and search “Color picker”, then load its installer screen and select Install button. Alternatively, you can use the below command to install Color

Linux toolsUncategorizednews
What’s New In Ubuntu 19.04 “Disco Dingo”
Uncategorized 4 min read

What’s New In Ubuntu 19.04 “Disco Dingo”

After 6 months of development, Ubuntu 19.04 is released. As always it was exciting to wait for the new Ubuntu release with new features. In this article, I am going to walk you through what’s new in Ubuntu 19.04 codenamed, “Disco Dingo”. So keep reading! Ubuntu 19.04 “Disco Dingo” Focuses On Performance Improvement Honestly speaking, this release does not ship with a huge list of new features. Actually, there are a few new things that you won’t even notice easily without reading a

Uncategorizednews#Import 2024-11-04 15:59
Create Games With Godot Game Engine
Games 3 min read

Create Games With Godot Game Engine

Are you considering creating a game in your free spare time or as a full-time game developer? You should check out Godot if you want a FOSS game engine on your Linux machine. There are tons of open source game engines and of course including those proprietary ones that most people use and talk about (for instance, Unity). Godot is fairly new but that doesn’t mean it’s poor in features. It’s the opposite! Read on below to learn more about this awesome game engine. Install Godot

GamesUncategorizedtutorial
GSConnect Integrate Android Phone With Linux Computer
Linux Tutorials 3 min read

GSConnect Integrate Android Phone With Linux Computer

GSConnect is the complete reimplementation of KDE Connect for GNOME desktop environment. KDE Connect is a cool application for integrating your Android phone with a Linux desktop computer. The app allows you to control, share files, read notifications, etc between the two devices. For instance, you can read Android notifications on your desktop computer without touching your phone at all. Unfortunately, a GNOME user wanting to install KDE Connect on her computer also has to install some

Linux TutorialsUncategorizedtutorial
Desktop Workspaces In Linux
Linux Tutorials 2 min read

Desktop Workspaces In Linux

Have you ever come across the term “desktop workspaces” around the Linux community? If you haven’t and are curious about what desktop workspaces are, then, you are at the right place reading this article 🙂 I’ll guide you on what workspaces are on Linux and how you can utilize them to increase your computing productivity. Desktop workspaces Desktop workspaces on Linux are like having a multi-monitor system on your single computer. Developers, artists, audio engineers, etc. would ca

Linux TutorialsUncategorizedtutorial
How To Install Virtualbox In Arch Linux
Linux Tutorials 2 min read

How To Install Virtualbox In Arch Linux

In this guide, I will show you how to install VirtualBox in Arch Linux. Numerous aspects of this guide can also apply to any other Linux distribution. Since Arch Linux is the target platform, we will need to install certain dependencies if they’re not there already. * Install Virtualbox in Arch Linux * Download Virtualbox * Make Virtualbox file executable * Installing Dependencies Chances are you already know what VirtualBox is. If not, it is a program from Oracle

Linux TutorialsUncategorizedhow-to
Why Not Install Software Packages From The Internet
Linux Tutorials 5 min read

Why Not Install Software Packages From The Internet

Hello, avid Linux readers! Someone from the Internet has told you not to execute random scripts you find on the Internet and now you’re reading why we shouldn’t install software packages from the Internet. Or more specifically, the aim of this article is why it’s wise to stick to distribution maintained packages and not those latest software packages we find out there on the Internet even if it’s distributed by the official brand’s page. However, it’s okay to download software packages t

Linux TutorialsUncategorizednews
Linux Partition Management
Linux Tutorials 9 min read

Linux Partition Management

Making Linux partitions is one of the toughest tasks for new Linux users. In this article, I will cover various topics on Linux partitioning. I’ll use different Linux partition managers to list, create, resize, extend and delete Linux partitions. Linux partition managers In this article, we will perform CRUD(Create or Clone, Read, Delete, Update) actions on system storage drive using various Linux partition managers. If you are a new Linux user, you might want to try an easy to use

Linux TutorialsUncategorizedtutorial
tee Command In Linux - Linux Commands Guide
linux command guide 2 min read

tee Command In Linux - Linux Commands Guide

Today, we are going to go over the Linux tee command. There isn’t much to this command so this guide will be brief. You will find some use for it at some point. Linux tee Command Usage and Examples tee command (as in a T-splitter in plumbing) takes content from standard input, displays it, and writes it to one or more files. It is useful if you need to write things to several files in one go. You have the choice to either overwrite the contents of the file or append new content to

linux command guideLinux toolsUncategorized