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

#321 Post by bester69 »

Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.

Thanks for; Nomacs, didnt know it, I think i will keep it insteed Gwenview..Ive got plasma and use gwenview, but doesnt like it very much, it doesnt goes smooth and takes so long to open first launch... Very good application, I add it to my favourites :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

#322 Post by bester69 »

Foliate ebooks reader
A simple and modern eBook viewer
Image
Features include:
Two-page view and scrolled view
Customize font and line-spacing
Light, sepia, dark, and invert mode
Reading progress slider with chapter marks
Bookmarks and annotations
Find in book
Quick dictionary lookup

https://www.flathub.org/apps/details/co ... um.Foliate

Image

Image
---------------------------------------------

I made a script convert for being use Foliate with PDF's and ODT's files.:
readbook.sh
Requires>> ebook-converter (calibre)

Code: Select all

#!/bin/bash
#
ruta=$(readlink -f "$1")
ruta2=$(dirname "$ruta")
sfilename=$(basename "$1") && filename=${sfilename%.*}
dirout="$filename-"`date +%Y-%m-%d_%Hh%Mm%Ss`
epubs="/home/user/LINUXDEBS/NOBACKUP/ebook/$dirout"


echo "Ruta completa es:"$ruta
echo "Nombre es:"$filename
echo "Carpeta es:"$ruta2
 
tmp="/tmp/tmpxxzy_$filename"
rm -rf "$tmp"
mkdir -p "$tmp"

cp "$1" "$tmp/"
export UserInstallation=file:///home/user/.libreoffice-alt  
soffice --headless --convert-to epub --outdir "$tmp" "$tmp/$filename.odt" 
ebook-convert "$tmp/$filename.epub" "$tmp/$filename".azw3

ebook-convert "$tmp/$filename.pdf" "$tmp/Match_$filename".azw3 
ebook-convert "$tmp/$filename.pdf" "$tmp/Match_$filename".epub 

mkdir -p "$epubs/" && rsync -aAXv "$tmp/" "$epubs/"


ls "$epubs/Match_$filename.azw3" && A=0
if [ $A -eq 0 ]
then
xdg-open "$epubs/Match_$filename.azw3" &
cp "$epubs/Match_$filename.azw3" .
#ebook-viewer "$epubs/Match_$filename.azw3" &
else
xdg-open "$epubs/$filename.azw3" &
cp "$epubs/$filename.azw3" .
#ebook-viewer "$epubs/$filename.azw3" &
fi
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
sickpig
Posts: 589
Joined: 2019-01-23 10:34

Re: List of your linux Apps

#323 Post by sickpig »

flameshot and redshift

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

#324 Post by bester69 »

>>>EXCELLENT STREAM MUSIC APPLICATIONS :o

Auryo Player
Listen to SoundCloud® from the comfort of your desktop. Use keyboard shortcuts to navigate through your music. Be more productive.
https://auryo.com
https://snapcraft.io/auryo

Image

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

Headset Appp
Headset is a desktop music player powered by YouTube and Reddit. Headset is a great app for someone who doesn’t want to invest in a paid service like Spotify or Apple Music
Reddit Radio
Discover Music like never before. Reddit takes the entirety of the internet, finds what most interesting and bubbles it to the top. There are hundreds of subreddits for music, focusing on every genre imaginable. The good music gets upvoted to the top and the trash is downvoted to oblivion. Each time you come back you'll find new beats to keep you going.

https://headsetapp.co
https://github.com/headsetapp/headset-electron

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

#325 Post by bester69 »

Deezer Player
Very good alternative to Spotify
flatpak install nuvola eu.tiliado.NuvolaAppDeezer
https://nuvola.tiliado.eu/app/deezer/other/

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

Cyborg
Posts: 38
Joined: 2016-12-01 19:07
Has thanked: 1 time
Been thanked: 2 times

Re: List of your linux Apps

#326 Post by Cyborg »

Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.
Nomacs is pretty good, thanks! I needed a lightweight program to for quick edits. I had been using mtpaint but it was quite outdated and confusing.

Richard M. Duran
Posts: 2
Joined: 2019-12-16 16:15

Re: List of your linux Apps

#327 Post by Richard M. Duran »

Lecram wrote:1. Nomacs: An light weight image viewer/ editing tool. Similar to Irfanview in windows.
2. Flameshot: An screenshot application and annotation tool, Similar to sniping tool in windows.
3. Redshift: An color temperature control app in Linux. It has a simple config file. Similar to the windows 10 color temp control setting but in windows it changes only in night. This app changes the color temperature throughout the day so you won't notice the abrupt difference.
4. moc: It is a console music player, it has settings in a plain text config file, easier to setup compared to cmus and other console music player.
Nomacs worked for me for a while when i was using Linux.Now lrfanview is working for me now.
And BleachBit,as a free tool,it did a great job,but on another Windows pc,i have replaced it with Safewiper.
Last edited by Richard M. Duran on 2019-12-20 08:18, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux Apps

#328 Post by Head_on_a_Stick »

Here's one the OP will like:

Microsoft Teams is now available on Linux

Probably best to check their packaging first though, eh?

Code: Select all

empty@E485:~ $ lintian Downloads/teams_1.2.00.32451_amd64.deb
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libEGL.so
W: teams: hardening-no-relro usr/share/teams/libEGL.so
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libGLESv2.so
W: teams: hardening-no-relro usr/share/teams/libGLESv2.so
E: teams: arch-dependent-file-in-usr-share usr/share/teams/libffmpeg.so
W: teams: hardening-no-relro usr/share/teams/libffmpeg.so
E: teams: arch-dependent-file-in-usr-share ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@microsoft/fasttext-languagedetector/build/Release/fastText-languagedetector.node
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@microsoft/fasttext-languagedetector/build/Release/obj.target/fastText-languagedetector.node
E: teams: unstripped-binary-or-object usr/share/teams/resources/app.asar.unpacked/node_modules/@msteams/electron-modules-package-utils/build/Release/obj.target/package-utils.node
E: teams: unstripped-binary-or-object ... use --no-tag-display-limit to see all (or pipe to a file/program)
W: teams: shared-lib-without-dependency-information usr/share/teams/resources/app.asar.unpacked/node_modules/media-hid/build/Release/media-hid.node
W: teams: shared-lib-without-dependency-information usr/share/teams/resources/app.asar.unpacked/node_modules/media-hid/build/Release/obj.target/media-hid.node
W: teams: hardening-no-relro ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: embedded-library usr/share/teams/teams: freetype
E: teams: embedded-library usr/share/teams/teams: lcms2
E: teams: embedded-library usr/share/teams/teams: libjpeg
E: teams: embedded-library ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: changelog-file-missing-in-native-package
E: teams: no-copyright-file
E: teams: misplaced-extra-member-in-deb _gpgorigin (unexpected _member at position 3)
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long
W: teams: extended-description-line-too-long ... use --no-tag-display-limit to see all (or pipe to a file/program)
E: teams: maintainer-address-missing Microsoft Corporation
W: teams: no-section-field
W: teams: binary-without-manpage usr/bin/teams
W: teams: maintainer-script-ignores-errors postinst
E: teams: shlib-with-executable-bit usr/share/teams/libEGL.so 0755
E: teams: shlib-with-executable-bit usr/share/teams/libGLESv2.so 0755
E: teams: shlib-with-executable-bit usr/share/teams/libffmpeg.so 0755
E: teams: shlib-with-executable-bit ... use --no-tag-display-limit to see all (or pipe to a file/program)
1|empty@E485:~ $
What a bunch of clueless fuckwits... :lol:
deadbang

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux Apps

#329 Post by Head_on_a_Stick »

picom

This is a fork of the (now abandoned) compton project, with many added bugfixes.

Debian buster package here: https://software.opensuse.org//download ... kage=picom
deadbang

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: List of your linux Apps

#330 Post by Nili »

- Sticked DeaDBeeF
Image
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: List of your linux Apps

#331 Post by None1975 »

Nili wrote:- Sticked DeaDBeeF
Very nice and easy on eyes.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux Apps

#332 Post by Head_on_a_Stick »

Firemenu

This provides a menu for launching programs sandboxed under the aegis of firejail:

Image

It was written by fsmithred and is provided with the new Refracta beowulf beta release, download it from here: https://sourceforge.net/projects/refracta/files/Extras/
deadbang

User avatar
Nili
Posts: 441
Joined: 2014-04-30 14:04
Location: $HOME/♫♪
Has thanked: 5 times
Been thanked: 3 times

Re: List of your linux Apps

#333 Post by Nili »

None1975 wrote:Very nice and easy on eyes.
Thanks bro :D
openSUSE Tumbleweed KDE/Wayland

♫♪ Elisa playing...
Damascus Cocktail ♪ Black Reverie ♪ Dye the sky.

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

#334 Post by bester69 »

Shortwave
Shortwave , the successor of Gradio .
A very good and promising software :idea: :o
https://www.linuxuprising.com/2019/11/s ... r-for.html


Image


Image
Last edited by bester69 on 2020-09-14 12:24, edited 1 time in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

jeffmax
Posts: 2
Joined: 2020-01-21 12:39

Re: List of your linux Apps

#335 Post by jeffmax »

I have listed some best linux app to use frequently in 2020


Deluge: Linux have multiple distribution comes with Bittorrent client but Deluge more lightweight and easily download any files


Pidgin: It’s a chat program app & phenomenal while doing multiple chat networks simultaneously


Fastest VPN: Best VPN app for linux platform to secure your digital security and privacy.
Fit for all linux distribution


ClamAV: Although we all know linux is one of the secure platform as compare to windows where we use different antiviruses or use bilten windows defender but ClamAV is much reliable antivirus to secure your Linux OS.


Thunderbird: It's one of my favourite app as its totally free to use quite worthy you don't need to subscribe g suite account or login everytime webmail just one time configure to use Thunderbird and compatible with all OS platforms

User avatar
Lecram
Posts: 120
Joined: 2009-06-03 08:54

Re: List of your linux Apps

#336 Post by Lecram »

Xfe - X file explorer - a lightweight file manager alternative to Thunar. Need to install Gvfs for complete volume management.
Xfview - An image viewer, nothing less and nothing more. It does not have any image editing tools. part of Xfe
Xfwrite - A Simple text editor also part of Xfe, part of Xfe
Xfpack - A package installer alternative to gdebi package installer Part of Xfe.

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

#337 Post by bester69 »

Ulauncher
Ulauncher is the best launcher for you
https://ulauncher.io
https://github.com/Ulauncher/Ulauncher/

Awesome Linux Tools: Ulauncher
https://www.youtube.com/watch?v=_5njMWB1os8

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

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: List of your linux Apps

#338 Post by Head_on_a_Stick »

Browsh

Browsh is a fully-modern text-based browser. It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. Its main purpose is to be run on a remote server and accessed via SSH/Mosh or the in-browser HTML service in order to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs.

https://www.brow.sh/

Scrot showing these forums:

Image

The images are in text blocks rather than via libdirectfb (as used by w3m) but the overall page display is great.
deadbang

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

#339 Post by bester69 »

>>VERY GOOD APPLICATION

Vocal
Vocal is a podcast app designed specifically for elementary OS Freya and available for all other Linux distributions.
It has a UI which resembles Popcorn Time which is a good thing to navigate and easy browse through available content
https://vocalproject.net

:idea: >>Great to bookmark with: https://www.ivoox.com

Image

Main features of Vocal can be summarized as following:
  • Audio and video podcast support
    Streaming as well as offline support
    Automatic download of new episodes to keep your library updated
    Desktop integration to provide you with desktop notification, system media key and sound menu integration
    Import existing podcast library from iTunes, gPodder and other podcast clients. Similarly, export podcast to other clients
    Plays from where you left it the last time
    Smart library management to show you the freshest content
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

#340 Post by bester69 »

>>GREAT PRODUCTIVITY LINUX TOOL (best Linux Compare Tool)

Meld
Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects.
It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems.
https://meldmerge.org/


Installation.:
sudo apt install meld
flatpak install meld

Features.:
Two- and three-way comparison of files and directories
File comparisons update as you type
Auto-merge mode and actions on change blocks help make merges easier
Visualisations make it easier to compare your files
Supports Git, Bazaar, Mercurial, Subversion, etc.


Image


Here, I let you a script I made to use with kate and meld by editing and keeping versioning ..It makes it easier to create any script

katem.sh
katem <<fileToedit.sh>>
Descr.: It creates a copy of target file to compare with, and everytime you close meld, it creates a new copy to start a new point reference comparison, relaunch meld to view the differente and keep a track of all versions changes in a temporal directory..so you can compare with a previous version by just pointing meld source to that stored version file.
**You will need to sudoers chattr, or remove it from script

Code: Select all

#!/bin/bash
#
dircomp="/tmp/kate_meld2/$1$RANDOM.kate"
mkdir -p "$dircomp"
rm "/home/user/"*.kate
ln -snf "$dircomp" "/home/user/"

killall meld
sleep 1 && flatpak kill org.gnome.meld

kate $1 2> /dev/null &
COUNTER=0
while true; do

 if [ -z "$(pidof kate)" ]
 then
  break 
 else
 
  if [ -z "$(pidof meld)" ] && [ -z $(pgrep -f /app/bin/meld) ]
  then
        sudo chattr -i "$1.bak"
        cp "$1" "$1.bak"    
        cp "$1" "$dircomp/$1.bak.$COUNTER"   
        #sudo chattr +i "$1.bak"
              
      COUNTER=$((COUNTER+1))
    echo "### ESTA ES LA COPIA ####" >> $1.bak
    sudo chattr +i "$1.bak"
    meld2  "$1.bak" "$1" 2> /dev/null
    #kompare -c "$1.bak" "$1" 2> /dev/null &  
    fdupes -d -N "$dircomp"
  else
  echo "nothing" 1> /dev/null  
  fi
    fi
done
sudo chattr -i "$1.bak" 
rm "$1.bak"
killall meld
sleep 1 && flatpak kill org.gnome.meld

#rm  "$1.bak "
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply