<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Memos on baikunz memo</title>
    <link>https://memo.shuble.com/memos/</link>
    <description>Recent content in Memos on baikunz memo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 27 Jan 2019 21:41:40 +0100</lastBuildDate>
    
	<atom:link href="https://memo.shuble.com/memos/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Samba setup</title>
      <link>https://memo.shuble.com/memos/samba/</link>
      <pubDate>Sun, 27 Jan 2019 21:41:40 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/samba/</guid>
      <description>Install the package sudo apt-get update sudo apt-get install samba  Backup &amp;amp; Update the config sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bak sudo vim /etc/samba/smb.conf  ###Add shares
Restricted to authenticated users
All users have read/write permissions on every folders. But they can only write on their own files
[Restricted] comment = Restricted share path = /path/to/share read only = no browsable = yes create mask = 0775 directory mask = 0777  Public read only, write allowed for some users</description>
    </item>
    
    <item>
      <title>TV Settings</title>
      <link>https://memo.shuble.com/memos/tv-settings/</link>
      <pubDate>Wed, 26 Dec 2018 21:02:21 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/tv-settings/</guid>
      <description>Panasonic TX-P42ST50 settings  *Settings in bold are mine*
 2D Settings  Viewing Mode : True Cinema Contrast : set to max then reduce by 14 Brightness : default Colour : reduce by 2 from default Sharpness : 0 or 1 click from the left Vivid Colour : Off CATS : Off P-NR : Off  Advanced settings
 White Balance : 3 -2 4 0 -5 -4 Colour Mgmt : -9 -2 0 11 -6 3 0 0 5 Gamma : 2.</description>
    </item>
    
    <item>
      <title>S.M.A.R.T Codes</title>
      <link>https://memo.shuble.com/memos/smart-codes/</link>
      <pubDate>Wed, 26 Dec 2018 21:01:48 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/smart-codes/</guid>
      <description> SMART Codes to monitor  SMART 5 – Reallocated_Sector_Count. &amp;gt; 4 replace SMART 187 – Reported_Uncorrectable_Errors. &amp;gt; 0 replace SMART 188 – Command_Timeout. &amp;gt; 13 replace SMART 197 – Current_Pending_Sector_Count. &amp;gt; 0 replace SMART 198 – Offline_Uncorrectable. &amp;gt; 0 replace  </description>
    </item>
    
    <item>
      <title>Client-Side SSL certificate authentication</title>
      <link>https://memo.shuble.com/memos/client-side-ssl/</link>
      <pubDate>Mon, 17 Dec 2018 00:05:56 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/client-side-ssl/</guid>
      <description>Quick recap DSA Déprécié, ne plus utiliser
RSA &amp;gt; 4096 bits (Compatible partout, meilleur rapport qualité/compatibilité)
ECDSA 521 bits, Décrié, mais mieux supporté que Ed25519
Ed25519 Récent, moins supporté, mais le plus sécurisé
 Self-signed certificate Create the root Certificate Authority mkdir /var/ssl openssl genrsa -des3 -out ca.key 4096 openssl req -new -x509 -days 3650 -key ca.key -out ca.crt  Create the Client Key and CSR Organization &amp;amp; Common Name = Person name</description>
    </item>
    
    <item>
      <title>Must See</title>
      <link>https://memo.shuble.com/memos/must-see/</link>
      <pubDate>Sun, 16 Dec 2018 22:40:28 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/must-see/</guid>
      <description>ServerLess Database as a Service  mLab -&amp;gt; MongoDB DaaS (free 500mo plan)  Static sites  Netlify -&amp;gt; Static sites deployment with SSL / Lambdas / authentication / forms  Server/Application Management  Ansible -&amp;gt; Server provisioning (like puppet)  From docker-compose to ansible Manala Advanced ansible roles for website&amp;rsquo;s infrastructures and far more.  Dokku -&amp;gt; Application deployment / management  Symfony and dokku  Habitat by chef.</description>
    </item>
    
    <item>
      <title>Dokku</title>
      <link>https://memo.shuble.com/memos/dokku/</link>
      <pubDate>Sun, 16 Dec 2018 19:19:51 +0100</pubDate>
      
      <guid>https://memo.shuble.com/memos/dokku/</guid>
      <description>Deployments Deploy docker image ####On dokku host
# Fetch/update docker image from docker-hub and retag to match dokku app name docker pull vendor/image docker tag vendor/image:latest dokku/app-name:version # Or build it docker build -t dokku/app-name:version . # Create a tag for the previous version if needed dokku tags:create app-name previous # Deploy tag dokku tags:deploy app-name version  ####Or from dokku client
# Either pull from docker-hub and retag to match dokku app name docker pull vendor/image docker tag vendor/image:latest dokku/app-name:version # Or build it docker build -t dokku/app-name:version .</description>
    </item>
    
  </channel>
</rss>