Difference between revisions of "Perintah Linux I"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Gibransyah (talk | contribs)  | 
				Gibransyah (talk | contribs)   | 
				||
| Line 30: | Line 30: | ||
=id=  | =id=  | ||
=ifconfig=  | =ifconfig=  | ||
| + | 'Mengkonfigurasi kartu jaringan'  | ||
| + | * Melihat IP dan Mac Address kartu jaringan di mesin aktif  | ||
| + |  ifconfig  | ||
| + | * Set Alamat IP eth0 ke 192.168.1.100  | ||
| + |  ifconfig eth0 192.168.1.100 netmask 255.255.255.0 up  | ||
| + | |||
=imapd=  | =imapd=  | ||
=inetd=  | =inetd=  | ||
Revision as of 14:46, 22 May 2012
Indeks - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z
iconv
id
ifconfig
'Mengkonfigurasi kartu jaringan'
- Melihat IP dan Mac Address kartu jaringan di mesin aktif
 
ifconfig
- Set Alamat IP eth0 ke 192.168.1.100
 
ifconfig eth0 192.168.1.100 netmask 255.255.255.0 up