<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>linuxism</title>
    <link>https://linuxism.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 13 May 2026 07:49:14 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>linuxism</managingEditor>
    <image>
      <title>linuxism</title>
      <url>https://t1.daumcdn.net/cfile/tistory/1523C8454D0CCD9D04</url>
      <link>https://linuxism.tistory.com</link>
    </image>
    <item>
      <title>https://www.makeopensourcegreatagain.com/rpms/</title>
      <link>https://linuxism.tistory.com/2495</link>
      <description>&lt;p data-ke-size=&quot;size16&quot;&gt;&lt;a href=&quot;https://www.makeopensourcegreatagain.com/rpms/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://www.makeopensourcegreatagain.com/rpms/&lt;/a&gt;&lt;/p&gt;</description>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2495</guid>
      <comments>https://linuxism.tistory.com/2495#entry2495comment</comments>
      <pubDate>Sun, 23 Oct 2022 12:19:45 +0900</pubDate>
    </item>
    <item>
      <title>Google offers first part of its in-house M:N thread code as open source to Linux kernel</title>
      <link>https://linuxism.tistory.com/2388</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;Mon&amp;nbsp;10&amp;nbsp;Aug&amp;nbsp;2020&lt;span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;//&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;06:55&amp;nbsp;UTC&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Google has confirmed it plans to contribute some of its in-house threading code to the Linux kernel, but hasn&amp;rsquo;t disclosed its motivations beyond a desire to share.&lt;/p&gt;
&lt;p&gt;As&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://lkml.org/lkml/2020/7/22/1204&quot;&gt;described&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;by Googler Peter Oskolkov on the Linux kernel mailing list, the tech is &amp;ldquo;an M:N userspace threading subsystem backed by Google-private SwitchTo Linux Kernel API. This subsystem provides latency-sensitive services at Google with fine-grained user-space control/scheduling over what is running when, and this subsystem is used widely internally (called schedulers or fibers).&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Scheduling and managing threads matters when you want to make sure your CPU cores don&amp;rsquo;t lie idle if there&amp;rsquo;s work they could usefully be doing. M:N threading is one approach, and it's typically more efficient than the 1:1 approach most kernels tend to use.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;The Register&lt;/i&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;asked Google to explain what it&amp;rsquo;s up to with this contribution to the kernel and was told simply: &quot;Threading technology is widely used across Google.&quot;&lt;/p&gt;
&lt;p&gt;Which makes a lot of sense given Google tries to wring the most out of its colossal server fleet.&lt;/p&gt;
&lt;p&gt;We were also told the web goliath &amp;ldquo;generally wants to open source helpful production APIs&quot; and is releasing this code in the spirit that saw it share the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://github.com/abseil/abseil-cpp/blob/master/absl/base/internal/low_level_scheduling.h&quot;&gt;Abseil&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;scheduling code and&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://github.com/google/tcmalloc&quot;&gt;tcmalloc&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;memory allocation routines.&lt;/p&gt;
&lt;p&gt;While the post to the kernel mailing list targets version 5.9 of the Linux kernel, Google told us it has: &quot;No firm timeframe to share at this time&quot; regarding when Linux users might be able to play with its SwitchTo API. According to Oskolkov, the latest patches are &quot;the first step to open-source this work.&quot;&lt;/p&gt;
&lt;p&gt;Google first discussed this work in 2013 in a&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=KXuZi9aeGTw&quot;&gt;talk&lt;/a&gt;, and the lengthy time elapsed since that event could mean that Google now runs more advanced scheduling code in-house and is therefore comfortable open-sourcing old work.&lt;/p&gt;
&lt;p&gt;Android&amp;rsquo;s reliance on the Linux kernel could be another factor here, as with many smartphones now boasting multi-core processors better threading could be desirable.&lt;/p&gt;
&lt;p&gt;A few posts to the mailing list discussed the API in recent weeks, and Oskolkov&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://lkml.iu.edu/hypermail/linux/kernel/2008.0/01996.html&quot;&gt;said&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;he&amp;rsquo;d submitted the last of the code. With the Linux 5.9 merge window currently open, we&amp;rsquo;ll soon know if it will hit the kernel sooner or later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;source - &lt;a href=&quot;https://www.theregister.com/2020/08/10/google_scheduling_code_reaches_linux/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;www.theregister.com/2020/08/10/google_scheduling_code_reaches_linux/&lt;/a&gt;&lt;/p&gt;</description>
      <category>System/Linux</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2388</guid>
      <comments>https://linuxism.tistory.com/2388#entry2388comment</comments>
      <pubDate>Sat, 19 Sep 2020 07:36:27 +0900</pubDate>
    </item>
    <item>
      <title>Install Citrix Workspace App on Fedora 32</title>
      <link>https://linuxism.tistory.com/2372</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;a href=&quot;https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1912.html&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Download the clientCitrix&amp;nbsp;Workspace&amp;nbsp;App &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;a href=&quot;https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1912.html&quot;&gt;https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-1912.html&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# dnf install ./ICAClient-rhel-19.12.0.19-0.x86_64.rpm&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# dnf&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;install&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;motif&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;motif&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;.i686&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;libXaw&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;libXaw&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;.i686&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;libidn1&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;.34&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# &lt;span style=&quot;color: #333333;&quot;&gt;/opt/Citrix/ICAClient/&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;util/ctx_rehash&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# ALL_CERTS=&lt;/span&gt;&lt;span&gt;'/etc/pki/ca-trust/extracted/pem/*.pem /etc/pki/tls/*.pem /usr/share/pki/ca-trust-source/ca-bundle.trust.crt'&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# CITRIX=/opt/Citrix/ICAClient/keystore/cacerts &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# for&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; x &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;in&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span&gt;${ALL_CERTS}&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;do&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; ln -sf &lt;/span&gt;&lt;span&gt;&quot;&lt;span&gt;${x}&lt;/span&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span&gt;&quot;&lt;span&gt;${CITRIX}&lt;/span&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;done&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# ln -s /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem /opt/Citrix/ICAClient/keystore/cacerts/ &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# cd /opt/Citrix/ICAClient/keystore/cacerts/&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;# awk 'BEGIN {c=0;} /BEGIN CERT/{c++} { print &amp;gt; &quot;cert.&quot; c &quot;.pem&quot;}' &amp;lt; tls-ca-bundle.pem&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;Edit /usr/share/applications/wfica.desktop (as root)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Change:&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span&gt;Exec&lt;/span&gt;=/opt/Citrix/ICAClient/wfica -icaroot /opt/Citrix/ICAClient %f&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To:&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span style=&quot;color: #333333;&quot;&gt;&lt;span&gt;Exec&lt;/span&gt;=env LD_PRELOAD=&lt;span&gt;&quot;/lib64/libcrypto.so.1.0.2o&quot;&lt;/span&gt; /opt/Citrix/ICAClient/wfica -icaroot &lt;span style=&quot;color: #333333;&quot;&gt;/opt/Citrix/ICAClient %f&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333;&quot;&gt;source - &lt;a href=&quot;https://ask.fedoraproject.org/t/howto-citrix-receiver-on-fedora-30/1274/31&quot;&gt;https://ask.fedoraproject.org/t/howto-citrix-receiver-on-fedora-30/1274/31&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <category>System/Linux</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2372</guid>
      <comments>https://linuxism.tistory.com/2372#entry2372comment</comments>
      <pubDate>Sun, 19 Jul 2020 06:23:13 +0900</pubDate>
    </item>
    <item>
      <title>ThreadPoolTaskScheduler initialize method</title>
      <link>https://linuxism.tistory.com/2367</link>
      <description>&lt;p&gt;ThreadPoolTaskScheduler가 Spring Bean으로 설정되지 않았다면, initialize() 메서드를 명시적으로 호출합니다.&lt;/p&gt;
&lt;p&gt;하지만, Spring Bean일 경우 ExecutorConfigurationSupport.afterafterPropertiesSet() 메서드에서 자동으로 &lt;span style=&quot;color: #333333;&quot;&gt;initialize() 메서드가 호출됩니다.&lt;/span&gt;&lt;/p&gt;</description>
      <category>Framework &amp;amp; Platform/Spring</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2367</guid>
      <comments>https://linuxism.tistory.com/2367#entry2367comment</comments>
      <pubDate>Sun, 29 Mar 2020 21:37:31 +0900</pubDate>
    </item>
    <item>
      <title>[VirtualBox] To access USB on Linux host.</title>
      <link>https://linuxism.tistory.com/2365</link>
      <description>&lt;p&gt;sudo&amp;nbsp;usermod&amp;nbsp;-aG&amp;nbsp;vboxusers $USER&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Log out and log in again&lt;/span&gt;&lt;/p&gt;</description>
      <category>System/VM</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2365</guid>
      <comments>https://linuxism.tistory.com/2365#entry2365comment</comments>
      <pubDate>Sun, 19 May 2019 11:33:52 +0900</pubDate>
    </item>
    <item>
      <title>[MUDIS] MU-8H NEW웨이티드88건반 전자피아노</title>
      <link>https://linuxism.tistory.com/2364</link>
      <description>&lt;p&gt;어린이날 기념으로 아이들을 위한 전자피아노를 검색한 결과 MUDIS 전자피아노를 구매하게 되었습니다. 저렴한 가격이지만 여러면에서 좋은 것 같습니다. 아이들도 저도 만족하고 있습니다. 88건반이라서 아이 둘이 같이 앉아서 연주할 수 있어서 좋은 것 같습니다.어린이날&amp;nbsp;기념으로&amp;nbsp;아이들을&amp;nbsp;위한&amp;nbsp;전자피아노를&amp;nbsp;검색한&amp;nbsp;결과&amp;nbsp;MUDIS&amp;nbsp;전자피아노를&amp;nbsp;구매하게&amp;nbsp;되었습니다.&amp;nbsp;저렴한&amp;nbsp;가격이지만&amp;nbsp;여러면에서&amp;nbsp;좋은&amp;nbsp;것&amp;nbsp;같습니다.&amp;nbsp;아이들도&amp;nbsp;저도&amp;nbsp;만족하고&amp;nbsp;있습니다.&amp;nbsp;88건반이라서&amp;nbsp;아이&amp;nbsp;둘이&amp;nbsp;같이&amp;nbsp;앉아서&amp;nbsp;연주할&amp;nbsp;수&amp;nbsp;있어서&amp;nbsp;좋은&amp;nbsp;것&amp;nbsp;같습니다.&amp;nbsp;음색을&amp;nbsp;11가지로&amp;nbsp;선택할&amp;nbsp;수&amp;nbsp;있고,&amp;nbsp;특히&amp;nbsp;시범연주곡이&amp;nbsp;10곡이&amp;nbsp;있어서&amp;nbsp;아이들이&amp;nbsp;좋아하더라구요.&amp;nbsp;전자피아노라&amp;nbsp;보니&amp;nbsp;음량조정,&amp;nbsp;건반터치,&amp;nbsp;녹음/재생기능&amp;nbsp;등이&amp;nbsp;가능해서&amp;nbsp;더&amp;nbsp;좋은&amp;nbsp;것&amp;nbsp;같습니다.&lt;/p&gt;
&lt;p&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;20190429_210707.jpg&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/b1jfg0/btqvoEHPX7Z/xYzTQpzEBkD2nv9YPTOaC0/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/b1jfg0/btqvoEHPX7Z/xYzTQpzEBkD2nv9YPTOaC0/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/b1jfg0/btqvoEHPX7Z/xYzTQpzEBkD2nv9YPTOaC0/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fb1jfg0%2FbtqvoEHPX7Z%2FxYzTQpzEBkD2nv9YPTOaC0%2Fimg.jpg&quot; data-filename=&quot;20190429_210707.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;1.jpg&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/d1g6HN/btqvpAZeyCf/W8qHVgerywzcpea88JCTCk/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/d1g6HN/btqvpAZeyCf/W8qHVgerywzcpea88JCTCk/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/d1g6HN/btqvpAZeyCf/W8qHVgerywzcpea88JCTCk/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2Fd1g6HN%2FbtqvpAZeyCf%2FW8qHVgerywzcpea88JCTCk%2Fimg.jpg&quot; data-filename=&quot;1.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;2.jpg&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/byyXS9/btqvqL0iX8Q/8Zb1fpaYbpjUIlfIX3NSik/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/byyXS9/btqvqL0iX8Q/8Zb1fpaYbpjUIlfIX3NSik/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/byyXS9/btqvqL0iX8Q/8Zb1fpaYbpjUIlfIX3NSik/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbyyXS9%2FbtqvqL0iX8Q%2F8Zb1fpaYbpjUIlfIX3NSik%2Fimg.jpg&quot; data-filename=&quot;2.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;figure class=&quot;imageblock alignCenter&quot; data-filename=&quot;3.jpg&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/Qb3ry/btqvpjjc0qp/rluGPtUok1jbvpJ9c9CpG1/img.jpg&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/Qb3ry/btqvpjjc0qp/rluGPtUok1jbvpJ9c9CpG1/img.jpg&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/Qb3ry/btqvpjjc0qp/rluGPtUok1jbvpJ9c9CpG1/img.jpg&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FQb3ry%2Fbtqvpjjc0qp%2FrluGPtUok1jbvpJ9c9CpG1%2Fimg.jpg&quot; data-filename=&quot;3.jpg&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/p&gt;</description>
      <category>기타</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2364</guid>
      <comments>https://linuxism.tistory.com/2364#entry2364comment</comments>
      <pubDate>Sat, 18 May 2019 09:04:09 +0900</pubDate>
    </item>
    <item>
      <title>linux - reinstall GRUB2</title>
      <link>https://linuxism.tistory.com/2363</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;to boot your system with a live-cd like&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://www.system-rescue-cd.org/SystemRescueCd_Homepage&quot;&gt;systemrescuecd.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mkdir /mnt/temp &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mount /dev/xvda2 /mnt/temp/ &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;mount:&amp;nbsp;unknown&amp;nbsp;filesystem&amp;nbsp;type&amp;nbsp;'LVM2_member'&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp;yum&amp;nbsp;install&amp;nbsp;lvm2&lt;br /&gt;&amp;nbsp; &amp;nbsp;modprobe&amp;nbsp;dm-mod&amp;nbsp;&lt;br /&gt;&amp;nbsp; &amp;nbsp;vgscan&lt;br /&gt;&amp;nbsp; &amp;nbsp;vgchange&amp;nbsp;-ay&amp;nbsp;VolGroup00&lt;br /&gt;&amp;nbsp; &amp;nbsp;fdisk&amp;nbsp;-l&lt;br /&gt;&amp;nbsp; &amp;nbsp;mount&amp;nbsp;/dev/VolGroup00/LogVol00&amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;/mnt/temp/&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mount /dev/xvda1 /mnt/temp/boot &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mount --bind /proc /mnt/temp/proc &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mount --bind /sys /mnt/temp/sys &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #000000;&quot;&gt;&lt;span&gt;mount --bind /dev /mnt/temp/dev&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;chroot /mnt/temp /bin/bash&lt;/p&gt;
&lt;p&gt;grub2-mkconfig -o /boot/grub2/grub.cfg&lt;/p&gt;
&lt;p&gt;grub2-install /dev/sda&lt;/p&gt;</description>
      <category>System/Linux</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2363</guid>
      <comments>https://linuxism.tistory.com/2363#entry2363comment</comments>
      <pubDate>Sun, 12 May 2019 23:47:43 +0900</pubDate>
    </item>
    <item>
      <title>Fedora - locale: Cannot set LC_ALL to default locale: No such file or directory</title>
      <link>https://linuxism.tistory.com/2360</link>
      <description>&lt;p&gt;$ locale&lt;/p&gt;
&lt;p&gt;locale: Cannot set LC_ALL to default locale: No such file or directory&lt;/p&gt;
&lt;p&gt;#&amp;nbsp;dnf&amp;nbsp;-y&amp;nbsp;install&amp;nbsp;glibc-all-langpacks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;references -&amp;nbsp;&lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=1565718&quot;&gt;https://bugzilla.redhat.com/show_bug.cgi?id=1565718&lt;/a&gt;&lt;/p&gt;</description>
      <category>System/Linux</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2360</guid>
      <comments>https://linuxism.tistory.com/2360#entry2360comment</comments>
      <pubDate>Tue, 23 Apr 2019 20:27:15 +0900</pubDate>
    </item>
    <item>
      <title>SL-C433W 컬러레이저프린터 구매후기</title>
      <link>https://linuxism.tistory.com/2341</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, &amp;quot;맑은 고딕&amp;quot;, &amp;quot;Malgun Gothic&amp;quot;, 돋움, dotum, sans-serif; font-size: 16px; letter-spacing: -1px;&quot;&gt;&lt;b&gt;SL-C433W 컬러레이저프린터&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Apple SD Gothic Neo&amp;quot;, &amp;quot;맑은 고딕&amp;quot;, &amp;quot;Malgun Gothic&amp;quot;, 돋움, dotum, sans-serif; font-size: 16px; letter-spacing: -1px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;무선이라서 스마트폰에서 바로 프린트할 수 있어서 너무 편합니다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 500px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/9953563A5C12418925&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F9953563A5C12418925&quot; width=&quot;500&quot; height=&quot;281&quot; filename=&quot;20181202_135640.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;스마트폰으로 인터넷에서 아이들이 좋아하는 캐릭터를 컬러로 바로 출력할&amp;nbsp;수 있어서 너무 좋아요.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;구매 사이트&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;http://www.11st.co.kr/product/SellerProductDetail.tmall?method=getSellerProductDetail&amp;amp;prdNo=1336949164&amp;amp;xfrom=&amp;amp;xzone=&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>기타</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2341</guid>
      <comments>https://linuxism.tistory.com/2341#entry2341comment</comments>
      <pubDate>Thu, 13 Dec 2018 20:31:04 +0900</pubDate>
    </item>
    <item>
      <title>math</title>
      <link>https://linuxism.tistory.com/2310</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Math.abs(x) : 절대값&lt;/p&gt;&lt;p&gt;Math.ceil(x) : 올림&lt;/p&gt;&lt;p&gt;Math.floor(x) : 버림&lt;/p&gt;&lt;p&gt;Math.round(x) : 반올림&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;source - https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/Math&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/Common</category>
      <author>linuxism</author>
      <guid isPermaLink="true">https://linuxism.tistory.com/2310</guid>
      <comments>https://linuxism.tistory.com/2310#entry2310comment</comments>
      <pubDate>Sun, 27 May 2018 07:57:10 +0900</pubDate>
    </item>
  </channel>
</rss>