<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Thanh Huynh (Thành)</title>
    <description>The latest articles on DEV Community by Thanh Huynh (Thành) (@byhbt).</description>
    <link>https://dev.to/byhbt</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F102882%2F8a3cad26-c57e-4adc-998e-001d1d5432f1.jpeg</url>
      <title>DEV Community: Thanh Huynh (Thành)</title>
      <link>https://dev.to/byhbt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/byhbt"/>
    <language>en</language>
    <item>
      <title>Things to do After Installing Ubuntu</title>
      <dc:creator>Thanh Huynh (Thành)</dc:creator>
      <pubDate>Tue, 01 Oct 2019 10:43:03 +0000</pubDate>
      <link>https://dev.to/byhbt/things-to-do-after-installing-ubuntu-15n4</link>
      <guid>https://dev.to/byhbt/things-to-do-after-installing-ubuntu-15n4</guid>
      <description>&lt;p&gt;I am PHP developer, so most of the tools below are my favorite ones:&lt;/p&gt;

&lt;h2&gt;
  
  
  1. Install Tweak
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://launchpad.net/ubuntu-tweak"&gt;https://launchpad.net/ubuntu-tweak&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  2. Install Zsh
&lt;/h2&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt install zsh
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;





&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;This tool save bunch of time of typing. &lt;/p&gt;

&lt;p&gt;Cheatsheet:  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet"&gt;https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet&lt;/a&gt;  &lt;/p&gt;

&lt;h2&gt;
  
  
  3. Install Chrome
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Sync all Chrome data.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  4. Install Docker
&lt;/h2&gt;

&lt;p&gt;I "dockerized" all my projects to Docker.&lt;/p&gt;

&lt;p&gt;I am thinking about create a tool for automate docker-compose using python &lt;br&gt;
&lt;a href="https://docker-py.readthedocs.io/en/stable/"&gt;https://docker-py.readthedocs.io/en/stable/&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Install coding tools:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;PHPStorm&lt;/li&gt;
&lt;li&gt;Meld&lt;/li&gt;
&lt;li&gt;Visual Studio Code and its extension.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  6. Create .ssh
&lt;/h2&gt;

&lt;p&gt;For get source code and connect to server. &lt;/p&gt;

&lt;h2&gt;
  
  
  7. Common alias
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://laravel-news.com/laravel-homestead-aliases"&gt;https://laravel-news.com/laravel-homestead-aliases&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/laravel/homestead/blob/master/resources/aliases"&gt;https://github.com/laravel/homestead/blob/master/resources/aliases&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Then let the hacking begin!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
