Tag: command line interface

  • Sat May 23 2020

    Sat May 23 2020

    I’m going to spend my 2000 words on writing a non-journal post today. How to close Firefox from the ubuntu commandline That post was only 667 words so I’m going to write 1333 words here. What a trip that was though. I forgot I even answered that question in 2015. I saw the notification in […]

  • How to programmatically open gnome-pomodoro timer window

    How to programmatically open gnome-pomodoro timer window

    I’ve been enjoying streaming on Twitch for a few weeks while I work on my daily tasks. I have gained a bit of a productivity boost because of the accountability effect of being on camera in front of a small audience. One of the important self-care items for me while I stream is to take […]

  • Bovines in Linux Impart a Token of Wisdom

    Bovines in Linux Impart a Token of Wisdom

    Want a magical cow to tell you your fortune? (Instead of that boring old fish?) Install cowsay  and fortune ! sudo apt-get -y install cowsay fortune Use command substitution on fortune  and have cowsay display it: cowsay $(fortune) Do this whole blog post in one step! sudo apt-get -y install cowsay fortune && cowsay $(fortune) && echo […]