I suppose it is a very effective approach to attack a lot of IT infrastructure. Like how much CI and build systems rely on you being able to pull an ubuntu image and run some apt on it. You halt build systems, cloud deployment, and probably much more.
- 1 Post
- 108 Comments
mumblerfish@lemmy.worldto
Privacy@lemmy.ml•A potentially OPSEC compromising open source contribution.
2·9 days agoSorry for derailing… But what was the workaround? Was the issue they used Play Integrity API and you managed to circumvent it?
Pride (2014), maybe? So hard to pick one. But I do love this one. Two very different communities comming together and supporting each other in the worst of times. Filled with love and laughs.
Lesbians and Gays Support the Miners!
I was always “This movie is such a typical Terry Gilliam piece” thinking the book would be so different. But nope! Terry Gilliam was just the perfect match for that book.
Ah, thanks, that makes sense
What is the sequence suppose to illustrate?
mumblerfish@lemmy.worldto
linuxmemes@lemmy.world•When the Linux user hears an iOS user say they hate Windows
61·2 months agoShit, I’m still waiting for the day macos (I assume that is what we are actually talking about here) is usable.
mumblerfish@lemmy.worldto
Linux@lemmy.ml•New to linux, installed Ubuntu but have issues every restart.
2·2 months agoOk. What exactly is not working with the network? Are you on wired or wireless? If you do run
ip a, does your interfaces show up?Another thing to look at is
journalctl -b. Look for errors, lines in red, anything about the network. If you can roll back to a functioning boot (or runjournalctl -b -1should show the previous boot) and compare to that is probably a good idea, journald (displayed by that command) may contain errors that are not relevant, so comparing to a functioning boot may be good.Also, depending on how old your computer it, there may be another hdmi output which uses the GPU integrated to your CPU. If that is the case, you could switch to it if the nvidia card stops working just to troubleshoot, take a look at
journalctl -band look for errors again. If the screen just goes black, and does not boot, this may also give you some messages as to why the nvidia graphics is not coming up.
mumblerfish@lemmy.worldto
Linux@lemmy.ml•New to linux, installed Ubuntu but have issues every restart.
1·2 months agoTo the menu to the left, there is one item called “secure boot”, and sometimes “fast boot” is there. However, if your computer is booting at all, I’m not sure this is it. But try it, it will not hurt.
mumblerfish@lemmy.worldto
Linux@lemmy.ml•New to linux, installed Ubuntu but have issues every restart.
20·2 months agoGTX 580? Maybe you have to install an older driver, like the 470-series of the driver appears to support it: https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ Ubuntu has a bunch of older series of nvidia driver you can install for this purpose.
That would not explain your networking though. Unless that is also some older hardware too… But, a common thing to do as a new user in linux may be to find posts which answer “how do I install x in ubuntu” and they usually involve editing files under
/etc/apt/sources.d/. This can wreck your system in this kind of way, so: have you done that? Or this is pure ubuntu, just regular apt update/upgrade and some apt installs?
Those penguins appear to be Gentoo penguins, so in a way only one belongs
mumblerfish@lemmy.worldto
linuxmemes@lemmy.world•My PC boots faster than my monitor turns on
3·2 months agoMaybe dropbear and unlock really fast from another device where the monitor is already on?
Works really great if you compile sudo with insults enabled: https://github.com/sudo-project/sudo/blob/70c1ee4b44f5b15822919c05ffbde857fa879e48/plugins/sudoers/ins_classic.h
mumblerfish@lemmy.worldto
linuxmemes@lemmy.world•Where to go now since Linux is mainstream
3·3 months agoYeah! I forgot about revdep-rebuild! Now that you remind me I do remember being worried about having to rebuild modules, forgetting about it, having to boot frlm live and chroot, and what not going back to Gentoo. I had almsot completely forgotten about it because it is so smooth sailing now.
mumblerfish@lemmy.worldto
linuxmemes@lemmy.world•Where to go now since Linux is mainstream
7·3 months agoI started using Gentoo many years ago, and took a break from it for a few years. It has some overhead to maintain. Two years or so ago I went back to it and, no joke, it is so much simpler now. Dist-kernel, dracut, refind just sorted everything. I felt like I was cheating. I don’t have to write my own custom initramfs for my custom needs? Stuff just solves it? And compilation errors and conflicts even when running a bunch of keyworded packages: gone! What is going on?
mumblerfish@lemmy.worldto
Privacy@lemmy.world•Paper is the new privacy measure.English
1182·3 months agoSo important to document all these tactics and counter-tactics. It will also come to parts of Europe soon. Sweden has under the current government implemented prisons for children and forced government employees to report suspected undocumented children and families. And the far-right has not even officially been included in the government yet. We probably have to prepare here too.
Still, huh? Yeah, that is why I stopped using it too.
How does OTR work on it nowadays, or have XMPP moved to some other encryption?

Setup your ssh config to use a proxy command which uses netcat to knock on the ports. Ansible will work with that.