You are on page 1of 1

Samba 

 
enable/disable 
update-rc.d samba defaults (enable/disable) 
status/start/stop 
sudo /etc/init.d/smbd status *stop *restart etc… 
conf file 
sudo nano /etc/samba/smb.conf 
 
Jupyter 
 
start 
jupyter notebook --ip=192.168.0.11 (ip addres of host) --no-browser 
config 
sudo nano /home/pi/.jupyter/jupyter_notebook_config.py  
setup password first time 
jupyter notebook password 

You might also like