- https://www.digitalocean.com/community/tutorials/how-to-install-node-js-with-the-help-of-tristram-shandy (DigitalOcean introduces very old guest to help explain nodejs. )
- https://twitter.com/Twitter/status/1509951255388504066 (Edit button for twitter)
- https://youtu.be/QaFSUTDX5nU -> Eric Golde releases LTT minecraft client (sourced from discord)
- https://twitter.com/usebottles/status/1509816580535992333 bottles a wine manager (exe runner for linux), teases "magic" exe anaylzer feature.
- https://the-eye.eu/public/rom/ -> https://the-eye.eu/dmca.mp4 (fake data
)
- https://www.theregister.com/2022/04/01/gitlab_security_advisory/ gitLab hardcoded passwords
- https://twitter.com/Iinux/status/1509749288242401281 (linux maintence )
- https://www.spigotmc.org/threads/to-the-metaverse-and-beyond-%E2%80%94-selling-spigot.552042/ (Spigot acquired by Meta)
- https://www.reddit.com/r/discordapp/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Image proxy in the works. | |
*/ | |
$image = $_GET['url']; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Mozilla/5.0 | |
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36" | |
'Cloud mapping experiment. Contact [email protected]' | |
'Mozilla/5.0 (compatible; Seekport Crawler; http://seekport.com/' | |
() { :; }; echo ; echo ; /bin/cat /etc/passwd | |
(CASE WHEN (1933=6210) THEN 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4' ELSE 1933*(SELECT 1933 FROM DUAL UNION SELECT 6210 FROM DUAL) END) | |
(CASE WHEN (3405=3405) THEN 3405 ELSE 3405*(SELECT 3405 FROM DUAL UNION SELECT 8193 FROM DUAL) END) | |
(CASE WHEN (5046=4939) THEN 5046 ELSE 5046*(SELECT 5046 FROM DUAL UNION SELECT 4939 FROM DUAL) END) | |
(CASE WHEN (7404=7404) THEN 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4' ELSE 7404*(SELECT 7404 FROM DUAL UNION SELECT 6679 FROM DUAL) END) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php-8.0.0beta3.tar.gz | |
SHA256 hash: e7fa12065221d654d423e46d95155d2a0f20727e3a30d3355dc2a59793cf7906 | |
PGP signature: | |
-----BEGIN PGP SIGNATURE----- | |
iQJKBAABCAA0FiEEv93ShkKCT4EY73eQm2elwSIpEY8FAl9Og2AWHGNhcnVzb2dh | |
YnJpZWxAcGhwLm5ldAAKCRCbZ6XBIikRj9H+EADadPDzVHvgHguR02VA1ySG12m5 | |
e8XkMDLpv4cfQEOwXqLi1JzcM5Qb6MktKNljXaLbZsmPtAVIhew3L7kdO7rZIjFi | |
CHNGyFoqndIZ3p0c731hl76azDikEC9PurJCHRbm30pyVquU61TqKt9SeBuesUXD | |
kaVHS+cLZDq97YxVo32mCBjB68rE6L4XwTDPouq5TgluxseckbYWIOJn9efr+Lwy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Load up the discord.js library | |
const Discord = require("discord.js"); | |
// This is your client. Some people call it `bot`, some people call it `self`, | |
// some might call it `cootchie`. Either way, when you see `client.something`, or `bot.something`, | |
// this is what we're refering to. Your client. | |
const client = new Discord.Client(); | |
// Here we load the config.json file that contains our token and our prefix values. | |
const config = require("./config.json"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0.0.0.0/8 | |
6.0.0.0/8 | |
7.0.0.0/8 | |
10.0.0.0/8 | |
11.0.0.0/8 | |
21.0.0.0/8 | |
22.0.0.0/8 | |
26.0.0.0/8 | |
28.0.0.0/8 | |
29.0.0.0/8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: '2.4' | |
services: | |
gluetun: | |
image: qmcgaw/gluetun | |
container_name: gluetun | |
environment: | |
- PUID=998 | |
- PGID=100 | |
- VPNSP=private internet access |
First it's absolutely fantastic that you're even considering getting into the world of development!
Secondly this is also not a path that can be taken lightly either and there's a lot of people who end up dropping out of the flow - but there's many many many more that succeed and change their careers 😁
In general the majority of developers will advise some form of the following for your journey.
OlderNewer