<?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>Marios Zindilis</title>
	<atom:link href="http://zindilis.com/feed" rel="self" type="application/rss+xml" />
	<link>http://zindilis.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:24:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Ταξινόμηση φακέλων κατά μέγεθος</title>
		<link>http://zindilis.com/articles/%cf%84%ce%b1%ce%be%ce%b9%ce%bd%cf%8c%ce%bc%ce%b7%cf%83%ce%b7-%cf%86%ce%b1%ce%ba%ce%ad%ce%bb%cf%89%ce%bd-%ce%ba%ce%b1%cf%84%ce%ac-%ce%bc%ce%ad%ce%b3%ce%b5%ce%b8%ce%bf%cf%82</link>
		<comments>http://zindilis.com/articles/%cf%84%ce%b1%ce%be%ce%b9%ce%bd%cf%8c%ce%bc%ce%b7%cf%83%ce%b7-%cf%86%ce%b1%ce%ba%ce%ad%ce%bb%cf%89%ce%bd-%ce%ba%ce%b1%cf%84%ce%ac-%ce%bc%ce%ad%ce%b3%ce%b5%ce%b8%ce%bf%cf%82#comments</comments>
		<pubDate>Thu, 02 Feb 2012 21:56:09 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[planet-ellak]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=644</guid>
		<description><![CDATA[Μια εντολή για ταξινόμηση των φακέλων κατά μέγεθος στο Bash: du -s * &#124; sort -n &#124; cut -f 2 &#124; xargs -d "\n" du -chs Καλεί δύο φορές το du, την πρώτη για να πάρει τη λίστα με τους (&#8230;)</p><p><a href="http://zindilis.com/articles/%cf%84%ce%b1%ce%be%ce%b9%ce%bd%cf%8c%ce%bc%ce%b7%cf%83%ce%b7-%cf%86%ce%b1%ce%ba%ce%ad%ce%bb%cf%89%ce%bd-%ce%ba%ce%b1%cf%84%ce%ac-%ce%bc%ce%ad%ce%b3%ce%b5%ce%b8%ce%bf%cf%82">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Μια εντολή για ταξινόμηση των φακέλων κατά μέγεθος στο Bash:</p>
<pre>du -s * | sort -n | cut -f 2 | xargs -d "\n" du -chs</pre>
<p>Καλεί δύο φορές το <code>du</code>, την πρώτη για να πάρει τη λίστα με τους φακέλους και το μέγεθος (σε bytes). Ταξινομεί αριθμητικά, και μετά πασάρει τη λίστα με τα ονόματα μόνο των φακέλων -αυτή τη φορά ταξινομημένη κατά μέγεθος- ξανά στο <code>du</code>. Η επιλογή <code>-d "\n"</code> του <code>xargs</code> καθορίζει το delimiter. Αν παραληφθεί, οι φάκελοι στον οποίων το όνομα περιέχονται διαστήματα θεωρούνται πολλαπλά ορίσματα.</p>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/%cf%84%ce%b1%ce%be%ce%b9%ce%bd%cf%8c%ce%bc%ce%b7%cf%83%ce%b7-%cf%86%ce%b1%ce%ba%ce%ad%ce%bb%cf%89%ce%bd-%ce%ba%ce%b1%cf%84%ce%ac-%ce%bc%ce%ad%ce%b3%ce%b5%ce%b8%ce%bf%cf%82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Εγκατάσταση Guake σε CentOS6</title>
		<link>http://zindilis.com/articles/%ce%b5%ce%b3%ce%ba%ce%b1%cf%84%ce%ac%cf%83%cf%84%ce%b1%cf%83%ce%b7-guake-%cf%83%ce%b5-centos6</link>
		<comments>http://zindilis.com/articles/%ce%b5%ce%b3%ce%ba%ce%b1%cf%84%ce%ac%cf%83%cf%84%ce%b1%cf%83%ce%b7-guake-%cf%83%ce%b5-centos6#comments</comments>
		<pubDate>Sat, 19 Nov 2011 10:14:43 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Guake]]></category>
		<category><![CDATA[Οδηγοί εγκατάστασης]]></category>
		<category><![CDATA[planet-ellak]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=631</guid>
		<description><![CDATA[Το Guake είναι ένα μικρό εργαλείο το οποίο κάθεται στην περιοχή ειδοποιήσεων του GNOME2 (ή του GNOME3 με Fallback), και ανοίγει το τερματικό μόνο με την πίεση του πλήκτρου F12. Το βρίσκω εξαιρετικά χρήσιμο εργαλείο, και το έχω εγκατεστημένο σε (&#8230;)</p><p><a href="http://zindilis.com/articles/%ce%b5%ce%b3%ce%ba%ce%b1%cf%84%ce%ac%cf%83%cf%84%ce%b1%cf%83%ce%b7-guake-%cf%83%ce%b5-centos6">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Το <a href="http://guake.org/" title="Guake Terminal">Guake</a> είναι ένα μικρό εργαλείο το οποίο κάθεται στην περιοχή ειδοποιήσεων του GNOME2 (ή του GNOME3 με Fallback), και ανοίγει το τερματικό μόνο με την πίεση του πλήκτρου F12. Το βρίσκω εξαιρετικά χρήσιμο εργαλείο, και το έχω εγκατεστημένο σε όλα μου τα συστήματα. </p>
<p>Πιο κάτω ακολουθούν οδηγίες για την εγκατάσταση του Guake, με μεταγλώττιση του πηγαίου κώδικα, σε ένα φρεσκοεγκατεστημένο σύστημα με CentOS6, δεδομένου ότι δεν υπάρχει στα προεπιλεγμένα αποθετήρια &mdash; για τους πιστούς των <code>.rpm</code>, είμαι σίγουρος ότι θα υπάρχει σε εναλλακτικά αποθετήρια.</p>
<h3>Λήψη και αποσυμπίεση</h3>
<p>Η τελευταία έκδοση του πηγαίου κώδικα βρίσκεται στη σελίδα <a href="http://guake.org/downloads" title="Guake Terminal Downloads">Downloads</a>. Τη στιγμή που γράφονται αυτές οι γραμμές είναι η 0.4.2. </p>
<pre>
[marios@centos6 marios]$ cd Downloads
[marios@centos6 Downloads]$ wget http://guake.org/downloads/3
[marios@centos6 Downloads]$ tar zxvf 3
[marios@centos6 Downloads]$ cd guake-0.4.2
</pre>
<h3>Εγκατάσταση εξαρτήσεων</h3>
<p>Το Guake χρειάζεται τα πακέτα: <code>gcc</code>, <code>make</code>, <code>intltool</code>, <code>gtk2-devel</code> (παρέχει την εξάρτηση gtk+-2.0) και <code>pygtk2-devel</code> (παρέχει την εξάρτηση pygtk-2.0). Μερικά από αυτά τα πακέτα μπορεί να υπάρχουν ήδη στο σύστημά σας, οπότε το <code>yum</code> απλά θα τα παραβλέψει.</p>
<pre>
[marios@centos6 guake-0.4.2]$ su
Password:
[root@centos6 guake-0.4.2]# yum install gcc make intltool gtk2-devel pygtk2-devel
</pre>
<h3>configure, make και make install</h3>
<p>Σε αυτό το σημείο υπάρχουν όλες οι εξαρτήσεις στο σύστημα και μπορείτε να προχωρήσετε με ρύθμιση, μεταγλώττιση και εγκατάσταση από τον πηγαίο κώδικα. Σημειώστε ότι αν κάνετε αυτή τη δουλειά μέσω απομακρυσμένης πρόσβασης με <code>ssh</code> ή <code>telnet</code>, τότε το <code>configure</code> θα σας εμφανίσει το σφάλμα «<code>could not import gtk</code>». Αυτό οφείλεται στο <a href="https://bugzilla.redhat.com/show_bug.cgi?id=450189" title="RedHat Bugzilla Bug #450189">σφάλμα 450189</a>, το οποίο έχει διορθωθεί στις πρόσφατες εκδόσεις του Fedora αλλά όχι του RHEL ή του CentOS. Επομένως, χρειάζεται να εκτελέσετε τουλάχιστον το <code>configure</code> από τοπική σύνδεση στο ίδιο το σύστημα.</p>
<pre>
[root@centos6 guake-0.4.2]# ./configure
[root@centos6 guake-0.4.2]# make
[root@centos6 guake-0.4.2]# make install
</pre>
<p>Αυτό ήταν, το Guake είναι τώρα εγκατεστημένο και έτοιμο για χρήση. Μπορείτε να το βρείτε στο μενού Applications » Accessories » Guake Terminal. Προσωπικά, προτιμώ να το προσθέτω και στις εφαρμογές που εκκινούν με κάθε νέα συνεδρία μου στο GNOME, από το μενού System » Preferences » Startup Applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/%ce%b5%ce%b3%ce%ba%ce%b1%cf%84%ce%ac%cf%83%cf%84%ce%b1%cf%83%ce%b7-guake-%cf%83%ce%b5-centos6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ενδιαφέροντες σύνδεσμοι (2011, εβδ#43)</title>
		<link>http://zindilis.com/articles/links-for-week-43-2011</link>
		<comments>http://zindilis.com/articles/links-for-week-43-2011#comments</comments>
		<pubDate>Sat, 29 Oct 2011 23:46:34 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=575</guid>
		<description><![CDATA[Διάφορα Facing a data apocalypse: The limitations of digital storage 10 mistakes that can send an IT support firm off the rails Look out: The 10 rising tech trends of 2012 Five free replacements for Windows Explorer Stop complaining and (&#8230;)</p><p><a href="http://zindilis.com/articles/links-for-week-43-2011">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Διάφορα</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/networking/facing-a-data-apocalypse-the-limitations-of-digital-storage/4859">Facing a data apocalypse: The limitations of digital storage</a></li>
<li><a href="http://www.techrepublic.com/blog/10things/10-mistakes-that-can-send-an-it-support-firm-off-the-rails/2764">10 mistakes that can send an IT support firm off the rails</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/look-out-the-10-rising-tech-trends-of-2012/9470">Look out: The 10 rising tech trends of 2012</a></li>
<li><a href="http://www.techrepublic.com/blog/five-apps/five-free-replacements-for-windows-explorer/1103">Five free replacements for Windows Explorer</a></li>
<li><a href="http://www.techrepublic.com/blog/app-builder/stop-complaining-and-start-coding/607">Stop complaining and start coding</a></li>
<li><a href="http://www.techrepublic.com/blog/google-in-the-enterprise/how-google-apps-works-when-actual-people-use-it/569">How Google Apps works when actual people use it</a></li>
</ul>
<h3>Ελεύθερο λογισμικό</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/opensource/ubuntu-1110-brings-ubuntu-unity-closer-to-fine/3117">Ubuntu 11.10 brings Ubuntu Unity closer to fine</a></li>
<li><a href="http://www.techrepublic.com/blog/opensource/openoffice-saves-a-company-budget/1778">OpenOffice saves a company budget</a></li>
<li><a href="http://www.linuxpromagazine.com/Online/Blogs/Off-the-Beat-Bruce-Byfield-s-Blog/The-Survey-That-GNOME-Would-Rather-Ignore">The Survey That GNOME Would Rather Ignore</a></li>
</ul>
<h3>Web development/Design</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/webmaster/css3-new-properties-for-text-overflow-and-text-wrap/774">CSS3: New properties for text-overflow and text-wrap</a></li>
<li><a href="http://www.techrepublic.com/blog/webmaster/url-rewriting-with-apaches-modrewrite/677">URL rewriting with Apache&#8217;s mod_rewrite</a></li>
<li><a href="http://www.techrepublic.com/blog/australia/using-google-api-on-your-website/121">Using Google+ API on your website</a></li>
<li><a href="http://wpmu.org/15-point-checklist-wordpress-start-up-guide-after-installation/">15 Point Checklist: WordPress Start-Up Guide After Installation</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/links-for-week-43-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ενδιαφέροντες σύνδεσμοι (2011, εβδ#41)</title>
		<link>http://zindilis.com/articles/links-for-week-41-2011</link>
		<comments>http://zindilis.com/articles/links-for-week-41-2011#comments</comments>
		<pubDate>Sun, 16 Oct 2011 15:03:16 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=557</guid>
		<description><![CDATA[Web design &#038; Development WIPO boss: the Web would have been better if it was patented and its users had to pay license fees CSS3: How to implement the box-shadow property Διάφορα 10 ways to automate the mundane (so you (&#8230;)</p><p><a href="http://zindilis.com/articles/links-for-week-41-2011">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Web design &#038; Development</h3>
<ul>
<li><a href="http://boingboing.net/2011/10/08/wipo-boss-the-web-would-have-been-better-if-it-was-patented-and-its-users-had-to-pay-license-fees.html">WIPO boss: the Web would have been better if it was patented and its users had to pay license fees</a></li>
<li><a href="http://www.techrepublic.com/blog/webmaster/css3-how-to-implement-the-box-shadow-property/743">CSS3: How to implement the box-shadow property</a></li>
</ul>
<h3>Διάφορα</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/10things/10-ways-to-automate-the-mundane-so-you-can-focus-on-what-matters/2752">10 ways to automate the mundane (so you can focus on what matters)</a></li>
<li><a href="http://latimesblogs.latimes.com/technology/2011/10/steve-jobs-stallman-dissenting-view.html">Richard Stallman&#8217;s dissenting view on Steve Jobs</a></li>
<li><a href="http://www.readwriteweb.com/enterprise/2011/10/why-fsf-founder-richard-stallm.php">Why FSF Founder Richard Stallman is Wrong on Steve Jobs</a></li>
<li><a href="http://www.theinquirer.net/inquirer/news/2115879/google-loses-cent-active-users">Google+ loses 60 per cent of active users</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/steve-jobs-100-year-legacy-humanizing-technology/9399">Steve Jobs&#8217; 100-year legacy: Humanizing technology</a></li>
<li><a href="http://www.techrepublic.com/blog/hiner/the-tale-of-steve-jobs-and-the-five-dragons/1890">The Tale of Steve Jobs and the Five Dragons</a></li>
<li><a href="http://www.techrepublic.com/blog/10things/10-things-you-can-do-to-avoid-ethical-breaches/2760">10+ things you can do to avoid ethical breaches</a></li>
</ul>
<h3>Ασφάλεια</h3>
<ul>
<li><a href="http://www.winehq.org/pipermail/wine-users/2011-October/097753.html">WineHQ database compromise</a></li>
<li><a href="http://lwn.net/Articles/461673/">An odd vulnerability report for LibreOffice</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/links-for-week-41-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ενδιαφέροντες σύνδεσμοι (2011, εβδ#40)</title>
		<link>http://zindilis.com/articles/links-for-week-40-201</link>
		<comments>http://zindilis.com/articles/links-for-week-40-201#comments</comments>
		<pubDate>Sat, 08 Oct 2011 19:55:08 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=517</guid>
		<description><![CDATA[Linux Εμφανίστηκαν μερικές δημοσιεύσεις που διασκεδάζουν τις ανησυχίες τις περασμένης εβδομάδας, για αποκλεισμό άλλων λειτουργικών συστημάτων εκτός των Windows με χρήση του UEFI: Demystifying UEFI, the long-overdue BIOS replacement. Protecting the pre-OS environment with UEFI. Microsoft could lock out Linux (&#8230;)</p><p><a href="http://zindilis.com/articles/links-for-week-40-201">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Linux</h3>
<ul>
<li>Εμφανίστηκαν μερικές δημοσιεύσεις που διασκεδάζουν τις ανησυχίες τις περασμένης εβδομάδας, για αποκλεισμό άλλων λειτουργικών συστημάτων εκτός των Windows με χρήση του UEFI:
<ul>
<li><a href="http://www.extremetech.com/computing/96985-demystifying-uefi-the-long-overdue-bios-replacement">Demystifying <strong>UEFI</strong>, the long-overdue BIOS replacement.</a></li>
<li><a href="http://blogs.msdn.com/b/b8/archive/2011/09/22/protecting-the-pre-os-environment-with-uefi.aspx">Protecting the pre-OS environment with <strong>UEFI</strong>.</a></li>
<li><a href="http://www.extremetech.com/computing/96909-microsoft-could-lock-out-linux-on-windows-8-pcs-but-it-wont">Microsoft could lock out Linux on Windows 8 PCs, but it won’t.</a></li>
</ul>
</li>
<li><a href="http://finance.yahoo.com/news/Red-Hat-Reports-Second-bw-474607315.html">Red Hat Reports Second Quarter Results.</a></li>
<li><a href="http://www.techrepublic.com/blog/five-apps/five-topnotch-replacements-for-gnome-3-or-ubuntu-unity/1071">Five topnotch replacements for GNOME 3 or Ubuntu Unity.</a></li>
<li><a href="http://www.techrepublic.com/blog/opensource/why-i-chose-zorin-os-5-ultimate-as-my-go-to-distribution/3042">Why I chose Zorin OS 5 Ultimate as my go-to distribution.</a></li>
<li><a href="http://lwn.net/Articles/460791/">CentOS and updates.</a></li>
<li><a href="http://www.techrepublic.com/blog/10things/10-things-you-must-teach-new-linux-users/2756">10 things you must teach new Linux users.</a></li>
<li><a href="http://www.techrepublic.com/blog/10things/10-open-source-projects-that-could-really-use-a-donation/2746">10 open source projects that could really use a donation.</a></li>
</ul>
<h3>Δίκτυα</h3>
<ul>
<li><a href="http://www.stopfundamentalism.com/index.php?option=com_content&#038;task=view&#038;id=1207">Iran Blocks VPN communication on the Internet.</a></li>
</ul>
<h3>Web design &#038; Development</h3>
<ul>
<li><a href="http://www.wptavern.com/when-will-automattic-be-acquired">When Will <strong>Automattic</strong> Be Acquired?</a></li>
<li><a href="http://googleblog.blogspot.com/2011/06/introducing-schemaorg-search-engines.html">Introducing <strong>schema.org</strong>: Search engines come together for a richer web.</a></li>
<li><a href="http://www.infoq.com/news/2011/06/Schema-org"><strong>Schema.org</strong> &#8211; Google, Microsoft and Yahoo! Agree on a Common Markup Vocabulary.</a></li>
<li><a href="http://manu.sporny.org/2011/false-choice/">The False Choice of <strong>Schema.org</strong></a></li>
<li><a href="http://plusheadlines.com/google-api-is-here/2092/">Google+ API Is Here!</a> (κάπως παλιά η είδηση).</li>
<li><a href="http://scribu.net/wordpress/a-command-line-interface-for-wordpress.html">A Command-Line Interface for WordPress.</a></li>
<li><a href="http://www.techrepublic.com/blog/webmaster/html5-current-progress-and-adoption-rates/651"><strong>HTML5</strong>: Current progress and adoption rates.</a></li>
<li><a href="http://www.techrepublic.com/blog/webmaster/how-to-use-the-new-html5-audio-element/621">How to use the new HTML5 Audio element.</a></li>
</ul>
<h3>Διάφορα</h3>
<ul>
<li><a href="http://www.bbc.co.uk/news/entertainment-arts-14882146">Rock veterans win copyright fight</a> (Το όριο ηλικίας των μουσικών έργων προτού περάσουν στο Public Domain αυξήθηκε από 50 σε 70 χρόνια στην Ευρωπαϊκή Ένωση).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/links-for-week-40-201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ενδιαφέροντες σύνδεσμοι (2011, εβδ#39)</title>
		<link>http://zindilis.com/articles/links-for-week-39-2011</link>
		<comments>http://zindilis.com/articles/links-for-week-39-2011#comments</comments>
		<pubDate>Sat, 01 Oct 2011 21:00:48 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=483</guid>
		<description><![CDATA[Linux Next-gen boot spec could forever lock Linux off Windows 8 PCs UEFI and «secure boot» Linux Aus may have a case on Win 8: ACCC IQ Test για Linux Admins (Σκόραρα 16 στα 20 &#8211; οι ερωτήσεις είναι γενικών (&#8230;)</p><p><a href="http://zindilis.com/articles/links-for-week-39-2011">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Linux</h3>
<ul>
<li><a href="http://www.networkworld.com/community/node/78727">Next-gen boot spec could forever lock Linux off Windows 8 PCs</a></li>
<li><a href="http://lwn.net/Articles/447381/">UEFI and «secure boot»</a></li>
<li><a href="http://www.zdnet.com.au/linux-aus-may-have-a-case-on-win-8-accc-339323233.htm">Linux Aus may have a case on Win 8: ACCC</a></li>
<li><a href="http://www.infoworld.com/t/linux/linux-admin-iq-test-066">IQ Test για Linux Admins</a> (Σκόραρα 16 στα 20 &#8211; οι ερωτήσεις είναι γενικών και όχι τεχνικών γνώσεων).
</li>
<li><a href="http://www.techrepublic.com/blog/five-apps/the-five-most-bloated-linux-applications/1089">The five most bloated Linux applications</a></li>
<li><a href="http://www.infoworld.com/d/networking/teach-your-router-new-tricks-dd-wrt-174050">Teach your router new tricks with DD-WRT</a></li>
<li><a href="http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages">Understanding Linux CPU Load &#8211; when should you be worried?</a></li>
</ul>
<h3>Web development/Design</h3>
<ul>
<li><a href="http://wp.tutsplus.com/tutorials/10-steps-to-securing-your-wordpress-installation/">10 Steps to Securing Your WordPress Installation</a></li>
<li><a href="http://www.ustream.tv/recorded/17155906">Lea Verou, CSS3 Secrets: 10 things you might not know</a> <b>(#2 πιο χρήσιμο διάβασμα της εβδομάδας)</b></li>
</ul>
<h3>Διάφορα</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/tech-manager/dont-try-to-avoid-hard-work-by-automating/6776">Don&#8217;t try to avoid hard work by automating</a> <b>(#1 πιο χρήσιμο διάβασμα της εβδομάδας)</b></li>
<li><a href="http://www.techrepublic.com/blog/career/top-it-skills-wanted-for-2012/3503">Top IT skills wanted for 2012</a></li>
<li><a href="http://www.techrepublic.com/blog/tech-manager/a-50k-solution-to-a-500-problem/4602">A 50K solution to a $500 problem</a></li>
<li><a href="http://singularityhub.com/2011/05/17/eight-out-of-chinas-top-nine-government-officials-are-scientists/">Eight Out Of China’s Top Nine Government Officials Are Scientists</a></li>
<li><a href="http://www.digitaltrends.com/computing/apple-causes-religious-reaction-in-brains-of-fans-say-neuroscientists/">Apple causes ‘religious’ reaction in brains of fans, say neuroscientists</a></li>
<li><a href="http://www.infoworld.com/print/172859">Space race: The search for 25-year-old spare parts</a></li>
<li><a href="http://www.infoworld.com/print/171717">Double whammy: Broken tech and bad behavior</a></li>
<li><a href="http://www.infoworld.com/print/91651">Troubleshooting a forgotten password and a surly end-user</a></li>
<li><a href="http://www.infoworld.com/print/83081">An IT lesson well learned</a></li>
<li><a href="http://www.infoworld.com/print/115234>Keyboards, condescension come together on a tech call</a></li>
<li><a href="http://www.infoworld.com/print/111205">The technology pro&#8217;s greatest enemies</a></li>
<li><a href="http://www.infoworld.com/print/82643">True IT confessions</a></li>
<li><a href="http://www.infoworld.com/print/28949">Yet another cleaning lady story</a></li>
<li><a href="http://www.infoworld.com/print/34209">Guerrilla IT: How to stop worrying and learn to love your superusers</a></li>
<li><a href="http://www.infoworld.com/print/107313">IT personality types: 8 profiles in geekdom</a></li>
<li><a href="http://www.infoworld.com/print/32942">The 7 dirtiest jobs in IT</a></li>
<li><a href="http://www.infoworld.com/print/168550">The IT survival guide for uncertain times</a></li>
<li><a href="http://www.tekgoblin.com/2011/09/18/william-shatner-on-star-trek-vs-star-wars/">William Shatner On Star Trek Vs Star Wars</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/links-for-week-39-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Διάβασμα #12</title>
		<link>http://zindilis.com/articles/%ce%b4%ce%b9%ce%ac%ce%b2%ce%b1%cf%83%ce%bc%ce%b1-12</link>
		<comments>http://zindilis.com/articles/%ce%b4%ce%b9%ce%ac%ce%b2%ce%b1%cf%83%ce%bc%ce%b1-12#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:20:23 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=451</guid>
		<description><![CDATA[Διάφορα Design Legacy: A Social History Of Jamaican Album Covers The Heritage Of Berlin Street Art And Graffiti Scene How to deal with a marketing bonehead We don&#8217;t need no stinking IT specs Note to IT director: Less blame, more (&#8230;)</p><p><a href="http://zindilis.com/articles/%ce%b4%ce%b9%ce%ac%ce%b2%ce%b1%cf%83%ce%bc%ce%b1-12">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Διάφορα</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2011/07/29/design-legacy-a-social-history-of-jamaican-album-covers/">Design Legacy: A Social History Of Jamaican Album Covers</a></li>
<li><a href="http://www.smashingmagazine.com/2011/07/13/the-heritage-of-berlin-street-art-and-graffiti-scene/">The Heritage Of Berlin Street Art And Graffiti Scene</a></li>
<li><a href="http://www.infoworld.com/print/168279">How to deal with a marketing bonehead</a></li>
<li><a href="http://www.infoworld.com/print/167579">We don&#8217;t need no stinking IT specs</a></li>
<li><a href="http://www.infoworld.com/print/167403">Note to IT director: Less blame, more skills</a></li>
</ul>
<h3>Linux</h3>
<ul>
<li><a href="http://www.linuxinside.gr/content/%CE%B7-google-%CE%B1%CE%B3%CE%BF%CF%81%CE%AC%CE%B6%CE%B5%CE%B9-%CF%84%CE%B7%CE%BD-motorola">Η Google αγοράζει την Motorola!</a></li>
<li><a href="http://elkosmas.gr/2011/08/17/moto_google/">Motorola και Google μαζί…πως επηρρεάζει αυτό το Android;</a></li>
<li><a href="http://www.markshuttleworth.com/archives/717">Dash takes shape for 11.10 Unity</a></li>
</ul>
<p>Και δύο ωραιότατα άρθρα του Θανάση Μπούνταλη από το περιοδικό Άρδην (θα ήθελα να βλέπω περισσότερα εκτενή μη-τεχνικά άρθρα σχετικά με το ΕΛΛΑΚ):</p>
<ul>
<li><a href="http://www.ardin.gr/node/4086">Εθνική κυριαρχία και ελεύθερο λογισμικό</a></li>
<li><a href="http://www.ardin.gr/node/3893">Πώς πήρα επιστροφή «φόρου Windows»</a></li>
</ul>
<h3>Ανάπτυξη ιστού</h3>
<ul>
<li><a href="http://www.smashingmagazine.com/2011/07/08/interview-google-marcin-wichary/">Inside Google’s User Experience Lab: An Interview With Google’s Marcin Wichary</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/%ce%b4%ce%b9%ce%ac%ce%b2%ce%b1%cf%83%ce%bc%ce%b1-12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaWiki: Διαγραφή άρθρου από τη βάση δεδομένων</title>
		<link>http://zindilis.com/articles/mediawiki-%ce%b4%ce%b9%ce%b1%ce%b3%cf%81%ce%b1%cf%86%ce%ae-%ce%ac%cf%81%ce%b8%cf%81%ce%bf%cf%85-%ce%b1%cf%80%cf%8c-%ce%b2%ce%ac%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd</link>
		<comments>http://zindilis.com/articles/mediawiki-%ce%b4%ce%b9%ce%b1%ce%b3%cf%81%ce%b1%cf%86%ce%ae-%ce%ac%cf%81%ce%b8%cf%81%ce%bf%cf%85-%ce%b1%cf%80%cf%8c-%ce%b2%ce%ac%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd#comments</comments>
		<pubDate>Mon, 15 Aug 2011 09:04:17 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[planet-ellak]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=456</guid>
		<description><![CDATA[Υπάρχουν περιπτώσεις στο MediaWiki που ένα άρθρο δεν μπορεί να διαγραφεί μέσω της συνηθισμένης διεπαφής, οπότε χρειάζεται σκάλισμα της βάσης δεδομένων. Αυτός ο οδηγός περιγράφει τον τρόπο. Προτού προχωρήσετε σε οποιαδήποτε παρέμβαση στη βάση δεδομένων σας, οπωσδήποτε πρέπει να κρατήσετε (&#8230;)</p><p><a href="http://zindilis.com/articles/mediawiki-%ce%b4%ce%b9%ce%b1%ce%b3%cf%81%ce%b1%cf%86%ce%ae-%ce%ac%cf%81%ce%b8%cf%81%ce%bf%cf%85-%ce%b1%cf%80%cf%8c-%ce%b2%ce%ac%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Υπάρχουν περιπτώσεις στο MediaWiki που ένα άρθρο δεν μπορεί να διαγραφεί μέσω της συνηθισμένης διεπαφής, οπότε χρειάζεται σκάλισμα της βάσης δεδομένων. Αυτός ο οδηγός περιγράφει τον τρόπο.</p>
<p>Προτού προχωρήσετε σε οποιαδήποτε παρέμβαση στη βάση δεδομένων σας, οπωσδήποτε πρέπει να κρατήσετε ένα <strong>αντίγραφο ασφαλείας</strong> ολόκληρης της βάσης. Επίσης, αν το Wiki σας έχει έντονη δραστηριότητα, μπορείτε προσωρινά να αποτρέψετε οποιεσδήποτε αλλαγές στις σελίδες, προσθέτωντας μια γραμμή στο αρχείο LocalSettings.php: <code>$wgReadOnly = 'Το Wiki είναι προσωρινά μη διαθέσιμο για επεξεργασία.';</code>. </p>
<h3>Δομή της βάσης δεδομένων</h3>
<p>Η δομή της βάσης δεδομένων του MediaWiki υπάρχει στην τεκμηρίωση, στο άρθρο <a href="http://www.mediawiki.org/wiki/Manual:Database_layout">Database Layout</a>. Για το κάθε άρθρο που εμφανίζεται στο Wiki εμπλέκονται τουλάχιστον τρεις από τους πίνακες της βάσης:</p>
<ol>
<li>Στον πίνακα <strong>page</strong> αποθηκεύεται μια λίστα με τους τίτλους όλων των άρθρων. Όταν χρειάζεται να εμφανιστεί ένα άρθρο, γίνεται αναζήτηση σε αυτόν τον πίνακα με βάση τον τίτλο, και ανακτάται η τιμή του πεδίου <code>page_latest</code>.</li>
<li>Με την τιμή <code>page_latest</code> γίνεται αναζήτηση στον πίνακα <strong>revision</strong>. Σ&#8217; αυτόν τον πίνακα αποθηκεύονται μερικά <em>μεταδεδομένα</em> (δηλαδή όχι καθαυτό το περιεχόμενο) για κάθε αλλαγή που γίνεται στο Wiki. Για να εμφανιστεί ένα άρθρο, από αυτόν τον πίνακα ανακτούνται οι τιμές <code>rev_id</code> και <code>rev_text_id</code>.</li>
<li>Τέλος, με την τιμή <code>rev_text_id</code> που βρέθηκε στο προηγούμενο βήμα, γίνεται αναζήτηση στον πίνακα <strong>text</strong>, και ανακτάται η τιμή του πεδίου <code>old_text</code>, η οποία αποτελεί και το περιεχόμενο του άρθρου. Ο πίνακας <strong>text</strong> αποθηκεύει ολόκληρο το περιεχόμενο από κάθε αναθεώρηση κάθε άρθρου του Wiki.</li>
</ol>
<h3>Διαγραφή των καταχωρήσεων</h3>
<p>Το πρώτο βήμα είναι να αναζητήσετε τον τίτλο του άρθρου στον πίνακα <strong>page</strong>, στη στήλη <code>page_title</code>. Οι τίτλοι αποθηκεύονται με τα διαστήματα αλλαγμένα σε κάτω παύλες (underscore) και με τους χαρακτήρες ειδικά διαμορφωμένους σε δεκαεξαδικούς χαρακτήρες UTF-8, αν περιέχεται στον τίτλο χαρακτήρας άλλος από τα Αγγλικά. Δυστυχώς, δεν έχω βρει εύκολο τρόπο να κάνετε τη μετατροπή. Μπορείτε να αναζητήσετε στο διαδίκτυο για βοηθήματα, όπως για παράδειγμα αυτός ο <a href="http://rocky.uta.edu/doran/charsets/charsets.cgi?map=marc2unicode&#038;table=8">πίνακας μετατροπής χαρακτήρων</a>. Εναλλακτικά, αν χρησιμοποιείτε κάποιο πρόγραμμα όπως το PhpMyAdmin, μπορείτε να εξάγετε ολόκληρο τον πίνακα σε CSV, να τον ανοίξετε με ένα πρόγραμμα όπως το OpenOffice Calc και να δείτε τα περιεχόμενά του κανονικά.</p>
<p>Όταν βρείτε τον τίτλο που θέλετε, σημειώστε την τιμή του πεδίου <code>page_id</code> που αντιστοιχεί στον τίτλο, και διαγράψτε αυτή τη γραμμή από τον πίνακα, εκτελώντας κάτι σαν <code>DELETE FROM my_database.mw_page WHERE mw_page.page_id = 1234</code>. Από αυτή τη στιγμή και μετά, η σελίδα δεν είναι διαθέσιμη στο Wiki, το περιεχόμενό της όμως παραμένει στη βάση δεδομένων.</p>
<p>Για να εξαφανιστεί εντελώς η σελίδα από τη βάση δεδομένων και να μην μείνουν «σπασμένες» αναφορές σ&#8217; αυτήν, θα πρέπει να διαγράψετε και όλες τις αναθεωρήσεις της από τον πίνακα <strong>revision</strong>, καθώς και όλα τα αλλαγμένα κείμενα από τον πίνακα <strong>text</strong>.</p>
<p>Μπορείτε να δείτε όλες τις αναθεωρήσεις που θα διαγραφούν, εκτελώντας κάτι σαν <code>SELECT * FROM mw_revision WHERE mw_revision.rev_page = 1234</code>, αλλά προτού τις διαγράψετε, θα χρειαστείτε τα αντίστοιχα <code>rev_text_id</code>, τα οποία θα τα χρησιμοποιήσετε αργότερα. Για να τα δείτε, εκτελέστε <code>SELECT rev_text_id FROM my_database.mw_revision WHERE mw_revision.rev_page = 1234</code>. Κρατήστε κάπου ξεχωριστά αυτό το αποτέλεσμα, θα σας χρειαστεί μετά. Τώρα μπορείτε να διαγράψετε τις αναθεωρήσεις, εκτελώντας κάτι σαν <code>DELETE FROM my_database.mw_revision WHERE mw_revision.rev_page = 1234</code>.</p>
<p>Τέλος, από τον πίνακα <strong>text</strong> θα πρέπει να διαγράψετε τα κείμενα των παλιών αναθεωρήσεων της σελίδας. Το πεδίο <code>old_id</code> αυτού του πίνακα, είναι ίδιο με το <code>rev_text_id</code> που κρατήσατε προηγουμένως. Μπορείτε λοιπόν να διαγράψετε ένα ένα τα κείμενα, εκτελώντας επανηλειμμένα κάτι σαν <code>DELETE FROM my_database.mw_text WHERE mw_text.old_id = 100</code>, αλλάζωντας το «100» σε ό,τι αντιστοιχεί στα δικά σας δεδομένα.</p>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/mediawiki-%ce%b4%ce%b9%ce%b1%ce%b3%cf%81%ce%b1%cf%86%ce%ae-%ce%ac%cf%81%ce%b8%cf%81%ce%bf%cf%85-%ce%b1%cf%80%cf%8c-%ce%b2%ce%ac%cf%83%ce%b7-%ce%b4%ce%b5%ce%b4%ce%bf%ce%bc%ce%ad%ce%bd%cf%89%ce%bd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading #11</title>
		<link>http://zindilis.com/articles/reading-11</link>
		<comments>http://zindilis.com/articles/reading-11#comments</comments>
		<pubDate>Sun, 31 Jul 2011 16:48:43 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=437</guid>
		<description><![CDATA[Weekend: reading time. Here are some suggestions: Security: Exclusive: British Police Duped by LulzSec Into Arresting the Wrong Guy Topiary: did police arrest the wrong man in LulzSec investigation? «Activate Skype». Or not&#8230; Anonymous Claims Network Breach of FBI Security (&#8230;)</p><p><a href="http://zindilis.com/articles/reading-11">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Weekend: reading time. Here are some suggestions:</p>
<h3>Security:</h3>
<ul>
<li><a href="http://www.dailytech.com/Exclusive+British+Police+Duped+by+LulzSec+Into+Arresting+the+Wrong+Guy/article22280.htm">Exclusive: British Police Duped by LulzSec Into Arresting the Wrong Guy</a></li>
<li><a href="http://nakedsecurity.sophos.com/2011/07/28/topiary-have-the-police-arrested-the-right-man/">Topiary: did police arrest the wrong man in LulzSec investigation?</a></li>
<li><a href="http://sunbeltblog.blogspot.com/2011/07/activate-skype-or-not.html">«Activate Skype». Or not&#8230;</a></li>
<li><a href="http://www.eweek.com/c/a/Security/Anonymous-Claims-Network-Breach-of-FBI-Security-Contractor-ManTech-693504/">Anonymous Claims Network Breach of FBI Security Contractor ManTech</a></li>
<li><a href="http://nakedsecurity.sophos.com/2011/07/11/david-beckhams-website-defaced-by-hackers/">David Beckham&#8217;s website defaced by hackers</a></li>
<li><a href="http://9gag.com/gag/139688/">Credit card numbers&#8217; explanation</a> and the <a href="http://en.wikipedia.org/wiki/Luhn_algorithm">Luhn algorithm</a></li>
</ul>
<h3>Networking:</h3>
<ul>
<li><a href="http://www.itpro.co.uk/635284/bt-and-virgin-losing-thousands-of-customers">BT and Virgin are losing many thousands of customers, results reveal</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/reading-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reading #10</title>
		<link>http://zindilis.com/articles/reading-10</link>
		<comments>http://zindilis.com/articles/reading-10#comments</comments>
		<pubDate>Thu, 21 Jul 2011 16:10:08 +0000</pubDate>
		<dc:creator>Marios Zindilis</dc:creator>
				<category><![CDATA[Σύνδεσμοι]]></category>
		<category><![CDATA[reading]]></category>

		<guid isPermaLink="false">http://zindilis.com/?p=436</guid>
		<description><![CDATA[Linux I finished reading Sams &#8211; Teach yourself Red Hat Linux. This book tries to cover the very basics of a wide range of topics, from installation and basic usage on the desktop and on the console, to systems administration, (&#8230;)</p><p><a href="http://zindilis.com/articles/reading-10">Read the rest of this entry &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<h3>Linux</h3>
<p>I finished reading Sams &#8211; Teach yourself Red Hat Linux. This book tries to cover the very basics of a wide range of topics, from installation and basic usage on the desktop and on the console, to systems administration, user management, nfs, smb, web and ftp serving and basic security. Therefore, this is a good book for the beginner who aims high. So, I should have read it a few years ago &#8211; I felt bored at times.</p>
<h3>More Google+ hoopla:</h3>
<ul>
<li><a href="http://www.techrepublic.com/blog/google-in-the-enterprise/gmail-8217s-new-look-why-did-they-do-it-and-what-8217s-next/174">Gmail’s new look: Why did they do it and what’s next?</a></li>
</ul>
<h3>Misc</h3>
<ul>
<li><a href="http://www.bbc.co.uk/news/uk-england-leeds-14039229">Geocaching: the unintended results</a>. This lead me to spend some time on <a href="http://www.geocaching.com/">geocaching.com</a>. Good for the adventurous.</li>
<li><a href="http://asia.cnet.com/top-10-geek-lovers-61990429.htm">Top 10 geek lovers</a>.</li>
<li>Also, not really a reading recommendation, but I thought <a href="http://hellpizza.com/">this</a> was fun. They have a half-sized pizza called 333.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zindilis.com/articles/reading-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

