<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Linux on Solarized Sublime Sekai</title>
    <link>https://vincenttam.gitlab.io/tags/linux/</link>
    <description>Recent content in Linux on Solarized Sublime Sekai</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 12 Mar 2026 19:33:58 +0100</lastBuildDate>
    <atom:link href="https://vincenttam.gitlab.io/tags/linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Optimisation d&#39;une VM GCP et domptage de Neovim</title>
      <link>https://vincenttam.gitlab.io/post/2026-03-12-optimization-d-une-vm-gcp-et-domptage-de-neovim/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2026-03-12-optimization-d-une-vm-gcp-et-domptage-de-neovim/</guid>
      <description>&lt;p&gt;Aujourd&amp;rsquo;hui, j&amp;rsquo;ai passé ma configuration de développement sur une VM Google&#xA;Cloud Platform (GCP). Entre les contraintes de ressources de la machine et le&#xA;peaufinage de mon environnement Neovim pour mon projet Rust, voici ce que j&amp;rsquo;ai&#xA;appris.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-transfert-de-fichiers-avec-rsync&#34;&gt;1. Transfert de fichiers avec rsync&lt;/h2&gt;&#xA;&lt;p&gt;Pour uploader mes dossiers de projet vers la VM, j&amp;rsquo;ai utilisé &lt;code&gt;rsync&lt;/code&gt;. C&amp;rsquo;est&#xA;bien plus efficace que &lt;code&gt;scp&lt;/code&gt; car il ne transfère que les modifications.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rsync -avzLP --exclude&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;.git&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\ &lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  ~/.local/share/typst/packages/preview/auto-mando/ &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;  user@&lt;span class=&#34;k&#34;&gt;$(&lt;/span&gt;gcloud compute instances describe typst-bot-vm &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --format&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;get(networkInterfaces[0].accessConfigs[0].natIP)&amp;#39;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;    --zone&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;&lt;span class=&#34;s1&#34;&gt;&amp;#39;us-east1-d&amp;#39;&lt;/span&gt;&lt;span class=&#34;k&#34;&gt;)&lt;/span&gt;:~/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Le « combo doré » :&lt;/p&gt;</description>
    </item>
    <item>
      <title>Imprimante HP Deskjet 4100 sous Linux</title>
      <link>https://vincenttam.gitlab.io/post/2026-01-23-imprimante-hp-deskjet-4100-sous-linux/</link>
      <pubDate>Fri, 23 Jan 2026 18:31:59 +0100</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2026-01-23-imprimante-hp-deskjet-4100-sous-linux/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;J&amp;rsquo;ai récupéré une imprimante HP DeskJet Plus 4122.  Je m&amp;rsquo;en rarement servais car&#xA;je pensais à tort que HP ne marchait que sous Windows.  J&amp;rsquo;aime tellement Linux&#xA;que je me connectais pas souvent à Windows, où l&amp;rsquo;appli &lt;a href=&#34;https://www.hpsmart.com/&#34;&gt;HP Smart&lt;/a&gt; est&#xA;bloquée de temps en temps.&lt;/p&gt;&#xA;&lt;p&gt;Cet après-midi, après une petite recherche, je me suis rendu compte qu&amp;rsquo;il y&#xA;avait une pilote &lt;a href=&#34;https://developers.hp.com/hp-linux-imaging-and-printing&#34;&gt;HP Linux Imaging and Printing (HPLIP)&lt;/a&gt; pour Linux.&#xA;J&amp;rsquo;ai décidé de l&amp;rsquo;essayer sur mon système Lubuntu 24.04.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Exploration of My First IntelliJ Project</title>
      <link>https://vincenttam.gitlab.io/post/2023-04-05-exploration-of-my-first-intellij-project/</link>
      <pubDate>Wed, 05 Apr 2023 09:46:00 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2023-04-05-exploration-of-my-first-intellij-project/</guid>
      <description>&lt;p&gt;We&amp;rsquo;ll try to stay in the project root if possible.&lt;/p&gt;&#xA;&lt;p&gt;Find all non-hidden files to know the file structure.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ find -path &amp;#39;./.*&amp;#39; -prune -o -type f -print&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./Algo-init.iml&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./out/production/Algo-init/fr/eql/ai114/algo/init/demo/_1_HelloWorld.class&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;./src/fr/eql/ai114/algo/init/demo/_1_HelloWorld.java&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;-prune&lt;/code&gt; returns true for the chosen path and prevents &lt;code&gt;find&lt;/code&gt; from descending.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;-o&lt;/code&gt; means OR, so the paths matching &lt;code&gt;-prune&lt;/code&gt; won&amp;rsquo;t pass through &lt;code&gt;-o&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;-type f&lt;/code&gt; selects files, not folders.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;By default, AND is used to connect different conditions.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reuse Commands with Shell Arguments</title>
      <link>https://vincenttam.gitlab.io/post/2023-03-25-reuse-commands-with-shell-arguments/</link>
      <pubDate>Sat, 25 Mar 2023 11:23:58 +0100</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2023-03-25-reuse-commands-with-shell-arguments/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;We often want to test the output with different values for a parameter.  Here&amp;rsquo;s&#xA;an example: we have a &lt;code&gt;param&lt;/code&gt;eter that&#xA;&lt;img src=&#34;https://vincenttam.gitlab.io/page/simple-document-templates/pandoc-logo2.svg&#34; alt=&#34;pandoc icon&#34;&#xA;class=&#34;small-inline-icons&#34;&gt; &lt;a href=&#34;https://pandoc.org/&#34;&gt;pandoc&lt;/a&gt; uses to &lt;i class=&#34;fa-regular&#xA;fa-file-code fa-lg&#34;&gt;&lt;/i&gt; &lt;i class=&#34;fa-solid fa-arrow-right fa-lg&#34;&gt;&lt;/i&gt; &lt;i&#xA;class=&#34;fa-regular fa-file-pdf fa-lg&#34;&gt;&lt;/i&gt; / &lt;i class=&#34;fa-regular fa-file-word&#xA;fa-lg&#34;&gt;&lt;/i&gt; compile source code files to PDF / M$ Word / etc.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;rm output.html&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;param&lt;/span&gt;&lt;span class=&#34;o&#34;&gt;=&lt;/span&gt;0&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; pandoc input&lt;span class=&#34;nv&#34;&gt;$param&lt;/span&gt;.txt -o output.html&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;se&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;se&#34;&gt;&lt;/span&gt;&lt;span class=&#34;nb&#34;&gt;echo&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;param&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$param&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In practice, a &lt;code&gt;param&lt;/code&gt;eter can be a font, the font size, etc, and there can be&#xA;multiple parameters.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CPU Temperature Display in Conky</title>
      <link>https://vincenttam.gitlab.io/post/2019-07-31-cpu-temperature-display-in-conky/</link>
      <pubDate>Wed, 31 Jul 2019 15:04:59 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2019-07-31-cpu-temperature-display-in-conky/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;I&amp;rsquo;m using &lt;a href=&#34;https://github.com/brndnmtthws/conky&#34;&gt;Conky&lt;/a&gt; for monitoring the system.  After a system upgrade, the CPU&#xA;temperatures were gone.  &lt;a href=&#34;https://github.com/brndnmtthws/conky&#34;&gt;Conky&lt;/a&gt;&amp;rsquo;s standard error showed the following.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Conky: can&#39;t open &#39;/sys/class/hwmon/hwmon0/temp3_input&#39;: No such file or&#xA;directory please check your device or remove this var from Conky...&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Source of message: &lt;a href=&#34;https://bbs.archlinux.org/viewtopic.php?id=82231&#34;&gt;https://bbs.archlinux.org/viewtopic.php?id=82231&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;An easy fix would be to adjust the following lines in &lt;code&gt;.conkyrc&lt;/code&gt; according to&#xA;the number &lt;code&gt;N&lt;/code&gt; in &lt;code&gt;/sys/class/hwmon/hwmonN&lt;/code&gt; containing the file &lt;code&gt;temp3_input&lt;/code&gt;.&#xA;(You may adjust the number &lt;code&gt;3&lt;/code&gt; according to the number of CPU of your device.)&#xA;The number of CPU can be found using &lt;code&gt;grep -c ^processor /proc/cpuinfo&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Right PATH to Linux</title>
      <link>https://vincenttam.gitlab.io/post/2019-05-18-right-path-to-linux/</link>
      <pubDate>Sat, 18 May 2019 11:25:57 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2019-05-18-right-path-to-linux/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;h4 id=&#34;updated-latex-version&#34;&gt;Updated $\LaTeX$ version&lt;/h4&gt;&#xA;&lt;p&gt;From &lt;a href=&#34;https://tex.stackexchange.com/q/345935/126386&#34;&gt;this $\TeX$-SE question about tlmgr&lt;/a&gt;, we see some advantages of&#xA;installing &lt;a href=&#34;https://tug.org/texlive/&#34;&gt;$\TeX$Live&lt;/a&gt; directly from the official site:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;avoid errors due to outdated version of &lt;a href=&#34;https://tug.org/texlive/&#34;&gt;$\TeX$Live&lt;/a&gt; supplied by&#xA;the OS&amp;rsquo;s package manager&lt;/li&gt;&#xA;&lt;li&gt;easier to manage packages with &lt;code&gt;tlmgr&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;enjoy the newer version of &lt;a href=&#34;https://tug.org/texlive/&#34;&gt;$\TeX$Live&lt;/a&gt; &lt;em&gt;not&lt;/em&gt; yet available in your&#xA;current GNU/Linux version.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The installation took about 30 minutes and 5G in the disk.  I&amp;rsquo;ve chosen a local&#xA;installation as this &lt;em&gt;didn&amp;rsquo;t&lt;/em&gt; require &lt;code&gt;sudo&lt;/code&gt; privileges.  The whole process went&#xA;smooth and the system displayed a message about setting&lt;/p&gt;</description>
    </item>
    <item>
      <title>Xubuntu Screen Enlargement</title>
      <link>https://vincenttam.gitlab.io/post/2019-04-21-xubuntu-screen-enlargement/</link>
      <pubDate>Sun, 21 Apr 2019 02:49:09 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2019-04-21-xubuntu-screen-enlargement/</guid>
      <description>&lt;p&gt;Tonight, the screen of Xubuntu suddenly enlarged and blurred.  Typing &amp;ldquo;xubuntu&#xA;screen display enlarged&amp;rdquo; on Google, I&amp;rsquo;ve learnt that the &lt;code&gt;&amp;lt;Alt&amp;gt;&lt;/code&gt; key and the&#xA;mouse scroll wheel can enlarge/minify screen display from &lt;a href=&#34;https://ubuntuforums.org/showthread.php?t=2349888&#34;&gt;Ubuntu Forums&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Detect Missing EOF</title>
      <link>https://vincenttam.gitlab.io/post/2018-12-23-detect-missing-eof/</link>
      <pubDate>Sun, 23 Dec 2018 12:10:06 +0100</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-12-23-detect-missing-eof/</guid>
      <description>&lt;p&gt;While editing files on GitHub/Gitlab, missing an empty line at the bottom of a&#xA;file in the buffer will result in no newline at the end of file.  In the case of&#xA;regular text files, this &lt;em&gt;isn&amp;rsquo;t&lt;/em&gt; consistent with the POSIX standards.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;for&lt;/span&gt; file in &lt;span class=&#34;sb&#34;&gt;`&lt;/span&gt;git ls-files&lt;span class=&#34;sb&#34;&gt;`&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;do&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  grep -Iq . &lt;span class=&#34;nv&#34;&gt;$file&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;if&lt;/span&gt; ! newline_at_eof &lt;span class=&#34;nv&#34;&gt;$file&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;then&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;else&lt;/span&gt; &lt;span class=&#34;nb&#34;&gt;echo&lt;/span&gt; &lt;span class=&#34;nv&#34;&gt;$file&lt;/span&gt;&lt;span class=&#34;p&#34;&gt;;&lt;/span&gt; &lt;span class=&#34;k&#34;&gt;fi&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;k&#34;&gt;done&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Fred has provided &lt;a href=&#34;https://stackoverflow.com/a/34944104/3184351&#34;&gt;a shell script for detecting EOF&lt;/a&gt; on Stack Overflow.&#xA;I&amp;rsquo;ve replaced &lt;code&gt;bash&lt;/code&gt; with &lt;code&gt;sh&lt;/code&gt; because I&amp;rsquo;m using Zsh.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Find Files for Rename</title>
      <link>https://vincenttam.gitlab.io/post/2018-12-23-find-files-for-rename/</link>
      <pubDate>Sun, 23 Dec 2018 11:57:58 +0100</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-12-23-find-files-for-rename/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;Three years ago, I wrote &lt;a href=&#34;https://vincenttam.github.io/blog/2015/08/22/used-more-bash-utilities/&#34;&gt;&lt;em&gt;Used More Bash Utilities&lt;/em&gt;&lt;/a&gt; for batch renaming&#xA;files.  One of my &lt;a href=&#34;https://facebook.com&#34;&gt;Facebook&lt;/a&gt; friends has pointed out that it fails for file names containing whitespace.&lt;/p&gt;&#xA;&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;Recently, I would like to remove the extension name &lt;code&gt;.sh&lt;/code&gt; of all shell scripts&#xA;in &lt;code&gt;~/bin&lt;/code&gt;, so that &lt;code&gt;which {script}&lt;/code&gt; will work &lt;em&gt;without&lt;/em&gt; &lt;code&gt;.sh&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;method&#34;&gt;Method&lt;/h3&gt;&#xA;&lt;p&gt;A &lt;code&gt;for&lt;/code&gt; loop over &lt;code&gt;$(ls)&lt;/code&gt; is a basic solution, but &lt;code&gt;find&lt;/code&gt; is &lt;em&gt;more correct&lt;/em&gt; since it&amp;rsquo;s possible that a file name contains a space character.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Enlarged /var Partition</title>
      <link>https://vincenttam.gitlab.io/post/2018-10-06-enlarged-var-partition/</link>
      <pubDate>Sat, 06 Oct 2018 08:02:36 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-10-06-enlarged-var-partition/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;I&amp;rsquo;ve installed &lt;a href=&#34;https://vincenttam.gitlab.io/post/2018-08-18-ubuntu-18-04-installation-on-fujitsu-ah557/#stage-2-try-a-live-session-before-installation&#34;&gt;Ubuntu 18.04 on my new laptop&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;The &lt;code&gt;/var&lt;/code&gt; partition was &lt;em&gt;too small&lt;/em&gt;.  The system complained that only&#xA;200 MB was left.&lt;/p&gt;&#xA;&lt;h3 id=&#34;solution&#34;&gt;Solution&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Rebooted with my &lt;i class=&#34;fab fa-linux&#34; aria-hidden&gt;&lt;/i&gt; live USB.&lt;/li&gt;&#xA;&lt;li&gt;Opened GParted.&lt;/li&gt;&#xA;&lt;li&gt;Moved &lt;code&gt;/tmp&lt;/code&gt; partition to the left and grew it to 6 GB.&lt;/li&gt;&#xA;&lt;li&gt;Grew &lt;code&gt;/var&lt;/code&gt; partition  to 16 GB&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;button type=&#34;submit&#34;&gt;&lt;i class=&#34;fas fa-check&#34; aria-hidden&gt;&lt;/i&gt;&lt;/button&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;!-- more --&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://vincenttam.gitlab.io/post/2018-10-06-enlarged-var-partition/gparted-running.png&#34; alt=&#34;GParted screenshot&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;results&#34;&gt;Results&lt;/h3&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://vincenttam.gitlab.io/post/2018-10-06-enlarged-var-partition/gparted-finished.png&#34; alt=&#34;GParted result partition table&#34;&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;details-tldr&#34;&gt;Details [TL;DR]&lt;/h3&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the GParted generated log.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Install Julia From Source</title>
      <link>https://vincenttam.gitlab.io/post/2018-09-22-install-julia-from-source/</link>
      <pubDate>Sat, 22 Sep 2018 21:38:43 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-09-22-install-julia-from-source/</guid>
      <description>&lt;h3 id=&#34;goal&#34;&gt;Goal&lt;/h3&gt;&#xA;&lt;p&gt;To get &lt;a href=&#34;https://julialang.org/&#34;&gt;Julia&lt;/a&gt; installed &lt;em&gt;as a normal user&lt;/em&gt; on &lt;a href=&#34;https://vincenttam.gitlab.io/post/2018-09-20-my-first-rhel-experience/&#34;&gt;RHEL 6&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;motivation&#34;&gt;Motivation&lt;/h3&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&amp;ldquo;&lt;a href=&#34;https://julialang.org/&#34;&gt;Julia&lt;/a&gt; talks like &lt;a href=&#34;https://www.python.org/&#34;&gt;Python&lt;/a&gt; but walks like &lt;a href=&#34;https://en.wikipedia.org/wiki/C_%28programming_language%29&#34;&gt;C&lt;/a&gt;.&amp;rdquo;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;To do statistics more efficiently.&lt;/p&gt;&#xA;&lt;p&gt;The compiled binaries often contain install scripts which put files to &lt;em&gt;shared&lt;/em&gt;&#xA;folders under &lt;code&gt;/usr&lt;/code&gt;.  Consequently, they have to be run as sudo privileges.&#xA;That drove me to start this lengthy Julia compilation.&lt;/p&gt;&#xA;&lt;h3 id=&#34;installation&#34;&gt;Installation&lt;/h3&gt;&#xA;&lt;p&gt;&lt;em&gt;Without sudo privileges&lt;/em&gt;, I&amp;rsquo;ve chosen to compile &lt;a href=&#34;https://julialang.org/&#34;&gt;Julia&lt;/a&gt; from &lt;a href=&#34;https://github.com/JuliaLang/julia&#34;&gt;source&lt;/a&gt;.&#xA;I was too &lt;em&gt;lazy&lt;/em&gt; to get &lt;a href=&#34;https://centos.pkgs.org/6/puias-computational-x86_64/julia037-0.3.7-2.sdl6.x86_64.rpm.html&#34;&gt;the dependencies&lt;/a&gt; fixed.  I just compiled it&#xA;&lt;em&gt;without&lt;/em&gt; &lt;a href=&#34;https://gcc.gnu.org/fortran/&#34;&gt;GFortran&lt;/a&gt; and &lt;a href=&#34;https://www.freedesktop.org/wiki/Software/pkg-config/&#34;&gt;pkg-config&lt;/a&gt; under the &lt;code&gt;~/src&lt;/code&gt; folder.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My First RHEL Experience</title>
      <link>https://vincenttam.gitlab.io/post/2018-09-20-my-first-rhel-experience/</link>
      <pubDate>Thu, 20 Sep 2018 21:47:02 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-09-20-my-first-rhel-experience/</guid>
      <description>&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;This article records my errors and difficulties encountered on the first day I&#xA;came across Red Hat Enterprise Linux 7 in my school&amp;rsquo;s laboratory, as a&#xA;&lt;em&gt;normal user without sudo privileges&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The login screen was gdm, and the desktop environment was GNOME.  IBus was used&#xA;as the input engine.&lt;/p&gt;&#xA;&lt;h3 id=&#34;packages-installed&#34;&gt;Packages installed&lt;/h3&gt;&#xA;&lt;p&gt;The principal goal is to install tools that I usually use on RHEL &lt;em&gt;without&lt;/em&gt; sudo&#xA;permissions.  To do so, I&amp;rsquo;ve downloaded the executable binaries or source code&#xA;of these packages.  As I wanted to focus on my studies, I prefer downloading&#xA;executable binaries.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Copy File and Preserve Path</title>
      <link>https://vincenttam.gitlab.io/post/2018-09-17-copy-file-and-preserve-path/</link>
      <pubDate>Mon, 17 Sep 2018 12:39:09 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-09-17-copy-file-and-preserve-path/</guid>
      <description>&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;While making changes to a theme for a static site generator, I changed files&#xA;under a Git submodule included in the repo for my blog.  (e.g.&#xA;&lt;code&gt;themes/beautifulhugo&lt;/code&gt;)  That&amp;rsquo;s ideal for local testing, but not for version&#xA;control.  As a result, I cloned the repo for the theme to a directory &lt;em&gt;separate&lt;/em&gt;&#xA;from the one for my bloge (say, &lt;code&gt;~/beautifulhugo&lt;/code&gt;), and commit the changes&#xA;there, then performed a Git submodule update so as to make the workflow clean.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CJK on Ubuntu 18.04</title>
      <link>https://vincenttam.gitlab.io/post/2018-09-09-cjk-on-ubuntu-18-04/</link>
      <pubDate>Sun, 09 Sep 2018 00:33:53 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-09-09-cjk-on-ubuntu-18-04/</guid>
      <description>&lt;h3 id=&#34;goal&#34;&gt;Goal&lt;/h3&gt;&#xA;&lt;p&gt;To enable Chinese and Japanese input on &lt;a href=&#34;https://releases.ubuntu.com/18.04/&#34;&gt;(X)ubuntu 18.04&lt;/a&gt; laptops&#xA;&lt;i class=&#34;fas fa-laptop&#34; aria-hidden&gt;&lt;/i&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;my-choices-of-input-method&#34;&gt;My choices of input method&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;&lt;i class=&#34;fas fa-laptop&#34; aria-hidden&gt;&lt;/i&gt;&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;old&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;new&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;OS&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Xubuntu 18.04&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Ubuntu 18.04&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Desktop Environment&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://xfce.org/&#34;&gt;Xfce&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://www.gnome.org/&#34;&gt;GNOME&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;Input method&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://fcitx-im.org/wiki/Fcitx&#34;&gt;Fcitx&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://github.com/ibus/ibus/wiki&#34;&gt;IBus&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Language&lt;/th&gt;&#xA;          &lt;th style=&#34;text-align: left&#34;&gt;Method&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;中文&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://rime.im&#34;&gt;Rime&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;日本語&lt;/td&gt;&#xA;          &lt;td style=&#34;text-align: left&#34;&gt;&lt;a href=&#34;https://github.com/google/mozc&#34;&gt;Mozc&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;On my old Fujitsu laptop running Xubuntu, I&amp;rsquo;ve chosen &lt;a href=&#34;https://fcitx-im.org/wiki/Fcitx&#34;&gt;Fcitx&lt;/a&gt;.  This turns out&#xA;to be a &lt;em&gt;difficult&lt;/em&gt; choice when I install &lt;a href=&#34;https://rime.im&#34;&gt;Rime&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;japanese-input&#34;&gt;Japanese input&lt;/h3&gt;&#xA;&lt;p&gt;Thanks to &lt;a href=&#34;https://sites.google.com/site/hymd3a/linux/ibus-mozc-shortcut&#34;&gt;ひゃまだ&lt;/a&gt;, I&amp;rsquo;ve managed to switch between difference modes in&#xA;&lt;a href=&#34;https://github.com/google/mozc&#34;&gt;Mozc&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Ubuntu 18.04 Installation on Fujitsu AH557</title>
      <link>https://vincenttam.gitlab.io/post/2018-08-18-ubuntu-18-04-installation-on-fujitsu-ah557/</link>
      <pubDate>Sat, 18 Aug 2018 18:39:42 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-08-18-ubuntu-18-04-installation-on-fujitsu-ah557/</guid>
      <description>&lt;h3 id=&#34;objective&#34;&gt;Objective&lt;/h3&gt;&#xA;&lt;p&gt;To get a hands-on experience on Ubuntu installation on a UEFI hybrid system.&lt;/p&gt;&#xA;&lt;h3 id=&#34;devices&#34;&gt;Devices&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;120 GB SSD disk: &lt;code&gt;/dev/sda&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;1 TB HDD disk: &lt;code&gt;/dev/sdb&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;8 GB USB key: &lt;code&gt;/dev/sdc&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;stage-0-precautions&#34;&gt;Stage 0: precautions&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ensure that your machine &lt;i class=&#34;fa fa-laptop&#34; aria-hidden&gt;&lt;/i&gt; has enough&#xA;power.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Disable Secure Boot in M$ Windows&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Disable Quick Boot in boot menu&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;stage-1-make-your-live-usb-key&#34;&gt;Stage 1: Make your live USB key&lt;/h3&gt;&#xA;&lt;p&gt;I tried Xubuntu&amp;rsquo;s built-in disk writing tool to create a live &lt;i&#xA;class=&#34;fab fa-linux&#34; aria-hidden&gt;&lt;/i&gt; USB key from the &lt;a href=&#34;https://www.ubuntu.com/download/desktop&#34;&gt;official ISO file&lt;/a&gt;.&#xA;Like &lt;a href=&#34;https://vincenttam.gitlab.io/post/2018-06-28-xubuntu-dualboot-on-fujitsu-lh532/&#34;&gt;my Xubuntu 18.04 installation&lt;/a&gt; on Fujitsu LH532 &lt;i class=&#34;fa fa-laptop&#34;&#xA;aria-hidden&gt;&lt;/i&gt;, the installer &lt;em&gt;crashed&lt;/em&gt; during the installation.  After&#xA;submitting the generated report to Launchpad, I found out that the cause for&#xA;this crash: the &lt;em&gt;integrity test for my live &lt;i class=&#34;fab fa-linux&#34; aria-hidden&gt;&#xA;&lt;/i&gt; USB key had failed&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>TLP Prevents Login on Ubuntu 18.04</title>
      <link>https://vincenttam.gitlab.io/post/2018-08-15-tlp-prevents-login-on-ubuntu-18-04/</link>
      <pubDate>Wed, 15 Aug 2018 11:12:59 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-08-15-tlp-prevents-login-on-ubuntu-18-04/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s FOSS&amp;rsquo;s &lt;a href=&#34;https://itsfoss.com/things-to-do-after-installing-ubuntu-18-04/&#34;&gt;after-installation guide&lt;/a&gt; #11 recommends &lt;a href=&#34;https://linrunner.de/en/tlp/tlp.html&#34;&gt;TLP&lt;/a&gt;.  However,&#xA;this package stopped my laptop from shutting down and logging in.  I resorted&#xA;to remove it through TTY.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Combine PDF in Linux</title>
      <link>https://vincenttam.gitlab.io/post/2018-07-13-combine-pdf-in-linux/</link>
      <pubDate>Fri, 13 Jul 2018 17:30:54 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-07-13-combine-pdf-in-linux/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://manpages.ubuntu.com/manpages/trusty/man1/pdfunite.1.html&#34;&gt;pdfunite&lt;/a&gt; is fairly easy to use.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;pdfunite PDF-sourcefile1..PDF-sourcefilen PDF-destfile&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Another way is to use &lt;a href=&#34;https://qpdf.sourceforge.net/&#34;&gt;QPDF&lt;/a&gt;.  I&amp;rsquo;ve learnt to add &lt;code&gt;--empty&lt;/code&gt; from&#xA;&lt;a href=&#34;https://github.com/qpdf/qpdf/issues/11&#34;&gt;@qpdf/qpdf:#12&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;qpdf --empty --pages *.pdf -- out.pdf&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Brightness Key on Linux</title>
      <link>https://vincenttam.gitlab.io/post/2018-07-09-brightness-key-on-linux/</link>
      <pubDate>Mon, 09 Jul 2018 23:21:17 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-07-09-brightness-key-on-linux/</guid>
      <description>&lt;h3 id=&#34;problem&#34;&gt;Problem&lt;/h3&gt;&#xA;&lt;p&gt;One can use &lt;a href=&#34;https://askubuntu.com/q/62249/259048&#34;&gt;xrandr to adjust screen brightness&lt;/a&gt;.  However, the&#xA;factor (default to 1.0) is &lt;em&gt;relative&lt;/em&gt; to the current brightness.&#xA;&lt;strong&gt;How to enable the brightness adjust keys &lt;i class=&#34;far fa-sun&#34;&#xA;aria-hidden&gt;&lt;/i&gt;&lt;i class=&#34;fa fa-caret-up&#34; aria-hidden&gt;&lt;/i&gt;/&lt;i&#xA;class=&#34;far fa-sun&#34; aria-hidden&gt;&lt;/i&gt;&lt;i class=&#34;fa fa-caret-down&#34;&#xA;aria-hidden&gt;&lt;/i&gt; on the keyboard under Xubuntu 18.04?&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;solution&#34;&gt;Solution&lt;/h3&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://ubuntuforums.org/showthread.php?t=2080301&#34;&gt;Toz&amp;rsquo;s post&lt;/a&gt; on Ubuntu Forum works like a charm.  The default value&#xA;for &lt;code&gt;GRUB_CMDLINE_LINUX&lt;/code&gt; is an &lt;em&gt;empty&lt;/em&gt; string.  Changing it to&#xA;&lt;code&gt;acpi_backlight=vendor&lt;/code&gt; and updating the &lt;a href=&#34;https://www.gnu.org/software/grub/&#34;&gt;GRUB&lt;/a&gt; has solved the&#xA;problem since the next boot.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Upgraded to Linux Mint 19</title>
      <link>https://vincenttam.gitlab.io/post/2018-07-07-upgraded-to-linux-mint-19/</link>
      <pubDate>Sat, 07 Jul 2018 21:14:02 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-07-07-upgraded-to-linux-mint-19/</guid>
      <description>&lt;h3 id=&#34;rationale&#34;&gt;Rationale&lt;/h3&gt;&#xA;&lt;p&gt;My &lt;a href=&#34;https://linuxmint.com/edition.php?id=248&#34;&gt;Linux Mint 18.3&lt;/a&gt; installed on Clevo N240GU &lt;i class=&#34;fa&#xA;fa-laptop&#34; aria-hidden&gt;&lt;/i&gt; was a long-term support (LTS) version.&#xA;Although the &lt;a href=&#34;https://blog.linuxmint.com/?p=3615&#34;&gt;official page&lt;/a&gt; &lt;em&gt;didn&amp;rsquo;t&lt;/em&gt; recommend an upgrade for its&#xA;own sake, I still performed it as a result of my conversation with a&#xA;technician in a computer store.  He thought that the display problem&#xA;in the current version would be &lt;em&gt;fixed&lt;/em&gt; in this upgraded version.&lt;/p&gt;&#xA;&#xA;&lt;link rel=&#34;stylesheet&#34; href=&#34;https://vincenttam.gitlab.io/css/hugo-easy-gallery.css&#34; /&gt;&#xA;&lt;div class=&#34;box&#34; &gt;&#xA;  &lt;figure  itemprop=&#34;associatedMedia&#34; itemscope itemtype=&#34;http://schema.org/ImageObject&#34;&gt;&#xA;    &lt;div class=&#34;img&#34;&gt;&#xA;      &lt;img itemprop=&#34;thumbnail&#34; src=&#34;20180706_213156_HDR.jpg&#34; alt=&#34;Linux Mint 18.3&#34;/&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;a href=&#34;20180706_213156_HDR.jpg&#34; itemprop=&#34;contentUrl&#34;&gt;&lt;/a&gt;&#xA;  &lt;/figure&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;p&gt;The old version of Linux Mint &lt;em&gt;couldn&amp;rsquo;t&lt;/em&gt; detect the onboard Intel&#xA;graphics card.  Therefore, &lt;code&gt;sensors&lt;/code&gt; reported a higher CPU temperature&#xA;and the display resolution &lt;em&gt;couldn&amp;rsquo;t&lt;/em&gt; be correctly configured.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Configure UFW for Hugo</title>
      <link>https://vincenttam.gitlab.io/post/2018-06-29-hugo-ufw/</link>
      <pubDate>Fri, 29 Jun 2018 06:36:21 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-06-29-hugo-ufw/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://sites.google.com/site/easylinuxtipsproject/security#TOC-Firewall&#34;&gt;Easy Linux tips project&lt;/a&gt; recommends users to enable their&#xA;firewall.  However, this blocks all incoming traffic by default.  If&#xA;one wants to &lt;a href=&#34;https://vincenttam.github.io/blog/2016/08/21/website-preview-in-mobile-devices/&#34;&gt;test the site on mobile devices&lt;/a&gt;, one will need to&#xA;add a few rules to &lt;a href=&#34;https://launchpad.net/ufw&#34;&gt;UFW&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;$ sudo ufw allow ssh&#xA;$ sudo ufw allow http&#xA;$ sudo ufw allow https&#xA;$ sudo ufw allow 80/tcp&#xA;$ sudo ufw allow 1313/tcp comment &amp;quot;hugo server&amp;quot;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;I learnt the last line from &lt;a href=&#34;https://xn--v6q832hwdkvom.com/post/ufw/#%E3%83%AB%E3%83%BC%E3%83%AB%E3%81%AB%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E3%82%92%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B%E3%81%AB%E3%81%AF&#34;&gt;竹内電設&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Xubuntu Dualboot on Fujitsu LH532</title>
      <link>https://vincenttam.gitlab.io/post/2018-06-28-xubuntu-dualboot-on-fujitsu-lh532/</link>
      <pubDate>Thu, 28 Jun 2018 21:50:45 +0200</pubDate>
      <guid>https://vincenttam.gitlab.io/post/2018-06-28-xubuntu-dualboot-on-fujitsu-lh532/</guid>
      <description>&lt;p&gt;You may skip to the &lt;a href=&#34;#blow-up-and-rebuild&#34;&gt;acutal setup&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;background&#34;&gt;Background&lt;/h3&gt;&#xA;&lt;p&gt;After using Win 7 &amp;amp; 10 for six years on my Fujitsu LH532 &lt;i class=&#34;fa&#xA;fa-laptop&#34; aria-hidden&gt;&lt;/i&gt;, Windows 10 often falls into blue screen.&#xA;Sometimes, it &lt;em&gt;won&amp;rsquo;t&lt;/em&gt; even start up.&lt;/p&gt;&#xA;&lt;h3 id=&#34;give-xubuntu-a-try&#34;&gt;Give Xubuntu a try&lt;/h3&gt;&#xA;&lt;p&gt;Hoping to give a second life to my old &lt;i class=&#34;fa fa-laptop&#34;&#xA;aria-hidden&gt;&lt;/i&gt;, I&amp;rsquo;ve decided to try this popular lightweight&#xA;distro.&lt;/p&gt;&#xA;&lt;h4 id=&#34;initial-partition-setup&#34;&gt;Initial partition setup&lt;/h4&gt;&#xA;&lt;p&gt;I followed the instructions from &lt;a href=&#34;https://askubuntu.com/q/343268/259048&#34;&gt;Danatela&amp;rsquo;s question&lt;/a&gt;, including&#xA;the optional setup of separate &lt;code&gt;/var&lt;/code&gt; and &lt;code&gt;/tmp&lt;/code&gt; partition.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
