DeaDvey (moved instance)

@DeaDvey
4 Followers
13 Following
65 Posts
Moved to here https://mastodon.tuxcord.net/@deadvey
TimezoneGMT
ComputersThinkpad T61, Custom build AMD Tower, Beelink Minicomputer
ConsolesPS4, PS3, PS2, Nintendo DSL
Websitehttps://deadvey.com
I've moved to my own instance: https://mastodon.tuxcord.net/@deadvey
DeaDvey (@[email protected])

67 Posts, 17 Following, 5 Followers · I run https://mastodon.tuxcord.net/ I use OpenSUSE Tumbleweed I like programming Personal website and blog: https://deadvey.com/ I read a lot of web comics

Mastodon
@acceptingmyfate.bsky.social I sometimes wash my dishes if I get back at miday >:(

@acceptingmyfate.bsky.social

#apache
<VirtualHost *:80>
* Server info *
ProxyPass / http://localhost:3000/
</VirtualHost>

#nginx
server {
listen 80;
* server info *
location / {
proxy_pass http://localhost:3000;
}
}

I actually think I'm preferring nginx to apache right now lol.

#apache
#nginx
#websitedevelopment

@I_am_elena @jukkan Probably too many other factor involved as well though.
Certbot ssl verifying is a pain.
@nixCraft I don't know about hardest, but iw is confusing, especially since you might have to rely on the man if you have no internet. I just made sure I memorize the command to connect to a WiFi network...
Also, pactl is confusing.

🐧✨APT! APT! Install! 🐧✨
〜Windows tomorrow but tonight it's LINUX〜

🎀 Our first cover: Linux parody of APT - ROSÉ, Bruno Mars
🩵 Video, vocal & mix by @lina & @cyan

YouTube: https://www.youtube.com/shorts/PS2OUBuh4-g

#Linux #VTuber #ENVTuber #TokyoHackerGirls

APT! APT! Install! ✨ #shorts

YouTube
@acceptingmyfate.bsky.social It loads custom colours from a config file and using them as css on a webpage, so webpages can be locally themed from a config file.