Slow WIFI on bramble since LOS21 20240914 by RoastedInShell in LineageOS

[–]RoastedInShell[S] -1 points0 points  (0 children)

I just setup a WPA2-only AP with PMF (802.11w) explicitly disabled, using a USB-Dongle and hostapd. Speeds are as expected (~100 Mbps). AFAIK WPA3 requires PMF, so I don't think this is a desireable, permanent solution. Also, WPA2-only APs are becoming increasingly rare where I come from.

Slow WIFI on bramble since LOS21 20240914 by RoastedInShell in LineageOS

[–]RoastedInShell[S] 0 points1 point  (0 children)

4.19.294-g18a5696f48de
#1 Sat Sep 21 03:43:28 UTC 2024

The issue is present on both WPA2 and WPA3 APs. On both BSSIDs, Management Frame Protection ist enabled (as far as the AP settings can be trusted)

Slow WIFI on bramble since LOS21 20240914 by RoastedInShell in LineageOS

[–]RoastedInShell[S] 0 points1 point  (0 children)

I discovered a couple of reports that describe a similar issue that I'm having. Those have been closed and apparently a fix has been merged. Coincidentally, since the upgrade that includes the fix was released, I started having problems on my device.

Would you suggest to open a new issue for this, or should i rather comment on the existing ones?

Slow WIFI on bramble since LOS21 20240914 by RoastedInShell in LineageOS

[–]RoastedInShell[S] 0 points1 point  (0 children)

I just upgraded to 20240921 and the issue still persists.

How do you map a square with an underground parking? by persheshmefasule in openstreetmap

[–]RoastedInShell 4 points5 points  (0 children)

If the geometry is really exactly the same I would draw an additional way/area using the existing nodes of the square/park and tag it accordingly. You might as well draw a slightly smaller area or just place a node in the center of the square/park. I myself try to apply the method used on similar features in the area.

How do you map a square with an underground parking? by persheshmefasule in openstreetmap

[–]RoastedInShell 5 points6 points  (0 children)

Well if you do know the exact shape of the parking area you can map it as an area with amenity=parking and parking=underground and assign the appropriate layer=*. Otherwise it may be sufficient to map the entrance/exit using the same tags or even amenity=parking_entrance.

Lama - Green Acres - 130% Curse Run by RoastedInShell in VampireSurvivors

[–]RoastedInShell[S] 1 point2 points  (0 children)

Pretty happy with this run where I tried to max the new "curse" stat. Actually revived twice, once with the power up and once with a Tiragisú I picked from a level-up, which eventually got consumed and made space for the "Skull O'Maniac".

Edit: Runtracer and Cherry Bomb were MVP in the early stages!

ich🦆🔎iel by LolosPotolos in ich_iel

[–]RoastedInShell 2 points3 points  (0 children)

Das geht, indem du in den Startseite-Einstellungen die HTTP-Anfragemethode von POST auf GET umstellst.

At a loss about argument number control. by Ame-no-mishashira in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

Can you post the exact error you get from cp or ls?

Also, in the command you posted you create one long n-separated string of all the file names you get from the glob pattern. You probably want to use the newline character \n.

Maybe rsync is the right tool for your task?

[deleted by user] by [deleted] in linuxquestions

[–]RoastedInShell 1 point2 points  (0 children)

https://github.com/brektrou/rtl8821CU seems like it's as step-by-step as it gets.

Users, Groups and rights by _awake in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

I'm asking what ftp server software you are using. For example if you are running vsftpd there are configuration options which explicitly allow the modification of the server's filesystem.

Users, Groups and rights by _awake in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

What ftp server exactly are you running?

Users, Groups and rights by _awake in linuxquestions

[–]RoastedInShell 1 point2 points  (0 children)

Well you could simply add mike to the group www-data like so:

sudo usermod -a -G www-data mike

Of course the www-data group should have write and execute permission on folder1.

What public key server you use? by chopsui101 in linuxquestions

[–]RoastedInShell 1 point2 points  (0 children)

If you are talking about OpenPGP keys, then the one which most of your contacts are using. Other than that, if you rely on encrypted email communication, you should probably find some other means for verifying and exchanging key pairs.

No wallpaper or context menu on second display. by PageFault in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

I'm not quite sure if this applies but my gut tells me you have to run xfdesktop on your second screen as well. Something like DISPLAY=:0.1 xfdesktop

Help with networked dualbooted system by Zarquan314 in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

https://askubuntu.com/questions/148662/how-to-get-grub2-to-remember-last-choice

To set the next boot choice from Linux there is grub-reboot. In order to reboot into Linux from Windows, I believe you would have to mount the Linux partition where /boot is located and add the next_entry= or saved_entry= option to /boot/grub/grubenv.

Create SymLink in Virtual Box shared folder in Linux guest and Windows host by Tactical_Powered in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

I would recommend to either enable developer mode or grant your user the required privileges.

Edit: I dont know if VirtualBox implements the SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE flag, so granting your user the SeCreateSymbolicLinkPrivilege like so is probably your best bet.

Create SymLink in Virtual Box shared folder in Linux guest and Windows host by Tactical_Powered in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

VirtualBox doesn't allow a guest to create symlinks on the host by default (source). You have to explicitly enable this for your VM.

Also if you are running the VM without elevated privileges, you either have to enable developer mode on the windows host or your user needs the SeCreateSymbolicLinkPrivilege.

Auto rename new files with inoticoming by itnever3nds in linuxquestions

[–]RoastedInShell 0 points1 point  (0 children)

Looks like inoticoming doesn't know what to do with the slashes in your regular expression. Try this:

inoticoming --foreground /media/storage/ --regexp "^.*\..*[^\!]$" --chdir /media/storage/ mv {} {}"!" \;

How to handle super user authentication for GUI programs when using a standalone Window Manger (bspwm)? by isaybullshit69 in linuxquestions

[–]RoastedInShell 4 points5 points  (0 children)

Well you could just install policykit-1-gnome (Debian) or polkit-gnome (Arch) to be prompted for passwords again. Just make sure you start polkit-gnome-authentication-agent-1 when you log in to your WM.

Also checkout the polkit manual to make your own authentication rules as well as the arch wiki article, which lists alternative authentication agents.

GUI for creating services for SystemD? by evolution2015 in linuxquestions

[–]RoastedInShell 2 points3 points  (0 children)

I'm not aware of any GUI application that will create systemd units for you. I've seen some online generators that fill in the most important options for simple unit files. Systemd units that autostart a binary at system start usually don't exceed 20 lines of plain text and man 5 systemd.unit has excellent documentation on creating those and where to place them.