Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

Make Linux Great Again

Nov 22 2020
  • designlinux
  • 0 Comments
    • Tutorial
How to Increment and Decrement Variable in Bash

Variable increment and decrement is fundamental arithmetic operation in bash scripting. It’s mostly used with the for, while and until loops. Increment means adding value to variable and Decrement means subtracting from numeric variable value. This article explains multiple ways to increment or decrement a variable. Use of + and – Operators# You must use

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Install Flask on Ubuntu 20.04

Flask is a free and open-source micro web framework for Python designed to help developers build secure, scalable, and maintainable web applications. Flask is based on Werkzeug and uses Jinja2 as a template engine. Unlike Django , by default Flask doesn’t include ORM, form validation, or any other functionalities provided by third-party libraries. Flask is

Read More
Nov 21 2020
  • designlinux
  • 0 Comments
    • Tutorial
How to Check if a String Contains a Substring in Bash

While you working with string in Bash need to check whether a string contains another string. In this guide, we will show you multiple ways to check if a string contains a substring in bash scripting. Use Wildcards# It is easy to use asterisk wildcard symbols (asterisk) * to compare with the string. Wildcard is

Read More
Nov 20 2020
  • designlinux
  • 0 Comments
    • Tutorial
Bash Arrays

Arrays are set of data and fundamental requirement for any programming language. We can say that it’s a variable with multiple child variables. This article shows you basics and use of arrays in Bash scripts. Bash Arrays# One dimensional array with numbered index and associative array types supported in Bash. Those are referenced using integers

Read More
Nov 19 2020
  • designlinux
  • 0 Comments
    • CentOS
    • Debian
    • Fedora
    • Linux Mint
    • RedHat
    • Ubuntu
A Basic Guide to Linux Boot Process

Every time you power on your Linux PC, it goes through a series of stages before finally displaying a login screen that prompts for your username or password. There are 4 distinct stages that every Linux distribution goes through in a typical boot-up process. User Login Prompt In this guide, we will highlight the various

Read More
Nov 18 2020
  • designlinux
  • 0 Comments
    • Fedora
How to Install Fedora 33 Server

Fedora 33 was released with a server edition, and in this tutorial, we shall go through the various steps of how to install the Fedora 33 server with screenshots. There are some crucial improvements in the server edition, before we proceed to the installation steps, we shall look at some of the new features and

Read More
  • designlinux
  • 0 Comments
    • Tutorial
who Command in Linux

In this article, we explain the who command that is bundled in GNU coreutils package. who is a command-line utility that prints a list of currently logged in users. It can also show the current run level, time of the last system boot, and more. How to Use the who Command # The basic syntax

Read More
Nov 17 2020
  • designlinux
  • 0 Comments
    • Debian
    • Fedora
    • Linux Mint
    • OpenSUSE
    • Ubuntu
    • Web Browsers
How to Install Microsoft Edge Browser in Linux

Long gone days where Microsoft products are not open-source and architected only for Windows. In their efforts to make a strong footprint in the Linux market, Microsoft has announced on “Microsoft Ignite 2020” Edge browser is available for Linux as a dev preview. Edge browser is initially released with Windows 10 followed by Mac OS,

Read More
Nov 16 2020
  • designlinux
  • 0 Comments
    • Debian
    • Fedora
    • Linux Mint
    • Ubuntu
How to Install and Use i3 Window Manager on Linux

Written in C language, the i3wm ( i3 Windows Manager ) is a lightweight, easy-to-configure, and hugely popular tiling windows manager. Unlike the conventional desktop environment, a tiling manager provides just sufficient functionality to arrange windows on your screen in an easy and appealing manner suited for your workflow. i3 is a minimalist tiling manager

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Install Python 3.9 on Ubuntu 20.04

Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds of applications, from simple scrips to complex machine learning algorithms. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Python 3.9 is the latest major release

Read More
  • «
  • 1
  • 2
  • 3
  • 4
  • »
Popular Post
  • How to Install Skype on Arch Linux
  • How to Check the PostgreSQL Version
  • Du Command in Linux
  • How to Start, Stop, or Restart Nginx
  • How to Install Shutter Screenshot Tool in Ubuntu 20.04
  • Echo Command in Linux with Examples
  • Bash Case Statement
  • How to List Cron Jobs in Linux
  • How to Boost the Productivity with Sublime Text Snippets
  • How to Change Hostname on Ubuntu 20.04
Recent Posts
  • How to Install Puppet on Ubuntu 22.04
  • How to Install Skype on Ubuntu 22.04 LTS
  • How to Install Slack on Ubuntu 22.04
  • 25 Outstanding Backup Utilities for Linux Systems in 2023
  • How to Install Java on Ubuntu 22.04
  • How to Install Jenkins on Ubuntu 22.04
  • Progress – Show Percentage of Copied Data for (cp, mv, dd, tar) Commands
  • How to Monitor Progress of (Copy/Backup/Compress) Data using ‘pv’ Command
  • How to Install GIMP on Ubuntu 22.04
  • How to Install Notepad++ on Debian 11
Recent Comments
    Popular Tags
    apache Apache Tips bash browser cassandra centos CentOS Tips commandline tools database debian Debian Tips elasticsearch fail2ban Fedora Tips git Hadoop Tips java kernel LAMP Guides LFCA Certification Exam linux distros Linux IDE Editors Linux Mint Tips linux network monitoring linux office suite linux server monitoring Linux Tricks loop mariadb mysql MySQL Tips Networking Tips Nginx Tips php postgresql python rdp RHEL Tips Rocky Linux Tips security ssh SSH Tips terminal ubuntu Ubuntu Tips
    Archives
    • January 2023
    • December 2022
    • November 2022
    • October 2022
    • September 2022
    • July 2022
    • June 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2022
    • December 2021
    • November 2021
    • October 2021
    • September 2021
    • August 2021
    • July 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • AlmaLinux
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • Bodhi Linux
    • CentOS
    • CentOS Stream
    • Chef
    • Cloud Software
    • CMS
    • Commandline Tools
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Deepin Linux
    • Desktops
    • Development Tools
    • Docker
    • Download Managers
    • Drupal
    • Editors
    • Elementary OS
    • Encryption Tools
    • Fedora
    • Firewalls
    • FreeBSD
    • FTP
    • GIMP
    • Git
    • Hadoop
    • HAProxy
    • Java
    • Jenkins
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • Let's Encrypt
    • LFCA
    • Linux Certifications
    • Linux Commands
    • Linux Desktop
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • LXC
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • NTP
    • Open Source
    • OpenSUSE
    • Oracle Linux
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Rocky Linux
    • Security
    • Shell Scripting
    • SQLite
    • SSH
    • Storage
    • Suse
    • Terminals
    • Text Editors
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • Udemy Courses
    • Uncategorized
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • VSCode Editor
    • Web Browsers
    • Web Design
    • Web Hosting
    • Web Servers
    • Webmin
    • Windows
    • Windows Subsystem
    • WordPress
    • Zabbix
    • Zentyal
    • Zorin OS
    Visits
    • 2
    • 19
    • 1,054,736

    DesignLinux.com © All rights reserved