- Use a
memstick.img
file to write a FreeBSD installer to a memory stick - boot from the stick in single user mode
/bin/csh
- use gpart(8) to resize things
growfs /
mount -uw /
20250304224134 2 6 100 15359 2 E2B68D627FF29109BEEC996F94F50EB6683562CB9BD482E347924A090D858EDBB60D2067C39B41C885F07348DEAEE90771BB29C8BCD5FDE3BBCCF0358DC294F8F783F0AE6450AC923994275EE9FD42EAE41A9DD327A0439F2378BE5DE26DC1BEA5290EE752968366276BD3CAC05A6B309C2C138FD5BD46784E749E589BC3E713EB39B37171AB543E194BEC36FF1843A39F9E3739071E44FFF7A2D621E2469F7A53A70A6E9EEEFD46AB0F296DA1C57549A0622642D666940B38C241ECA50EF73D908C315AD9CC8C3FF294294B890D6A5A58D442DE27B8BC384F7BBCF7292C666FE8EC3BE4F1F20C1969913E0FE42369C1B154AEFEEE81B85518A5B285E2FDB822AC4EC960227A69AC146E4CFFB7670CD694ADE0192A6E6DE4C80C340CE9C2D557F016499B7699C223108899F640EA35ABF6C5D9D9D0E21F315971207DF7E364FD5EB1779AAEEB279B5E29E505B43CAEDB0C6684FD9177480FFB7B78936E6F40CF29006119BBBC91C00A1C94064169D360930B064F223256F3BEC1843FB1C2DF22A88CFE437983A1CBD0B8E9CAAFEA48D8F325C31719A939BB5C73D4238BEA9703421F52DD0200F5A995712A3C42371134175085D5507F4432354A25CA3CE4A3A9CBD672C3768E4E0A9F8CCFDAB98037BD7F08022AA330C3DB23CFF1D2770722C20FDA7E26D50CBA8C9A9B8737E1327933C |
Nvidia Driver Version: 570.86.10 CUDA Version: 12.8 | |
Hashcat was built from the github master branch at the time of running. | |
A handful of Whirlpool based modes reported an error due to self-test failures. | |
The GeForce RTX 5090 was added to the tuning Alias file for this run. | |
hashcat (v6.2.6-851-g6716447df) starting in benchmark mode |
# NOTE: This benchmark was done with the 5080 in the tunings/Alias.hctune file, which is not present at the time of writing in Hashcat master | |
$ nvidia-smi | |
Mon Feb 10 21:27:53 2025 | |
+-----------------------------------------------------------------------------------------+ | |
| NVIDIA-SMI 570.86.16 Driver Version: 570.86.16 CUDA Version: 12.8 | | |
|-----------------------------------------+------------------------+----------------------+ | |
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | |
| | | MIG M. | |
<?php | |
/* | |
Pass in a string: geocode("The Jolly Brewer, Brighton, East Sussex England") | |
The output is an array with keys for "latitude", "longitude", and "zoom". | |
*/ | |
function geocode($location, $provider = "mapquest") { | |
$return = array(); |
""" | |
a write-ahead-log with undo and redo | |
undo and redo can be implemented atop list of actions, where | |
each new action adds onto the list, and undo removes it from | |
the list, and updates the predecessor with the new redo option, | |
and redo does the opposite process | |
say we have some history: |
hi, i'm daniel. i'm a 15-year-old with some programming experience and i do a little bug hunting in my free time. here's the insane story of how I found a single bug that affected over half of all Fortune 500 companies:
If you've spent some time online, you’ve probably come across Zendesk.
Zendesk is a customer service tool used by some of the world’s top companies. It’s easy to set up: you link it to your company’s support email (like [email protected]), and Zendesk starts managing incoming emails and creating tickets. You can handle these tickets yourself or have a support team do it for you. Zendesk is a billion-dollar company, trusted by big names like Cloudflare.
Personally, I’ve always found it surprising that these massive companies, worth billions, rely on third-party tools like Zendesk instead of building their own in-house ticketing systems.
ossec-win32 used by Storm-0501 | |
https://www.ossec.net/about/ | |
OSQuery used by Storm-0501 | |
https://www.osquery.io/ | |
GitGuardian used by Scattered Spider* | |
https://www.gitguardian.com/ | |
MAGNET RAM Capture used by Scattered Spider* |
3.5 fps, Paperwhite 3
@adtac_
mobileread.com is your best resource here, follow the instructions from the LanguageBreak thread
I didn't really follow the LanguageBreak instructions because I didn't care about most of the features + I was curious to do it myself, but the LanguageBreak github repo was invaluable for debugging
by the time you're reading this, this probably no longer works since the policy has been removed. I reccomend you to check out https://github.com/r58Playz/uBlock-mv3 instead
- google's manifest v3 has no analouge to the
webRequestBlocking
API, which is neccesary for (effective) adblockers to work - starting in chrome version 127, the transition to mv3 will start cutting off the use of mv2 extensions alltogether
- this will inevitably piss of enterprises when their extensions don't work, so the
ExtensionManifestV2Availability
key was added and will presumably stay forever after enterprises complain enough
You can use this as a regular user, which will let you keep your mv2 extensions even after they're supposed to stop working