發表文章

目前顯示的是 3月, 2013的文章

how to create a new fedora18 for develop embedded linux

1. Enable SSHd on Fedora18    service sshd start    chkconfig sshd on    reboot ref: http://fedora18tutorial.blogspot.tw/2012/11/how-to-start-ssh-service-on-fedora-18.html 2. install samba   yum install cups-libs samba samba-common samba-client   yum install  system-config-samba   vim /etc/samba/smb.conf  add below: [home]         path = /home         read only = no ;       browseable = yes         guest ok = yes   do not forget add users.  smbpasswd –a xxxxxx   ref: http://www.howtoforge.com/fedora-18-samba-standalone-server-with-tdbsam-backend 3./etc/selinux/config        SELINUX=disabled 4. chkconfig iptables off