kompowiec blog

freetard, libtard, zen


EVERY book from shortform

Career/Success Cal Newport - Deep Work: Rules for Focused Success in a Distracted World Tiago Fotre - Building a second brain Chris Voss and Tahl Raz - Never Split the Difference Ray Dalio - Principles: Life and Work Carol S. Dweck - Mindset Timothy Ferriss - The 4-Hour Workweek: Escape 9-5, Live Anywhere, and Join the New Rich David Allen - Getting Things Done Jim McCormick - The First-Time Manager Scott Young - Ultralearning Kerry Patterson, Joseph Grenny, et al.

Read more...

Public Key Steganography

Stego have issues: Although the information will be hidden, it can be read by anyone who knows about it and knows the hiding method. This problem usually is partially solved by applying the protection-in-depth principle and encrypting the message before hiding it. Even if someone found the message, they would not be able to read it. Knowning algorithm causes compromised, according to kerckhoffs's principle - a steganographic method should rely solely on the secrecy of the embedding key or the message itself, rather than the secrecy of the embedding algorithm.

Read more...

EmacsOS, on the example of arch

tested on VirtualBox: Installation of the base system format disk cfdisk Make the filesystem mkfs.ext4 /dev/sda1 Mount the newly created filesystem mount /dev/sda2 /mnt Install Packages pacstrap /mnt base linux linux-firmware grub dhcpcd Configutaion genfstab -U /mnt > /mnt/etc/fstab arch-chroot /mnt grub-install --target=i386-pc /dev/sda --force grub-mkconfig -o /boot/grub/grub.cfg systemctl enable dhcpcd useradd -mG wheel user passwd user passwd exit reboot run internet ip link set enp0s3 up First run pacman -S emacs Use as your shell add to your .

Read more...

Install Arch Linux from existing Linux

I really hate software management in linux. Is too much and it requires at least a basic knowledge of each of them in the event of a lack of application for your distribution. Also i don't like arch because of bleeding-edge. My solution? Install any fixed distro (Debian, RHEL, slackware) Chroot arch. cd /tmp wget https://geo.mirror.pkgbuild.com/iso/latest/archlinux-bootstrap-x86_64.tar.gz # Download Arch Linux bootstrap tarball tar xzf archlinux-bootstrap-x86_64.tar.gz --numeric-owner # Extract the downloaded tarball with numeric owner information mount --bind root.

Read more...

How to heal The Fearful-Avoidant/Disorganized attachment style

Hard choices, makes life easier, easy choices makes life harder First entry will be special and very personal, because the creation of this blog coincided with drastic changes in my life - the title explains it all - and therefore all other work will be suspended until this problem is resolved. I didn't know it existed until June this year. Theoretically, there were articles on Wikipedia that he came across, but in the 2008 Polish edition, there was no mention of a disorganized style and I didn't know English at the time, so I lived in ignorance for the rest of my life.

Read more...
1 of 1