Menu
TAG

Uncategorized

Facebook Messenger CLI Chat Via Linux Terminal
Linux tools 3 min read

Facebook Messenger CLI Chat Via Linux Terminal

Hi, fellow Linux user there! How is your social life going? This is how most of the time I think my friends ask me. They think that I am all the time messed with the terminal. Now how to explain to Windows users that Terminal does almost all my work from games to app installation. From email to personal messages. Leave them! Today I am here with an amazing terminal software call “FB Messenger CLI”. This helps us to read, write and send our messages through terminal! Voila! Now you can even

Linux toolsUncategorizedtutorial
What Is DNF Package Manager And How To Use It
Linux tools 3 min read

What Is DNF Package Manager And How To Use It

A package file is an archive which contains the binaries and other resources that make software and the pre and post installation scripts. They also provide the information regarding dependencies and other packages required for the installation and running of the software.  In the Linux world, there are two main types of packaging formats, .deb for those in the Debian and Ubuntu world and the .rpm for the Fedora, RHEL and CentOS. These formats also have their own tools for package man

Linux toolsUncategorizedhow-to
The Simplest And Tiny Linux Game Gravitation
Games 3 min read

The Simplest And Tiny Linux Game Gravitation

Gravitation is a game that truly keeps the spirit of being a game. There is no fancy heavy graphical artwork, only bitmaps though not entirely! Jason Rohrer authored the whole game including the audio effects! This game particularly suits those melancholy ones and likely revolves around the life of the author. How to install Gravitation game in Linux Launch your terminal program by pressing ctrl+alt+t and key in this command – sudo apt install gravitation Or you could lau

GamesUncategorizedreview
Damn Small Linux A Lightweight Linux Distro For Old Computers
Linux Distributions 3 min read

Damn Small Linux A Lightweight Linux Distro For Old Computers

By the name yes it’s really small and lightweight (had to utter this word too “damn!”). Damn Small Linux is a distro that offers a GUI based OS for low resource systems and some applications for normal users task-alike. It’s designed with the intention to pack all the modern features under 50 MB. Well, that may sound crazy but you cannot rely on it as a primary OS if you have a recent modern hardware. Instead take a U-turn now and see what Ubuntu, Fedora or OpenSUSE has to offer.Damn

Linux DistributionsUncategorizedreview
Code::Blocks IDE Review
Programming 4 min read

Code::Blocks IDE Review

Codeblocks is an Integrated Development Environment (IDE) for programmers and developers. It comes with predefined tools to develop Qt applications, plugins, console applications, etc. considering one has installed the required tools independently (eg- Qt development tools). Most IDEs come with “project” feature and that’s the turning point because some of them requires user to create one before proceeding any further, where in some cases programming (in schools and colleges) exercise d

ProgrammingUncategorizedreview
Linux Kernel - When It All Started & How It Is Here
Linux 6 min read

Linux Kernel - When It All Started & How It Is Here

Many of the open source lovers know Linux. I know, you are also one of them, cause you are also a supporter of open source. However, many don’t. Today I am going to mention the history of the famous kernel, Linux. Many guys who are either Windows or Mac lovers, don’t know what Linux is and mostly are in wrong belief that Linux is an OS. Let me clarify this first. No, it is not!. Linux is actually a kernel. Now, you might be thinking what is a kernel? In the simplest sense, the kernel

LinuxUncategorizednews
Trigger 3D Rally Race Game Review
Games 4 min read

Trigger 3D Rally Race Game Review

Trigger 3D rally race game is a fun game for families with time limits on every event. A user has to finish the lap of an event within the stipulated time while at the same time enjoy the environment driving through a forest, on a canyon, and off road too. Trigger 3D Rally Race Installation To install trigger 3D rally racing game, launch the terminal and enter this command – sudo apt install trigger-rally Or you could launch the software manager and install the game by br

GamesUncategorizedreview
How To Compile C, C++, And Java Using Terminal On Linux
Linux Tutorials 4 min read

How To Compile C, C++, And Java Using Terminal On Linux

€‹This topic might surprise you because occasionally programmers are occupied primarily on one language and then they move on to another programming language with changing times. But that doesn’t mean languages like C, C++, and Java differ from another when it comes to compiling the program and running it on the terminal, except only the name of the compiler tool. Otherwise, it is a different matter when it comes down to BASH, Python, etc.   Target audience €‹People programming ju

Linux TutorialsProgrammingUncategorized
Fedora 26 Is Here And It's Packing A Punch
Fedora 4 min read

Fedora 26 Is Here And It's Packing A Punch

If you’re already using Fedora, you can upgrade from the command line or use GNOME Software — upgrade instructions here. We’ve put a lot of work into making upgrades easy and fast. In most cases, this will take half an hour or so, bringing you right back to a working system with no hassle Fedora 26 Minimum System Configuration The figures below are a recommended minimum for the default installation. Your requirements may differ, and most applications will benefit from

FedoraUncategorizednews
Nylas Mail A Free Email Client For Linux (Dead)
Reviews 4 min read

Nylas Mail A Free Email Client For Linux (Dead)

So questions are being asked whether Ubuntu should still ship with a default email client. Personally, I have not used Thunderbird in a really long time. I wanna believe this is not the first time the question has been asked but this time I believe there is a really good chance that it is gonna get cut. This is because everyday users tend to resort to web-based clients such as Gmail or Outlook for their email needs. And for the power user on Linux, there are quite a few options availab

ReviewsUncategorizedreview
How To Configure Dongle D-Link On Ubuntu
Linux Tutorials 3 min read

How To Configure Dongle D-Link On Ubuntu

D-Link is a USB wireless card or commonly called dongle, used to connect a computer to the Internet through cellular networks. This tutorial will focus on one model DWP-157 and may be applied to other models of D-Link. DWP-157 supports 3G networking and has this label “Linux Ubuntu 10.04 or above” on the System Requirements. Now plug the wireless card Plug in the USB dongle on your computer and soon a file manager will be launched with its contents. Copy the tarball “D

Linux TutorialsUncategorizedhow-to
Steps To Create A Developer Environment In Linux
Linux Tutorials 4 min read

Steps To Create A Developer Environment In Linux

In every modern industry, software or application development is crucial for the organization, you can name it, movie industries, health care, music, agriculture, and other known areas, all these areas rely on development. From small projects to big projects like Google or Facebook, from your smartphone to your Smart TV, and more. This article is to let you know how to create a developer environment, what tools you will need for a basic developer environment.   1. Install a database

Linux TutorialsUncategorizedhow-to