Quickies
Old Games Posters
Mortal Kombat, Command and Conquer, Super Smash Bros.
Now it’s all wake shit and “let’s not offend the snowflakes”.
by Andrei on
Uber Eats Superbowl Commercial Sums up What's Wrong With Consumerism
Wonder how many trips around the world must Ahmed do on his bicycle delivering tampons and cigarettes to cover the cost for this commercial.
by Andrei on
Lost 20th Anniversary

Can’t believe Lost, the TV series that revolutioned big-budget television shows, is turning 20 this year.
by Andrei on
War is profitable
Doesn’t matter who’s fighing who, whenever a bullet is fired, a coin jumps into someone’s wallet.
by Andrei on
Annalisa - Sinceramente @ Sanremo 2024
Primo ascolto: 🤔
Secondo ascolto: 😊
Terzo ascolto: quando quando quando quando 🕺🏻💃🏻
by Andrei on
Marú & Ivcelnaiv (feat. Florin Piersic jr.) - S i n g u r ǎ t a t e
un om lângă niciun om
by Andrei on
SSH connections quick fix on MacOS Ventura
Whenever I tried to connect to some (most) hosts via SSH, I got this error:
|
|
The solution for this is actually very simple. Use your favourite editor (I use VIM) and edit the file located at /etc/ssh/ssh_config
. For the sake of time and sanity, use sudo
, as it’s a read-only file.
|
|
At the end of the Host *
section add the following line:
HostKeyAlgorithms +ssh-rsa,ssh-dss
Save the file and re-try to connect over SSH.