Print awesome artwork in your Linux terminal.

Print some artwork to your terminal with these cool commands. These are excellent ASCII artwork samples that could be very nice to have in your terminal. wget -qO- git.io/burger Here is the output of that one-liner. It looks awesome when printed in the terminal. wget -qO- http://git.io/coffee">git.io/coffee   wget -qO-…

Read More

Print the Bitcoin price with the terminal on Linux.

Printing the current Bitcoin price is very easy with Linux. There are many ways to do this. One way is with curl. Just use this command to get Bitcoin information. [ jason@$deusexmachina.local ] [ Jobs 0. PWD: ~/Documents/Trip. -bash 3.2.57. ] [ 28-:$ ] -> curl -s usd.rate.sx _ _…

Read More

Interesting Linux command.

Interesting Linux command. This will give output rather like hacker-typer, this is printing the strace output of the ps aux command, this is very interesting to watch as the user can see what is actually happening when you are running this very useful one-liner. This prints quite pertinent output. strace…

Read More

New Tabby terminal coded as an Electron app.

The new Tabby terminal is coded as an Electron app. This is a new terminal emulator for Linux. This works very well on Arch Linux. This was supplied as a *.pacman file. To query the file before installing, use this command. ┌──[[email protected]]─[~/Downloads] └──╼ ╼ $ pacman -Qpi tabby-1.0.167-linux.pacman Name :…

Read More

How to have a retro looking terminal on your Linux desktop.

To get a retro terminal for Linux that looks like an Apple II using an RF adapter to connect to a TV, use this command. This uses the xscreensaver hacks to provide a nice alternative to the boring mate terminal and Xterm. Install /usr/lib/xscreensaver/apple2 -text -fast -program /bin/bash/usr/lib/xscreensaver/apple2 -text -fast…

Read More