Fedora: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
* service sshd stop | * service sshd stop | ||
* chkconfig sshd on | * chkconfig sshd on | ||
[[Category:Linux/ | [[Category:Linux/Distribution]] | ||
[[Category:Linux]] |
Latest revision as of 13:54, 1 April 2017
Keyboard layout
- localectl status
- localectl list-keymaps
- localectl set-keymap [keymap]
- /etc/locale.conf
yum
- yum update
- yum install [package]
multimedia repo
- su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'
boot without gui
- /etc/inittab (look for explanation)
services
- service sshd start
- service sshd stop
- chkconfig sshd on