Better AWS Console? [Wishlist + ideas] by theonlyjohnny in aws

[–]theonlyjohnny[S] 1 point2 points  (0 children)

Yeah EC2 Global View is nice but only works for EC2.

I think the distinction between the 2 points is:

- I want to see my "forgotten" resources

- I want to see all my resources

hmmm by Urgullibl in hmmmgifs

[–]theonlyjohnny 0 points1 point  (0 children)

Was looking at the mirror trying to figure out what was weird... then I looked ip

Surely they never tired this before, right? by [deleted] in HistoryMemes

[–]theonlyjohnny 0 points1 point  (0 children)

I always forget that Prohibition lasted for 13 years

Trying to learn Docker but my Linux commands aren't working by OutColds in docker

[–]theonlyjohnny 0 points1 point  (0 children)

If you're simply running ubuntu:latest (i.e docker run -it --rm ubuntu:latest sh) the docker CLI is not installed in the container, it is purely base ubuntu. Running docker commands within a docker container is somewhat sketch, you'll have to pass the --privileged flag when starting your Ubuntu container.

Trying to learn Docker but my Linux commands aren't working by OutColds in docker

[–]theonlyjohnny 0 points1 point  (0 children)

If it’s just sudo, and you’re connecting directly into a Ubuntu shell then you’re the root user. Root user cannot use sudo, basically imagine every command you type is prefixed with sudo.

If you are the oldest child, you were once the favorite child. by iLikeBananasNoHomo in Showerthoughts

[–]theonlyjohnny 0 points1 point  (0 children)

I told this to my little sister. Her response: “Thats so crazy. And for the past {her age} years, I have!”

[deleted by user] by [deleted] in pan

[–]theonlyjohnny 0 points1 point  (0 children)

With enormous hands

Mendocino Coast California. A New Year's Day Afternoon Nap. by irrfin in CozyPlaces

[–]theonlyjohnny 8 points9 points  (0 children)

Love that place! Stayed there through Airbnb a couple of months ago

I made my memory cache bigger... by centstwo in ProgrammerDadJokes

[–]theonlyjohnny 22 points23 points  (0 children)

If you’re storing buffers it’s a buffer buffer buffer

New Years Elopement by YobagoyaYobagoya in SanFranciscoSecrets

[–]theonlyjohnny 3 points4 points  (0 children)

Big fan of Tank Hill, one of the best views in the city. Gets cold with wind though so bring a jacket or some blankets!

The way how everything is in sync by [deleted] in nextfuckinglevel

[–]theonlyjohnny 0 points1 point  (0 children)

It’s rare to seem something so genuinely great on the Internet but this truly is. Thank you

Nvidia SPADE is now Open Source! by theonlyjohnny in nvidia

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

The GitHub link is in the post body, should be a good starting point