There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

maynarkh , in SUSE announces hard fork of RHEL: “At SUSE we make choice happen”

SUSE feels a bit more relevant nowadays. All in all, I feel this is a win for European tech.

oldschoolnerd , in Advice for a middle-age, moderately pc knowledgeable person to finally switch to or become proficient with Linux?
@oldschoolnerd@lemmy.world avatar

If you can, find another old computer that still works, maybe replace the mechanical hard drive with a solid state drive and install Linux Mint or even the new Debian 12. I have Debian running on an old computer with an Intel i5-2500k processor and it is rock solid. As far as learning linux, I recommend www.learnlinux.tv as a starting point. Jay is very good at explaining.

nydas , in What are your must-have packages?
@nydas@lemmy.ml avatar
  • Tmux
  • NeoVim
  • Git
  • FZF
  • Fish
  • ssh Lots of others, but these are the day-to-day
Lanthanae ,
@Lanthanae@lemmy.blahaj.zone avatar

+1 for fish shell. The lack of POSIX compliance really doesn’t matter at all day-to-day, but all the qol features that the shell has absolutely do matter and they are so worth it.

nydas ,
@nydas@lemmy.ml avatar

And I forgot Python. As a Data Engineer. Whoops!

palebluedot , in Best distro for gaming in 2023?
@palebluedot@discuss.tchncs.de avatar

Any of them.

Usually, we tend to pick a rolling or semi-rolling releases like Fedora to have newest drivers.

passepartout , in Suggestions on free & uncensored DNS servers (fast from Northern Europe)?

Free, uncensored, from northern europe (Denmark): https://blog.censurfridns.dk/

honorable mention: Digitale Gesellschaft (Switzerland): https://www.digitale-gesellschaft.ch/dns/

As for DNS Benchmarking: I used a Shell Script to check the performance of my pi hole. I got that from github, just look for “dns benchmark github” and you’ll find tons of script in all languages people wrote.

Edit: got two more:

Dns.watch (Germany): https://dns.watch/

Digital Courage (Germany): https://digitalcourage.de/support/zensurfreier-dns-server

pglpm OP ,
@pglpm@lemmy.ca avatar

Great tips, thank you!

AProfessional , in VS Code Flatpak calling Brave Flatpak

You can use flatpak-spawn —host to run any command outside of the container but it’s a bit ugly.

iuser , in Suggestions on free & uncensored DNS servers (fast from Northern Europe)?

May want to take a look at quad nine dns server.

bena , in Advice for a middle-age, moderately pc knowledgeable person to finally switch to or become proficient with Linux?

You’ve had some good advice here already, all I’d add is that you should install the package tldr as it’s a very noob-friendly accessible version of man pages (the manuals which come with every piece of software on Linux).

necrxfagivs , in Suggest me a distro

I’m using Fedora and I’m really happy with it. Pretty solid distro,

samsy ,

I don’t like what RedHat is actually doing, but yes Fedora is the successor.

necrxfagivs ,

I’m not happy with RedHat neither. And Fedora 40 considering to add telemetry doesn’t help. I love Fedora tho, but if RHEL keeps heading the way is going I’ll hop to another distro.

Maybe is time to try Arch and embrace the meme (and learn, I’m a lil scared)

letbelight , in VS Code Flatpak calling Brave Flatpak
Undone OP ,

I tried adding the location for the Brave Flatpak in VS Code Flatpak with Flatseal.

Using Flatseal to set Braves Flatpak location in VS Code filesystem

It now shows the device but I get an error when launching the app for debug from VS Code.

<pre style="background-color:#ffffff;">
<span style="color:#323232;">Launching lib/main.dart on Chrome in debug mode...
</span><span style="color:#323232;">[CHROME]:/var/lib/flatpak/app/com.brave.Browser/x86_64/stable/55eab7c3b790510e9175f8a064f16c84972163599c064dc833eff81bec751652/export/bin/com.brave.Browser: line 2: /usr/bin/flatpak: No such file or directory
</span><span style="color:#323232;">Failed to launch browser after 3 tries. Command used to launch it: /var/lib/flatpak/exports/bin/com.brave.Browser --user-data-dir=/tmp/flutter_tools.LCRXFZ/flutter_tools_chrome_device.IXGKQA --remote-debugging-port=44639 --disable-background-timer-throttling --disable-extensions --disable-popup-blocking --bwsi --no-first-run --no-default-browser-check --disable-default-apps --disable-translate http://localhost:33631
</span><span style="color:#323232;">Failed to launch browser. Make sure you are using an up-to-date Chrome or Edge. Otherwise, consider using -d web-server instead and filing an issue at https://github.com/flutter/flutter/issues.
</span><span style="color:#323232;">Exited
</span>

I’m not sure what I need to modify to make VS Code launch Brave as a device in debug mode.

letbelight ,

How about allow system library?

Undone OP ,

No dice, it still doesn’t work. I tried with all toggles active in Filesystem section but none seem to make it work.

garam ,
@garam@lemmy.my.id avatar

Seems you need to alias brave with flatpak run. Because it tried to run brave, and because it’s not in path it won’t able to run.

flatpak run com.brave.Browser in a shell script with chmod +x to /usr/local/bin/brave

Content could be the run with $@

I’m not sure it will work, but worth to try.

TheEntity , in Can you please ELI5 tmux?

Ok, just to clarify, my original struggle was to understand what made tmux different from using some terminal app and just split the screen xD

Not every terminal emulator has window splitting capabilities. Some, like Alacritty, specifically expect you to run a program like tmux if you want this functionality. Splitting within tmux also makes it vastly easier to multitask on a remote host via SSH: if you run a remote tmux, every split window is already running on the same remote host, no need to log in again and again.

ik5pvx , in What are your must-have packages?

The first 3 things I always add after a fresh install: aptitude emacs (-nox for servers) tree

Then it depends what the machine is for.

Alkider , in Advice for a middle-age, moderately pc knowledgeable person to finally switch to or become proficient with Linux?

The best thing to do is to just jump in.Pick a distro, doesn’t matter which and just start using it.

For software just browse the Music category of pamac, discover, or whatever app-front you decide to use. There’s some really good stuff in there.

redcalcium , (edited ) in What are your must-have packages?

Every time I setup a new system, I always install these:

  • vim
  • zsh
  • git
  • rsync
  • tmux
  • mosh
  • btop
  • autossh
  • mc
  • direnv
  • asdf-vm

If the system is a desktop/laptop for personal use, then I’ll install these too:

  • virt-manager
  • vscode
  • firefox
  • filezilla
  • mpv
  • yt-dlp
  • kdeconnect
letbelight ,

I would swap only with Libreoffice

redcalcium ,

This is just a matter of personal preference, but I can’t stand libreoffice UI. It has more features but I don’t open office documents much, mostly just some basic spreadsheets, so I can get away with using a document editor with less feature but easier to the eye.

antihero ,

ghidra

there are multiple user interface option in libre office, …libreoffice.org/…/WG7221-UserInterfaceVariants.h…

StudioLE ,

Damn. Even the website documenting their design is ugly as sin.

iks , in Suggest me a distro

Pop!Os

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines