2012/03/09

Certification

認證名稱 考試科目
CCENT 640-822
CCNA 640-802
CCNP  642-902、642-813、642-832
CCNP Voice  642-437、642-447、642-457
CCNP Security 642-637、642-627、642-617、642-647
CCNP Wireless 642-731、642-741、642-736、642-746
CCSP 642-637、642-617、642-627、642-591
CCDA 640-863(640-864)
CCDP 640-873(640-874)、642-902、642-813
Oracle 9i OCA 1Z0-031 1Z0-007
Oracle 9i OCP 1Z0-032 1Z0-033
Oracle 10g OCA 1Z0-042 1Z0-047
Oracle 10g OCP 1Z0-043
Oracle 11g OCA 1Z0-051、1Z0-052
Oracle 11g OCP 1Z0-053
MySQL 5.0 Database Administrator 310-810、310-811
MySQL 5.0 Developer  310-812、310-813
SCJA CX-310-019
SCJP 5.0 310-055
SCJP 6.0 310-065
SCWCD 310-083
CompTIA A+ 220-701、220-701
CompTIA Security+  SY0-201 (SY0-301)
CompTIA Network+ N10-004、JK0-016
CompTIA Linux+ LX0-101、LX0-102
NCLP 10 050-697
NCLP 11 050-721
CWMA  050-724
CCSA R70 156-215.70
CCSE NGX R65 156-315.65
LPIC Level 1  117-101、117-102
LPIC Level 2 117-201、117-202
RHCT RH202
RHCE RH302
MCITP: Enterprise Desktop Support Technician 7 70-680、70-685
MCITP: Enterprise Desktop Administrator 7 70-680、70-686
MCITP: Consumer Support Technician 70-620、70-623
MCITP: Enterprise Support Technician 70-620、70-622

 

2012/03/08

file / type / which / whereis / locate / find

file     /usr/bin/passwd          #file type
type [-tpa] name

which    ifconfig                 #command
whereis [-bmsu] ifconfig          #-b:binary, -m:manual, -s:source, -u:others
locate  [-ir] keyword             #-i:ignore big/low case, -r:regular
find [PATH] [option] [action]     #find /etc -newer /etc/passwd

2012/03/07

webmin //ubuntu

#ubuntu server 10.04.4

+lamp
+ssh

/////////////////////////////////////////////////

ubuntu server list
ubuntu

change ubuntu package server list

.1 backup// sources.list

sudo cp /etc/apt/sources.list /etc/apt/sources.list.ORG

2.edit// sources.list

sudo vi /etc/apt/sources.list

3.change
vi, tw > us

:1,$s/tw/us/g

4.save// source.list

:wq!

5.update list

sudo apt-get update

/////////////////////////////////////////////////

aptitude
ubuntu

$ sudo aptitude safe-upgrade
$ sudo aptitude full-upgrade
$ sudo aptitude dist-upgrade

$ sudo aptitude update //dependence

$ sudo apt-get install aptitude

/////////////////////////////////////////////////

phpmyadmin
sudo apt-cache search -n phpmyadmin
sudo apt-get install phpmyadmin

/////////////////////////////////////////////////

sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.580_all.deb
sudo dpkg --install webmin_1.580_all.deb
sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
sudo apt-get -f install

2012/03/05

ubuntu server list

ubuntu

change ubuntu package server list

.1 backup// sources.list

sudo cp /etc/apt/sources.list /etc/apt/sources.list.ORG

2.edit// sources.list

sudo vi /etc/apt/sources.list

3.change
vi, tw > us

:1,$s/tw/us/g

4.save// source.list

:wq!

5.update list

sudo apt-get update

Apache+MySQL+PHP //ubuntu

ubuntu

Apache+MySQL+PHP

sudo tasksel install lamp-server
(sudo apt-get install tasksel)

/////////////////////////////

apache
sudo apt-cache search -n apache2 | grep generation
sudo apt-get install apache2

mysql
sudo apt-cache search -n mysql-server
sudo apt-get install mysql-server-5.0


php
sudo apt-cache search -n php5
sudo apt-get install php5

phpmyadmin
sudo apt-cache search -n phpmyadmin
sudo apt-get install phpmyadmin

aptitude

ubuntu

$ sudo aptitude safe-upgrade
$ sudo aptitude full-upgrade
$ sudo aptitude dist-upgrade

$ sudo aptitude update //dependence

$ sudo apt-get install aptitude