Feeds:
文章
迴響

fedora 以 root 登入圖形介面

在 fedora 12 中不能以 root 的身份登入圖形介面, 這是由於安全性的考量, 但也不是完全不能更改
只要將檔案 /etc/pam.d/gdm 中的

auth required pam_succeed_if.so user != root quiet

及檔案 /etc/pam.d/gdm-password

auth required pam_succeed_if.so user != root quiet

這兩行註解掉(行首加#), 就可以使用 root 登入圖形介面啦~~

Installing TFTP on Fedora

Installing packages

yum install tftp-server

Setting up

vi /etc/xinetd.d/tftp

Find disable = yes, make it no

Bringing it up

/sbin/chkconfig tftp on
/sbin/chkconfig xinetd on
/sbin/service xinetd start

Testing

touch /tftproot/test

From another computer, Linux, OS X:

tftp 192.168.0.1
tftp> get test
tftp> quit

Windows:

tftp 192.168.0.1 GET test

防火牆要把UDP port 69關閉

Reference: http://llbb.wordpress.com/2007/06/14/installing-tftp-on-fedora/

Let’s Start

好吧~~就來玩玩看blog這個東東吧~~

Follow

Get every new post delivered to your Inbox.