this post was submitted on 10 May 2024
88 points (96.8% liked)
Linux
47946 readers
1698 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you want something useful, maybe some more info on what you use your computer for? Advice for a glorified web terminal would be "Click the Firefox icon". Advice for learning bash would be a massive rabbithole.
App suggestions are also very dependent on what you use your computer for.
Initially, I heard about Bazzite OS here on Lemmy; I was tempted to try it out. As someone who loves FOSS, I always wanted to move to Linux. However, I do gaming occasionally, holding me back until I discovered Bazzite OS.
You can always use distrobox. There's no need to run a distro because you need an app that's only available there.
distrobox enter
sudo dnf install htop
distrobox-export --bin \usr\bin\htop
sudo dnf install anyguiapp
distrobox-export --app \usr\bin\anyguiapp
after that you can use htop or anyguiapp like a normal command on your computer
Images to use: https://github.com/toolbx-images/images
I should've guessed when you recommended ubuntu. Sorry for that.
There's a pretty good tutorial for it: https://www.youtube.com/watch?v=eiDt4O6UPRw
Cooler control is great if you need to control the pump and fans of a CPU cooler. I’m not sure if it can do case fans like fan control but I just set them in the bios anyways.
So on the gaming front, pretty much any mainstream Linux distro would work for that. Proton is pretty damn stable and great on any distro that supports Steam. If you like Bazzite though, you do you.
For pen testing, must-have skills are nmap, bash, sqlmap, wireshark and the burp suite. If you know how to use all those, you've got basic coverage of most common attack vectors (password cracking is also covered by bash, there's 101 different password cracking algorithms in various CLI spps).
I'm a lazy ass who doesn't care much about customization, hopefully someone else can help you with that :))
A quick Google shows that someone got sharex working on Linux: https://github.com/ShareX/ShareX/issues/6531
Might take some effort and learning bash and WINE + winetricks to get that running, but hey, you're gonna need to do that anyways for the pentest stuff :)
First, learn nmap. That'll get you 80% of the way.
Also Google "Linux server hardening", read through some tutorials and understand why each step is important and what it protects against.
Why do you need something similar to Latte Dock? Why can't you just use Latte dock?
FlameShot is a great alternative for ShareX, I don't really know about Fan controller, but KDE has a built-in replacement for Flow launcher called KRunner. By default, you should be able to launch it with Alt + Space. If not, check the Keyboard shortcut page in the system settings.
From what I have read, Latte-Dock is no longer being maintained.
It's not longer maintained by the original developer, but apparently the KDE project picked it up and it should still work, just like it did before
I couldn’t get it working even after installing so went the plamsa kde panel route
I also the normal Plasma panel, don't have any issues with it. They added quite a few Latte Dock features to the normal panel. Your desktop looks great btw!
I feel like third-party docks are not correctly implemented. A plasma panel is what you should be using. Thanks (: That was my first-ever try, by the way. I can’t make the background transparent despite selecting the transparent option.
This might happen because of your theme, what Plasma theme do you use? Try the default Breeze theme to see if it fixes the issue.
https://github.com/KDE/latte-dock
Use the website alternativeto.com to locate Linux versions of windows or Mac programs. Also if you find something on Linux but its not quite right, can find listed similar apps.
It has quite extensive coverage of GUI apps. Less so CLI. Certain niche areas are more comprehensive than others.