New pages
Jump to navigation
Jump to search
- 19:50, 27 March 2025 Linux::SSH X and root (hist | edit) [806 bytes] Admin (talk | contribs) (Created page with " 1. ssh -X to the remote machine as yourself. $ ssh -X myname@hostname 2. Once there, type xauth list. A list of MAGIC-COOKIE items appears. Your login session is most likely the bottom one on the list. (Check this by looking at the hostname and UNIX number code, and comparing it with the hostname you shelled from and your current localhost:## DISPLAY env variable.) $ xauth list hostname-q520/unix:10 MIT-MAGIC-COOKIE-1 9b6309834b5de3497c4b84af84890852 3....")
- 01:11, 22 March 2025 Install Debian on USB stick (hist | edit) [8,868 bytes] Admin (talk | contribs) (Created page with " This is a step by step how to to install debian on a USB stick and make this stick bootable. The stick in the example is found under /dev/sdb. Change to fit your setup. =1. Partition the disk.= If you want you can use also crypto_LUKS and LVM # fdisk -l /dev/sdb Disk /dev/sdb: 28.9 GiB, 31051513856 bytes, 60647488 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 51...")
- 00:11, 22 March 2025 Disk backup (hist | edit) [541 bytes] Admin (talk | contribs) (Created page with " Dump the entire disk and compress iwth highest possible compression rate (-z9e) and highest possible thread number (T0). # dd if=/dev/nvme0n1 status=progress | xz -z9eT0 > /mnt/target/20250321_nvme0n1.xz xz: Reduced the number of threads from 8 to 3 to not exceed the memory usage limit of 3831 MiB 3733861376 bytes (3.7 GB, 3.5 GiB) copied, 524 s, 7.1 MB/s")