اگر شما هم مثل من دوست دارید محیط ترمینال جذاب تری داشته باشید
یا شاید بخواید باب صحبت رو با دوستان خود در رابطه موضوع جدیدی باز کنید
نمایش یک آکواریوم در محیط ترمینال شما میتونه انتخاب خوبی باشه :)
برای نصب و راه اندازی طبق دستورات تعریف شده زیر پیش برید
نکته مهم بهتره برای امتحان کردنش از داکر استفاده کنید لینک ایمیجش رو براتون اینجا قرار دادم
tested on ubuntu 22.04
First, you need to install Perl module called Term-Animation :
sudo apt-get install libcurses-perl
Debian Linux Install GNU GCC Compiler and Development Environment as follows using the apt-get command :
sudo apt-get install build-essential
Finally, compile Term-Animation:
cd /tmp wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz tar -zxvf Term-Animation-2.6.tar.gz cd Term-Animation-2.6/ perl Makefile.PL && make && make test sudo make install
دانلود و نصب ASCIIQuarium
cd /tmp wget https://robobunny.com/projects/asciiquarium/asciiquarium.tar.gz ## Extract tar.gz file on Linux or Unix ## tar -zxvf asciiquarium.tar.gz cd asciiquarium_1.1/ sudo cp asciiquarium /usr/local/bin sudo chmod 0755 /usr/local/bin/asciiquarium
آکواریوم امادس : یک shell جدید باز کنید و دستور زیر را اجرا کنید
$(echo $SHELL)
برنامه را اجرا کنید
/usr/local/bin/asciiquarium
یا :
perl /usr/local/bin/asciiquarium
About the author:Vivek Gite is the founder of nixCraft, the oldest running blog about Linux and open source. He wrote more than 7k+ posts and helped numerous readers to master IT topics. Join the nixCraft community via RSS Feed or Email Newsletter.