-
Teal Captain #3: Team Fanatic
Teal Captain #3 - Team fanatic
-
Teal Captain #2: Trust
Ok, so one day I’m a full-fledged engineer, the next it’s time to focus on people instead of code. Where do I start?
-
Teal Captain #1: I’m a leader?
How I got inspired by Teal organizations and longed for true leadership.
-
Linux: Switch sound output source through PulseAudio in command-line
I’m currently running Ubuntu 20.04.1 LTS an when working from home, I found that switching sound output from one device to another is a pain. One moment I listen to music using my headphones, the other I want to push the sound through the external speakers. Even if I plug any sound device in and select it, the source seldom changes and I cannot control the volume either. I was looking for something a bit more comfortable, than navigating to ‘settings’->’sound’ and choosing the right device. But Linux is all about command-line isn’t it? Well, behold PulseAudio CMD! :)
-
Git: Branch Name on bash prompt
I use git through the command line, so I find it very useful to be able to see what branch I’m on instantly, when I enter a git project directory. Since
PS1
is highly configurable, one can add the git branch to the prompt line, which saves us onegit branch
call every time.