Do you want to impress your friends on social media by sharing a screenshot or a video of your Linux Terminal doing "hacking" stuff? Just like the one you have seen in hacking scene of movies with a dark terminal and a hacker that rapidly types and scrolls the multiple command output.
Well, you can do that by installing a tool called "Hollywood"
Hollywood is a terminal emulator, which mimics real time hacking, it's fun and cool but is fake.
To install the latest version of Hollywood on Ubuntu or Linux Mint open the Terminal and run the following commands.
On Ubuntu you can easily install Hollywood by typing the following command.
sudo apt install hollywood
In case the above command does not work, then try to add the ppa first like shown in the instructions below.
sudo apt-add-repository ppa:hollywood/ppa
sudo apt update && sudo apt install byobu hollywoodOnce installed, run the following command to start.
hollywood
To stop it, press Ctrl+C and then type: exit to quit the terminal.
Feel free to follow our linux facebook page for the latest tutorials and opensource news.
Feel free to follow our linux facebook page for the latest tutorials and opensource news.
0 comments:
Post a Comment