© 2023 Hashnode
#linux
Introduction Welcome to the new article on Linux shell scripting! If you're new to Linux or want to level up your command line skills, you've come to the right place. In this article, we'll explore th…
Let's try to understand how Linux Operating System organizes files and directories. Everything in Linux is a file📁. In windows, the hard drive is commonly represented as C: or a small symbol of the h…
Linux commands. cd - Change directory. Use this command to navigate to different directories in the file system. For example, cd Documents will take you to the "Documents" directory. cd ..Move one l…
Introduction: Linux, with its robustness, flexibility, and open-source nature, has emerged as a favored platform for Python development. From beginners to seasoned programmers, leveraging Linux for Python coding brings forth a powerful comb…
Welcome back, young coders! In our coding journey, we often encounter tasks that require additional functionality beyond what Python provides by default. This is where modules come to the rescue! In t…
Introduction Linux, renowned for its stability, security, and flexibility, has become a dominant force in the world of networking. Whether you're a network administrator, system engineer, or simply a …
Introduction In the realm of Linux, efficiency and automation play crucial roles in managing various tasks. Cron, an integral part of Linux systems, empowers users to automate repetitive tasks with ea…
29th July 2021 Step 1. Server configuration. Install any linux based distribution(Ubuntu, manjaro ...etc). Update and upgrade your software repositories. // on any debian based distribution sudo ap…
Linux, an open-source operating system, is a tech marvel that offers users a world of possibilities. One of its most appealing aspects is that it's freely available to everyone, which means you don't have to worry about purchasing expensive…
Hello, In my previous posts here and here, I talked about creating a Python app that switches my KDE Plasma's theme to light or dark according to the system time. This app uses a config file that lives in $HOME/.config/auto-dark-theme as pe…