Agility0971
- 11 Posts
- 99 Comments
Agility0971@lemmy.worldto Linux@lemmy.ml•I have Arch Linux with HyDE dotfiles, after I do an upgrade, my linux broke.1·1 month agodeleted by creator
Agility0971@lemmy.worldto Linux@lemmy.ml•[Discussion] Flatpaks, ram/disk usage and compression101·2 months agoIf you have redundant runtimes then you have to push app developers to update their runtime. This problem will not go away by switching to native packages unless native packages and flatpak versions are not in sync.
Agility0971@lemmy.worldto Mildly Infuriating@lemmy.world•Dozens of spam messages daily nowEnglish1·6 months agoHow can you distinguish between “legitimate marketing” and some phishing email that looks like marketing material with a tracked unsubscribe link? Clicking on that unsubscribe link just lets them know email is active and its value has just been increased
Agility0971@lemmy.worldto Selfhosted@lemmy.world•Tailscale has messed up my internet connectionEnglish2·6 months agoHold up. Dont change stuff in /usr/lib/. That directory contains default settings that comes with packages. If you need to overwrite those settings use /etc for that.
Agility0971@lemmy.worldto Privacy@lemmy.ml•How to block Mozilla telemetry/spying using pihole?4·7 months agoWell, thats today that is. What about tomorrow?
Nice one, didn’t know about
moreutils
. I indeed used p10k on top of zsh. Newzsh
instance without sourcing anythingzsh --no-rcs
managed to write to file without issues. Thanks
yep. that did it. I had to wrap the entire thing in quotes though
sh -c "echo 'test' | sudo tee newfile"
no way. I’m in /tmp for this one
echo 'test' | tee newfile tee: newfile: Permission denied test echo 'test' | sudo tee newfile #the prompt never returns when running this in zsh
sudo
does not prompt for password in my container. It just elevates the privileges straight away. Yeah, it’s hard to tell. Or test for that matter.
what I was saying was that
echo "text" | sudo tee newfile
would hang and never return and needs to be interrupted. I just noticed this does not happen in bash but I was testing in zsh.Guessing that file doesn’t exist already is the problem, and you don’t even need to use tee in this example.
you’ve missed the point here I’m afraid. But I’ll blame it on my for not explaining properly what I was intending to do.
I just switched over to bash and it worked lol. It just didn’t return for me in zsh…
yeah indeed. I’m setting up a container with these instructions for ROS2. There you’ll have to add a repository to the apt sources list.
Agility0971@lemmy.worldto Programming@programming.dev•Coders or lemmy, what editors do you use? Is it worth learning a new one?112·7 months agoI use neovim but i think helix is honestly better ootb.
Agility0971@lemmy.worldto Mildly Infuriating@lemmy.world•This app requires access to your contactsEnglish52·9 months agoJust 9.99 per month
Agility0971@lemmy.worldto Selfhosted@lemmy.world•(SOLVED) Is it normal that browsing to my own WAN-IP shows my Omada controller interface?English11·9 months agoWait what?
Agility0971@lemmy.worldOPto Selfhosted@lemmy.world•Simple remote system monitoring toolEnglish1·10 months agotrue, it’s not as strong as having alert and limits configured
Agility0971@lemmy.worldOPto Selfhosted@lemmy.world•Simple remote system monitoring toolEnglish1·10 months agoahh so the remote system needs to have the docker stack as well then. hmm, that might be an issue :p
Agility0971@lemmy.worldOPto Selfhosted@lemmy.world•Simple remote system monitoring toolEnglish11·10 months agonah, too much bloat. I really don’t need any UI at all to be honest. I just need to set some limits and get alerted whenever shit doesn’t work.
Agility0971@lemmy.worldto Linux@lemmy.ml•How to set up laptop for corporate usage, so contents can be erased.8·10 months agoVM behind a VPN with a firewall that blocks everything except the rdp protocol and no sudo access?
Usually you ask IT department to spin up a vm for you. They will take care of security and backups.