Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

Make Linux Great Again

  • designlinux
  • 0 Comments
    • Tutorial
Basename Command in Linux

basename is a command-line utility that strips directory and trailing suffix from given file names. Using the basename Command # The basename command supports two syntax formats: basename NAME [SUFFIX] basename OPTION… NAME… basename takes a filename and prints the last component of the filename. Optionally, it can also remove any trailing suffix. It is

Read More
Nov 30 2020
  • designlinux
  • 0 Comments
    • Ubuntu
How to Install Go in Ubuntu 20.04

Go is a popular programming language created by Google. The first release was on November 10, 2009, and version 1.0 was released in 2012. It is a pretty new language compared to languages like Java, Python, C, C++, etc.. which has been in the market for more than 15 plus years. Go was Implemented with

Read More
Nov 27 2020
  • designlinux
  • 0 Comments
    • Fedora
    • Linux Mint
    • Ubuntu
How to Install and Use Flatpak on Linux

In Linux, there are many avenues for installing a software package. You can use the package managers such as APT for Debian-based distributions and YUM for RHEL-based distributions. If the packages are not available in the official repositories, you can use the available PPAs ( For Debian distributions ) or install them using DEB or

Read More
Nov 26 2020
  • designlinux
  • 0 Comments
    • Development Tools
    • Fedora
    • Linux IDE
    • Ubuntu
How to Install and Use Thonny Python IDE on Linux

Thonny is an Integrated Development Environment (IDE) for Python beginners. It is created with Python and released under MIT License. It is cross-platform and can run in Linux, macOS, Windows. Related Article: 10 Best Python IDEs for Linux Programmers in 2020 Why Thonny IDE If you are new to programming or someone switching from a

Read More
  • designlinux
  • 0 Comments
    • Tutorial
How to Convert Integer into String in Python

Python has several built-in data types. Sometimes, when writing Python code, you might need to convert one data type to another. For example, concatenate a string and integer, first, you’ll need to convert the integer into a string. This article explains how to convert a Python integer to a string. Python str() Function # In

Read More
Nov 25 2020
  • designlinux
  • 0 Comments
    • Debian
    • Fedora
    • Linux Mint
    • Monitoring Tools
    • Ubuntu
Sysmon – A Graphical System Activity Monitor for Linux

Sysmon is a Linux activity monitoring tool similar to Windows task manager, was written in Python and released under GPL-3.0 License. This is a Graphical visualization tool that visualizes the following data. By default distribution like Ubuntu comes with a system monitor tool, but the drawback with the default monitor tool is it does not

Read More
Nov 24 2020
  • designlinux
  • 0 Comments
    • Network
    • Networking Commands
    • Ubuntu
How to Configure Static IP Address on Ubuntu 20.04

Usually, when a client system connects to a network via WiFi or an ethernet cable, it automatically picks an IP address from the router. This is made possible through the DHCP server which auto-assigns IP addresses to clients from a pool of addresses. The drawback with DHCP is that once the DHCP lease time has

Read More
Nov 24 2020
  • designlinux
  • 0 Comments
    • Tutorial
Bash Select (Make Menus)

Using the select construct you can generate menus. In this guide, we will discuss about the basics of the select construct in Bash. Bash select Construct# You can generate a menu from the list of items using the select construct. Following is the syntax for the select construct and it is similar to the for

Read More
  • designlinux
  • 0 Comments
    • Questions
    • Ubuntu
How to Solve “Sub-process /usr/bin/dpkg returned an error code (1)” In Ubuntu

It’s not uncommon to run into an issue of broken packages in Ubuntu and other Debian-based distributions. Sometimes, when you upgrade the system or install a software package, you may encounter the ‘Sub-process /usr/bin/dpkg returned an error code’ error. For example, a while back, I tried to upgrade Ubuntu 18.04 and I bumped into the

Read More
Nov 23 2020
  • designlinux
  • 0 Comments
    • Tutorial
Writing Comments in Bash Scripts

It’s a best practice to make bash script in a clean and understandable way. You can make you code clean and arrange by indenting, blocks and giving related names of variables and functions. You can also improve the code readability using comments. Comments are human-readable explanation or short description. In this article we will show

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
  • Setup Remote Development in VSCode via Remote-SSH Plugin
  • How to Install Terraform in Linux Distributions
  • How to Setup FTP Server with VSFTPD on Ubuntu 20.04
  • How to Speed Up Apache with Varnish Cache on CentOS 7
  • How to Speed Up Nginx with Varnish Cache on CentOS 7
  • 10 Best Udemy Computer Science Courses in 2021
  • 10 Useful Websites for Learning PostgreSQL Database System
  • What is Automation and Configuration Management with CHEF – Part 1
  • Duf – A Better Linux Disk Monitoring Utility
  • How to Use Two-Factor Authentication with Ubuntu
Recent Comments
    Popular Tags
    Arch Linux Tips bash browser cassandra centos CentOS Tips commandline tools composer database debian Debian Tips Fedora Tips Hadoop Tips java kernel KVM Tips Linux Desktop Sharing linux distros Linux IDE Editors Linux Mint Tips linux server monitoring Linux Tricks loop mariadb memcached mysql Networking Tips nginx Nginx Tips open source tools php postgresql PostgreSQL Tips python Python Data Structure rdp RHEL Tips security ssh ssl terminal ubuntu Ubuntu FAQ's Ubuntu Tips Varnish Cache
    Archives
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    Categories
    • Android
    • Ansible
    • Apache
    • Arch Linux
    • AWS
    • Backups
    • Bash Shell
    • CentOS
    • CentOS Stream
    • Chef
    • Cloud Software
    • CMS
    • Control Panels
    • CouchDB
    • Data Recovery Tools
    • Databases
    • Debian
    • Development Tools
    • Drupal
    • Editors
    • Fedora
    • Firewalls
    • GIMP
    • Hadoop
    • HAProxy
    • Joomla
    • Kali Linux
    • KDE
    • Kubernetes
    • KVM
    • Laravel
    • Linux Certifications
    • Linux Commands
    • Linux Distros
    • Linux IDE
    • Linux Mint
    • Linux Talks
    • Lubuntu
    • Mail Server
    • Manjaro
    • MariaDB
    • MongoDB
    • Monitoring Tools
    • MySQL
    • Network
    • Networking Commands
    • NFS
    • Nginx
    • Nodejs
    • Open Source
    • OpenSUSE
    • Package Managers
    • Pentoo
    • PHP
    • Podman
    • Postfix Mail Server
    • PostgreSQL
    • Python
    • Questions
    • RedHat
    • Redis Server
    • Security
    • Shell Scripting
    • SSH
    • Storage
    • Top Tools
    • Torrent Clients
    • Tutorial
    • Ubuntu
    • Udemy Courses
    • Uncategorized
    • Vim Editor
    • VirtualBox
    • Virtualization
    • VMware
    • VPN
    • VSCode Editor
    • Web Browsers
    • Web Hosting
    • Web Servers
    • Webmin
    • Windows
    • Windows Subsystem
    • WordPress
    • Zorin OS
    Visits
    • 1
    • 125
    • 26,401

    DesignLinux.com © All rights reserved