انجمنهای فارسی اوبونتو
کمک و پشتیبانی => راهنماها، نکات و ترفندها => نویسنده: x در 08 آذر 1393، 02:10 بظ
-
سلام
8- تا سرگرمی جالب در ترمینال لینوکس
1.xeyes (چشم گرافیکی)
ronika@back:~$ xeyes
(http://s6.picofile.com/file/8206118334/Xeyes_Command_620x408.jpeg)
2.sl (لوکوموتیو بخار)
دستور زیر رو برای نصب sl در ترمینال اجرا کنید.(با کاربر ریشه)
root@back:~# apt-get install sl
دستور sl رو اجرا کنید.
root@back:~# sl
(http://s3.picofile.com/file/8206119184/sl.png)
3.telnet (برای اجرای telnet باید به اینترنت وصل بشین)
root@back:~# telnet towel.blinkenlights.nl
(http://s6.picofile.com/file/8206119842/telnet.png)
4.Cowsay (دو دستور زیر رو برای نصب در ترمینال اجرا کنید)
root@back:~# apt-get install cowsay
root@back:~# apt-get install xcowsay
برای اجرا (Cowsay) از دستور های زیر استفاده کنید.
root@back:~# cowsay I Love nix
root@back:~# fortune | cowsay
root@back:~# xcowsay I Love nix
(http://s6.picofile.com/file/8206121234/xcowsay.png)
5.cmatrix (دستور زیر رو برای نصب cmatrix در ترمینال اجرا کنید)
root@back:~# apt-get install cmatrix
برای اجرا cmatrix دستور زیر رو در ترمینال وارد کنید.
root@back:~# cmatrix
(http://s6.picofile.com/file/8206121734/cmatrix.png)
6.oneko (دستور زیر رو برای نصب oneko در ترمینال اجرا کنید)
root@back:~# apt-get install oneko
برای اجرا oneko دستور زیر رو در ترمینال وارد کنید.
root@back:~# oneko
(http://s6.picofile.com/file/8206121968/oneko.png)
7.aafire (آتش سوزی در ترمینال) برای نصب libaa-bin دستور زیر رو در ترمینال وارد کنید.
root@back:~# apt-get install libaa-bin
برای اجرای آتش سوزی در ترمینال دستور زیر رو در ترمینال وارد کنید.
root@back:~# aafire
(http://s3.picofile.com/file/8206122268/aafire.png)
8.bb (دستور زیر رو برای نصب bb در ترمینال وارد کنید.
root@back:~# apt-get install bb
برای اجرای bb دستور زیر رو در ترمینال وارد کنید.
root@back:~# bb
(http://s3.picofile.com/file/8206122434/bb.png)
موفق باشید:
-
اینم قبلا من پست کردم بعضی از اینها توشه بعضی ها هم جدیده
http://forum.ubuntu.ir/index.php/topic,84542.msg704207.html (http://forum.ubuntu.ir/index.php/topic,84542.msg704207.html)
-
مرسی جالب بود
مخصوصا cmatrix \\:D/
-
سلام
باحال بودن مخصوصا oneko فقط با همین یکی میشه یه جماعت دختر رو عاشق گنو لینوکس کرد.
-
اینم قبلا من پست کردم بعضی از اینها توشه بعضی ها هم جدیده
http://forum.ubuntu.ir/index.php/topic,84542.msg704207.html (http://forum.ubuntu.ir/index.php/topic,84542.msg704207.html)
وقتی مراحل نصب اکواریوم رو میرم اینجوری ارور میده:
در ضمن ارچ نصب دارم.
perl Makefile.PL && make && make test
Checking if your kit is complete...
Looks good
Warning: prerequisite Curses 1.06 not found.
Generating a Unix-style Makefile
Writing Makefile for Term::Animation
Writing MYMETA.yml and MYMETA.json
cp lib/Term/Animation/Entity.pm blib/lib/Term/Animation/Entity.pm
cp lib/Term/Animation.pm blib/lib/Term/Animation.pm
Manifying blib/man3/Term::Animation.3pm
Manifying blib/man3/Term::Animation::Entity.3pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD
t/use.t ........... 1/1
# Failed test 'use Term::Animation;'
# at t/use.t line 2.
# Tried to use 'Term::Animation'.
# Error: Can't locate Curses.pm in @INC (you may need to install the Curses module) (@INC contains: /tmp/Term-Animation-2.4/blib/lib /tmp/Term-Animation-2.4/blib/arch /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /tmp/Term-Animation-2.4/blib/lib/Term/Animation.pm line 7.
# BEGIN failed--compilation aborted at /tmp/Term-Animation-2.4/blib/lib/Term/Animation.pm line 7.
# Compilation failed in require at t/use.t line 2.
# BEGIN failed--compilation aborted at t/use.t line 2.
# Looks like you failed 1 test of 1.
t/use.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
Test Summary Report
-------------------
t/use.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=3, Tests=1, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.07 cusr 0.01 csys = 0.13 CPU)
Result: FAIL
Failed 1/3 test programs. 1/1 subtests failed.
Makefile:836: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 1
user:/tmp/Term-Animation-2.4$ make install
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Can't create '/usr/share/man/man3'
Do not have write permissions on '/usr/share/man/man3'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
at -e line 1.
Makefile:706: recipe for target 'pure_site_install' failed
make: *** [pure_site_install] Error 13
-
دوستان بنده خبر ندارم عکس های پست اول را کجا اپلود کردید ولی خواستم از فرامرز جان خواهش کنم اونا را دوباره اپلود کنه توی پیکوفایل عکس هاش پریدن
-
دستورات x* رو امتحان کنید.
مثلا xclock یا xeye
-
Cacafire رو هم میشه به این 8 تا اضافه کرد که در واقع پیشرفته تر aafire هست (: