dash blogja

Thinkpad T480 Disassembly note of caution - Don't damage your laptop

Ne higgyetek a User guide hüvelykujj + mutatóujj "feszegetős" módszerének. A hátuljával érdemes kezdeni, utána az oldalai, aztán pedig csak előretolni, hogy az elülső részen ne kelljen alányúlni.

https://www.youtube.com/watch?v=KTLTjCVNg2I
https://www.youtube.com/watch?v=j0k1U8IIWUk
https://support.lenovo.com/hu/en/solutions/ht104148

The Linux kernel makes bind mounts of anything below / PRIVATE. Systemd changes this to SHARED.

"Thus, when you do this:

mount --bind / $CHROOT
mount --bind /dev/ $CHROOT/dev
umount $CHROOT/dev

then /dev will be unmounted in your base/parent system as well!

What you can do now instead, to is to:

mount --bind --make-rslave / $CHROOT
mount --bind --make-rslave /dev/ $CHROOT/dev

this will propagate mount changes (also mount options) in the base/parent system into the $CHROOT but not from the $CHROOT back to the parent."

https://wiki.debian.org/systemd#Shared_bind_mounts

Egyedi ThinkPad konfigurációk

egyedi konfigurációs Lenovo Thinkpad laptopokat és számítógépek beszerzését is teljesíteni tudjuk

Gyakorlatilag ki tudja választani, hogy milyen processzorral, kijelzővel, memóriával, merevlemezzel vagy SSD-vel, videókártyával, wifi modullal, 3G modemmel, ujjlenyomat olvasóval, mekkora akkumulátorral, milyen webkamerával, touchpaddal, operációs rendszerrel, garanicával, port átalakító kábelekkel (pl. display port --> HDMI), dokkolóval kéri Thinkpadjét, ennek átfutási ideje kb. 3-5 hét. Így pontosan olyan Lenovo Thinkpad készüléket gyártat magának, amilyet csak akar!

Zerg rush


# adb start-server
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
# adb push zergRush /data/local/tmp/
3468 KB/s (84559 bytes in 0.023s)
# adb shell
$ id
uid=2000(shell) gid=2000(shell) groups=1003(graphics),1004(input),1007(log),1009(mount),1011(adb),1015(sdcard_rw),3001(net_bt_admin),3002(net_bt),3003(inet)

Sanitize STOCK Debian Live

Abszolút nem így kell csinálni, de ha csak a gyári van kéznél, és perzisztencia sincs, akkor:


systemctl disable ssh
systemctl mask ssh ssh.socket cups.service cups-browsed.service cups.path cups.socket exim4.service avahi-daemon.service avahi-daemon.socket rpcbind.service rpcbind.target nfs-common
systemctl stop ssh ssh.socket cups.service cups-browsed.service cups.path cups.socket exim4.service avahi-daemon.service avahi-daemon.socket rpcbind.service rpcbind.target nfs-common
modprobe -v -r nfs nfsd
umount rpc_pipefs
modprobe -v -r sunrpc