<?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 Rowanto Luo</title><link>https://log.rowanto.com/categories/linux/</link><description>Recent content in Linux on Rowanto Luo</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 25 Sep 2014 09:00:00 +0000</lastBuildDate><atom:link href="https://log.rowanto.com/categories/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2014-6271: what is it and how to check if you're vulnerable and fix it</title><link>https://log.rowanto.com/posts/cve-2014-6271-what-is-it-and-how-to-check-if-youre-vulnerable-and-fix-it/</link><pubDate>Thu, 25 Sep 2014 09:00:00 +0000</pubDate><guid>https://log.rowanto.com/posts/cve-2014-6271-what-is-it-and-how-to-check-if-youre-vulnerable-and-fix-it/</guid><description>
&lt;p&gt;What is actually CVE-2014-6271?&lt;/p&gt;
&lt;p&gt;Actually redhat did a very good job describing it: &lt;a href="https://access.redhat.com/articles/1200223"&gt;https://access.redhat.com/articles/1200223&lt;/a&gt;
From what I&amp;rsquo;ve understood, it&amp;rsquo;s basically a bug that allows you in bash to do some other command after the function declaration in a variable.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s change the example a little bit, so that it&amp;rsquo;s more easier to read:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; env your_function='() { echo &amp;quot;your function do something&amp;quot;;}; echo &amp;quot;but I can still add other command after your function&amp;quot;' bash -c &amp;quot;echo this is a test&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you system is affected with the bug, if you run that command, you will see the text &amp;ldquo;but I can still add other command after your function&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Monitor resolution not properly detected in Linux (Debian 7 or Wheezy)</title><link>https://log.rowanto.com/posts/monitor-resolution-not-properly-detected-linux-debian-7-or-wheezy/</link><pubDate>Fri, 09 Aug 2013 09:00:00 +0000</pubDate><guid>https://log.rowanto.com/posts/monitor-resolution-not-properly-detected-linux-debian-7-or-wheezy/</guid><description>
&lt;p&gt;So I have an ATI HD5xxx graphic card in my desktop personal computer. It&amp;rsquo;s a nice and quite fast card. It also has three display adapters: HDMI, DVI, DisplayPort. On my desk, there are two monitors. One of them have a DVI and a VGA adapter. The other however, only have VGA adapter. Do you see the problem here?&lt;/p&gt;
&lt;p&gt;My graphic card has no VGA adapter, because of this, I need to use some adapter, and because I used an adapter, the resolution of the monitor is not detected properly. The native resolution of that monitor is 1920x1080 pixels, but I can only set it to 1440x900 when I use the adapter (which looks quite ugly). This problem is easily solveable in Windows 8. The windows&amp;rsquo; ATI Cataylst has an option to force a resolution on the monitor. So I can just force 1920x1080 and it works perfectly. Debian (or other distribution like Fedora) however, does not have this option..&lt;/p&gt;</description></item><item><title>Installing Skype on 64-bit Debian 7 (codename: Wheezy)</title><link>https://log.rowanto.com/posts/installing-skype-on-64-bit-debian-7-codename-wheezy/</link><pubDate>Thu, 08 Aug 2013 09:00:00 +0000</pubDate><guid>https://log.rowanto.com/posts/installing-skype-on-64-bit-debian-7-codename-wheezy/</guid><description>
&lt;p&gt;So it was when I was trying to install Skype on my brand new Debian 7 (Wheezy) when I encountered this problem:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;package architecture (i386) does not match system (amd64)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Actually I was a little shocked. I just downloaded the Skype package for Debian from the official website then tried to install it normally using &amp;ldquo;dpkg -i &lt;!-- raw HTML omitted --&gt;&amp;rdquo;, and it used to always work (normally). Actually I came from the rpm world (Fedora and CentOS) and have been only using Windows 8 for the past few months for my thesis, so I am actually wondering whether I&amp;rsquo;m the one who is a little out of date, or this is just a deb thingie, or I&amp;rsquo;m just too thick and dumb. But really, I never encountered this kind of problem. This is a first for me.&lt;/p&gt;</description></item></channel></rss>