- Factory reset : plug the device, not the RJ45, push pin into reset hole for 5 secs. LED goes flashing green - once solid red, device is ready to configure. Unplug/plug back.
- With phone : connect to Wifi broadcasted by the device (
TP_Link_Extender_something
) - Open http://tplinkrepeater.net/ (be sure to deactivate your custom DNS on phone)
- Connect : admin/admin
- Create new admin user
- Change mode : "mode" icon in the top right - chose AP, apply. The LED goes flashing. Plug RJ45.
- Open http://<ip of device>, connect -- NOT HTTPS !
- Network : disable DHCP
- Wifi, Wifi Param : copy SSID & password of your wifi network
- Wifi, WPS : deactivate
Export all databases except #mysql50#mysql-8.4
, information_schema
, mysql
, performance_schema
and phpmyadmin
:
for DB in $(mysql -u root -e "SHOW DATABASES;" | grep -Ev "mysql|phpmy|schema|Database"); do echo "DB : $DB"; mysqldump -u root --skip-lock-tables --databases $DB > db_${DB}.sql; done
In https://downloads.raspberrypi.org/raspios_arm64/images/ go to dir matching your setup and download the .info
(eg : https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2025-05-13/2025-05-13-raspios-bookworm-arm64.info)
Remove the first lines so all you have is a list of packages, and :
cat 2025-05-13-raspios-bookworm-arm64.info | cut -d' ' -f3 | sort > ~/initial_paquets.txt
This will be the sorted default package list.
$('body').find('a').each(function() {
var href=$(this).attr('onclick');
if(href) {
href=href.replace("location.href='", '').replace(/'$/g, '');
$(this).attr('href',href);
}
Bookmarklet with https://mrcoles.com/bookmarklet/ : (include jQuery)
<html> | |
<style> | |
html { | |
background-color:yellow; | |
} | |
body { | |
margin:0; | |
display:grid; | |
place-items:center; |
anal, beaner, butt-pirate, buttpirate, butt pirate, chode, clit, cock, cuck, cum , cunt, dike, dyke, douche, feget, fag, fudgepacker, fudge packer, gooch, jigaboo, jungle bunny, junglebunny, kike, kooch, kyke, mcfag, nigg, niga, paki, pollock, poon, porch monkey, porchmonkey, queef, queer, rape, rimjob, rim job, ruski, slut, spic, spick, wetback, wet back, hitler, autist, cuck, douche, memes, dank, keemstar. memestar, dramaalert, gaywards, trapbar, isis, sex offender, nazi, distorted, dat boi, tank, harambe, idubbz, spooky scary, chum drum, swamp, shrek, vape nation, porn, pirate, mr krabs, vocaloid, frozen parody, fuck my ass, i'm a hoe, im a hoe, f*ck my a$$, sjw, social justice warrior, 4chan, 9gag, buzzfeed, smash mouth, spiderman & frozen, frozen elsa and spiderman, spiderman and frozen, frozen elsa & spiderman, pussy, smelly poop fart, toy monster, webs & tiaras, allahu akbar, akbar, allahu, taliban, terriorist |
- "sand sculpture" https://www.reddit.com/r/dalle2/comments/wg8c7a/cthulu_intricate_sand_sculpture_high_detail_uhd/
- "detailed infographic of a" https://www.reddit.com/gallery/wgmd2q
- "Vintage, grainy, sepia, photograph of adorned Native American man, Hassleblad, f4, 150mm, natural light" https://www.reddit.com/gallery/wgpl67
- “iphone made of terracotta from Harappa, Indus Valley Civilization, Pakistan; 2600-1900 BC, studio light” https://labs.openai.com/s/Txu20Vvd5hZ2KyMiwN6BMbUk
- "Colorful surreal seamless pattern of" https://www.reddit.com/r/dalle2/comments/wgrqvf/dalle_is_good_at_generating_seamless_patterns/
- Add phrases like “A film still from ___ movie”, and insert a visually stunning movie
- "behind frosted glass" https://www.reddit.com/r/dalle2/comments/wl45px/wendigo_laughing_behind_frosted_glass/
- “elaborate drop cap art of the capital letter D integrated in a seamless doodle art, organic, decorative, black and white, in the style o
In the console, or in a bookmarklet :
var e = document.createElement('style'), sheet;
document.head.appendChild(e);
s = e.sheet;
s.insertRule('.collection-page-images .pagination-content {grid-template-columns:200px 200px 200px 200px !important}', 0);
Shell in the kobo, from the root :
sqlite3 -header .kobo/KoboReader.sqlite "SELECT ContentID FROM content WHERE BookTitle is null and ReadStatus = 2 ORDER BY Title;" | grep epub | sed 's!file:///mnt/onboard/!!' | while read f; do rm -f "$f"; done