Archive for Maret, 2009
Command Linux My Note
Ini adalah command yang lumayan berarti bagi penulis,karena command ini sering dipakai tapi setiap buka linux pasti aja kepakai…
1). cara mengcopy waktu ssh ke server :
scp file user@host:path –> ini untuk mengkopi file
scp -r folder user@host:path –> untuk megkopi folder secara rekursif
2). cara mounting file iso :
mount -o loop file.iso path_mount
3). cara mounting folder sharing :
mount -t smbfs -o username=user,password=pass //host/share path_mount
4). cara setting proxy di console :
export http_proxy=http://proxy_server:port
by,
ant
reference : searching
2 comments Maret, 11 2009