Posts with Tag: linux

MarkLn - MarkDown editor for the Terminal

MarkLn - MarkDown editor for the Terminal

Posted on 5th Oct 2025

Recently i found the Textual library for Python, which awesome! In a few hours i was able to create this markdown editor, very easy and very aesthetic! With the given Markdown widgets of the library, making this program was a breeze and very pleasant, as the result satisfies me, in so many ways. I w...

Backup a list of all your GIT repositories you use...

Backup a list of all your GIT repositories you use...

Posted on 3rd Jul 2025

Github, hosts many valuable and important projects/programs. As time passes, you are adding more and more, GitHub, projects on your PC and you reach a point, that either you have forgot them or when you reinstall your OS, you don't remember what you had installed. So, an easy way to store a backup l...

Sync files over HTTP...

Sync files over HTTP...

Posted on 26th May 2025

I use this website/server to store all of my projects and specially my scripts, that i use almost on all of my machines. But because i update them regularly, i needed a way to automate this process a bit, cause login from each machine, to the server and downloading the scripts, isn't easy/quick, spe...

FTP repository, like Git... sort of...

FTP repository, like Git... sort of...

Posted on 15th Mar 2025

I want to be able to access many of my scripts/projects, from everywhere. So, uploading them to a server is the only solution. Until now, i was using Git repositories. For sure it's the best way to do so, but there is only one problem. I don't want all of my projects to be visible/accessible by othe...

One script to Update them all...

One script to Update them all...

Posted on 5th Feb 2025

I regularly use apt to update/upgrade system packages, but i usually forget to update snap packages/apps or github repositories or appimages... For the last one, i haven't found a global solution, but for the others, i did. Below is a simple script, that will update and upgrade your system, based...