<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jakkalster</title>
    <description>minimalist blog</description>
    <link>https://jakkalster.github.io/</link>
    <atom:link href="https://jakkalster.github.io/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 27 Mar 2026 02:41:37 +0000</pubDate>
    <lastBuildDate>Fri, 27 Mar 2026 02:41:37 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Conky part 2</title>
        <description>&lt;p&gt;&lt;img src=&quot;/assets/images/conky-update.png&quot; alt=&quot;conky&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Last post i use conky to show if i’m connnected to tailscale network.&lt;br /&gt;
Now I updated my config to show packages and flatpak numbers of updates&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: sudo apt-get requires password, so need to edit or&lt;br /&gt;
add config file to /etc/sudoers.d&lt;/em&gt; &lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;check_update.sh

&lt;span class=&quot;c&quot;&gt;#!/bin/bash&lt;/span&gt;
&lt;span class=&quot;nb&quot;&gt;sudo &lt;/span&gt;apt-get update &lt;span class=&quot;o&quot;&gt;&amp;gt;&lt;/span&gt; /dev/null 
&lt;span class=&quot;nv&quot;&gt;update&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;$(&lt;/span&gt;aptitude search &lt;span class=&quot;s2&quot;&gt;&quot;~U&quot;&lt;/span&gt; | &lt;span class=&quot;nb&quot;&gt;wc&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-l&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nb&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;$update&lt;/span&gt; update available
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-bash highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;flatpak_update.sh

&lt;span class=&quot;c&quot;&gt;#!/bin/bash&lt;/span&gt;
&lt;span class=&quot;nv&quot;&gt;update&lt;/span&gt;&lt;span class=&quot;o&quot;&gt;=&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;$(&lt;/span&gt;flatpak remote-ls &lt;span class=&quot;nt&quot;&gt;--updates&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-a&lt;/span&gt; | &lt;span class=&quot;nb&quot;&gt;wc&lt;/span&gt; &lt;span class=&quot;nt&quot;&gt;-l&lt;/span&gt;&lt;span class=&quot;si&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;nb&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;nv&quot;&gt;$update&lt;/span&gt; update available
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;add to conky.conf

Pkg: ${alignr}${execi 7200 ~/.local/bin/check_update.sh}
Flatpak: ${alignr}${execi 10800 ~/.local/bin/flatpak_update.sh}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;&lt;a href=&quot;https://www.dotlinux.net/blog/how-to-run-sudo-command-without-entering-a-password-in-linux/&quot;&gt;https://www.dotlinux.net/blog/how-to-run-sudo-command-without-entering-a-password-in-linux/&lt;/a&gt; &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
        <pubDate>Tue, 24 Mar 2026 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2026/conky-2/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2026/conky-2/</guid>
        
        
      </item>
    
      <item>
        <title>Conky</title>
        <description>&lt;p&gt;&lt;img src=&quot;/assets/images/conky2.png&quot; alt=&quot;conky&quot; /&gt;&lt;/p&gt;

&lt;p&gt;It all started because i wanted to know whether i’m connected to tailscale or not. So i made some simple conky config to display some data&lt;/p&gt;

&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;conky.config = {

alignment = &apos;top_right&apos;,
background = false,
border_width = 1,
cpu_avg_samples = 2,
--default_color = &apos;#92B662&apos;,
default_color = &apos;white&apos;,
double_buffer = true,
font = &apos;Ubuntulight:size=10&apos;,
gap_x = 20,
gap_y = 40,
minimum_width = 200,
no_buffers = true,
update_interval = 1.0,
use_xft = true,
own_window = true,
own_window_type = &apos;normal&apos;,
own_window_transparent = true,
own_window_argb_visual = true,
own_window_argb_value = 255,
own_window_hints = &apos;undecorated,below,sticky,skip_taskbar,skip_pager&apos;,
draw_graph_borders = false,

};

conky.text = [[

System ${voffset 5} ${stippled_hr 2}
${voffset 5}${alignc}${uid_name 1000} @ ${nodename}
${voffset 5}Linux: ${alignr}${execi 3600 lsb_release -ds}
Kernel: ${alignr}${execi 3600 uname -r | cut -b 1-7}
Uptime: ${alignr}${uptime_short}
Batt: ${alignr}${battery_short BAT0} (${battery_time BAT0})


Network ${voffset 5} ${stippled_hr 2}
${voffset 5}Tailscale: ${alignr}${addr tailscale0}
Total: ${alignr}${totaldown tailscale0}
${voffset 8}Wifi: ${alignr}${addr wlp2s0}
SSID: ${alignr}${wireless_essid wlp2s0}
Quality: ${alignr}${wireless_bitrate wlp2s0} (${wireless_link_qual_perc wlp2s0} %)
Down: ${alignr}${upspeed wlp2s0} / ${totaldown wlp2s0}
Up: ${alignr}${downspeed wlp2s0} / ${totalup wlp2s0}


Drives ${voffset 5} ${stippled_hr 2}
${voffset 5}Data: ${alignr}${fs_used} / ${fs_size}
Free: ${alignr}${fs_free} ( ${fs_free_perc} % )
Swap: ${alignr}${swap} / ${swapmax}

]];
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
</description>
        <pubDate>Sat, 21 Mar 2026 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2026/conky/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2026/conky/</guid>
        
        
      </item>
    
      <item>
        <title>Test Post</title>
        <description>&lt;h2&gt;This is a test post&lt;/h2&gt;
</description>
        <pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2026/test-post/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2026/test-post/</guid>
        
        
      </item>
    
      <item>
        <title>Updating proxmox machine</title>
        <description>&lt;p&gt;Time to upgrade my proxmox pc to 16gb from 8gb. This is just so i can play around more with containers and vm’s. 
Bought second hand from shoppee.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/assets/images/ram3.jpg&quot; alt=&quot;proxmox&quot; /&gt;
&lt;img src=&quot;/assets/images/ram5.jpg&quot; alt=&quot;ram&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2026/upgrade-proxmox/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2026/upgrade-proxmox/</guid>
        
        
      </item>
    
      <item>
        <title>Closing old chapter and open a new one</title>
        <description>&lt;p&gt;Dulu saya ada blog di wordpress.com, tapi itulah jarang update sebab tidak tau apa mau type content. Saya plan mau delete blog di wordpress 
dan pakai github pages saja sambil-sambil belajar git dengan markdown.&lt;/p&gt;

&lt;p&gt;Sebelum lupa, merry early christmas from me&lt;/p&gt;
</description>
        <pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2024/migrating/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2024/migrating/</guid>
        
        
      </item>
    
      <item>
        <title>Minimal blog</title>
        <description>&lt;p&gt;This will be a place for me to write about stuff that i learn, random thoughts and everything in between. Content will be mixed between bahasa and english.&lt;/p&gt;
</description>
        <pubDate>Mon, 16 Dec 2024 00:00:00 +0000</pubDate>
        <link>https://jakkalster.github.io/2024/blog-1/</link>
        <guid isPermaLink="true">https://jakkalster.github.io/2024/blog-1/</guid>
        
        
      </item>
    
  </channel>
</rss>
