User Tools

Site Tools


computing:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
computing:linux [2017/06/14 02:49] oemb1905computing:linux [2017/10/14 01:10] oemb1905
Line 90: Line 90:
   cd /etc/lightdm/   cd /etc/lightdm/
   sudo nano lightdm.conf   sudo nano lightdm.conf
 +  
 +#Lightdm Greeter in ubuntu-MATE is temperamental for screen lock and for greeter background, default & config loc.
 +
 +  /usr/share/common/backgrounds/ubuntu-mate-common/Ubuntu-Mate-Cold.jpg
 +  /etc/lightdm/lightdm-gtk-greeter.conf
      
 #The .conf file should have the following for no guests and no named users and should have the following options: #The .conf file should have the following for no guests and no named users and should have the following options:
Line 152: Line 157:
   rm -rf /var/<path/to/locked/file/from/apt/update/on/ubuntu>   rm -rf /var/<path/to/locked/file/from/apt/update/on/ubuntu>
          
 +#mac fan control
  
-#next ... ?+  apt-get update 
 +  apt-get install macfanctld 
 +  /etc/macfanctl.conf 
 +  <set desired values> 
 +  service macfanctld restart 
 +   
 +#openWRT Notes ... tutorial 1, establishing https after First Boot ... 
 + 
 +  opkg update 
 +  opkg install luci-lib-px5g px5g-standalone libustream-openssl 
 +  opkg install luci 
 +  /etc/init.d/uhttpd restart 
 + 
 +#openWRT openVPN   
 + 
 +#samba share basics 
 +   
 +  sudo apt update 
 +  sudo apt install samba 
 +  sudo adduser username 
 +  sudo smbpasswd -a username 
 +  mkdir /home/username/sharename 
 +  nano /etc/samba/smb.conf 
 +  [sharename] 
 +  path = /home/username/sharename 
 +  available = yes 
 +  valid users = camalas 
 +  read only = no 
 +  browseable = yes 
 +  public = yes 
 +  writable = yes
  
- --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2017/06/14 02:30//+ --- //[[netcmnd@jonathanhaack.com|oemb1905]] 2017/06/30 23:53//