I made it to Linux! What is your must-have FOSS or Free Software for linux?

Thank you so much, comrades! I am feeling pretty comfortable with linux mint, and now would like some suggestions for some absolutely necessary FOSS or free license software for the OS. So far I have the standard, Firefox, ThunderBird, LibreOffice, yada yada. Thank you again to everyone on the linux comm! sankara-salute

stepanzak,

Logseq is a pretty nice FOSS alternative to Obsidian I came across recently. Tmux is absolutely necessary for any terminal work. Wezterm is my favorite terminal emulator because you can easily disable all of the shortcuts except very few you want (tmux handles most of terminal stuff for me). Some new alternatives to old command line utilities:

  • bat is cat but 1000 times better. I love it so much!

fun factI also recently learned that it’s safer, because you can have a file that has some bad command, then the backspace character several times, and cat doesn’t display the characters “deleted” by the backspaces (but it still executes). Bat doesn’t do that.

  • fd is better find
  • rg (ripgrep) is better grep
  • zoxide is better cd
  • dust is better du
sag,

You know any better cd?

boomzilla,

I use zoxide plus fzf which ends looking like this.

My default go-to for a better cd was teleport when I still was on bash. The tp command can be aliased to cd. I don’t think it will run on other shells though.

stepanzak,

What? It’s literary in my comment.

sag,

Oh, Sorry I didn’t notice also thanks to tell us about bat. It’s much better than cat.

CatLikeLemming,
@CatLikeLemming@lemmy.blahaj.zone avatar

Personally, instead of Tmux, I’d recommend trying Zellij. I started with Zellij right out of the gate, but a friend of mine who dislikes Tmux a lot quite enjoyed Zellij, so I assume it’s somewhat better.

stepanzak,

I know about Zellij, but in its current state, I think it doesn’t make sense for me to switch. I really lobe my Tmux setup, and I don’t think I would be able to replicate it on Zellij, mainly because of Tmux plugins I use. I also don’t think that Zellij currently has any advantages over Tmux except for better default config and user friendliness that I don’t need. I’m looking forward to the Zellij ecosystem getting better tho. Some day, I will probably make the switch. The WASM tabs feature looks extremely promising!

rufus,
  • Xmoto
  • Supertuxkart
  • a development environment to learn programming
hottari,

Flatpak for all *possible installs of user apps. But if there’s an app I respect most, it has to be MPV.

beta_tester,

Why do you respect it the most, or why is it better than vlc?

hottari,

Aside from the fact that I’ve used it long enough without encountering any breaking issues or bugs, it is very powerful and highly customizable.

dino,

MPV, although you could also have used it on windows already. Also freetube, you can also combine those two with a little bit of internet search.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

I’m surprises no one has mentioned the ones I use most days.

  • git (version control software development)
  • openssh (for ssh connections to other devices)
  • handbrake (video transcoding)
  • Element (matrix client)
metaStatic,

I literally had to run the windows version of handbrake in virtual box because for some reason the linux version can't save to the same directory as the input files while batch processing.

basically the same otherwise, fine for single files.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

I’ve had no issues saving to same folder as source when doing batch transcoding queues on Arch Linux. As long as the input and output files does not have the same filename it’s fine.

metaStatic,

there was no way to set default path so everything got saved to the top level directory. maybe they've added it since but this wasn't that long ago.

Strit,
@Strit@lemmy.linuxuserspace.show avatar

I just realized you might be talking about the CLI version? I’m talking about the GUI version.

alteropen,

@Strit @blakeus12 forgot about element, but its sadly quite a terrible client on Linux. although that could be the fault of my nvidia graphics

virtualbriefcase,
  • Calibre - eBook manager/reader
  • Gparted - disk tool
  • Keepass - password manager
  • VLC - the greatest video/music player
  • Waydroid - run android apps
rem26_art,
@rem26_art@kbin.social avatar

Blender: If you're interested in 3D modeling or Animation
Inkscape: If you have any need for a vector graphics program thats a bit like Adobe Illustrator
OBS: If you need to do any screen recording or livestreaming
Haruna Video Player: It plays videos and can also play youtube videos if you paste in a link. (This also pulls in yt-dlp as a dependency, which allows you to download youtube videos and the like from a terminal)
btop: A nice looking system resource monitor that runs in a terminal

starman,
@starman@programming.dev avatar

Helix editor

dust_accelerator,

Depends what device you run, but Xournal++ is useful. Otherwise pdftk.

jack,

Xournal++ is for drawing over pdfs like MS OneNote

sic_semper_tyrannis,

Welcome! As for the basics: Bleachbit (system cleaner) Flatseal (Flatpak permission managed) Elisa (music player) GTKHash (GUI way to verify checksums) FreeTube (YouTube front end) Okular (PDF viewer & editor)

cmnybo,

KiCAD for PCB design.
PulseView for USB logic analyzers.
DSRemote for remote control of Rigol oscilloscopes.
FreeCAD for 3D CAD.
SDR++ and SDRangel for SDR.
Fldigi, wsjtx & QSSTV for ham radio digital modes.

Sabata11792,
@Sabata11792@kbin.social avatar

I haven touched my hackRF for years. Got to give SDRangel a try.

MagneticFusion,

KiCAD is a gem

possiblylinux127,

Nextcloud

jacob,
@jacob@lemmy.sdf.org avatar

Another nice-to-have is KDE Connect, it connects your desktop with your phone to sync notifications, send files, control media playback, use as remote input, share clipboard, send commands, and more

possiblylinux127,

I’m not sure it will work with cinnamon.

jacob,
@jacob@lemmy.sdf.org avatar

It should work normally, there’s even cinnamon applets for controlling it from the panel

electric_nan,

I use it in Cinnamon.

possiblylinux127,

Good to know

jacob,
@jacob@lemmy.sdf.org avatar

BONUS: here’s some command-line toys that are not useful or necessary, but are just real fun to take a look at especially if you’re new to linux:

  • cmatrix (does the matrix code rain thing)
  • cowsay (ascii cow with speech bubble)
  • sl (steam locomotive in your terminal)
  • cbonsai (generate bonsai tree)
  • neofetch (this one is actually very useful and will print system information in an aesthetically pleasing way)
blakeus12,
@blakeus12@hexbear.net avatar

wow, neofetch is really cool! thank you!

GigglyBobble,

It's mandatory for online boasting.

dbx12,

You forgot the package hollywood.

ikiru,

Thanks for this!

backhdlp,
@backhdlp@lemmy.blahaj.zone avatar

fastfetch is neofetch in C instead of bash, makes it much faster.

WeLoveCastingSpellz,

Cmatrix,SL and neofetch work on android too through termux, I bet others would too, but I have only tested these two

heygooberman,
@heygooberman@lemmy.today avatar

I personally recommend LibreWolf over Firefox. It is a fork of Firefox, but it includes some additional settings for better privacy.

Flameshot is a pretty useful screenshot tool that functions similar to the Snip tool on Windows.

If you’re going to be installing apps via Flatpak, I recently learned of an app called Warehouse that allows you to view all the Flatpak apps you installed, the user data associated with each app, and their file location.

If you want another option for LibreOffice, you can try OnlyOffice, but I personally prefer LibreOffice.

If you’re looking for a text editor that’s like Notepad++, I recommend checking out NotepadQQ.

Finally, if you want a notebook app similar to Microsoft OneNote, I’d like to recommend Joplin.

Deregon,
@Deregon@jlai.lu avatar

For Flatpak apps, along with Warehouse, Flatseal allows you to view and edit permissions for each app, which is not only useful but sometimes mandatory when an app has misconfigured permissions

heygooberman,
@heygooberman@lemmy.today avatar

Oh yes, Flatseal is also a good tool to have! Thanks for adding that!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • [email protected]
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • oklahoma
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • SuperSentai
  • feritale
  • KamenRider
  • All magazines