This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ sudo apt install bastet # or sudo yum install bastet ## start the Tetris Game $ bastet Control the movement of Tetris blocks by the direction keys. BASH CMatrix This shows the Matrix animation. To install, run the following command: $ sudo apt install cmatrix # or sudo yum install cmatrix ## start the cmatrix $ cmatrix This can be used as a cool screen saver. Steam Locomotive in BASH When Continue Reading »
The post Three Interesting/Fun BASH Commands first appeared on Algorithms, Blockchain and Cloud.
This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ sudo apt install bastet # or sudo yum install bastet ## start the Tetris Game $ bastet Control the movement of Tetris blocks by the direction keys. BASH CMatrix This shows the Matrix animation. To install, run the following command: $ sudo apt install cmatrix # or sudo yum install cmatrix ## start the cmatrix $ cmatrix This can be used as a cool screen saver. Steam Locomotive in BASH When Continue Reading »
The post Three Interesting/Fun BASH Commands first appeared on Algorithms, Blockchain and Cloud.
Related posts:
How to Use the Dynamic Link Library in C++ Linux (gcc compiler)? The Dynamic Link Library (DLL) is stored separately from the target application and shared among…
The enumerate method in Magik Programming The Magik programming does not have an inherent enumerate method like Python, however, it would…
Teaching Kids Programming – Duplicate Numbers of Max Distance in Array (Sliding Window/Two Pointer Algorithms) Teaching Kids Programming: Videos on Data Structures and Algorithms Given an integer array nums and…
Compute the Angle of the Hour and Minute Hand on a Clock Given a time in the format of hour and minute, calculate the angle of the…
Teaching Kids Programming – Define Tic Tac Toe using Game Theory Terminologies Teaching Kids Programming: Videos on Data Structures and Algorithms We can store the state of…
Coding Exercise – Simple [nl] Implementation on Windows Platform using C++ (GCC) On Linux BASH shell, the ‘nl’ utility is used to print out text file (or…
Teaching Kids Programming – Introduction to Microbit Programming in Python Teaching Kids Programming: Videos on Data Structures and Algorithms The Microbit is a little device…
Teaching Kids Programming – Introduction to Two Players Zero-Sum Game (Number Halving) Teaching Kids Programming: Videos on Data Structures and Algorithms Two Players Zero-Sum Game: Two Players… Read More Algorithms, Blockchain and Cloud