Difference between revisions of "User talk:Bossa nesta"

From CDOT Wiki
Jump to: navigation, search
(Agenda)
(Notes)
Line 31: Line 31:
  
 
service smb start/stop/....
 
service smb start/stop/....
 +
smbpasswd -a joker  <-- to add the user and password
 
smbclient -U% -L localhost  <-- U stand for no user name
 
smbclient -U% -L localhost  <-- U stand for no user name
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with saba service, can be used on trouble shooting  
+
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with samba service, can be used on trouble shooting  
  
 
/var/run/nmdb.pid <-- process lock
 
/var/run/nmdb.pid <-- process lock

Revision as of 16:12, 1 November 2008

Agenda


10/31: morning: rest, evening: Canoe
11/01: morning: LPT assg(done), evening, Canoe
11/02: morning: iPhone@Seneca?, evening: Canoe
11/03: Python Coding  
11/04: test and labs, pick up Arcade!!!
11/05: M: Canoe, WDMT python coding (starbucks? ^^) 
11/06: school, labs
11/07: M: Ninki, E: Canoe

Notes

SYA710 Note 2008/10/30
chkconfig --list xinetd
chkconfig --list swat
chkconfig swat on
chkconfig --list swat

service xinetd start
netstat -antpu
more /etc/services
in web browser-> http://localhost:901/

= samba use SMB protocol
smbd -> samba process
nmbd -> NetBiod to IP process

service smb start/stop/....
smbpasswd -a joker  <-- to add the user and password
smbclient -U% -L localhost  <-- U stand for no user name
smbclient -Ujoker //localhost/samba-share -->> connect to share dir locally with samba service, can be used on trouble shooting 

/var/run/nmdb.pid <-- process lock