Menu
TAG

Uncategorized

Ubuntu 20.04 "Focal Fossa" LTS Available To Download
Linux Distributions 2 min read

Ubuntu 20.04 "Focal Fossa" LTS Available To Download

The most awaited Linux distribution of the year, Ubuntu 20.04 “Focal Fossa” stable has been made available to download. Ubuntu 20.04 is an LTS release which means it’ll receive maintenance updates for 5 years until April 2025. Ubuntu flavors will be supported for 3 years. We recently covered the improvements and new features it’s going to have in this article. In brief, Ubuntu 20.04 “LTS” has both visual and core changes. The biggest visual changes include the redesigned Yaru theme

Linux DistributionsUncategorizednews
Set up jQuery development environment - Learn jQuery
Learn jQuery 4 min read

Set up jQuery development environment - Learn jQuery

Welcome to the second article in the series, Learn jQuery. Using jQuery in web pages is extremely simple, but we should have proper tools for debugging our code. Fortunately, we only require a web browser that is good for development and a code editor. We will be using Firefox Developer Edition for the web browser, and for writing code, we will be using Visual Studio Code. Install Firefox Developer Edition The firefox comes pre-installed with almost all Linux distribution

Learn jQuerySystem AdministrationUncategorized
EndeavourOS - Learn Arch The Right Way
Linux Distributions 3 min read

EndeavourOS - Learn Arch The Right Way

EndeavourOS came out last year after we had one of our favorite arch-based distros discontinued. Initially, the team released the first version with the Xfce desktop environment but today; they support several other desktop environments. EndeavourOS is one of very few Linux distributions that does not claim to provide easy-to-use GUI tools to learn Linux. Actually, the team promotes the distro as a terminal-centric distro that gives you your favorite desktop environment with a few basic

Linux DistributionsUncategorizedtutorial
Introduction to jQuery - Learn jQuery
Learn jQuery 3 min read

Introduction to jQuery - Learn jQuery

Modern web application development is incomplete without learning jQuery. Almost all of us have heard of it at some point while browsing the Internet. In this series of articles, we will learn jQuery, the most popular Javascript framework. At the end of the series, we will build multiple projects to understand jQuery better. In this article, we will talk about what jQuery is, how it works. Why prefer jQuery over Javascript. Before we move on to discussing how to install jQuery and o

Learn jQueryUncategorizedtutorial
Portainer Docker: Simplifying Container Management
Docker 5 min read

Portainer Docker: Simplifying Container Management

Our previous article discussed Docker. If you are not familiar with Docker containers, you should learn about them. Docker containers can be useful for developers. Docker packages are widely available and simple to install in almost all distribution repositories. However, managing them can be difficult, especially for those who dislike the command line. Portainer Docker Portainer Docker lets you manage Docker containers across multiple platforms. Linux distributions can easily inst

DockerSystem AdministrationUncategorized
Ubuntu 20.04 + Depin -- Perfect combination for a beautiful Linux distro
Linux Distributions 1 min read

Ubuntu 20.04 + Depin -- Perfect combination for a beautiful Linux distro

The beta versions of Ubuntu 20.04 and its flavors came out last week. The stable version is scheduled to release on the 24th of this month. Another interesting news is that a new flavor of Ubuntu 20.04 is coming ahead with the beautiful desktop environment, Deepin. UbuntuDDE — Ubuntu 20.04 + Deepin Those who have never heard about Deepin are a Linux distribution known for its beautiful desktop environment. Announced on Twitter, UbuntuDDE is a mixture of Ubuntu and Deepin desk

Linux DistributionsUncategorizedreview
How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa"
Linux Tutorials 3 min read

How To Set Up Canonical Livepatch On Ubuntu 20.04 "Focal Fossa"

Canonical Livepatch was introduced in Ubuntu 16.04. The livepatch option allows you to install kernel updates without a system reboot. It is a great option, and servers must have it enabled to prevent system reboot. The upcoming Ubuntu 20.04 “Focal Fossa” supports Canonical Livepatch. Livepatch important for servers If Ubuntu powers your server, then you should enable Canonical Livepatch. Livepatch will silently install Kernel updates without requiring a system reboot. However

Linux TutorialsUncategorizedhow-to
How To Upgrade To Ubuntu 20.04 "Focal Fossa"
Linux Tutorials 4 min read

How To Upgrade To Ubuntu 20.04 "Focal Fossa"

The Ubuntu 20.04 Beta version is out for testing with a list of interesting changes and new features. You can read what’s new in Ubuntu 20.04 Beta. If you like to test all the features by yourself, download the ISO and install the OS, or you can also upgrade to Ubuntu 20.04 from any previous installation. Upgrade to Ubuntu 20.04 “Focal Fossa” Before upgrade to Focal Fossa, you should fully update your current installation. So log into your Ubuntu and update the system by runnin

Linux TutorialsUncategorizedhow-to
Ubuntu 20.04 "Focal Fossa" Beta Released
news 2 min read

Ubuntu 20.04 "Focal Fossa" Beta Released

Ubuntu 20.04 “Focal Fossa” heads toward its final release later this month with the Beta release. Ubuntu 20.04 Beta version is available to download with several changes & new features in the base system. Support lifespan Ubuntu 20.04 Desktop, server, and core will be supported for 5 years until April 2025. New Graphical boot splash screen The very first thing one will notice on the first boot is the new boot screen. Along with the Ubuntu logo, the Ubuntu 20.04 boot scre

newsUncategorized#Import 2024-11-04 15:59
Linux Mint 20 Codenamed Ulyana & More
Linux Mint 2 min read

Linux Mint 20 Codenamed Ulyana & More

The news came on the last day of the month from Linux Mint. The new version of Linux Mint which is Linux Mint 20 will be called Ulyana. What is Ulyana? Linux Mint release post has not released anything other than the name. But a simple google search shows the word “Ulyana” comes from the Russian origin and it means Youthful. Linux Mint 20 “Ulyana” Base Linux Mint 20 “Ulyana” will be based on the upcoming Ubuntu release, 20.04 “Focal Fossa”. Focal Fossa is scheduled to be

Linux MintnewsUncategorized
Obarun - An Arch Based Linux Distro Without Systemd
Arch Linux 4 min read

Obarun - An Arch Based Linux Distro Without Systemd

Today’s Linux distribution review is not just for distro hoppers who love to try something new, but it’s for people who have a specific purpose, such as a Linux system without systemd. Systemd, as we all know, has always been criticized by a lot of developers and Linux users. What’s special about Obarun? Obarun is packed with enough utilities to install & start a vanilla Arch Linux without any trouble. I have written an article on how to install Arch step by step, and it is a long

Arch LinuxUncategorizedreview
Manage Linux Users & Linux Groups
Linux Tutorials 9 min read

Manage Linux Users & Linux Groups

Linux, as we all know, is a multi-user operating system. If you have multiple users on a desktop or a server, you can easily manage multiple Linux user accounts and provide permissions to each account. In this article, you will learn – * How to manage users and groups on a Linux system * Create a new user account in Linux * Add user to a group in Linux * Create user group in Linux * Remove user group in Linux * Manage Linux Users * Linux User Groups * Create a new u

Linux TutorialsUncategorizedhow-to