<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>postIt &#187; workaround</title>
	<atom:link href="https://lakm.us/postit/tag/workaround/feed/" rel="self" type="application/rss+xml" />
	<link>https://lakm.us/postit</link>
	<description>Post-It sticky notes with PasteBin sense</description>
	<lastBuildDate>Thu, 02 Jan 2025 01:33:57 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.18</generator>
	<item>
		<title>Restoring a production database into VM  &#8230;</title>
		<link>https://lakm.us/postit/2012/07/restoring-a-production-database-into-vm/</link>
		<comments>https://lakm.us/postit/2012/07/restoring-a-production-database-into-vm/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 04:31:47 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup-restore]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://lakm.us/postit/2012/07/restoring-a-production-database-into-vm/</guid>
		<description><![CDATA[Restoring a production database into VM and change date to make it looks like some point of time inside the production server i.e. in this case May 4, 2010 $ /etc/init.d/mysqld stop $ /etc/init.d/httpd stop $ date +%D -s 2010-05-04 $ date +%T -s 23:00:00 -u Check date $ date Tue May 4 19:00:01 EDT [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Restoring a production database into VM and change date to make it looks like some point of time inside the production server i.e. in this case May 4, 2010</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>mysqld stop
$ <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>httpd stop
$ <span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>D <span style="color: #660033;">-s</span> <span style="color: #000000;">2010</span>-05-04
$ <span style="color: #c20cb9; font-weight: bold;">date</span> +<span style="color: #000000; font-weight: bold;">%</span>T <span style="color: #660033;">-s</span> <span style="color: #000000;">23</span>:00:00 <span style="color: #660033;">-u</span></pre></td></tr></table></div>

<p>Check date</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">date</span>
Tue May  <span style="color: #000000;">4</span> <span style="color: #000000;">19</span>:00:01 EDT <span style="color: #000000;">2010</span></pre></td></tr></table></div>

<p>Import database</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>mysqld start
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>httpd start
mysql <span style="color: #660033;">-u</span> some-username <span style="color: #660033;">-p</span> <span style="color: #000000; font-weight: bold;">&lt;</span> some-db.sql</pre></td></tr></table></div>

<p>Note: Hardware clock option in the VirtualBox VM setting is disabled</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2012/07/restoring-a-production-database-into-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Krusader crash giving signal 11:
1. rep &#8230;</title>
		<link>https://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/</link>
		<comments>https://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 04:30:05 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=133</guid>
		<description><![CDATA[Krusader crash giving signal 11: 1. replace .kde/share/config/krusaderrc with original one from initial installation 2. remove other files under it When installing new, we only need to copy : $ ls .kde/share/apps/krusader/ krusaderui.rc useractions.xml]]></description>
				<content:encoded><![CDATA[<p>Krusader crash giving signal 11:<br />
1. replace <code>.kde/share/config/krusaderrc</code> with original one from initial installation<br />
2. remove other files under it</p>
<p>When installing new, we only need to copy :</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">ls</span> .kde<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>krusader<span style="color: #000000; font-weight: bold;">/</span>
krusaderui.rc    useractions.xml</pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2011/07/krusader-crash-giving-signal-111-rep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress shortcode-escape trick:


&amp; &#8230;</title>
		<link>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/</link>
		<comments>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 07:50:19 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=115</guid>
		<description><![CDATA[WordPress shortcode-escape trick: &#38;#091; to replace &#34;[&#34; &#38;#093; to replace &#34;]&#34; Remember not to switch from html editor when using it]]></description>
				<content:encoded><![CDATA[<p>WordPress shortcode-escape trick:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="html" style="font-family:monospace;">&amp;#91; to replace &quot;[&quot;
&amp;#93; to replace &quot;]&quot;</pre></td></tr></table></div>

<p>Remember not to switch from html editor when using it</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/12/wordpress-shortcode-escape-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove OpenOffice recovery file


/ho &#8230;</title>
		<link>https://lakm.us/postit/2010/12/remove-openoffice-recovery-fileho/</link>
		<comments>https://lakm.us/postit/2010/12/remove-openoffice-recovery-fileho/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 03:55:53 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=110</guid>
		<description><![CDATA[Remove OpenOffice recovery file /home/username/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu Delete the above]]></description>
				<content:encoded><![CDATA[<p>Remove OpenOffice recovery file</p>
<p><code><br />
/home/username/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu<br />
</code><br />
Delete the above</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/12/remove-openoffice-recovery-fileho/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For ssh-server and client there exists S &#8230;</title>
		<link>https://lakm.us/postit/2010/04/for-ssh-server-and-client-there-exists-s/</link>
		<comments>https://lakm.us/postit/2010/04/for-ssh-server-and-client-there-exists-s/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:12:42 +0000</pubDate>
		<dc:creator><![CDATA[Arif]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[workaround]]></category>

		<guid isPermaLink="false">http://xp-racy.lan/postit/?p=64</guid>
		<description><![CDATA[For ssh-server and client there exists SUNWsshcu, SUNWsshdr, SUNWsshdu, and SUNWsshr. So we can install them instead of OpenSSH. But there is bug that will show UTF-8 error, so we need to install also SUNWuiu8 for iconv as workaround.]]></description>
				<content:encoded><![CDATA[<p>For ssh-server and client there exists SUNWsshcu, SUNWsshdr, SUNWsshdu, and SUNWsshr. So we can install them instead of OpenSSH. But there is bug that will show UTF-8 error, so we need to install also SUNWuiu8 for <code>iconv</code> as workaround.</p>
]]></content:encoded>
			<wfw:commentRss>https://lakm.us/postit/2010/04/for-ssh-server-and-client-there-exists-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
