Zhongho's memo
星期一, 2月 08, 2021
Linux Abbreviation and Acronym
CFS:
Completely Fair Schedule
RQ: Run Queue
星期二, 11月 13, 2018
HPCC Challenge
HPCC Challenge
https://icl.utk.edu/hpcc/index.html
星期二, 5月 31, 2011
英文翻譯
Chopper Amplifier 斬波放大器/截波放大器
Chopper Stabilized Amplifier 穩定式斬波放大器/穩定式截波放大器
Auto-zeroing 自動歸零
operational transconductance amplifier 跨導放大器
星期五, 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
星期四, 12月 30, 2010
cygwin set environment variable 設環境變數
實在記不起來
export XXX=OOO
星期一, 1月 25, 2010
Android keylayout
system/usr/keylayout/qwerty.kl
#keycode FUNC ???
59(F1) MENU
較舊的文章
首頁
訂閱:
文章 (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)
Linux Abbreviation and Acronym
►
2018
(1)
►
11月
(1)
►
2011
(3)
►
5月
(1)
►
4月
(2)
►
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
檢視我的完整簡介