linuxconfig.org Open in urlscan Pro
2606:4700:3108::ac42:28f4  Public Scan

Submitted URL: http://linuxconfig.org/
Effective URL: https://linuxconfig.org/
Submission: On March 10 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://linuxconfig.org/

<form method="get" class="search-form navigation-search" action="https://linuxconfig.org/">
  <input type="search" class="search-field" value="" name="s" title="Search">
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
Please note that this website/app uses one or more Google services and may
gather and store information including but not limited to your visit or usage
behaviour. You may click to grant or deny consent to Google and its third-party
tags to use your data for below specified purposes in below Google consent
section.
MORE OPTIONSAGREE
Skip to content
Menu
 * Ubuntu
   * Ubuntu 20.04 Guide
   * Ubuntu 18.04
 * Debian
 * Redhat / CentOS / AlmaLinux
 * Fedora
 * Kali Linux


Menu

Menu
 * Linux Tutorials
 * System Admin
 * Programming
 * Multimedia
 * Forum
 * Linux Commands
 * Linux Jobs






CHANGING YOUR DEFAULT CLI TEXT EDITOR IN UBUNTU/DEBIAN

7 March 2024 by Lubos Rendek

Choosing the right text editor for command-line interface (CLI) tasks on Ubuntu
or Debian systems is crucial for developers, system administrators, and power
users alike. A suitable text editor not only enhances productivity but also
makes CLI tasks more manageable and enjoyable. In the Linux world, there are
several popular text editors, each with its unique set of features. Some of the
most widely used CLI text editors include Vim, Nano, and Emacs, catering to
different preferences and expertise levels.

Read more

Categories System Administration


INTRODUCTION TO POLKIT: NAVIGATING AUTHORIZATION FRAMEWORKS IN LINUX

7 March 2024 by Egidio Docile

Polkit is an authorization framework installed on every modern Linux
distribution: it provides API which allow privileged applications to expose
services to unprivileged subjects. Communications with Polkit happens over
D-Bus, which is an IPC (Interprocess Communication) system; to understand how
the former works, we have to get a grasp of how the latter is implemented,
first.

READ MORE

Categories System Administration


AUTOMATE AND PERSONALIZE: CHANGE UBUNTU DESKTOP WALLPAPER VIA COMMAND LINE AND
CRON

6 March 2024 by Lubos Rendek

Revitalizing your desktop environment on Ubuntu Linux goes beyond mere
customization—it’s about infusing your workspace with a personal touch that
inspires creativity and productivity. This comprehensive guide not only walks
you through the steps to manually change your desktop background using command
line and the GNOME desktop environment but also introduces an innovative
approach to automate this process.

Read more

Categories Ubuntu


INSTALLING DOCKER ON CENTOS 9 STREAM

5 March 2024 by Lubos Rendek

Docker has become a crucial tool for developers, enabling them to package
applications into containers, which are standalone executable packages
containing everything needed to run a piece of software, including the code,
runtime, libraries, environment variables, and config files. This article will
walk you through the process of installing Docker on CentOS 9 Stream, breaking
down each step to ensure a smooth and successful installation.

Read more

Categories Redhat / CentOS / AlmaLinux


INSTALLING AWS CLI ON UBUNTU: A STEP-BY-STEP GUIDE

4 March 2024 by Lubos Rendek

Welcome to this comprehensive guide on how to install the AWS CLI on Ubuntu
Linux. The AWS Command Line Interface (CLI) is a unified tool that allows you to
manage your AWS services from the terminal session on your own client. With just
one tool to download and configure, you can control multiple AWS services from
the command line and automate them through scripts. This tutorial is designed
for developers and system administrators looking for ways to automate or manage
AWS services.

Read more

Categories Ubuntu


HOW TO INSTALL, CONFIGURE AND CUSTOMIZE WAYBAR ON LINUX

2 March 2024 by Egidio Docile

Waybar is an highly customizable Wayland bar for Sway and other Wlroots-based
compositors, such as Hyprland or River. The many available functionalities of
Waybar are organized in modules, which can be easily configured and styled.

READ MORE

Categories Guides


RESETTING ROOT PASSWORD ON UBUNTU 24.04 LINUX

1 March 2024 by Lubos Rendek

Forgetting the root password on your Ubuntu system can significantly hinder your
ability to perform essential administrative tasks. However, there’s no need to
worry. Ubuntu Linux provides a relatively straightforward process to reset the
root password, ensuring you can regain full access to your system. This guide
walks you through the necessary steps to reset your root password, helping you
to restore your administrative capabilities without much hassle.

Read more

Categories Ubuntu


GUIDE TO INSTALLING BUDGIE DESKTOP ON UBUNTU LINUX

29 February 2024 by Lubos Rendek

Welcome to this comprehensive guide on how to install the Budgie desktop
environment on Ubuntu Linux. Budgie is known for its simplicity, elegance, and
seamless integration with the GNOME stack. This tutorial will walk you through
the process of installing Budgie on Ubuntu, enhancing your Linux experience with
a refreshing and modern desktop environment.

Read more

Categories Ubuntu


GUIDE TO INSTALLING XFCE DESKTOP ON UBUNTU LINUX

29 February 2024 by Lubos Rendek

Welcome to this comprehensive guide on installing the XFCE desktop environment
on Ubuntu Linux. XFCE offers a lightweight and highly customizable interface for
your Linux system, making it a favorite among many users who prefer speed and
efficiency over graphical bells and whistles. Whether you’re running an older
machine or you just appreciate a clean, fast operating environment, XFCE is an
excellent choice.

Read more

Categories Ubuntu


GUIDE TO INSTALLING XFCE DESKTOP ON DEBIAN GNU/LINUX

29 February 2024 by Lubos Rendek

Installing a new desktop environment on your Debian GNU/Linux system can
significantly enhance your user experience by offering a fresh look, improved
functionality, and additional applications. One popular choice among Linux users
is the XFCE desktop environment. XFCE provides a lightweight, yet fully
functional desktop experience, ideal for users with older hardware or those who
prefer a minimalist desktop. This guide will walk you through the process of
installing the XFCE desktop environment on a Debian GNU/Linux system.

Read more

Categories Debian


HOW TO TURN A RASPBERRY PI INTO A SURVEILLANCE SYSTEM WITH ZONEMINDER

29 February 2024 by Egidio Docile

ZoneMinder is a free and open source closed-circuit television software we can
install on our Raspberry Pi (or any other Linux system) to monitor and protect
our home, or whatever we deem valuable. ZoneMinder is easy to install, supports
a vast selection of cameras, and has also APIs for third party software
integration.

READ MORE

Categories Guides, System Administration


GUIDE TO INSTALLING CINNAMON DESKTOP ON UBUNTU

28 February 2024 by Lubos Rendek

Switching to a different desktop environment can breathe new life into your
Ubuntu system, offering a fresh look and feel along with potentially better
performance and usability. Cinnamon, known for its classic yet modern design and
functionality, is a popular choice among those looking to move away from the
default GNOME desktop. This tutorial is designed for users who have Ubuntu
installed with the GNOME desktop and are interested in installing Cinnamon as an
alternative. For those preferring Cinnamon as their default environment from the
start, it’s recommended to download the Ubuntu Cinnamon Remix ISO from the
official website and install Ubuntu with Cinnamon pre-installed.

Read more

Categories Ubuntu
Older posts
Page1 Page2 … Page256 Next →

--------------------------------------------------------------------------------




NEWSLETTER

Subscribe to Linux Career Newsletter to receive latest news, jobs, career advice
and featured configuration tutorials.

SUBSCRIBE


WRITE FOR US

LinuxConfig is looking for a technical writer(s) geared towards GNU/Linux and
FLOSS technologies. Your articles will feature various GNU/Linux configuration
tutorials and FLOSS technologies used in combination with GNU/Linux operating
system.

When writing your articles you will be expected to be able to keep up with a
technological advancement regarding the above mentioned technical area of
expertise. You will work independently and be able to produce at minimum 2
technical articles a month.

APPLY NOW


TAGS

18.04 administration apache applications backup bash beginner browser centos
centos8 commands database debian desktop development docker error fedora
filesystem firewall gaming gnome Hardware installation java kali multimedia
networking nvidia programming python raspberrypi redhat rhel8 scripting security
server ssh storage terminal ubuntu ubuntu 20.04 virtualization webapp webserver
ABOUT US


FEATURED TUTORIALS

 * VIM tutorial for beginners
 * How to install the NVIDIA drivers on Ubuntu 20.04 Focal Fossa Linux
 * Bash Scripting Tutorial for Beginners
 * How to check CentOS version
 * How to find my IP address on Ubuntu 20.04 Focal Fossa Linux
 * Ubuntu 20.04 Remote Desktop Access from Windows 10
 * Howto mount USB drive in Linux
 * How to install missing ifconfig command on Debian Linux
 * AMD Radeon Ubuntu 20.04 Driver Installation
 * Ubuntu Static IP configuration
 * How to use bash array in a shell script
 * Linux IP forwarding – How to Disable/Enable
 * How to install Tweak Tool on Ubuntu 20.04 LTS Focal Fossa Linux
 * How to enable/disable firewall on Ubuntu 18.04 Bionic Beaver Linux
 * Netplan static IP on Ubuntu configuration
 * How to change from default to alternative Python version on Debian Linux
 * Set Kali root password and enable root login
 * How to Install Adobe Acrobat Reader on Ubuntu 20.04 Focal Fossa Linux
 * How to install the NVIDIA drivers on Ubuntu 18.04 Bionic Beaver Linux
 * How to check NVIDIA driver version on your Linux system
 * Nvidia RTX 3080 Ethereum Hashrate and Mining Overclock settings on HiveOS
   Linux


LATEST TUTORIALS

 * Changing Your Default CLI Text Editor in Ubuntu/Debian
 * Automate and Personalize: Change Ubuntu Desktop Wallpaper via Command Line
   and Cron
 * Installing Docker on CentOS 9 Stream
 * Installing AWS CLI on Ubuntu: A Step-by-Step Guide
 * How to install, configure and customize Waybar on Linux
 * Resetting Root Password on Ubuntu 24.04 Linux
 * Introduction to Polkit: Navigating Authorization Frameworks in Linux
 * Guide to Installing XFCE Desktop on Ubuntu Linux
 * Guide to Installing Budgie Desktop on Ubuntu Linux
 * Guide to Installing XFCE Desktop on Debian GNU/Linux
 * Guide to Installing Cinnamon Desktop on Ubuntu
 * How to turn a Raspberry Pi into a surveillance system with ZoneMinder
 * Guide to Installing Mate Desktop on Ubuntu
 * How to configure Certificate Authority on Ubuntu/Debian
 * Step-by-Step Guide: Adding Certificates to Ubuntu’s Trusted Authorities
 * How to check GPIO status
 * Raspberry Pi as Music Streamer
 * 10 Essential Methods to Reboot Your Ubuntu Server
 * How to create GNOME dynamic wallpapers
 * How to create optimized virtual machines with Quickemu on Linux

© 2024 TOSID Group Pty Ltd - LinuxConfig.org
Close
 * Linux Tutorials
 * System Admin
 * Programming
 * Multimedia
 * Forum
 * Linux Commands
 * Linux Jobs