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
Articles found : 46
search term: backup script
ed is a line-oriented text editor that was popular in the early days of Unix. Although it's not as widely used today as more modern text editors like vi or emacs, it's still available on many systems and is sometimes used for scripting purposes. ... Read More
an all in one archive extractor for most archive filetypes... Read More
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
in this 7th part of this tutorial series about PHP object oriented programmig, we will add a very important part of any website, an input field to search the website, in this particular website the input search field will help us search the wallpapers and we will add an autocomplete component using jquery-ui... Read More