Commands:
http://www.oreillynet.com/linux/cmd/
http://www.perpetualpc.net/srtd_commands_rev.html
http://www.computerhope.com/unix.htm
10 дек. 2010 г.
2 июл. 2010 г.
Keyboard Shortcuts
Ctrl+E = Send To... (Send the current document to an email recipient or remote location, not in terminal)
Ctrl+W = Close (Close the current document, not in terminal)
Ctrl+Q = Quit (Quit the application, not in terminal)
Ctrl + Alt + F1 = Switch to the first virtual terminal
Ctrl + Alt + F2(F3)(F4)(F5)(F6) = Select the different virtual terminals
Ctrl + Alt + F7 = Switch to current terminal session with X
Ctrl+Alt++ = Switch to next X resolution (Depends of your X configuration)
Ctrl+Alt+- = Switch to previous X resolution (Depends of your X configuration)
Ctrl + Alt + Backspace = Kill X server
Alt + Ctrl + L = Locks the screen.
Alt + F1 = opens the Applications menu, then use the arrow keys to navigate the submenus.
Alt + F2 = opens the Run Application dialog box.
Alt + F3 = opens the Deskbar Applet (F3 opens the search bar at the bottom of the window).
Alt + F4 = closes the current window.
Alt + F5 = unmaximizes the current window (if it's maximized, of course).
Alt + F7 = , followed by arrow keys or mouse movement, adjusts the current window's position.
Alt + F8 = resizes the current window.
Alt + F9 = minimizes the current window.
Alt + F10 = maximizes the current window.
Ctrl + Alt + Tab = moves between open panels on the desktop.
Ctrl + Alt + D = Show the desktop
Ctrl + Alt + Backspace = Restart session and recover from crashes
Ctrl + Alt + Delete = Restart the computer immediately, without saving open files
Ctrl+W = Close (Close the current document, not in terminal)
Ctrl+Q = Quit (Quit the application, not in terminal)
Ctrl + Alt + F1 = Switch to the first virtual terminal
Ctrl + Alt + F2(F3)(F4)(F5)(F6) = Select the different virtual terminals
Ctrl + Alt + F7 = Switch to current terminal session with X
Ctrl+Alt++ = Switch to next X resolution (Depends of your X configuration)
Ctrl+Alt+- = Switch to previous X resolution (Depends of your X configuration)
Ctrl + Alt + Backspace = Kill X server
Alt + Ctrl + L = Locks the screen.
Alt + F1 = opens the Applications menu, then use the arrow keys to navigate the submenus.
Alt + F2 = opens the Run Application dialog box.
Alt + F3 = opens the Deskbar Applet (F3 opens the search bar at the bottom of the window).
Alt + F4 = closes the current window.
Alt + F5 = unmaximizes the current window (if it's maximized, of course).
Alt + F7 = , followed by arrow keys or mouse movement, adjusts the current window's position.
Alt + F8 = resizes the current window.
Alt + F9 = minimizes the current window.
Alt + F10 = maximizes the current window.
Ctrl + Alt + Tab = moves between open panels on the desktop.
Ctrl + Alt + D = Show the desktop
Ctrl + Alt + Backspace = Restart session and recover from crashes
Ctrl + Alt + Delete = Restart the computer immediately, without saving open files
21 февр. 2010 г.
rpm - установка и удаление программ в Linux Red Hat
Синтаксис:
Такой вид инсталляционных пакетов наиболее популярен в системах Linux Red Hat.
rpm имеет большое количество опций и параметров, для управления софтом, поэтому здесь перечислены только наиболее употребляемые опции. Полный список опций данной команды, вы можете получить набрав в командной строке
rpm [OPTIONS] packagename.rpmRPM - RedHat Package Manager, менеджер пакетов Linux Red Hat, выполняющий следующие функции:
- Установка программного обеспечения
- Обновление программного обеспечения
- Удаление программного обеспечения
- Получение информации, о программном обеспечении
Такой вид инсталляционных пакетов наиболее популярен в системах Linux Red Hat.
rpm имеет большое количество опций и параметров, для управления софтом, поэтому здесь перечислены только наиболее употребляемые опции. Полный список опций данной команды, вы можете получить набрав в командной строке
man rpm
20 февр. 2010 г.
Подключение дополнительных репозиториев в RHEL
Обзор репозиториев для Fedora Core
Подключение дополнительных репозиториев в RHEL и его клонах CentOS, Scientific, Lineox, Oracle Enterprise Linux.
EPEL
Настройка ОС для работы с репозиторием:
Выполните
Выполните
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm
либо создайте файл репозитория /etc/yum.repos.d/epel.repo следующего содержания:
[epel]
name=Extra Packages for Enterprise Linux 5 - $basearch
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL
Подписаться на:
Сообщения (Atom)