Search
 
SCRIPT & CODE EXAMPLE
 

CSS

mount file share linux windows ubuntu

sudo apt-get install cifs-utils -y

#destination 
sudo mkdir /media/windowsshare

#create login creds
gedit ~/.smbcredentials

username=msusername
password=mspassword

chmod 600 ~/.smbcredentials

#/etc/fstab
//servername/sharename  /media/windowsshare  cifs  username=msusername,password=mspassword,iocharset=utf8,sec=ntlm  0  0

#ro for read only
sudo mount -a ro
Comment

PREVIOUS NEXT
Code Example
Css :: create an outline of a square css 
Css :: hide content when element too small and add scrollbars 
Css :: ssh: connect to host 192.168.0.200 port 22: Connection refused 
Css :: microwave 
Css :: création forme geometrique 5 cote html css 
Css :: i need show the message for when we are clicking routing page in anularjs 
Css :: linear gradient 
Css :: position relative and absolute difference in css 
Css :: overlay a box in css 
Css :: css float and clear 
Css :: why sass 
Css :: Do not use empty rulesetscss(emptyRules) 
Css :: responsive css webpage code 
Typescript :: typescript code ignore 
Typescript :: random between two floats python 
Typescript :: install typescript using npm 
Typescript :: type of setinterval typescript 
Typescript :: typescript submit event 
Typescript :: [ERROR] @ionic/app-scripts is required for this command to work properly. 
Typescript :: types of irony 
Typescript :: python requests header allow redirect false 
Typescript :: dataframe value counts sort 
Typescript :: plot a column aginst its frequency in pandas 
Typescript :: vue components import each other recursive 
Typescript :: district affected by latur earthquake 
Typescript :: microsoft outlook graph get events dates 
Typescript :: why do giant covalent structures have high boiling points 
Typescript :: firefox hsts clear 
Typescript :: pandas df filter results with list of string in column 
Typescript :: setup express with typescript 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =