Commit branch…I see your thinking of hanging yourself, here is a link to tying a noose
- 0 Posts
- 15 Comments
BCsven@lemmy.cato Linux@lemmy.ml•What would be your distro of choice if you take the security with ease as the top priority4·4 days agoAlso SELinux by default now instead of AppArmor. It can be a pain but it works. I.e. files dumped into a SAMBA share aren’t autoshared unless they have the samba SELinux setting applied, etc
BCsven@lemmy.cato Raspberry Pi@programming.dev•Is there a way to temporarily disable the built-in keyboard on a 500+?English5·5 days agoIt may be unrelated but I had this happen on my mechanical keyboard.
You can remove key cap, hold keyboard upside down and keep hitting the letter, and try some compressed air.
If there was dust or something inside it dislodged it, and keyboard was good after
Lol, this is why the Linux community gets a bad rap. Somebody tries to be helpful and the community gets hostile. Hope you have a good rest of your week dude.
No worries, the post made it sound like you had not tries searching. So I assumed your were a new person that had put in no effort yet. My mistake
OP seemed like they didn’t know where to start, so linking programs together was my suggestion. With a rough example. If thats against etiquette the noted.
As for helpfulness, where are the code block entries. I have preview, hyperlink, inage, bold, italic,quotes,lists and spoilers across the bottom, and no codeblock.
As for Wayland compatible this is where, somebody reads between the lines. If those two aren’t Wayland compatible search for Wayland compatible tool like “xxxxxx”.
Sure, seemed OP wasn’t a google searcher so I tried to show an example of two programs coming together. The code seems plausible, but its there as an example of steps. I find LMM is typically trash, but can get you started. But your etiquette note is noted
i figured Id leave some searching to you, lol.
Chatgt says build a scrip using a few tools. xdotool and scrot. I don’t know if this code is good or not. And some hashes are making markdown headers. How do we paste code on here?
#!/bin/bash
Set interval (in seconds)
INTERVAL=10
Output directories
LOG_FILE=“$HOME/window_log.txt” IMG_DIR=“$HOME/window_snaps” mkdir -p “$IMG_DIR”
while true; do # Get timestamp TS=$(date “+%Y-%m-%d_%H-%M-%S”)
# Get active window title TITLE=$(xdotool getactivewindow getwindowname 2>/dev/null) # Fallback if title is empty if [ -z "$TITLE" ]; then TITLE="(No active window)" fi # Take screenshot IMG_FILE="$IMG_DIR/snap_$TS.png" scrot "$IMG_FILE" # Log entry echo "$TS | $TITLE" >> "$LOG_FILE" # Wait before next iteration sleep $INTERVAL
done
BCsven@lemmy.cato Linux@lemmy.ml•Another zypper dup, another outdated Nvidia kernel driver2·6 days agoIn theory yes, but twice I have had nvidia driver update be incompatible with my opensuse, and had to wait a week or so
Install DRM into Firefox, it usually prompts you when it needs it to stream. Or install MS-Edge if you find Chrome doesn’t work.
Is the Orange pi like the RPi where 3 of the gpio pins can vary the fan speed?
Every gamer does a sideways glance ;).
GrapheneOS for Pixels, you can be completely degoogled.
BCsven@lemmy.cato Linux@lemmy.ml•Lazarus hackers now push Linux malware via fake job offers1·2 years agoSo doesn’t the user have to add +x to run this?
https://antennapod.org/documentation/general/other-platforms