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 January 06 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
762 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.
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






HOW TO PASS ARGUMENTS IN BASH SCRIPT WITH EXAMPLES

5 January 2024 by Lubos Rendek

Bash scripting is a powerful tool for automating tasks on Unix-like systems. One
of the fundamental aspects of bash scripting is handling command-line arguments
and options. These enable scripts to be more flexible and interactive, allowing
users to pass specific instructions or data to the script. This article aims to
guide you from the basics to more advanced techniques of argument and option
handling in Bash, suitable for a range of audiences from beginners to advanced
users.

Read more

Categories Programming & Scripting


BASH SCRIPTING: HOW TO ASK FOR USER INPUT

4 January 2024 by Lubos Rendek

This tutorial delves into the versatile use of the read command in Bash, a
powerful tool for obtaining user input in scripts. Understanding this command is
essential for creating interactive and user-responsive scripts.

Read more

Categories Programming & Scripting


HOW TO GET THE CURRENT WORKING DIRECTORY IN BASH

4 January 2024 by Lubos Rendek

Bash, or the Bourne Again SHell, is a powerful command line interpreter widely
used in Unix and Linux systems. One of the fundamental concepts in shell
scripting is the notion of the current working directory. This article is
designed to provide a comprehensive understanding of this concept, suitable for
beginners, and also includes examples for more advanced users.

Read more

Categories Programming & Scripting


HOW TO INCREASE THE SECURITY OF SYSTEMD SERVICES

3 January 2024 by Egidio Docile

Nowadays all major Linux distributions adopted Systemd as their init
system/service manager. Creating a systemd service is just a matter of writing a
“.service” unit in the appropriate directory, and manage it using the systemctl
utility. When starting a service, or launching a process in general, we want to
make sure it runs with the lowest possible set of privileges it needs to
accomplish the task. Systemd provides a series of options we can be use to
fine-tune the behavior of a service, granting or denying privileges in a
granular way, and ensuring a certain level of isolation from the rest of the
system.

Read more

Categories System Administration


HOW TO INSTALL KEEPASSXC ON LINUX

3 January 2024 by Egidio Docile

KeePassXC is a free and open source application we can use to safely manage our
passwords and sensitive data. It can store usernames, passwords, URLs, and even
file attachments. Data is encrypted and stored locally, in a “kdbx” file: this
is the ideal solution if we don’t want to store sensitive information in the
cloud.

Read more

Categories Guides


DECODING RASPBERRY PI: WHICH OS TO CHOOSE?

29 December 2023 by Korbin Brown

Users have many choices when it comes to operating systems for the Raspberry Pi.
This was not always the case, like when the Raspberry Pi premiered over a decade
ago, support for the device was quite limited. These days, many different Linux
distributions have added support for ARM devices like the Raspberry Pi, and
there are even a good number of Linux distributions that have been developed
specifically for use on the Raspberry Pi.

Read more

Categories System Administration


HOW TO CHECK POWER CONSUMPTION ON RASPBERRY PI

29 December 2023 by Korbin Brown

As you can probably guess just from its small size and light weight, the
Raspberry Pi does not use a lot of power. While it is nice to know that your
Raspberry Pi will not be adding much onto your electric bill, exactly how much
power does it actually consume? This can be tricky to answer and we need to rely
on external devices, since power consumption can’t be accurately measured from
software alone.

Read more

Categories System Administration


HOW TO INSTALL OPENMEDIAVAULT ON RASPBERRY PI

29 December 2023 by Korbin Brown

OpenMediaVault is software that transforms your computer into a NAS (network
attached storage) server. Since it features support for the Raspberry Pi, it has
become a popular choice for users that are looking to run a lightweight and
inexpensive NAS operation. OpenMediaVault comes with a lot of the software and
features you will need in order to manage multiple storage disks and share them
out to other devices on your local network or even over the internet.

Read more

Categories System Administration


RASPBERRY PI SERVER/VIEWER VNC CONFIGURATION

29 December 2023 by Korbin Brown

If you plan to remotely administer your Raspberry Pi, then using VNC is one of
the most effective ways to do so when it comes to remote desktop applications.
VNC allows you to use another device to connect to the Raspberry Pi, and use
your mouse and keyboard as if they were physically plugged into the device
itself. The reverse is also possible, meaning that the Raspberry Pi can be used
as the client device and connect to other computers remotely.

Read more

Categories System Administration


HOW TO CREATE SECURE AND EFFICIENT BACKUPS WITH RESTIC

21 December 2023 by Egidio Docile

Restic is a cross-platform, free and open source program written in Go. We can
use it to create compressed, encrypted and space efficient backups, since it is
smart enough to archive only changed fragments of files. Restic can use many
storage services as targets, such as Google Drive or AWS (Amazon Web Services)
S3 buckets, but works also locally and over plain SFTP connections.

Read more

Categories Guides, System Administration


HOW TO NETWORK BOOT RASPBERRY PI

11 December 2023 by Korbin Brown

Using network boot on the Raspberry Pi allows you to install the operating
system (Raspberry Pi OS) onto the device with nothing more than an internet
connection. Contrast this to the typical way of getting an OS onto the device by
using a separate PC and the Raspberry Pi imager tool. With network boot, the
operating system can be downloaded online and installed onto a blank SD card
that is inserted into the Raspberry Pi right before the installation process.

Read more

Categories System Administration


TOP RASPBERRY PI ALTERNATIVES FOR YOUR NEEDS

11 December 2023 by Korbin Brown

When it comes to single board computers, the Raspberry Pi is probably the most
popular and well known choice in the field. But it is far from the only
contender. Depending on your needs for a small sized computer, there are
multiple alternatives that you can consider, some of which may fit your purpose
even better than the Raspberry Pi.

Read more

Categories System Administration
Older posts
Page1 Page2 … Page250 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

 * How to pass arguments in Bash script with examples
 * How to get the Current Working Directory in Bash
 * Bash Scripting: How to Ask for User Input
 * How to install KeePassXC on Linux
 * Decoding Raspberry Pi: Which OS to Choose?
 * How to check power consumption on Raspberry Pi
 * How to install OpenMediaVault on Raspberry Pi
 * Raspberry Pi Server/Viewer VNC configuration
 * How to increase the security of systemd services
 * How to network boot Raspberry Pi
 * Top Raspberry Pi Alternatives for Your Needs
 * How to check Wi-Fi adapter and driver on Raspberry Pi
 * Hello world in Rust on Linux
 * How to install Linux kernel headers on Raspberry Pi
 * Python editors on Raspberry Pi
 * Raspberry Pi Unable to read partition as FAT
 * Understanding Linux Permissions: The Differences between chmod and chown
 * Recovering from Unintended Recursive chmod on System Directories: Steps and
   Precautions
 * Ubuntu 22.04 boot repair how to guide
 * How to create secure and efficient backups with Restic

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