I think ... - bloghttps://blog.kmonsoor.com/2016-02-22T00:00:00+06:00License of this blog2016-02-22T00:00:00+06:002016-02-22T00:00:00+06:00Khaled Monsoortag:blog.kmonsoor.com,2016-02-22:/license-of-this-blog/<p>What license is applied to my blogposts? Can you take or quote of the contents of this blog? Consent matters.</p><p>Unless I explicitely mention something else, the below license will be applied to all of my posts and contents:
<strong><a href="http://creativecommons.org/licenses/by-sa/4.0">Creative Commons Attribution-ShareAlike 4.0 International License</a></strong></p>
<p>which means … anyone is free to:</p>
<p><strong>Share</strong> — copy and redistribute the material in any medium or format<br>
<strong>Adapt</strong> — remix, transform, and build upon the material</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
<p>Attribution should go as: <code>Khaled Monsoor (https://kmonsoor.com)</code></p>Pelican blog : Create a prefilled MarkDown(*.md) post2015-12-21T00:44:00+06:002015-12-21T00:44:00+06:00Khaled Monsoortag:blog.kmonsoor.com,2015-12-21:/pelican-create-a-prefilled-markdown-post/<p>While creating a blog post using Pelican, don’t type the boring staff again and again …</p><p>I use this Python script to jump-start a new post. Nothing fancy, but useful.<br>
Especially, if you are like me; hate to do same staff repeatedly. </p>
<p>Clone this script in your blog’s working folder on your pc. Once and forever.</p>
<div class="highlight"><pre><span></span><code><span class="linenos" data-linenos="1 "></span>$ git clone https://gist.github.com/942d661b4666ddce352f.git
</code></pre></div>
<p>Now, whenever you create a new post, run it like:</p>
<div class="highlight"><pre><span></span><code><span class="linenos" data-linenos="1 "></span>$ python2 ./pelican_new_MD_post_template.py 'your new blog post title'
</code></pre></div>
<p>Then, it will create a empty post in <code>./content/articles/</code> folder, by default.<br>
Now, edit that post and blog away.</p>
<p>Here’s the script:</p>
<script src="https://gist.github.com/kmonsoor/942d661b4666ddce352f.js"></script>
<p>Thanks for being here. Got any improvement suggestions? Plz let me know by comment on either here or on the Github gist.</p>Install English (or another) Language Pack of Microsoft Office 2007, 2010 Enterprise : Step by step2012-01-19T13:49:00+06:002012-01-19T13:49:00+06:00Khaled Monsoortag:blog.kmonsoor.com,2012-01-19:/install-english-language-on-microsoft-office-2007-2010/<p>Trouble with unknown foreign language on your Microsoft Office? Look no further for using your own language.</p><h3 id="please-note">Please Note<a class="headerlink" href="#please-note" title="Permanent link">¶</a></h3>
<p>If you are stuck with <strong>Windows 7</strong>, operating system of your <span class="caps">PC</span>, in a foreign language, this is not what you are looking for. Please check out <a href="https://blog.kmonsoor.com/convert-windows-7-k-to-en/">my relevant post</a>.</p>
<h2 id="background">Background<a class="headerlink" href="#background" title="Permanent link">¶</a></h2>
<p>As I have worked for a giant Korean conglomerate, I have to install Office 2007 Enterprise edition Korean version. I hunted, searched, tested many ways to convert/choose for English. But failed.</p>
<p>But, now, I got it. Here’s how.</p>
<p><img alt="Microsoft-office-2010-logo" src="http://i.imgur.com/MKfwSVi.png"></p>
<h2 id="process">Process<a class="headerlink" href="#process" title="Permanent link">¶</a></h2>
<ol>
<li>At first, check of your desired language file (<strong>matching</strong> with your version of Office) <a href="http://goo.gl/QX3Yf">here</a>. For <strong>Office 2010</strong>, check <a href="http://goo.gl/cJM8M">here</a>.</li>
<li>If it is there, voilà! You got it.</li>
<li>Install the downloaded <span class="caps">EXE</span> file. As a security check, plz check the publisher name if it is “Microsoft” or not.
If it is “Microsoft”, you have nothing to worry about security. </li>
<li>After completion, please restart your <span class="caps">PC</span> or laptop whether Windows tells so or not.</li>
<li>Now, check using <span class="caps">MS</span> Office Language preference that is it set or not as below:<br>
<img alt="check MS Office Language" src="http://i.imgur.com/Vp7lj9w.png">
…<br>
<img alt="office-preference" src="http://i.imgur.com/fTyZtps.png"></li>
<li>Now, happily use “Office” in your desired language.</li>
</ol>
<h2 id="credits">Credits<a class="headerlink" href="#credits" title="Permanent link">¶</a></h2>
<p>I got the link from a user comment <a href="http://www.merawindows.com/Forums/tabid/324/forumid/89/threadid/37339/scope/posts/Default.aspx">here</a>.
Though I didn’t believe at first place. But it worked anyway.</p>