Ask HN: What useful Linux (Ubuntu) software should more people be aware of?
Hey guys! I've been Windows users for over 10 years and about 2 months ago I switched to Ubuntu. I wonder what software do you think will be really useful for the average Linux user and more people should be aware of?
I just would like to improve my daily user experience :)
34 comments
[ 4.6 ms ] story [ 84.4 ms ] threadhttps://github.com/rbrito/tunesviewer
OpenOffice or Libre office; for all your Office needs, it can also output to Microsoft formats.
Screen; for multi terminal windows within one terminal. Also very handy when working remotely.
Its a wonderful CLI app when you calculate things with units.
Eg: You have: (1000W * 5 hour)/(24V100A) You want: min 125
Or: You have: 10 km * 6L/100km * 1.3 EUR/L You want: USD * 0.837486
You should try it !
its a super useful tool to execute tasks using all cores of your machine. A simple example https://vidanp.wordpress.com/2016/11/04/paralelizando-en-lin...
Matrix is federated (I suppose XMPP is federated too). You can send an email from Gmail to Yahoo, Outlook to Protonmail, etc.
I like the Clementine music player.
Being able to hop into the command line to process text is neat. You might want to do a toutorial on grep, awk and sed.
Gimp is nice for photo manipulation, I use Inkscape for vector graphics.
Opera is a nice second browser (chrome is a memory hog) it also has built in vpn and Adblock.
(though I'm fairly certain they use a different strategy for managing tabs than chrome that might still be more memory efficient)
* RetroArch - for all your emulation needs in one package.
* ripgrep - better and faster than ag (The Silver Searcher).
* mpv - very nice video player, it can also be used together with youtube-dl for streaming from various websites, including youtube, etc.
It's a cross-platform messaging client that combines, Whatsapp, Facebook chat, Slack etc. into one application.
Being silenced for nothing like this is incredibly infuriating.
* RetroArch - for all your emulation needs in one package.
* ripgrep - better and faster than ag (The Silver Searcher).
* mpv - very nice video player, it can also be used together with youtube-dl for streaming from various websites, including youtube, etc.
To site admins: stop marking my comments as dead for no good reasons, my suggestions are valid.
Good luck.
If you're feeling adventurous, you could experiment with different window managers, such as bspwm, awesomewm or i3.
Check out some examples in https://www.reddit.com/r/unixporn/
Here's a good demo of bspwm https://github.com/windelicato/dotfiles/blob/master/why_bspw...
Ranger is an highly customizable file manager that can be controlled by using the keyboard only.
File management (searching, copying, moving, renaming...) takes considerably less time since I switched from windows-explorer / nautilus / nemo to ranger.
I can't imagine going back.
Getting started with ranger: https://github.com/ranger/ranger/wiki/Official-user-guide
If you prefer a graphical user interface consider backintime. https://www.howtogeek.com/110138/how-to-back-up-your-linux-s...
Otherwise check out duplicity. https://help.ubuntu.com/community/DuplicityBackupHowto
Duplicity supports a bunch of protocols / target services (SFTP, dropbox, google drive, amazon S3 ...)
Duplicity uses asymmetric encryption (via gnupg) so the backup commands can be run unattended. (Your private key is not required for encryption during backup)