Menu
TAG

Uncategorized

While Loop, Break & Continue - Python Programming
Learn Python 4 min read

While Loop, Break & Continue - Python Programming

Looping is one of the most important core concepts when learning to program. I often see a lot of people get confused with looping. So let us quickly have a look at how loops work. There are various types of loops like the while, do while and for loops. However, we will only focus on the While loop in this article. We will learn about the other loops later in this series. Follow full series – Learn Linux What is a Loop A loop is something that repeats itself. In computer prog

Learn PythonUncategorizedtutorial
What Is Server Side Rendering? Is It Still Useful?
Linux Tutorials 2 min read

What Is Server Side Rendering? Is It Still Useful?

The past few years have seen a hoard of new JavaScript frameworks taking over web development. Skills with Single Page Applications and Progressive Web Apps are the new things that every new developer wants on their resume. Most of the web services are migrating towards Client Side Rendering with JavaScript frameworks. However, Server-side rendering has not lost its charm. What is Server Side Rendering? In modern JavaScript frameworks like angular, react and vue, JavaScript code is

Linux TutorialsUncategorizedtutorial
UberWriter Markdown Text Editor For GNOME
Reviews 3 min read

UberWriter Markdown Text Editor For GNOME

UberWriter is a markdown text editor for GNOME. The app works with other desktop environments too since it is available only on flathub repository. All you have to do is install the app on your KDE, Cinnamon desktop while flatpak takes care of all the required dependencies to run UberWriter. Read on below to learn more about this awesome cool markdown text editor. Install UberWriter For GUI-savvy users, launch Software Center app and search UberWriter. Select the app and click the

ReviewsUncategorizedreview
Timetable Scheduler App For Linux
Reviews 2 min read

Timetable Scheduler App For Linux

Timetable is a scheduling app available on flathub repositories. The app is maintained by the Elementary OS team and thus it’s User Interface looks like its own native OS. Might look a bit out of place on GNOME, KDE, Cinnamon, etc but still yet the app works like a charm. Read on below to get more done with Timetable. Install Timetable You can search Timetable on GNOME overview or through your Software center app to install Timetable. Alternatively, you can use the below command t

ReviewsUncategorizednews
Python Programming - if, else and elif
Learn Python 3 min read

Python Programming - if, else and elif

If you have the time, you can read this article else you can do something else. Sounds logical, doesn’t it? Well, That’s programming for you in a nutshell. Programming is all about writing code that will give different outputs depending upon the state of various variables at the moment. Follow the full series – Learn Python The IF Else Clause The IF Else clause is very useful when it comes to making changes in program execution. The syntax for an if-else clause is as follows.

Learn PythonUncategorizedtutorial
UberWriter Vs. Mark Text
Reviews 4 min read

UberWriter Vs. Mark Text

Nice sunny day, hello Linux readers! I’m glad to have you back here as I ramble about the goods and the bads of these two markdown editors: UberWriter and Mark Text. If you haven’t tried both of them, great! This article can help you a bit as you read on to discover what makes each editor unique and special. Both of them are great and I’ve used each of these two editors in turn for some time as my primary way of drafting articles for this website. Look and feel UberWriter Ube

ReviewsUncategorizedreview
Working With Variables - Python Programming
Learn Python 4 min read

Working With Variables - Python Programming

We are on our quest to learn python programming and this brings us to one of the most fundamental topics. Variables are everywhere, every programming language has variables at its core. We will learn about variables and also see some basic operations and applications of variables in python. What are Variables? Variables are elements that store program data. This program data has its scope limited to the life cycle of the program. For example, let us say we are writing a program tha

Learn PythonUncategorizedtutorial
Overview and Installation - Python Programming
Learn Python 3 min read

Overview and Installation - Python Programming

Python is a general-purpose programming language that is very high in demand. It is one of the most sought after programming languages with limitless applications. Programming in Python is very easy to learn. Since it is a very flexible language. So let us begin on our quest to learning Python. A Quick Overview Python is a high-level programming language that was created in 1991. Python has picked up popularity in the last few years. Python can be used to make desktop, web and even

Learn PythonUncategorizedtutorial
Midnightmare Teddy - A Shooter Game For Linux
Games 2 min read

Midnightmare Teddy - A Shooter Game For Linux

Another game review today. It’s Midnightmare Teddy! Available on flathub for all versions of Linux is a casual lightweight shooter game for kids and families. The game is cute and centers around a teddy who might be having a nightmare dreaming. You must help teddy get rid of all those evil toys or they kill you. System requirements Decent modern hardware is recommended. Dedicated GPUs are not required and run fine on Intel i3 processor alone. The maintainers didn’t provide t

GamesUncategorizedreview
Set Background Wallpapers In Linux With Fondo
Linux 2 min read

Set Background Wallpapers In Linux With Fondo

Fondo is a desktop wallpaper app for Linux where you can search for the most beautiful wallpapers on the Internet from within the app itself and set your preferred image as your desktop wallpaper by just clicking on the image directly. The app is simple and easy to use. Install Fondo Wallpaper app in Linux Fondo is available as flatpak app so if you have flatpak set up on your Software center then you can directly search for the app and install it. For terminal-geeks, you can alte

LinuxReviewsUncategorized
VidCutter - Linux Video Cutting Or Trimming App
Reviews 3 min read

VidCutter - Linux Video Cutting Or Trimming App

Vidcutter is a Linux video trimmer app that lets you split any video into pieces easily. Let’s say you’re a Meme maker, it can help save you a ton of time getting your favorite clips out of a movie. Install Vidcutter in Linux VidCutter is available for all major operating systems including Linux. On Linux, Vidcutter flatpak and snap both are available. Source code is available at github. Install Vidcutter flatpak $ flatpak remote-add --if-not-exists flathub https://

ReviewsUncategorizedreview
Install Kali Linux (VirtualBox) - The Quickest Way
Hacking with Kali Linux 2 min read

Install Kali Linux (VirtualBox) - The Quickest Way

Welcome to the first part of our series Hacking with Kali Linux. In this article, we’ll learn how to install Kali Linux on various devices including, Virtualbox on Kali Linux and Android. Kali Linux is the complete package for pen-testers. It’s free and open-source so you can just download it and follow these instructions to install Kali on your devices. For this series, I will use Kali Linux as a host operating system and Windows as a guest operating system. You can also use two di

Hacking with Kali LinuxUncategorizedhow-to