انجمن‌های فارسی اوبونتو

کمک و پشتیبانی => انجمن عمومی => نویسنده: ham4all در 19 خرداد 1387، 11:52 ق‌ظ

عنوان: ترمینال
ارسال شده توسط: ham4all در 19 خرداد 1387، 11:52 ق‌ظ
چند وقته دنبال کدهای ترمینال می گردم اما فایده ای نداره.
میشه یه منبعی معرفی کنید که کدهای ترمینال رو با کاربردهایش رو اونجا گفته باشه؟؟؟
عنوان: پاسخ به: ترمینال
ارسال شده توسط: سعید زبردست در 19 خرداد 1387، 12:15 ب‌ظ
خیلی وقت پیش من یکیش رو نوشتم  (البته به زبان فارسی)
http://itpencil.wordpress.com/ubuntu-quick-refrence

به زبان انگلیسی توی اینترنت به تعداد خیلی زیاد هست.
عنوان: پاسخ به: ترمینال
ارسال شده توسط: sorset در 19 خرداد 1387، 12:18 ب‌ظ
سلام
یک رفرنس از ردهت برای این کار هست.
در سایت زیر لینک دانلودش رو میتونید پیدا کنید.
http://forum.codecorona.com/showthread.php?tid=1016
عنوان: پاسخ به: ترمینال
ارسال شده توسط: Sajjad Baroodkoo در 19 خرداد 1387، 12:19 ب‌ظ
بار ها و بارها تو انجمن این موضوع بحث شده دوست عزیز

اگر قبل از هم دستور توی ترمینال man رو بزنید. می تونید یک داکیومنت کامل از اون دستور بخونید.
مثل:
man sudo
عنوان: پاسخ به: ترمینال
ارسال شده توسط: ahmed در 19 خرداد 1387، 12:34 ب‌ظ
سایت Ubuntu help یک راهنمای خوب در این آدرس:https://help.ubuntu.com/community/UsingTheTermina (https://help.ubuntu.com/community/UsingTheTermina)l دارد که تمام دستورات ساده اوبونتو را نشان می دهد.همچنین یک راهنمای عمومی برای تمام توزیع ها در این سایت وجود دارد:http://linuxcommand.org (http://linuxcommand.org)

http://ubuntuforums.org/showthread.php?t=605836 (http://ubuntuforums.org/showthread.php?t=605836)
عنوان: پاسخ به: ترمینال
ارسال شده توسط: Armin Rad در 20 خرداد 1387، 12:15 ق‌ظ
بار ها و بارها تو انجمن این موضوع بحث شده دوست عزیز

اگر قبل از هم دستور توی ترمینال man رو بزنید. می تونید یک داکیومنت کامل از اون دستور بخونید.
مثل:
man sudo
ميشه توضيح بديد كه چطور مي تونم خروجي اين manuel رو به پرينتر بفرستم؟
عنوان: پاسخ به: ترمینال
ارسال شده توسط: Sajjad Baroodkoo در 20 خرداد 1387، 12:24 ق‌ظ
این روش :

man -tAs easy as it is to view man pages using a terminal program, sometimes it's necessary to print out a man page for easier reading and cogitation. Printing a man page isn't a one-step process, however, and the commands that round out this particular section are actually using principles that will be covered extensively later. But if you want to print out a man page, this is the way to do it. Just have faith that you'll understand what these commands mean more fully after reading upcoming chapters.

Let's say you have a printer that you have identified with the name hp_laserjet connected to your system. You want to print a man page about the ls command directly to that printer, so use the -t option (or --troff) and then pipe the output to the lpr command, identifying your printer with the -P option.

$ man -t ls | lpr -P hp_laserjet
عنوان: پاسخ به: ترمینال
ارسال شده توسط: Armin Rad در 20 خرداد 1387، 01:01 ق‌ظ
این روش :

man -tAs easy as it is to view man pages using a terminal program, sometimes it's necessary to print out a man page for easier reading and cogitation. Printing a man page isn't a one-step process, however, and the commands that round out this particular section are actually using principles that will be covered extensively later. But if you want to print out a man page, this is the way to do it. Just have faith that you'll understand what these commands mean more fully after reading upcoming chapters.

Let's say you have a printer that you have identified with the name hp_laserjet connected to your system. You want to print a man page about the ls command directly to that printer, so use the -t option (or --troff) and then pipe the output to the lpr command, identifying your printer with the -P option.

$ man -t ls | lpr -P hp_laserjet
يعني مثلا براي پرينت گرفتن دستور dpkg بنويسم:
man dpkg -t ls | lpr -P hp_laserjet