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

#316 Post by bester69 »

Aegisub
Aegisub is a free, cross-platform open source tool for creating and modifying subtitles. Aegisub's goal is to support using these advanced functions with ease.
Aegisub makes it quick and easy to time subtitles to audio, and features many powerful tools for styling them, including a built-in real-time video preview.
Aegisub natively works with the Advanced SubStation Alpha format (aptly abbreviated ASS) which allows for many advanced effects in the subtitles, apart from just basic timed text.
http://www.aegisub.org

Image

:idea:
We could use this software for moving to parts of a video, by using "search next" and detaching Video window; I made following script for that purpose.:
Aegisub.sh

Code: Select all

#!/bin/bash 
# 
#Aegisub - Editor de subtitulos , subtitles
# Get Window ID
WID=`xdotool search --name aegisub | tail -n 1`
#Key F3 busca siguiente (search next - Aegisub)
xdotool  windowactivate $WID key F3 
#Ctrl+P Play highlighted subtítulo - Aegisub)
xdotool  windowactivate $WID key Ctrl+p
Last edited by bester69 on 2019-11-01 00:35, edited 2 times 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

#317 Post by bester69 »

FastStone Capture (wine, 30 days trial)
FastStone Capture is a powerful, lightweight, yet full-featured screen capture tool . It allows you to easily capture and annotate anything on the screen. Editing tools include annotating (texts, arrowed lines, highlights), resizing, cropping, sharpening, watermarking, applying edge effects and many more. Other features include image exporting to pdf, a color picker, a screen magnifier, a screen crosshair and a screen ruler.
Features: https://www.faststone.org/FSCaptureDetail.htm

Image

Installation.:
What works.: Photo image edition , Full capture screen, section capture, and most of it.
What does not: Capture of active window, and Video screen recorder.
wine version tested : 1.6.2, 2.4, 3.2, 3.4 (It works with almost any wine version)
Requirements: winetricks gdiplus (only need gdiplus to work)

Script for bash using with wine's playonlinux versions.:
faststone.sh

Code: Select all

#!/bin/bash
#
fpath=/home/user/.local/share/FastStoneCapture
fdest=/home/user/.cache/wineFaststone
WINEPREFIX="/home/user/.wineFaststone"
mkdir -p "$fdest/drive_c"
ln -sfn $fdest $WINEPREFIX

export WINEPREFIX
export WINEARCH=win32
killall FSCapture.exe
#killall wineserver

WALL="fscapture92"
ln -sf  "$fpath/$WALL" "$WINEPREFIX/drive_c/"

cd "$WINEPREFIX/drive_c/$WALL"
wine="3.4"
/usr/local/share/midisco/wine/linux-x86/$wine/bin/wine FSCapture.exe "$@" 2> /dev/null &
Image

Image

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

winsnap (30 days trial)
winsnap is fast & user-friendly utility for taking and editing screenshots. It easily captures windows of non-rectangular form with transparent backgrounds including Aero Glass and instantly enhances screenshots with professional-looking shadows, reflections, highlights, outlines, watermarks and color effects. Moreover, it allows you to quickly edit and annotate screenshots afterwards.
https://www.ntwind.com/software/winsnap.html

https://snapcraft.io/winsnap

Image
Last edited by bester69 on 2019-11-21 19:17, 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

#318 Post by bester69 »

**GREAT NEWS!!,NEW AMAZING IMAP MAIL CLIENT << :shock: :o

Blue Mail - Email & Calendar App
Image
bluemail-launches-linux >> https://www.bluemail.me/blog/bluemail-launches-linux

BlueMail by Blix a free, beautifully designed, universal email app, capable of managing an unlimited number of mail accounts from various providers, allowing for smart push notifications and group emailing while enabling personalization across multiple email accounts.

Remarkable Features:
- Instant Push mails
- Unified Inbox (Multiple Accounts)
- Task Postpone mails
- ****Usable Offline**
Image
- Integrated Calendar


Image

Install:
https://play.google.com/store/apps/deta ... email.mail
https://snapcraft.io/bluemail
snap install bluemail
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

#319 Post by bester69 »

Mailspring
Boost your productivity and send better email with Mailspring, the best mail client for Mac, Linux, and Windows.
https://getmailspring.com/download

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

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

Re: List of your linux Apps

#320 Post by Lecram »

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.

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: 133 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: 133 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: 1398
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 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: 133 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

Post Reply