How to add a high performance devuan / debian / ubuntu / cpan repository cache (merged) with the security repo. Clean access paths: /devuan (merged devuan) /debian (debian) /debian-security (debian security) /ubuntu (ubuntu) /ubuntu-security (ubuntu security) /cpan (bonus) If none of these paths matches, varnish falls back to the local backend on port 8080. You
Author: guillaume
Quick summary of operations to crack/dump/duplicate a Mifare classic 1k with the proxmark3. The darkside attack (for weak mifare) can be processed with a low cost hardware like the ARC122U, with mfcuk/mfoc over the libnfc. Nowadays, this attack is not covering a lot of Mifare classic card anymore. The Proxmark3, with a price under $100,
How to build the firmware for gh60 REVCHN (aka ‘satan’) with the Happy Hacking Keyboard Pro 2 layout.My keyboard was manufactured with the kit of Vincent. Update 1: Add a third layer to maximize the keys transient state of the keys – like the original HHKB.Update 2: Another kit with the exact key form factor
Android DAC bit-perfect playback – (chroot for rooted android)
Last week, I bought a new pair of in-ear earphones Jays q-Jays to challenge my old Ultimate Ears 700 I own since six years. I already resolder two times a new jack cable. That’s the problem only when you repair… it lasts too long. With these really good q-Jays, I looked to bring perfect to
Huawei usb 3g modem reset – linux
A small memo to manage usb reset for Huawei usb 3g modem: Get a persistant udev device: Edit: /etc/udev/rules.d/99-usb-modem.rules SUBSYSTEM==”tty”, ATTRS{idVendor}==”12d1″, ATTRS{idProduct}==”1003″, SYMLINK+=”usbmodem” Reset the usb bus (quite rude but it is the only way i found to refresh the stack succesfully each time) and issue a ‘AT’ reset. #!/bin/sh # Reset USB bus for
Update any crucial ssd firmware from linux/grub
May 26, 2019: Updated version here: Github Crucial is selling many good ssds, and frequently releases new firmware. When you have to manage many version of these ssds, it is really time consuming to keep them up-to-date. ‘crucial-fw.pl’ is a little script to generate a single grub config for any crucial ssd firmware upgrade. It’s
UD-503 mpd alsa config bit perfect
First of all, kill pulseaudio, burn it, it is useless for pure audio playback. Everything else, like kodi, with a hdmi audio output for example, will still work. In debian: # apt-get remove –purge pulseaudio # apt-get install mpd alsa-utils alsa-tools Now you have a clean straight mpd -> alsa. You should have recompile the
DVD reader/writer firmware flashing from linux (64)
I needed to complete my audio stack with a dvd/blu-ray reader/writer.The hardware:– 6 years old LG GGW-H20L– Sun 411 cd/tape enclosure 😉 no screw, a really well designed and old enclosure for 5.25″– Ugreen adaptor USB 3.0 to SATA– 12v psu (plugged directly in the ugreen adaptor, a linear psu for me). The LG is
Teac UD-503 / UD-501 – snd-usb-audio patch
=== update Jan 26 === Patch accepted in upstream sound, should be in next 4.5-rc2 and next stable vanilla kernel starting from 4.5. ===/=== I bought a fresh Teac UD-503 yesterday and it was driving me crazy last evening, always disconnecting/freezing when switching from S16 to S32 format, or simply changing file rate. I was
mpd / mpc: fade in / out script
mpc-fade For the ones like me who want to wake up with music and go to sleep with music, here is a little script to make the magic around mpd. It will work on any linux with mpd and mpc (mpd client). On the mele, you have a led extra when mpc-fade is running. Here