星期一, 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

星期一, 1月 25, 2010

Android keylayout

system/usr/keylayout/qwerty.kl

#keycode FUNC ???
59(F1) MENU