Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

List of your linux Apps

Off-Topic discussions about science, technology, and non Debian specific topics.
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#401 Post by bester69 »

One of my favourites linux Apps :)

MPS-YOUTUBE
This project is based on mps, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube.
https://github.com/mps-youtube/mps-youtube

Image

Image

mpsplay.sh
**Example of script for listening live youtube music, it remembers last search.

Code: Select all

#!/bin/bash
#
DISPLAY=:0 ; export DISPLAY
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin:/home/myuser/.opam/system/bin:/home/myuser/.local/bin:/snap/bin:/home/myuser/.local/sbin:/usr/local/go/bin:/home/myuser/.local:/etc/profile.d:/home/myuser/.local/bin ; export PATH

tocando="/home/myuser/.cache/mpstocando.txt"
touch "$tocando"

musica=$(cat $tocando)
if [ ! -z "$1" ]
then
echo "$1" > $tocando
fi

PID=$(pgrep -f "/usr/bin/python3 /usr/bin/mpsyt")
if [ ! -z "$PID" ]
then
    if [  -z "$1" ] || [ "$1" ==  "$musica" ]
    then
        exit
    fi
fi
musica=$(cat $tocando)

pkill mpv
pkill mpsyt

echo "TOCANDO: $musica *****************"
xterm -display :0 -e "mpsyt '/$musica -l,all'" &

bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: List of your linux Apps

#402 Post by craigevil »

Obsidian. A very interesting note taking app. I have actually started using a few Flatpaks. I think at this point I have 4 : Bitwarden, GTG!, Okular (I didn't want 300mb of kde crap on my lxde system) , and Obsidian.
Still trying to figure out the best way to use this app.
https://obsidian.md/
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#403 Post by bester69 »

craigevil wrote:Obsidian. A very interesting note taking app. I have actually started using a few Flatpaks. I think at this point I have 4 : Bitwarden, GTG!, Okular (I didn't want 300mb of kde crap on my lxde system) , and Obsidian.
Still trying to figure out the best way to use this app.
https://obsidian.md/
obsidian look like for very advanced users.. to complicate to me.. GTG looks like a Tomboy fork or perhaps is tomboy with a different name, .
..Cherrytree is much better than this last one.. opens up ultraquick , very stable and usefull..

Image

Image

:o
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

CwF
Global Moderator
Global Moderator
Posts: 2638
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 192 times

Re: List of your linux Apps

#404 Post by CwF »


User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#405 Post by bester69 »

bester69 wrote: 2021-05-24 19:47 One of my favourites linux Apps :)

MPS-YOUTUBE
This project is based on mps, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube.
https://github.com/mps-youtube/mps-youtube

Image

Image

mpsplay.sh
**Example of script for listening live youtube music, it remembers last search.

Code: Select all

#!/bin/bash
#
DISPLAY=:0 ; export DISPLAY
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin:/home/myuser/.opam/system/bin:/home/myuser/.local/bin:/snap/bin:/home/myuser/.local/sbin:/usr/local/go/bin:/home/myuser/.local:/etc/profile.d:/home/myuser/.local/bin ; export PATH

tocando="/home/myuser/.cache/mpstocando.txt"
touch "$tocando"

musica=$(cat $tocando)
if [ ! -z "$1" ]
then
echo "$1" > $tocando
fi

PID=$(pgrep -f "/usr/bin/python3 /usr/bin/mpsyt")
if [ ! -z "$PID" ]
then
    if [  -z "$1" ] || [ "$1" ==  "$musica" ]
    then
        exit
    fi
fi
musica=$(cat $tocando)

pkill mpv
pkill mpsyt

echo "TOCANDO: $musica *****************"
xterm -display :0 -e "mpsyt '/$musica -l,all'" &

MPS-YOUTUBE is working great again and can be installed in BullsEye.. :idea:

It needs developer repository branch to work with las fixed problems :D , Im using it right now, very happy
To install the experimental development version and try the latest features:

$ pip3 install --user -U git+https://github.com/mps-youtube/mps-youtube.git
This wonderfull application should be available in debian, to me is a fantastic and underrated litle known linux app :cry:
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#406 Post by bester69 »

Picasa 3.9 (Abandonware linux tool)
Great wine application, It works gold and smooth in linux. :idea: . quick indexing of all your home and disc partitions pictures, quick labeling, face recognition detection
Auto-image improve edition, GREAT COLLAGE and POSTER tool

**tested with wine v3.4, but works gold and install well with almost all wine versions

Image

Image


FACE RECOGNITION

Image

Image Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: List of your linux Apps

#407 Post by craigevil »

bester69 wrote: 2021-08-25 02:36
bester69 wrote: 2021-05-24 19:47 One of my favourites linux Apps :)

MPS-YOUTUBE
This project is based on mps, a terminal based program to search, stream and download music. This implementation uses YouTube as a source of content and can play and download video as well as audio. The pafy library handles interfacing with YouTube.
https://github.com/mps-youtube/mps-youtube

Image

Image

mpsplay.sh
**Example of script for listening live youtube music, it remembers last search.

Code: Select all

#!/bin/bash
#
DISPLAY=:0 ; export DISPLAY
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin:/home/myuser/.opam/system/bin:/home/myuser/.local/bin:/snap/bin:/home/myuser/.local/sbin:/usr/local/go/bin:/home/myuser/.local:/etc/profile.d:/home/myuser/.local/bin ; export PATH

tocando="/home/myuser/.cache/mpstocando.txt"
touch "$tocando"

musica=$(cat $tocando)
if [ ! -z "$1" ]
then
echo "$1" > $tocando
fi

PID=$(pgrep -f "/usr/bin/python3 /usr/bin/mpsyt")
if [ ! -z "$PID" ]
then
    if [  -z "$1" ] || [ "$1" ==  "$musica" ]
    then
        exit
    fi
fi
musica=$(cat $tocando)

pkill mpv
pkill mpsyt

echo "TOCANDO: $musica *****************"
xterm -display :0 -e "mpsyt '/$musica -l,all'" &

MPS-YOUTUBE is working great again and can be installed in BullsEye.. :idea:

It needs developer repository branch to work with las fixed problems :D , Im using it right now, very happy
To install the experimental development version and try the latest features:

$ pip3 install --user -U git+https://github.com/mps-youtube/mps-youtube.git
This wonderfull application should be available in debian, to me is a fantastic and underrated litle known linux app :cry:
It is in the Debian repos:
mps-youtube/unstable,unstable 0.2.8-1 all
Terminal based YouTube jukebox with playlist management

mps-youtube:
Installed: (none)
Candidate: 0.2.8-1
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#408 Post by bester69 »

craigevil wrote: 2021-08-30 17:32 ....

It is in the Debian repos:
mps-youtube/unstable,unstable 0.2.8-1 all
Terminal based YouTube jukebox with playlist management

mps-youtube:
Installed: (none)
Candidate: 0.2.8-1
Fantastic news!!!.. thanks :o
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#409 Post by bester69 »

Gnome-Disks
GNOME Disks is a graphical front-end for udisks included in the "gnome-disk-utility" package.
It can be used for partition management, S.M.A.R.T. monitoring, benchmarking, and software RAID.

>> Creates USB bootable disk using GNOME Disks
( ** Perfect linux Alternative to Rufus App)


How to Create a Bootable Windows 10 USB Drive in Linux :idea: (It works!!)
https://linuxhint.com/create-a-bootable ... -in-linux/


Image

Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#410 Post by bester69 »

Apart GTK
Linux GUI for cloning & restoring disk partitions to & from compressed image files, using partclone to do the heavy lifting.
https://github.com/alexheretic/apart-gtk

Liked this tool!!; I used for clonning my btrfs partitions with success :shock:

Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#411 Post by bester69 »

Osmo
Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information.
https://clayo.org/osmo/

Features Tasks:
advanced reminder
alarm actions per task (commands, sounds, etc.)
tasks list printing
quick search
category filter
due date modification on the fly
basic iCalendar support (export)
date dependent task coloring


sudo apt install osmo

Image

Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: List of your linux Apps

#412 Post by craigevil »

I use Osmo, great little app. No reason to use one of the heavier planner/task manager apps.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#413 Post by bester69 »

craigevil wrote: 2021-09-13 23:48 I use Osmo, great little app. No reason to use one of the heavier planner/task manager apps.
seems a great app, Im using kalarm + cherrytree insteed
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#414 Post by bester69 »

Trackmania ESWC (Free Version)
Great Game to skill your mind everyday like a F1 driver :o

Image

:!: Very easy to install (no troubles)
It works gold with most of wine versions once you apply the drm patch, but
Ive it working with wine 3.0.3 in PLayonlinux
**Patched version of the game with startforce DRM removed, allowing it to run on wine.

https://lutris.net/games/trackmania-nations-eswc/
https://lutris.net/games/install/27042/view
--------------------------------
TrackmaniaNationsForever :arrow: (only 5 free rounds every match)
The most popular online PC racing game. It fuels 7 different racing environments; hundreds of thousands of tracks and millions of players to
compete with.

Install:>> sudo snap install tmnationsforever

Image
Last edited by bester69 on 2021-10-12 05:30, edited 1 time in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#415 Post by bester69 »

Youtube Players (build-in; not depending on youtube-dl)

SOME INTERESTING APPS TO WATCH YOUTUBE WITHOUT ISSUES :!:

red-app
https://snapcraft.io/red-app

Image

Image

Main Features (resume) :
Red comes with built-in lightweight yet powerful Ad-blocker which was designed to block annoying Youtube ads without slowing down the experience.
Red also have its own media player inbuilt with Hardware decoding support enabled by default.
Red keeps your 30 recently visited videos in its history manager, so that you can visit them later without even signing-up for a Youtube account.
Red saves your last visited page and allow you to restore it even after app shutdowns.
Red take less RAM and is lighter in memory footprint then Youtube tab opened in Chrome or Firefox.

------------------------------------------------

Nuvola Youtube Player
https://nuvola.tiliado.eu/app/youtube/

Image Image

Image

Install:
flatpak remote-add --if-not-exists nuvola https://dl.tiliado.eu/flatpak/nuvola.flatpakrepo
flatpak install nuvola eu.tiliado.NuvolaAppYoutube
run:
flatpak run eu.tiliado.NuvolaAppYoutube
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

fozébert
Posts: 9
Joined: 2021-08-22 18:30
Location: Charlottetown, PEI - Canada
Has thanked: 3 times
Been thanked: 1 time

Re: List of your linux Apps

#416 Post by fozébert »

My boring list of apps:
DE: Sway
Term: Kitty
File Manager: Nautilus
Sound: Pulseaudio
Browser: Firefox-esr
Multimedia: Vlc
CD Player: Goobox
CD burner: Xfburn
FozÉbert
Make things as simple as possible, but not any simpler. (in the spirit of Einstein)

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#417 Post by bester69 »

RSI Break (KDE Plasma) :arrow: GREAT APP!!
RSIBreak helps prevent repetitive strain injuries by keeping track of usage patterns and periodically informing users to take breaks. During break periods, RSIBreak can either show an unobtrusive message, lock the screen entirely, or present a slideshow.
https://linuxmasterclub.com/rsibreak/

Image

Image
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: List of your linux Apps

#418 Post by sunrat »

bester69 wrote: 2021-10-12 05:08 RSI Break (KDE Plasma) :arrow: GREAT APP!!
RSIBreak helps prevent repetitive strain injuries by keeping track of usage patterns and periodically informing users to take breaks. During break periods, RSIBreak can either show an unobtrusive message, lock the screen entirely, or present a slideshow.
https://linuxmasterclub.com/rsibreak/
This may be the first application in this 21 page topic which I actually install! I used to have a cron job which generated a notify reminder every 20 minutes saying "Get off your arse!" :mrgreen:
This one is actually in Debian repos too, no silly snappys or third party scripts.

Code: Select all

apt install rsibreak
Just installed it, looks good. Thanks bester69.

It's important to have more than just a break for your wrists too. Get out of the chair, do some stretches, drink some water. Your body, particularly your back and neck, will thank you. :wink:

Edit, several hours later. This application seriously needs to be able to not kick in when watching full-screen video. Default it shows a notification for short breaks over the video, and long breaks blanks the screen completely. It can be configured to not do these at all but that kind of destroys it's whole reason for being. It can be suspended if one remembers before starting the video.
I checked the docs; apparently it can be configured to do this via Dbus but it doesn't give much idea how. I don't know how to configure Dbus - https://docs.kde.org/trunk5/en/rsibreak ... l-use.html
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: List of your linux Apps

#419 Post by bester69 »

sunrat wrote: 2021-10-12 07:30
bester69 wrote: 2021-10-12 05:08 RSI Break (KDE Plasma) :arrow: GREAT APP!!
RSIBreak helps prevent repetitive strain injuries by keeping track of usage patterns and periodically informing users to take breaks. During break periods, RSIBreak can either show an unobtrusive message, lock the screen entirely, or present a slideshow.
https://linuxmasterclub.com/rsibreak/
This may be the first application in this 21 page topic which I actually install! I used to have a cron job which generated a notify reminder every 20 minutes saying "Get off your arse!" :mrgreen:
This one is actually in Debian repos too, no silly snappys or third party scripts.

Code: Select all

apt install rsibreak
Just installed it, looks good. Thanks bester69.

It's important to have more than just a break for your wrists too. Get out of the chair, do some stretches, drink some water. Your body, particularly your back and neck, will thank you. :wink:

Edit, several hours later. This application seriously needs to be able to not kick in when watching full-screen video. Default it shows a notification for short breaks over the video, and long breaks blanks the screen completely. It can be configured to not do these at all but that kind of destroys it's whole reason for being. It can be suspended if one remembers before starting the video.
I checked the docs; apparently it can be configured to do this via Dbus but it doesn't give much idea how. I don't know how to configure Dbus - https://docs.kde.org/trunk5/en/rsibreak ... l-use.html
My poor neck , it all started this year at 40 :|
:? :shock: Im glad you liked it.. Im started using this week and looks promising.. i need to do some neck exercises each breab...

thanks Sunrat
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
argentwolf
Posts: 201
Joined: 2021-09-05 23:21
Has thanked: 185 times
Been thanked: 15 times

Re: List of your linux Apps

#420 Post by argentwolf »

The app I'm most contented with of all is Duplicati in conjunction with Backblaze B2 Cloud Storage. I'm presently backing up several PC's daily to a 4 bay NAS (current capacity: 8326 GB), and approx. 450 GB of data from the NAS encrypted to the cloud. 8)
Vanguard Debian, because nothing's worse than doing nothing, whimsically!
32-bit | 2 Duo T5270 @ 1.40GHz x 2 CPU | 3.9GiB RAM | NV86 117MiB GPU | 465.76GiB SSD
64-bit | i7-4790 @ 3.60GHz x 8 CPU | 15.6GiB RAM | NVD9 1.9GiB GPU | 931.51GiB SSD

Post Reply