84
submitted 3 weeks ago* (last edited 3 weeks ago) by land@lemmy.ml to c/linux@lemmy.ml

Hey folks, I just got Bazzite OS KDE up and running on my PC. Being a Linux newbie, I'd love some tips, tricks, and app suggestions if you have any. 😅 Switching from Windows has been a bit of a maze with all the distros out there, so any pointers would be awesome!

The amount of tutorials out there is overwhelming. Hopefully 🙏 you guys point me in the right direction.

Edit: That is a lot of great information. I really appreciate you guys taking your time to share your experience/advice.

you are viewing a single comment's thread
view the rest of the comments
[-] Barbarian@sh.itjust.works 11 points 3 weeks ago* (last edited 3 weeks ago)

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.

[-] land@lemmy.ml 6 points 3 weeks ago* (last edited 3 weeks ago)

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.

  • Work: I need to learn Linux to be a penetration tester.
  • Customisation: I Love customisation, only Windows (I still have it installed on my other drive; it’s fully customised with zero bloatware). Currently following this tutorial to customise my OS. However, I can’t find anything similar to Latte-Dock. I have tried Plank and Cairo Dock. They’re buggy.
  • Apps: I’m looking for alternatives to ShareX, Fan controller, Flow launcher any other helpful tool similar to them. I have been exploring for the last 2/3 days, but I couldn’t find any app that comes even closer to ShareX (I mainly use video recording, OCR, Image capture and GIF maker features), I’m currently trying FlameShot.
[-] helenslunch@feddit.nl 6 points 3 weeks ago* (last edited 3 weeks ago)

Bazzite is great but gaming is also great on any distro.

Alternatively there are lots of gaming focused distros. Garuda, Chimera, Nobara, etc.

The difference between them will mostly be the "out of box experience", what software comes pre-installed, and what package manager is used.

I recommended Debian or Ubuntu based distros if you plan to use anything else, as if the dev releases software outside of Flatpak, it's usually a .deb file.

Make sure you have GearLever for appimages.

[-] swooosh@lemmy.world 0 points 3 weeks ago

You can always use distrobox. There's no need to run a distro because you need an app that's only available there.

[-] helenslunch@feddit.nl 1 points 3 weeks ago

There's no need to run a distro because you need an app that's only available there.

None except that you have to figure how the fuck to use distrobox.

[-] swooosh@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)
  1. Create a distrobox with distrobox enter
  2. sudo dnf install htop
  3. distrobox-export --bin \usr\bin\htop
  4. sudo dnf install anyguiapp
  5. 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

[-] helenslunch@feddit.nl 1 points 3 weeks ago

I'm not looking for tutorials. I was making the point that you don't need to learn to use it. You just double click the file and you're done.

[-] swooosh@lemmy.world 1 points 3 weeks ago

I should've guessed when you recommended ubuntu. Sorry for that.

[-] helenslunch@feddit.nl 1 points 3 weeks ago

I didn't recommend Ubuntu. I recommended Ubuntu-based distros.

[-] Andromxda@lemmy.dbzer0.com 1 points 3 weeks ago
[-] helenslunch@feddit.nl 0 points 3 weeks ago* (last edited 3 weeks ago)

Yeah, the point is I don't want to watch the tutorial. Even if I did, it'd probably all be gibberish to me.

On Debian I just click the file and Bob's your Uncle.

[-] ElusiveClarity@lemmy.world 2 points 3 weeks ago

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.

[-] Barbarian@sh.itjust.works 2 points 3 weeks ago* (last edited 3 weeks ago)

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 :)

[-] KISSmyOSFeddit@lemmy.world 1 points 3 weeks ago

Work: I need to learn Linux to be a penetration tester.

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.

[-] linuxPIPEpower@discuss.tchncs.de 1 points 3 weeks ago

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.

[-] Andromxda@lemmy.dbzer0.com 1 points 3 weeks ago

I can’t find anything similar to Latte-Dock

Why do you need something similar to Latte Dock? Why can't you just use Latte dock?

Apps: I’m looking for alternatives to ShareX, Fan controller, Flow launcher any other helpful tool similar to them.

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.

[-] land@lemmy.ml 1 points 3 weeks ago

From what I have read, Latte-Dock is no longer being maintained.

[-] Andromxda@lemmy.dbzer0.com 0 points 3 weeks ago

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

[-] land@lemmy.ml 2 points 3 weeks ago

I couldn’t get it working even after installing so went the plamsa kde panel route

[-] Andromxda@lemmy.dbzer0.com 1 points 3 weeks ago

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!

[-] land@lemmy.ml 1 points 3 weeks ago

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.

[-] Andromxda@lemmy.dbzer0.com 1 points 3 weeks ago

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.

load more comments (16 replies)
this post was submitted on 10 May 2024
84 points (95.7% liked)

Linux

44870 readers
1108 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS