Tag: Linux (36 articles)

Thumbnail

Learn how to effectively use the date command in Linux for displaying, formatting, and manipulating date and time information. This comprehensive guide covers various use cases, including displaying the current date and time, formatting dates, manipulating dates, and localizing date output.

... Read More


Keywords: Linux date command date formatting manipulate dates date and time ...
Thumbnail

Discover how Germany is leading the charge in embracing open-source software, transitioning away from proprietary solutions towards digital sovereignty. Learn about the state of Schleswig-Holstein's commitment and the implications for global tech trends

... Read More


Keywords: Germany open-source software proprietary software digital sovereignty Schleswig-Holstein ...
Thumbnail

wchanger is a versatile wallpaper changer script designed for i3 users, offering seamless integration into the i3 environment. Although the repository is no longer actively updated, the 5-year-old code still functions well, albeit with room for improvement. Explore the GitHub repository and contribute to its development!

... Read More


Keywords: wallpaper changer i3 Desktop Customization wchanger script ...
Thumbnail

Discover a personalized dmenu launcher for Linux, designed to streamline program launching by prioritizing frequently used applications. Explore usage instructions, including updating the launcher database and listing available programs, and learn how to integrate it with the i3 window manager for enhanced efficiency.

... Read More


Keywords: dmenu launcher Linux productivity i3 Window Manager program launching ...
Thumbnail

Dive deeper into i3 Window Manager with supporting scripts in this continuation article. Explore essential bash scripts for workspace management, window movement, and keyboard shortcut listing. Learn how these scripts enhance the functionality and customization of i3, empowering users to optimize their workflow efficiently

... Read More


Keywords: i3 Window Manager supporting scripts Bash scripts workspace management window movement ...
Thumbnail

Discover i3, a powerful tiling window manager for Unix-like operating systems, renowned for its speed, efficiency, and configurability. Learn how i3 revolutionizes window management, maximizing productivity for power users and developers. Explore the fundamentals of i3 and gain insights into personal configurations for an optimized workflow

... Read More


Keywords: i3 window manager tiling Unix-like operating systems productivity ...
Thumbnail

Explore the differences between Linux and Windows operating systems in this insightful article. Understand key terms such as kernel, file manager, and desktop environment, and delve into the accessibility and control levels offered by each system. Whether you're a beginner or an experienced user, uncover the distinctions to make an informed decision for your computing needs.

... Read More


Keywords: Linux Windows operating system differences comparison ...
Thumbnail

Linux is a free, open-source operating system that has become increasingly popular in recent years, both for personal and professional use. It is known for its stability, security, and versatility, and is used by millions of people around the world. This article will provide an overview of the Linux operating system, including the different distributions, desktop environments, package managers, and file managers that are available.

... Read More


Keywords: Linux operating system distributions desktop environments file managers ...
Thumbnail

sed (short for stream editor) is a great tool to quickly and efficently edit text files, this article is a full tutorial of how to use sed from a beginner level to an advanced one, I believe that this article will show you some of the magic of sed command

... Read More


Keywords: space Linux command sed Text Editor ...
Thumbnail

Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts.

... Read More


Keywords: Linux Terminal bash programming