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.
- 2 Posts
- 172 Comments
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.
There is a Swedish film on this subject. As described on imdb:
A German business man, Volkswagner, comes to Österlen in the south of Sweden to build Deutschneyland, a gigantic amusement park for German tourists. The local councilors and the member of parliament are all in favor of the idea, although it will turn vast areas into parking lots for cars. The Lindberg family does not like the idea and with the help of a little magic, they start scheming against it.
There are scenes where they are walking around in the middle of nature going
Can you imagine a better place for a popcorn stand?
And stuff like that. https://www.imdb.com/title/tt0068025/
My speech on me not being a sex trafficker has people asking a lot of questions already answered by my speech on how I’m not a sex trafficker
– Melania, probably
Such presidential language. *chefs kiss*
Damn, I’m looking for the other direction, chicken soup to hdmi. Can’t find that anywhere.
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?
mumblerfish@lemmy.worldto
Lemmy Shitpost@lemmy.world•Vaccum and you won't stab somebody again 😫😫😫
7·3 months agoJBPs guide to mental health
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?
mumblerfish@lemmy.worldto
Linux@lemmy.ml•Accidentelly run out of disk space when executing `apt upgrade` - Debian doesn't boot anymore
22·3 months agoThis is such an important thing to learn when using linux. If you want to be able to rescue your setup and not just reinstall: live usb!
To do a rescue on a system that does not boot, then you may also have to enter your environment and fix things, you do that by chroot. I always forget what steps are necessary, so I always look it up in the gentoo handbook: https://wiki.gentoo.org/wiki/Handbook:AMD64/Full/Installation#Chrooting It is the same principle with any live media.
Look into a distro that you might like, and find a “live usb” of it, often it is the installation media itself. How it works is basically it is a linux already installed on a disk image you transfer to the usb, and tell the computer to boot from it. Instructions on all this usually comes with the live usb media. Then you usually get a “try it out” or “install” option, or it just leaves you at a pre-configured desktop. Click around, install stuff, browse the web, get a feel for it.
mumblerfish@lemmy.worldto
Lemmy Shitpost@lemmy.world•History has some notes on that bottom 10% that Avery should learn about quick
1·4 months agoThe bum on the rods is hunted down as an enemy of mankind
The other is driven around to his club, is feted, wined and dined
And they who curse the bum on the rods as the essence of all that’s bad
Will greet the other with a willing smile and extend a hand so glad
The bum on the rods is a social flea who gets an occassional bite
The bum on the plush is a social leech, bloodsucking day and night
The bum on the rods is a load so light that his weight we scarcely feel
But it takes the labour of dozens of folks to furnish the other a meal
As long as we sanction the bum on the plush the other will always be there
But rid ourselves of the bum on the plush and the other will dissappear
Then make an intelligent organised kick get rid of the weights that crush
Dont worry about the bum on the rods get rid of the bum on the plush
I don’t use .desktop files that much… But I guess xfce is X and not wayland. Check the
DISPLAYenv var for your user and set the same in your script there or run the binary with that env var.
mumblerfish@lemmy.worldto
No Stupid Questions@lemmy.world•Why is the US invading Venezuela?
3·4 months agoThe villages are mined the contract’s been signed
We’ll tell you one more time WE WANT YOUR OIL
Supply no longer guaranteed we demand security
Running out of Texas tea WE WANT YOUR OIL
Children of the CIA we want somewhere new to play
Better get right out the way WE WANT YOUR OIL– Asian Dun Foundation - Oil



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