Using the Kubuntu Run Command Dialog (Alt+F2) שימוש קובונטו הפעלתפקודה דיאלוג (Alt + F2)
Kubuntu linux is a variant of Ubuntu that uses the KDE desktop environment instead of Gnome. לינוקס קובונטו הינה נגזרת של אובונטו שמשתמשת סביבת שולחן העבודה KDE במקום GNOME. The KDE desktop שולחן העבודה KDE can be installed on Ubuntu easily ניתן להתקין את אובונטו בקלות , however. אולם.
The quickest way to run a command on Ubuntu or Kubuntu is to use the Alt+F2 shortcut key. הדרך המהירה ביותר להפעיל פקודה על אובונטו או קובונטו היא להשתמש מקש הקיצור Alt + F2. This pops up a dialog that looks like this: זה צץ דיאלוג שנראה כך:

You can type any command that you would regularly use from a terminal window and it will run. באפשרותך להקליד כל פקודה שאתה מוכן להשתמש בקביעות מחלון המסוף והיא תמשיך לרוץ. Using the Options button gives you a number of other interesting options. באמצעות לחצן אפשרויות נותן לך מספר אפשרויות מעניינות נוספות. Let's try a simple ls -l command: בואו לנסות את הפקודה ls-l פשוט:

We've checked the “Run in terminal window” checkbox so that the output of the command will show up in a terminal window. בדקנו הפעלה "בחלון המסוף" התיבה כך את הפלט של הפקודה יופיע בחלון מסוף. On Ubuntu this doesn't seem to work right, but in Kubuntu or KDE this is really useful. על אובונטו זה לא נראה עבודה ממש, אבל קובונטו או KDE זה באמת שימושי. Either hit enter or click the Run button, and you'll see something like this: או על Enter או לחץ על לחצן הפעלה, ואתה תראה משהו כזה:

This is extremely useful for quickly getting the results of commands like ifconfig where you just need the output of the command. זה מאוד שימושי מהר מקבל את התוצאות של פקודות כמו ifconfig איפה אתה רק צריך את הפלט של הפקודה.
Another neat feature is that the Run Command remembers the settings for each command. תכונה נוספת היא מסודרת כי פיקוד הפעלה זוכר את ההגדרות עבור כל פקודה. In the last command we typed 'ls -l' and checked the “run in terminal window” box. בשבוע האחרון הפקודה הקלדנו "LS-L 'ובדק את הפעלת" חלון מסוף "התיבה. When we type in something else, the settings are defaulted: כאשר אנו סוג של משהו אחר, את הגדרות ברירת המחדל הן:

But if we start typing 'ls -l' again, it automatically checks the checkbox that we set before: אבל אם אנחנו להתחיל להקליד 'LS-L' שוב, זה בודק באופן אוטומטי את התיבה שאנחנו קבוצה לפני:

The other options include running a command as a different user and setting the priority of the command. אפשרויות אחרות כוללות הפעלת פקודה בתור משתמש אחר וקביעת העדיפות של הפקודה. For the most part, you'll just type sudo or gksu before the command if it needs to run as root, but if you were trying to run a command as a different user entirely, it would be useful. ברוב המקרים, אתם פשוט sudo סוג או gksu לפני הפקודה אם זה צריך לפעול כמו השורש, אבל אם היית מנסה להפעיל פקודה כמשתמש אחר לגמרי, זה יהיה שימושי.

Daily Email Updates שערי עדכונים בדוא"ל
You can get our how-to articles in your inbox each day for free. אתה יכול לקבל כמה שלנו למאמרים לתיבת הדואר שלך בכל יום בחינם. Just enter your name and email below: פשוט להזין את שם ואת הדוא"ל שלך להלן:



Is there a way to tweak the items that appear in this dialog? האם יש דרך לצבוט את הפריטים המופיעים שיח זה? I have tweaked the names of a couple shortcuts in the /user/bin directory – and they launch with the new names from within the run dialog – but I would also like to add website shortcuts there etc. צבט לי את השמות של כמה קיצורי דרך את / directory / bin משתמש - והם ההשקה עם שמות חדשים מתוך שיח הריצה - אבל אני רוצה גם להוסיף קיצורי דרך האתר שם וכו '
This is what I do on my work machines (Windows – using the shortcuts in c:\windows) – but I haven't been able to do anything but tweak what is already in the /usr/bin directory. זה מה שאני עושה את העבודה שלי על מכונות (Windows - באמצעות קיצורי דרך C: \ Windows) - אבל לא הייתי מסוגל לעשות כלום אבל מה כבר לצבוט את usr / bin directory. Basically I would like to do the equivalent of creating aliases in the ~/.bashrc – only I want them to run with the Run Application dialog. בעיקרון הייתי רוצה לעשות את המקבילה של יצירת כינויים ב ~ /. Bashrc - אני רק רוצה להפעיל אותם עם יישומים שיח הפעלה.
Thanks!!! תודה!