
Base Player has been upgraded to version 2. Full list of features is listed below. The program is available on my Base Player Github project page.
Continue reading
Base Player has been upgraded to version 2. Full list of features is listed below. The program is available on my Base Player Github project page.
Continue readingLicense:
Sequence FM Copyright (c) 2017 JJ Posti
This program comes with ABSOLUTELY NO WARRANTY;
for details see: http://www.gnu.org/copyleft/gpl.html.
This is free software, and you are welcome to redistribute it under
GPL Version 2, June 1991″)

Sequence FM 5.0 arrives. This filemanager is made with Python3 and QT5. It intends to be a simple and lightweight.
On Github: https://github.com/postman721/Sequence-FM
Currently functioning features include:
Error handling inside Sequence FM has been improved – to avoid accidental crashing-
To use Sequence FM you should have, at least, these installed (Debian base as an example):
sudo apt-get install python-pyqt5 python python3 file-roller
Default locations: You can place Sequence FM in any location. I recommend /usr/share/sfm.py
Executing:
If needed make python files executable: chmod +x filename.py
Run with: python filename_location.py
About delete, copy and moving functionalities.
I decided to keep this filemanager as unix like as possible. As I prefer terminal commands, I left out move,copy or removal commands. I believe those are best served via terminal client. See here for more: https://www.techtimejourney.net/essential-terminal-tricks-you-should-know/
This is a tool written with Bash, which will replace all the specified lines in document. This tool uses sed to do the replacing.
Here is Digital clock version 3. This project is now translated into C++. 
Download Digital_clock version 3 as a zip.(This version centers the “:” which is wrongly placed on the screenshot).
In the future the C++ version is scheduled to replace the Python version in PostX Gnu/Linux.
/*
#Digital Clock v.3 Copyright (c) 2018 JJ Posti <techtimejourney.net>
#Digital Clock comes with ABSOLUTELY NO WARRANTY;
#for details see: http://www.gnu.org/copyleft/gpl.html.
#This is free software, and you are welcome to redistribute it under
#GPL Version 2, June 1991
*/ Continue reading