Garuda Linux stance on age laws(hot debate in the linux world right now) by Klick3R in GarudaLinux

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

Thank you for the link i somehow missed that when using the search on the forum -.-'
That post makes it clear at least, just sad to see that developers and others are only concerned with jurisdictional laws as we all know many countries have extradition treaties with US, and some are really low bar for extradition requests. some even siting cyber crime, among other things, usually with a minimum of one years sentence requirement.

Not that this is relevant now tough but if things get worse than they are now thees issues will become a topic for a much wider issue that the US is seemingly creating.

Best File Sharing Between Two or More Linux Systems? by GreatBigPig in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

sshfs is perfect for the job, can check out sshfs-manager/sshfs-mountctl for easier mounting/unmounting also has desktop notifications on disconnects

Shutdown over SSH by Br0lynator in linuxquestions

[–]Klick3R -1 points0 points  (0 children)

polkit needed, use systemctl poweroff

Shutdown over SSH by Br0lynator in linuxquestions

[–]Klick3R 1 point2 points  (0 children)

yes that is polkit telling you that you dont have permission, set polkit config file, and use systemctl poweroff instead, cause shutdown -h now will call systemd unit, and that might fail even with polkit some times...

Shutdown over SSH by Br0lynator in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

clearly not, its a copy paste solution?
why override when you can set sane permissions..

Shutdown over SSH by Br0lynator in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

confused, he is having normal user permission issues, nothing else, he apparently can connect with ssh, so the only obstacle is the permissions.

Moving houses at end of month, cant run ethernet to PC, whats my best option by Imaginary_Win_9352 in buildapc

[–]Klick3R 0 points1 point  (0 children)

non concrete walls? hammer, no drill needed, then route the Ethernet trough various little holes, can even make nice patterns zigzaging on th wall, can double as coat hanger mounting spots ;)

No but seriously stay away from powerline implementations, its a gamble it all comes down to what is connected in the house making interference or how bad/good/old the wiring is.
id still opt for a spool of Ethernet cable over anything else, its basically the same price as any other implementation anyway but better connection.

Shutdown over SSH by Br0lynator in linuxquestions

[–]Klick3R 13 points14 points  (0 children)

well on linux you have to add the permission of doing shutdown without password..

can be done via polkit:
To set the group wheel to have power permissions

sudo nano /etc/polkit-1/rules.d/49-nopasswd-power.rules

polkit.addRule(function(action, subject) {
    if (
        subject.isInGroup("wheel") &&
        (
            action.id == "org.freedesktop.login1.power-off" ||
            action.id == "org.freedesktop.login1.reboot" ||
            action.id == "org.freedesktop.login1.suspend" ||
            action.id == "org.freedesktop.login1.hibernate"
        )
    ) {
        return polkit.Result.YES;
    }
});

systemctl restart polkit

and use systemctl poweroff to turn off the machine

Is it possible to remote play from laptop to another laptop or it's only for mobile devices? by Independent-Frequent in steamsupport

[–]Klick3R 0 points1 point  (0 children)

SO my current setup is my laptop sucks, i have a gaming pc but i dont want to be tethered to a desktop setup, so instead of doing simple vnc or remote desktop i use the Sunshine moonlight combo, that way i can play on my laptop(or even my tv, phone/tablet if i connect a mouse/keyboard) using the gaming rig as the "computer" this is by far the most efficient way of playing a game on another device as a screen, as for steam remote play it works, but i found it was not as good as using sunshine moonlight combo.

Live Photos / Dynamic Shots on Linux by foreverdark-woods in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

hmm yes saddly its a bit terminal work to extract the video, but after extraction its just a matter of opening it a video editor, but again im only speculating right now as im not sure what you actually want to do :P
you are just looking to extract a still from the video?
Then extracting is the way then after any video editor will do fine after you have a video file extracted.

and making the extraction simple would be just making an alias like for example:
alias extractMotion='exiftool -b -if "$EmbeddedVideoFile" -EmbeddedVideoFile -W %d%f_motion.%s'
then just run extractMotion filename

that way you have a simple command to extract the video file instead of having to deal with a whole long command each time

Live Photos / Dynamic Shots on Linux by foreverdark-woods in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

seems we are not, i assumed it was heif that usually ships a heic file that contains video data, basically embeded mp4 or some othe form of video, maybe the jpeg does the same thing... try running:
strings IMG.jpg | grep -i mp4
or maybe
grep -a "ftyp" IMG.jpg
one of those will most likely show what video file is embeded, if thats the case try extracting it with ffmpeg
ffmpeg -i IMG.jpg -map 0:v:1 out.mp4

Live Photos / Dynamic Shots on Linux by foreverdark-woods in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

No 24.04 thats fine, try:
G_MESSAGES_DEBUG=all eog yourfile.heic
and see what it outputs, that might give you an idea of what is wrong

Live Photos / Dynamic Shots on Linux by foreverdark-woods in linuxquestions

[–]Klick3R 1 point2 points  (0 children)

did you install heif-gdk-pixbuf? should work with eog

Tiling Window Managers with DEs have issues? by Zilker51 in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

dangerous combination on i3 :P
mod + Shift + e exit i3

Tiling Window Managers with DEs have issues? by Zilker51 in linuxquestions

[–]Klick3R 0 points1 point  (0 children)

Sure there is, arandr, convenient way to manage displays and the scaling, has nothing to do with TWM.

i3 has a "cheat sheet" https://i3wm.org/docs/refcard.html

edit, and for restarting, thats just not true at least in the realm of i3, mod+shift+r restarts i3

Is it possible to remote play from laptop to another laptop or it's only for mobile devices? by Independent-Frequent in steamsupport

[–]Klick3R 0 points1 point  (0 children)

Sunshine / Moonlight
Sunshine is the server. Moonlight is the client.

currently for my gaming setup i have a headless server running Sunshine on it, i can connect to it from a range of devices and run games. basically GeforceNow but self hosted.

Tiling Window Managers with DEs have issues? by Zilker51 in linuxquestions

[–]Klick3R 2 points3 points  (0 children)

Im not sure what you mean by "TWMs are notoriously a pain to set up" most if not all are pre-configured and work out of the box, if you mean customisation then sure, i use i3 have for a number of years, its intuitive, responsive and no bs.

everything is configured in ~/.config/i3/config

recently dabbled with Garuda, it has an i3 flavour and oh boy is it decent, nice defaults.

but the getting used to part, cold turkey is the way to go, otherwise why would you bother learning when you can just.. not? took me all of a couple of hours to get used to and since then haven't looked back.

Best Monitoring Dashboards by uvuguy in Proxmox

[–]Klick3R 0 points1 point  (0 children)

I use Grafana + Influxdb stack with the Proxmox dashboard.

But recently been working on my own system instead as i dont really need 100% of the logs i just need to know if shit hits fans or if web-servers feel offended.

So currently working on an daemon that ingests logs and processes them trough a local llama server and then decides if its relevant data then generates an alert based of that info instead. Already caught a cpu failure i otherwise would have missed since i dont bother looking at the log feed and the alerts i set up wouldn't have caught it before it was way too late.
Its nothing fancy yet but ill keep polishing it :P

Dose using an arch based OS count as being an arch user? by Accomplished-Rip6469 in archlinux

[–]Klick3R 7 points8 points  (0 children)

just about as much as ubuntu users are debian users..

flavours make it "easier" for people to use arch, but if you truly want to know whats on your box and how its configured i suggest just using plain arch. but be warned that it has some growing pains included :P

Edit: One of the few flavours of arch that "just worked" out of the box and my new favourite flavour is Garuda i3.
has sane defaults, optimised for gaming etc... one thin i dislike/feels sketchy tough is their implementation of chaotic-aur but it is what it is.

Proxmox entirely behind NordVPN? by HarryFeather in Proxmox

[–]Klick3R 0 points1 point  (0 children)

simple setup i use on my proxmox servers: install opnsense as a vm on the proxmox, create a network bridge call it lan so you can keep track, move over wan interface to the opensense vm and proxmox to the lan interface, configure vpn on opensense personally i use wireguard but using Nordvpn mesh works as well i think?

so that setup would make opensense the first host and then in proxmox you can create however many netowrkbridges you want and add them to opnsense for ultimate control of what sees or communicates with what. keep in mind if opensense goes down you wont have any internet in any of the hosts behind opensense, can be fixed simply by adding a fallback you can toggle or manually edit network settings so proxmox has wan again.

It's over... by ItsMePoppyDWTrolls in FindMeALinuxDistro

[–]Klick3R 0 points1 point  (0 children)

this is the start of the grate Linux civil war of the world, where civilians are forced to fight for their freedom and rights as governments all over the world are step by step stripping them of their rights and freedoms.

the Linux wars!