Recent Posts

time syncronization: ntp via systemd

less than 1 minute read

enabling time synchronization via systemd the following is needed check time before $ timedatectl status enabling ntp $ timedatectl set-ntp true check syste...

Resize encrypted LUKS volume

less than 1 minute read

A default encrypted installation of standard distributions (manjaro, fedora, etc.) create LVM-LUKS volumes. The process of resizing is easy. start live-cd s...

raspbian: enable ssh for headless install

less than 1 minute read

raspbian OS can enable ssh by default. this is handy for a headless install. mount boot partition: $ sudo mount /dev/mmcblk0p1 /mnt create ssh file: $ sudo...

Update local git clone: new TAGS

less than 1 minute read

When you have a local clone of a remote repository and want to update it: pulling will not get all the new tags... run the following [code language="bash" co...