sasha
@aogz
17 posts

Streamlining Team Collaboration: How Webfuse Spaces Transform Meetings

Disclaimer: Meetings are just one of the many use cases for WebFuse. Our web augmentation platform offers much more. However, using WebFuse for standups, interviews, PR reviews, and other routine team activities feels like a perfect match.

Light git prompt

export GIT_PS1_SHOWDIRTYSTATE=true export GIT_PS1_SHOWUNTRACKEDFILES=true export PS1='\[\033[32m\]\u@\h\[\033[00m\]:\[\033[1;36m\]\w\[\033[0;95m\]$(__git_ps1)\[\033[00m\]\$ '

Growing a loop backed ZFS pool 

LXD doesn’t let you directly grow a loop backed ZFS pool, but you can do so with:

Catching a mouse using Raspberry PI

To begin with, I live in Amsterdam, The Netherlands. This is a beatiful country with lots of canals, picturesque streets and cozy houses. Cozy houses are also old. Like, really old. The oldest house of Amsterdam, which is located around 100m from my office was built in 1425.

Check files used/opened by a process

Useful for debugging: $ ps aux | grep $PROCESS_NAME $ ls -l /proc/$PID/fd $ sudo lsof -i -a -p $PID

Increasing the inotify watch limit

Linux uses the inotify package to observe filesystem events, individual files or directories. Increasing the inotify watch limit should hide the warning messages.

Swap command and alt on Apple magic keyboard

To swap command and alt buttons on Apple Magic Keyboard (and not globally) add the following line in /etc/modprobe.d/hid_apple.conf: