Zhongho's memo
星期五, 4月 22, 2011
Ubuntu FTP SSH Server
FTP Server
1. sudo apt-get install vsftpd
2. modify /etc/vsftpd.conf (write_enable=YES)
3. sudo /etc/init.d/vsftpd restart
SSH Server
1. sudo apt-get install openssh-server
2. sudo /etc/init.d/ssh start
星期四, 4月 21, 2011
TFTP Server
1. Install TFTP Sever
sudo apt-get install tftp tftpd
2. sudo vi /etc/xinetd.d/tftp
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
3.
mkdir /tftpboot
chmod 777 /tftpboot
4.
/etc/init.d/xinetd restar
5. Test
tftp 127.0.0.1
get xxx.xxx
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
標籤
Algorithm
Android
Book
Conference
EDA
Embedded
English Writing
General
Linux
Parallel Programming
PCB
System Software
SystemC
Ubuntu
Useful Tools
Verilog
網誌存檔
►
2021
(1)
►
2月
(1)
►
2018
(1)
►
11月
(1)
▼
2011
(3)
►
5月
(1)
▼
4月
(2)
Ubuntu FTP SSH Server
TFTP Server
►
2010
(12)
►
12月
(1)
►
1月
(11)
►
2009
(5)
►
12月
(1)
►
9月
(1)
►
3月
(2)
►
1月
(1)
►
2008
(6)
►
11月
(1)
►
5月
(1)
►
4月
(3)
►
3月
(1)
►
2007
(7)
►
12月
(1)
►
8月
(1)
►
7月
(1)
►
6月
(1)
►
5月
(1)
►
3月
(2)
►
2006
(16)
►
12月
(3)
►
9月
(1)
►
5月
(2)
►
4月
(1)
►
3月
(2)
►
2月
(7)
關於我自己
Zhong-Ho Chen
檢視我的完整簡介