It works with USB interfaces using passthrough. But yeah doesn’t make a lot of sense.
Software developer interested into security and sustainability.
It works with USB interfaces using passthrough. But yeah doesn’t make a lot of sense.
You wouldn’t download a car‽
From Archwiki > xrandr:
Tip: Both GDM and SDDM have startup scripts that are executed when X is initiated. For GDM, these are in /etc/gdm/, while for SDDM this is done at /usr/share/sddm/scripts/Xsetup. This method requires root access and mucking around in system configuration files, but will take effect earlier in the startup process than using xprofile.
Try disabling hardware acceleration
Mount the drive with the user or group as plex. See mount options uid and gid. You can also set precise permissions on the mount point (using options at mount time) to let plex access a subdirectory.
Refactor package structure
Files could be decrypted by the end user. The OS itself could remain unencrypted.
Nginx is pretty easy to set up. Look up “nginx virtual hosts”. You might want to use certbot/acme if you don’t have SSL certificates for your domain names. You need either a wildcard certificate (*.example.com), a certificate with SAN (Subject Alternative Name) containing the second subdomain, or two certificates (one for each subdomain). Note that subdomains can be found more easily than path based websites, if you allow connections from the whole WAN.
Try this:
for file in ./*
do
echo "$file"
done
To do some substitution operation om the filename you can use Bash Parameter Expansion.
Could you specify what is wrong about Libretube? There is a background playback option and even an audio mode with no video.
Maybe Firefox needs to add a new “Clipboard access” permission that can be granted on a site-per-site basis. When disabled, simple highlight and copy could still be enabled if hidden text cannot be added in between normal text.
The same permission model could be used system wide, but I do not think that such a feature exists on the X server or Wayland. Maybe using a wrapper that runs before the Desktop Environment?
Isn’t Ventoy used to boot images like ISOs?
I think the shim bootloader as well as the booted software must perform some verifications too.
At this point I think they will just sell them for less than 50$ and still earn as much money by shrinkflation.
Is yours working? Just tried it and apparently the patch prevents you from logging in. If it does, which version are you using?
ncdu
for analyzing disk space usage in TUI.
Currently namecheap, but I was pretty mad to see that API access (for ACME DNS record auth, which I need to prevent downtime) was not available due to my yearly plan being too cheap (?!). You need to spend at least 50$ per months or have at least 20 domains for no good reason.
The best solution seems to acquire the domain using namecheap and then transfer name servers to a better service.
I think you may want to use
for device in /dev/disk/by-uuid/*
That doesn’t explain why you aren’t seeing messages. I see there is a shebang at the start of the script. Can you confirm that the script has the executable bit set for the root user?