1
27
submitted 1 day ago by [email protected] to c/[email protected]
2
113
submitted 5 days ago by [email protected] to c/[email protected]
3
14
submitted 4 days ago by [email protected] to c/[email protected]

The computers in my house are mostly Linux

  1. Fedora desktops for my wife and myself
  2. Fedora KDE laptops for the kids
  3. Alma for the various servers
  4. Hell, I've got Linux running on a couple of the old tablets, even.

Work laptop is the only exception - it's win11 and intune-managed, and it slows me down every day. Fortunately, I'm half of the department that manages, among other things, the intune and entra stuff - so as long as I can switch without losing all the compliance stuff, I'm golden. Unfortunately, intune portal for linux is a giant piece of dogshit, so i still havent been able to switch.

Try to enroll, it throws a security error - unenrolled devices aren't allowed to access anything. Yes, there's an exception for intune portal. No, that exception doesn't extend to intune portal for linux.

Add an exception for the Linux version of intune and finally get the device enrolled. Success! Reboot into Windows to copy some files over, then reboot back into linux, now the device isn't enrolled anymore. And re-enrolling doesn't work, for some reason.

Check intune console, device shows up as unmanaged and not enrolled, because there aren't any Linux compliance policies available to attach to the device. Try to add a compliance policy for Linux, and that isn't an allowed policy type for linux devices.

I've probably spent 30 hours on this whole thing, over the last 3 months. Fuck you Microsoft. Supported on Linux, yeah right.

4
13
submitted 5 days ago by [email protected] to c/[email protected]

I think the least that distros can do, is allow listing all packages and system settings in config files like .toml rather than having to type in every single package to install, or click through system setting GUIs to setup. Would that require using a whole programming language or system like NIx?

While NixOS works much differently from most distros, that's the only reason I use it: package and system settings in text files. If I fix something, it's fixed permanently, I don't need to hunt down files in random directories if I want to change a setting. If I ever need to reinstall the OS I don't have to write dnf install every single damn package and manually setup all that up all over again. Having daily-drove Windows macOS & Fedora as throughout the years, my setups have felt hacky as well as houses of cards as I've wanted or had to set them up again (I don't mean Fedora specifically, but distros in general).

Basically it feels insane that it's the way most linux users and servers in the world operate. If I, a humble computer hobbyist can figure out Nix, why don't more users do so, and why is Nix so niche?

5
-1
submitted 6 days ago by [email protected] to c/[email protected]

I want to see either a persistent rectangle box on the edges of the region being recorded (anything outside the box isn't recorded), or dim the parts of the screen that aren't being recorded. I looked for screen recorders for hyprland & wlroots and didn't find any with this functionality. wf-recorder + slurp works for me but I want a boundary visual.

6
13
submitted 1 week ago by [email protected] to c/[email protected]
7
11
submitted 1 week ago by [email protected] to c/[email protected]
8
11
submitted 1 week ago by [email protected] to c/[email protected]
9
9
submitted 1 week ago by [email protected] to c/[email protected]
10
3
submitted 1 week ago by [email protected] to c/[email protected]

I've been on the fence since I've been trying Hyprland. What I want out of a window manager / DE is lots of window customization settings (borders, animations, etc.), & having configuration inside one file or one directory with hot-reloading (I'm switching from KDE since its config files all over the place). Hyprland is very popular among WM users with a large ecosystem, though I prefer stacking rather than tiling. I can make it work with some window rules, and shell scripts using hyprctl & jq.

I'm wondering how many little things I will need to fix / figure out. For instance, when I open the firefox bookmarks library with CTRL SHIFT O. When that window is open but not focused, and not on top, if I press CTRL SHIFT O again on a DE it comes back to the top, but not on Hyprland. I could probably find a fix for that?

I might be answering my own question but I really want to hear thoughts.

11
104
submitted 2 weeks ago by [email protected] to c/[email protected]

cross-posted from: https://sopuli.xyz/post/27854381

Meme transcription:

[Guy looking happy:] Hey, there’s a Linux version of that program I like

[Guy looking disappointed:] Closed Source, no ARM support

12
10
submitted 2 weeks ago by [email protected] to c/[email protected]
13
30
submitted 1 month ago by [email protected] to c/[email protected]
14
8
submitted 1 month ago by [email protected] to c/[email protected]

I'm trying to generate AppArmor policies to secure my "major/internet-facing" programs.
Most of those programs are Flatpaks.
Flatpaks already have their own sandboxing mechanism, which uses bwrap and XDG portals.
Does AppArmor have any weird interactions with Flatpak, e. g. blocking too much, or blocking too little, or being unable to block anything without rendering the whole program unusable?

15
12
submitted 1 month ago by [email protected] to c/[email protected]

i've been having problems with xfce where themes with rounded corners show a black box behind the whisker menu and even with the following code in ~/.config/gtk-3.0/gtk.css

}#whiskermenu-window { border-radius: 10px; border: none; box-shadow: none; border-image: none; background-image: none; outline: none; }

searches on duckduckgo returned nothing but after a few months with this problem i found a solution on google on the zorin os forums

the modifications: first, in the gtk.css file: __#whiskermenu-window frame>border { border-radius: 10px; border: none; box-shadow: none; border-image: none; background-image: none; outline: none; }_

then in the whisker menu properties, turn the opactiy to 99

no idea how or why this works but it just works :)

16
8
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

Good morning everyone!

I just had a question on how to go about the age-old problem of having files created on a unix-like system (Linux, Mac etc.) that need to be shared with a Windows machine. Specifically, some files in my e-book and manga library have “?” and “:” in their titles (and possibly some other reserved characters). Sadly, Syncthing (my file syncing solution of choice) has no solution for this and just creates an error on the Windows machine where my e-book library is shared.

What is an easy, semi-automatic solution for renaming files to allow portability between operating systems? Ideally I would like to create a shell script that I can just run on a folder that will recursively descend through the directory structure.

Thank you in advance :)

17
0
submitted 1 month ago by [email protected] to c/[email protected]
18
50
submitted 1 month ago by [email protected] to c/[email protected]
19
10
submitted 1 month ago by [email protected] to c/[email protected]
20
13
submitted 1 month ago by [email protected] to c/[email protected]
21
12
submitted 1 month ago by [email protected] to c/[email protected]

macOS has a bunch of apps which can do so, including SketchyVim. Basically you would have all the vim modes motions and operators, inside any text box in the OS / in any app. I just did some looking up and asked LLMs, but didn't find any linux equivalents of that. Ideally they would work on wayland and have app or window class exceptions.

22
13
submitted 1 month ago by [email protected] to c/[email protected]
23
11
submitted 2 months ago by [email protected] to c/[email protected]
24
1
submitted 2 months ago by [email protected] to c/[email protected]

I did some searching and many users recommend Rofi but looking at man rofi-script it seems to just be a list picker. You pick something from the a list and only one thing runs. On Alfred and Raycast you can have interactive extensions which are essentially keyboard navigable UIs.

  • One example looking at the Alfred workflow gallery is Reddit Browser, where you select a subreddit from a list and then it shows of lists of posts, you can press cmd enter to go back & select another subreddit.
  • Another one lets you ask questions for chatgpt and shows answers right in the launcher (I'm not necessarily looking for AI extensions).
  • This Raycast extension lets you search and create Notion pages.
25
7
submitted 2 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.world/post/27854420

On fediverse at @[email protected]

cross-posted from: https://lemmy.world/post/27825913

Click for comprehensive shownotes with detailed links

  • Linuxfest Northwest
  • Audience Suggestion - Forgejo
  • Television Fuzzy Finder
  • Uptime Kuma- Monitoring
  • Dockje - Docker Compose Manager
  • Homebox - Inventory Management
  • Ameridroid Sponsor
  • Whisper AI - Speech to Text
  • Themio Stereotool
  • scp - SSH based Copy
  • ffmpeg audio extraction
  • Getting a New Laptop
  • Ubuntu adopting uutils
  • Podcasting 2.0 support - State of the Podcast
  • Spread the Word! Help promote the show. Send in feedback.

If you enjoy the show, please help spread the word. Thanks!

view more: next ›

Linux

3258 readers
43 users here now

Shit, just linux.

Use this community for anything related to linux for now, if it gets too huge maybe there will be some sort of meme/gaming/shitpost spinoff. Currently though… go nuts

founded 2 years ago
MODERATORS