<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DUQFRnk6fyp7ImA9WhRVEk8.&quot;"><id>tag:blogger.com,1999:blog-18330441</id><updated>2012-01-10T17:28:37.717-03:00</updated><category term="Security" /><category term="News" /><category term="Administration" /><title>Linux Server Security Secrets and Administration</title><subtitle type="html">Linux Security and Administration with programming</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://serverlinux.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>193</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/LinuxServer" /><feedburner:info uri="linuxserver" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><entry gd:etag="W/&quot;A0QFQX88eip7ImA9WhZXEk0.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-8567099251643928607</id><published>2011-04-30T21:20:00.001-03:00</published><updated>2011-04-30T21:21:50.172-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-30T21:21:50.172-03:00</app:edited><title>How to obtain the flash videos in Firefox 4</title><content type="html">Flash videos were stored in /tmp/FlashXXXX and i was able to copy them to another place like cp /tmp/FlashXXX ~/Desktop/new.video.mpeg.&lt;br /&gt;
&lt;br /&gt;
Since Firefox 4 i thought for a moment that everything changed and my happy days were over but i was wrong, i remembered that with Linux there are no sad days.&lt;br /&gt;
&lt;br /&gt;
How to obtain the flash videos with Firefox 4:&lt;br /&gt;
&lt;br /&gt;
When the video already finished loading in the browser (being Youtube or any other), do this:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;ps -ef | grep libflashplayer.so | grep -v grep &lt;/div&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; font-size: small;"&gt;walter&amp;nbsp;&amp;nbsp; 20040 19812&amp;nbsp; 9 11:52 ?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 00:53:34 /usr/lib/firefox-3.6.17/plugin-container /home/walter/.mozilla/plugins/libflashplayer.so 19812 plugin true&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Now, with the PID, inspect what it is opening:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;root@talento:~# lsof -p 20040 | grep Flash&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/walter/.gvfs&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Output information may be incomplete.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;plugin-co 20040 walter&amp;nbsp;&amp;nbsp; 16u&amp;nbsp;&amp;nbsp; REG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8,2&amp;nbsp; 1249930 21708868 /tmp/FlashXXQANNm2 (deleted)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;root@talento:~# &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You are interested in the file descriptor id, these are the file descriptors from that process:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;root@talento:~# ls -la /proc/20040/fd/&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;total 0&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;dr-x------ 2 walter walter&amp;nbsp; 0 2011-04-30 21:12 .&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;dr-xr-xr-x 7 walter walter&amp;nbsp; 0 2011-04-30 21:06 ..&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 0 -&amp;gt; /dev/null&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 1 -&amp;gt; /home/walter/.xsession-errors&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;l-wx------ 1 walter walter 64 2011-04-30 21:12 10 -&amp;gt; pipe:[18679239]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 11 -&amp;gt; pipe:[18679240]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;l-wx------ 1 walter walter 64 2011-04-30 21:12 12 -&amp;gt; pipe:[18679240]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 13 -&amp;gt; socket:[18679243]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 14 -&amp;gt; /home/walter/.mozilla/firefox/2te1hj2x.default/cert8.db&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 15 -&amp;gt; /home/walter/.mozilla/firefox/2te1hj2x.default/key3.db&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:15 16 -&amp;gt; /tmp/FlashXXQANNm2 (deleted)&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:16 17 -&amp;gt; pipe:[19890054]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;l-wx------ 1 walter walter 64 2011-04-30 21:16 18 -&amp;gt; pipe:[19890054]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:16 19 -&amp;gt; pipe:[19890055]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 2 -&amp;gt; /home/walter/.xsession-errors&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;l-wx------ 1 walter walter 64 2011-04-30 21:16 20 -&amp;gt; pipe:[19890055]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:16 21 -&amp;gt; socket:[19890059]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 22 -&amp;gt; socket:[19338003]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 23 -&amp;gt; anon_inode:inotify&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 3 -&amp;gt; socket:[18679123]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 4 -&amp;gt; anon_inode:[eventpoll]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 42 -&amp;gt; socket:[18679124]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 5 -&amp;gt; socket:[18679236]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lrwx------ 1 walter walter 64 2011-04-30 21:12 6 -&amp;gt; socket:[18679237]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 7 -&amp;gt; pipe:[18679238]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;l-wx------ 1 walter walter 64 2011-04-30 21:12 8 -&amp;gt; pipe:[18679238]&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;lr-x------ 1 walter walter 64 2011-04-30 21:12 9 -&amp;gt; pipe:[18679239]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
What is of our interest if the Flash process, displayed in the previous lines.&lt;br /&gt;
&lt;br /&gt;
Now, you can copy the file to a safe place, because, if you close Firefox, those files are released and lost.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;cp /proc/20040/fd/16 ~/Desktop/A.Movie.mpeg&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Now if you want to put everything in a script:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;root@talento:~# cat saveflash.sh &lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;#!/bin/bash&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;PID=`ps -ef | grep libflashplayer.so | grep -v grep | awk '{print $2}'`&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;FD=`lsof -p $PID | grep Flash | awk '{print $4}' | sed 's/u$//'`&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;cp /proc/$PID/fd/$FD "$1"&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
And remember, you can "invite me a coffee" :)&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-8567099251643928607?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/8567099251643928607/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=8567099251643928607&amp;isPopup=true" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8567099251643928607?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8567099251643928607?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/FS9H_g44h2Y/how-to-obtain-flash-videos-in-firefox-4.html" title="How to obtain the flash videos in Firefox 4" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>13</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2011/04/how-to-obtain-flash-videos-in-firefox-4.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUEDQHo5eSp7ImA9Wx9bF04.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-4138649458496234754</id><published>2011-02-26T12:21:00.000-03:00</published><updated>2011-02-26T12:21:11.421-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-02-26T12:21:11.421-03:00</app:edited><title>Yahoo KDD Cup</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-ZSiZez9qKBw/TWkXLUbiAvI/AAAAAAAAAok/6YGfeaWIKSM/s1600/kdd.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="75" src="https://lh5.googleusercontent.com/-ZSiZez9qKBw/TWkXLUbiAvI/AAAAAAAAAok/6YGfeaWIKSM/s320/kdd.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
In a few days starts the Yahoo KDD Cup, i'll participate in this one.&amp;nbsp; It is an interesting task where the rate of users has to be predicted.&amp;nbsp; The prediction task is based on previous users behaviour, finding patterns and common music/artists/genre and profiling new customers based on the music they do like.&amp;nbsp; I hope i have fun during this competition and keep learning from these experiences.&lt;br /&gt;
&lt;br /&gt;
If possible, i would keep doing all my mining/machine learning scripts in perl, so i will share the solutions for the problems i had to face during this experience.&lt;br /&gt;
&lt;br /&gt;
I wanted to search an id inside an array, to do this i did:&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;open TODO, "todo" or die $!;&lt;br /&gt;
my @todo = &lt;todo&gt;;&lt;br /&gt;
close TODO;&lt;br /&gt;
@array = ();&lt;br /&gt;
foreach (@todo) {&lt;br /&gt;
&amp;nbsp;&amp;nbsp; my ($id, $type) = split(/\t/);&lt;br /&gt;
&amp;nbsp;&amp;nbsp; chop ($type);&lt;br /&gt;
&amp;nbsp;&amp;nbsp; $array[$id] = $type;&lt;br /&gt;
}&lt;/todo&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;my ($id, $rank, $day, $time) = split(/\t/, $linea);&lt;/div&gt;&lt;div class="separator" style="clear: both; font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace; text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-4138649458496234754?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/4138649458496234754/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=4138649458496234754&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4138649458496234754?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4138649458496234754?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/_0cy2PiCWmk/yahoo-kdd-cup.html" title="Yahoo KDD Cup" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh5.googleusercontent.com/-ZSiZez9qKBw/TWkXLUbiAvI/AAAAAAAAAok/6YGfeaWIKSM/s72-c/kdd.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2011/02/yahoo-kdd-cup.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUCQXs9fyp7ImA9WxFUF08.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-1601066419657198647</id><published>2010-06-27T13:49:00.001-03:00</published><updated>2010-06-28T08:07:40.567-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-28T08:07:40.567-03:00</app:edited><title>Installing R project for statistics in Fedora Linux.</title><content type="html">Is is as easy as this:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: Verdana,sans-serif;"&gt;[root@dyn8382 ~]# yum install R R-devel&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana,sans-serif;"&gt;[root@dyn8382 ~]# R&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Verdana,sans-serif;"&gt;&amp;gt;install.packages("arules", repos="http://R-Forge.R-project.org")&lt;/span&gt;&lt;br /&gt;
&lt;b&gt;&lt;code&gt;&lt;/code&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;code&gt;&lt;span style="color: #6aa84f;"&gt;http://www.r-project.org/&lt;/span&gt;&lt;/code&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-1601066419657198647?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/1601066419657198647/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=1601066419657198647&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1601066419657198647?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1601066419657198647?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/jRwc8zjw8q4/installing-r-project-for-statistics-in.html" title="Installing R project for statistics in Fedora Linux." /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/06/installing-r-project-for-statistics-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DU4GRXc9eip7ImA9WxFWFkg.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-449628633060409643</id><published>2010-06-03T12:29:00.001-03:00</published><updated>2010-06-04T10:25:24.962-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-06-04T10:25:24.962-03:00</app:edited><title>Datamining with Linux</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: large;"&gt;I'm currently doing the Datamining Specialist course and i try to use open source solutions, and if not open source, linux solutions... because i am a unix user.&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
This is a list of software i recommend to try, i am studying some features and they are&lt;br /&gt;
all great:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.cs.waikato.ac.nz/ml/weka/"&gt;WEKA&lt;/a&gt; (http://www.cs.waikato.ac.nz/ml/weka/)&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;Weka is a collection of machine learning algorithms for data mining           tasks.  The algorithms can either be applied directly to a dataset or           called from your own Java code. Weka contains tools for data           pre-processing, classification, regression, clustering, association           rules, and visualization. It is also well-suited for developing new           machine learning schemes.&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://www.r-project.org/"&gt;The R Project for Statistical Computing&lt;/a&gt; (http://www.r-project.org/)&lt;br /&gt;
R is a free software environment for statistical       computing and graphics.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.mathworks.com/"&gt;Matlab&lt;/a&gt; (http://www.mathworks.com/)&lt;br /&gt;
This is a commercial software that can be used to create models of artificial neural networks and any kind of math problems.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.aispace.org/dTree/"&gt;dTree&lt;/a&gt; ( http://www.aispace.org/dTree/)&lt;br /&gt;
This tool      demonstrates how to build a decision tree using a training data      set and then use the tree to classify unseen examples in a test      data set.&lt;br /&gt;
&lt;br /&gt;
If you know some other soft, please post it and i'll try it.&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-449628633060409643?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/449628633060409643/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=449628633060409643&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/449628633060409643?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/449628633060409643?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/fGHKJF4yclw/datamining-with-linux.html" title="Datamining with Linux" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/06/datamining-with-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE4CRX49cSp7ImA9WxFTFE8.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-4509036276270833562</id><published>2010-04-04T20:13:00.001-03:00</published><updated>2010-04-04T20:16:04.069-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-04T20:16:04.069-03:00</app:edited><title>VMplayer crash in fedora 12</title><content type="html">After installing VMplayer from the bundle, the 3.0.1 version i were surprised because it crashed just one second after running it.&amp;nbsp; Thanks that another co-blogger posted the solution, too simple in fact:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;cd /usr/lib/vmware/lib&lt;/pre&gt;&lt;pre&gt;mv libcurl.so.4 libcurl.so.4.old&lt;/pre&gt;&lt;pre style="font-family: Arial,Helvetica,sans-serif;"&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre style="font-family: Arial,Helvetica,sans-serif;"&gt;Credits:&lt;/pre&gt;&lt;pre&gt;&lt;a href="http://blog.adl.pl/fixing-vmware-player-crash-upon-start-in-fedora-12/455" style="font-family: Arial,Helvetica,sans-serif;"&gt;here&lt;/a&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif;"&gt; and &lt;/span&gt;&lt;a href="http://communities.vmware.com/message/1444574#1444574" style="font-family: Arial,Helvetica,sans-serif;"&gt;here&lt;/a&gt;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;If you need to recompile the modules because some of them is failing, you can do it this way:&lt;/pre&gt;&lt;pre&gt;vmware-modconfig --console --install-all&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;strong&gt;If you need more help and you want to get in touch with me&lt;/strong&gt; &lt;strong style="font-weight: normal;"&gt;Why&lt;/strong&gt; not &lt;a href="http://www.erdemap.com/contact-sysadmin/"&gt;contact me&lt;/a&gt; ;-)&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-4509036276270833562?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/4509036276270833562/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=4509036276270833562&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4509036276270833562?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4509036276270833562?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/4s5gMAo34eE/vmplayer-crash-in-fedora-12.html" title="VMplayer crash in fedora 12" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/04/vmplayer-crash-in-fedora-12.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUcCQXg_eCp7ImA9WxFTE04.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-2943838447127910063</id><published>2010-04-03T20:24:00.000-03:00</published><updated>2010-04-03T20:24:20.640-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-03T20:24:20.640-03:00</app:edited><title>Errors compiling VMware Server on Fedora 12</title><content type="html">Hi! Today i downloaded vmware server to use it on my Linux workstation.&amp;nbsp; I am using Fedora 12 with the latest kernel update so i had not much hope to compile the vmware kernel modules without some troubleshooting.&lt;br /&gt;
&lt;br /&gt;
After solving the problems, here i share the solutions i hope to help you.&amp;nbsp; If you find it useful, remember that you can Invite me a kaffee ! :)&lt;br /&gt;
&lt;br /&gt;
1. Download the latest VMware workstation (It is free)&lt;br /&gt;
https://www.vmware.com/tryvmware/p/activate.php?p=server20&amp;amp;lp=1&amp;amp;ext=1&lt;br /&gt;
&lt;br /&gt;
Note: I downloaded the rpm version.&lt;br /&gt;
&lt;br /&gt;
2. Install it:&lt;br /&gt;
yum install VMware-server-2.0.2-203138.i386.rpm&lt;br /&gt;
&lt;br /&gt;
3. Try to compile the modules:&lt;br /&gt;
vmware-config.pl&lt;br /&gt;
&lt;br /&gt;
Ok.. in this moment a lot of warnings and errors appear between them, errors with vmnet, vmci, etc...&lt;br /&gt;
&lt;br /&gt;
make[1]: Leaving directory `/usr/src/kernels/2.6.32.10-90.fc12.i686'&lt;br /&gt;
Unable to build the vmnet module.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Unable to build the vmci module.&lt;br /&gt;
&lt;br /&gt;
4. Patch the modules:&lt;br /&gt;
&lt;br /&gt;
- Download from http://www.erdemap.com/store/2.6.32.10-90.fc12.vmmon.tar.gz&lt;br /&gt;
wget http://www.erdemap.com/store/2.6.32.10-90.fc12.vmmon.tar.gz&lt;br /&gt;
&lt;br /&gt;
5. unzip &amp;amp; untar it.&lt;br /&gt;
6. execute the patch shell script *inspect it first, it is very VERY basic*&lt;br /&gt;
7. After installing the patches, execute the vmware-config.pl&lt;br /&gt;
&lt;br /&gt;
Starting VMware services:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Virtual machine monitor&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Virtual ethernet&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Bridged networking on /dev/vmnet0&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Host-only networking on /dev/vmnet1 (background)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; DHCP server on /dev/vmnet1&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;&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;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Host-only networking on /dev/vmnet8 (background)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; DHCP server on /dev/vmnet8&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;&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;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; NAT service on /dev/vmnet8&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;&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;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; VMware Server Authentication Daemon (background)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; Shared Memory Available&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
Starting VMware management services:&lt;br /&gt;
&amp;nbsp;&amp;nbsp; VMware Server Host Agent (background)&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;nbsp; OK&amp;nbsp; ]&lt;br /&gt;
&amp;nbsp;&amp;nbsp; VMware Virtual Infrastructure Web Access&lt;br /&gt;
Starting VMware autostart virtual machines:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;If you need more help and you want to get in touch with me&lt;/strong&gt;&lt;br /&gt;
&lt;strong style="font-weight: normal;"&gt;Why&lt;/strong&gt; not &lt;a href="http://www.erdemap.com/contact-sysadmin/"&gt;contact me&lt;/a&gt; ;-)&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-2943838447127910063?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/2943838447127910063/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=2943838447127910063&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/2943838447127910063?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/2943838447127910063?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/4MEkPDuuJu0/errors-compiling-vmware-server-on.html" title="Errors compiling VMware Server on Fedora 12" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/04/errors-compiling-vmware-server-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkUEQng7cCp7ImA9WxFTEE0.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-8843388936659767274</id><published>2010-03-30T22:50:00.000-03:00</published><updated>2010-03-30T22:50:03.608-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-30T22:50:03.608-03:00</app:edited><title>Five Easy Ways to Secure Your Linux System</title><content type="html">On the heels of last week’s entry on using DenyHosts, and Nikto the week before that; I thought it appropriate to continue in the security vein with five more simple techniques that you can use to protect your systems. These include using account locking, limiting cron use, using DENY access to services, refusing root SSH logins and changing SSHD’s default port.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.linux-mag.com/cache/7732/1.html"&gt;Keep reading..&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&amp;nbsp;Account Locking&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;Cron Restriction&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;Deny, Deny, Deny&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;Deny SSH by Root&lt;/div&gt;&lt;div style="text-align: center;"&gt;&amp;nbsp;Change the Default Port&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-8843388936659767274?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/8843388936659767274/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=8843388936659767274&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8843388936659767274?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8843388936659767274?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/iNgTAhLr4N0/five-easy-ways-to-secure-your-linux.html" title="Five Easy Ways to Secure Your Linux System" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/03/five-easy-ways-to-secure-your-linux.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C04ARXg5fCp7ImA9WxBaFE4.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-3705802038979429678</id><published>2010-03-24T08:58:00.005-03:00</published><updated>2010-03-24T08:59:04.624-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-03-24T08:59:04.624-03:00</app:edited><title>Nice Free software video</title><content type="html">&lt;object width="440" height="385"&gt;&lt;param name="movie" value="http://www.youtube.com/v/joWbgfRc9Wk&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/joWbgfRc9Wk&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="440" height="385"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-3705802038979429678?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/3705802038979429678/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=3705802038979429678&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3705802038979429678?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3705802038979429678?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/ZLZSnwz8HTM/nice-free-software-video.html" title="Nice Free software video" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/03/nice-free-software-video.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkEFRXs7fSp7ImA9WxBUEk0.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-3098054161174037597</id><published>2010-02-26T14:16:00.000-03:00</published><updated>2010-02-26T14:16:54.505-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-26T14:16:54.505-03:00</app:edited><title>Error compiling cairomm</title><content type="html">While compiling cairomm i got this error:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;configure.ac:37: error: possibly undefined macro: AC_DISABLE_STATIC&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If this token and others are legitimate, please use m4_pattern_allow.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See the Autoconf documentation.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;configure.ac:38: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;autoreconf: /usr/bin/autoconf failed with exit status: 1&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Solution:&lt;br /&gt;
Install libtool:&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;[root@dyn854450 ~]# yum install libtool&lt;/code&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-3098054161174037597?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/3098054161174037597/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=3098054161174037597&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3098054161174037597?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3098054161174037597?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/wMjE63rr9IM/error-compiling-cairomm.html" title="Error compiling cairomm" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/02/error-compiling-cairomm.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EAQ3k6fyp7ImA9WxBUFEw.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-4553723364875340496</id><published>2010-02-26T13:50:00.001-03:00</published><updated>2010-02-28T23:47:22.717-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-28T23:47:22.717-03:00</app:edited><title>Badly formed XML, there is no  tag</title><content type="html">Using glade-3 i got with this error/warning:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;[walter@talent Projects]$ gtk-builder-convert uno.glade uno.xml&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;Traceback (most recent call last):&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;File "/usr/bin/gtk-builder-convert", line 772, in &lt;module&gt;&lt;br /&gt;
sys.exit(main(sys.argv))&lt;br /&gt;
File "/usr/bin/gtk-builder-convert", line 760, in main&lt;br /&gt;
conv.parse_file(input_filename)&lt;br /&gt;
File "/usr/bin/gtk-builder-convert", line 161, in parse_file&lt;br /&gt;
self._parse()&lt;br /&gt;
File "/usr/bin/gtk-builder-convert", line 233, in _parse&lt;br /&gt;
assert glade_iface, ("Badly formed XML, there is "&lt;br /&gt;
AssertionError: Badly formed XML, there is no &lt;glade-interface&gt; tag.&lt;/glade-interface&gt;&lt;/module&gt;&lt;/div&gt;&lt;br /&gt;
&lt;module&gt;&lt;glade-interface&gt;Try saving the file as a libglade project and then try again. It work'd for me.&lt;/glade-interface&gt;&lt;/module&gt;&lt;br /&gt;
&lt;module&gt;&lt;glade-interface&gt; &lt;/glade-interface&gt;&lt;/module&gt;&lt;br /&gt;
&lt;module&gt;&lt;glade-interface&gt; &lt;/glade-interface&gt;&lt;/module&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-4553723364875340496?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/4553723364875340496/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=4553723364875340496&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4553723364875340496?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4553723364875340496?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/HB1f04RU3jc/using-glade-3-i-got-with-this.html" title="Badly formed XML, there is no  tag" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/02/using-glade-3-i-got-with-this.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0EDSX06fip7ImA9WxBUFEw.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-4877636683232310730</id><published>2010-02-26T12:07:00.001-03:00</published><updated>2010-02-28T23:47:58.316-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-28T23:47:58.316-03:00</app:edited><title>TEDxBuenos Aires</title><content type="html">The famous TED conference'll take place in Buenos Aires.&amp;nbsp; I'm already pre-registered.&lt;br /&gt;
&lt;br /&gt;
http://tedxbuenosaires.org/?p=1001&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;object height="340" width="460"&gt;&lt;param name="movie" value="http://www.youtube.com/v/01G8KG0Z-fU&amp;hl=en_US&amp;fs=1&amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/01G8KG0Z-fU&amp;hl=en_US&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="460" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-4877636683232310730?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/4877636683232310730/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=4877636683232310730&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4877636683232310730?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4877636683232310730?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/U9nMa_8V8tM/tedxbuenos-aires.html" title="TEDxBuenos Aires" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/02/tedxbuenos-aires.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0QNRXk9cSp7ImA9WxBWEkU.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-7573370485490484150</id><published>2010-02-04T09:09:00.002-03:00</published><updated>2010-02-04T09:09:54.769-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-04T09:09:54.769-03:00</app:edited><title>7 of the Best Free Linux Calculators</title><content type="html">One of the basic utilities supplied with any operating system is a desktop calculator. These are often simple utilities that are perfectly adequate for basic use. They typically include trigonometric functions, logarithms, factorials, parentheses and a memory function. &lt;br /&gt;
However, the calculators featured in this article are significantly more sophisticated with the ability to process difficult mathematical functions, to plot graphs in 2D and 3D, and much more.&lt;br /&gt;
The calculators also typically support the Reverse Polish notation (RPN). This is a prefix notation wherein every operator follows all of its operands. In other words, instead of pressing 6 + 8 and the enter key, in RPN you type in 6 8 +.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.linuxlinks.com/article/20100129194223103/Calculators.html"&gt;Keep reading +&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-7573370485490484150?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/7573370485490484150/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=7573370485490484150&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/7573370485490484150?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/7573370485490484150?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/tYL1YmxLDK4/7-of-best-free-linux-calculators.html" title="7 of the Best Free Linux Calculators" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/02/7-of-best-free-linux-calculators.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YCRng-cSp7ImA9WxBXFUU.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-5439266498953771971</id><published>2010-01-27T07:46:00.000-03:00</published><updated>2010-01-27T07:46:07.659-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-27T07:46:07.659-03:00</app:edited><title>Open source in 2010</title><content type="html">&lt;strong class="abstract"&gt;Is 2010 the "year of open source"? Probably not, but by the end of the year expect to see open source software everywhere.&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong class="abstract"&gt;&lt;/strong&gt;&lt;strong&gt;Mobile Linux&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
2010 is going to be a huge year for open source software (OSS) in the mobile sector and we can expect to see OSS appearing on everything from mobile phones to netbooks to tablets.&lt;br /&gt;
Of course, thanks mostly to the open source Symbian operating system, open source is already the dominant player on mobile phones, despite the disproportional hype given to proprietary systems such as Apple's iPhone and RIM's Blackberry. But Nokia hasn't done a particularly good job of promoting Symbian's openness since it acquired it in 2008.&lt;br /&gt;
Google, on the other hand, has done wonders with its Android OS which is now right up there with the likes of the iPhone and is getting better all the time. Android will, without a doubt, be in the headlines throughout the coming year as Google takes other mobile makers on head-to-head.&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&lt;a href="http://mybroadband.co.za/news/Software/11123.html"&gt;&lt;strong&gt;+ Keep reading...&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-5439266498953771971?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/5439266498953771971/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=5439266498953771971&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5439266498953771971?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5439266498953771971?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/1pFTC7ORdxE/open-source-in-2010.html" title="Open source in 2010" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/open-source-in-2010.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIMR345fSp7ImA9WxBXFU8.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-160194125974854854</id><published>2010-01-26T13:16:00.002-03:00</published><updated>2010-01-26T13:16:26.025-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-26T13:16:26.025-03:00</app:edited><title>Fedora, Debian, FreeBSD, OpenBSD, OpenSolaris Benchmarks</title><content type="html">&lt;div style="text-align: justify;"&gt;With Debian GNU/kFreeBSD using the FreeBSD 7.2 kernel, we threw  the full FreeBSD 7.2 operating system into the comparison mix. FreeBSD 8.0 was  added in since that is the latest FreeBSD stable release at this time. OpenBSD  4.6 was used as another *BSD comparison while OpenSolaris 2009.06 was used to  represent some Sun Solaris numbers. Fedora 12 provides a look at some of the latest  Linux packages available more so than the Debian snapshot from 2010-01-14. The  64-bit versions of all operating systems were used during this testing process.&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://www.phoronix.com/scan.php?page=article&amp;amp;item=linux_bsd_opensolaris&amp;amp;num=1"&gt;+ keep reading... &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-160194125974854854?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/160194125974854854/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=160194125974854854&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/160194125974854854?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/160194125974854854?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/cvvtNVuWuRA/fedora-debian-freebsd-openbsd.html" title="Fedora, Debian, FreeBSD, OpenBSD, OpenSolaris Benchmarks" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/fedora-debian-freebsd-openbsd.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQFRH49fip7ImA9WxBXEUQ.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-1072099122035514717</id><published>2010-01-22T16:58:00.000-03:00</published><updated>2010-01-22T16:58:35.066-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T16:58:35.066-03:00</app:edited><title>openSUSE Brings New Li-F-E To School</title><content type="html">&lt;div style="text-align: justify;"&gt;With education budget trends resembling a ski slope (downhill) it only makes sense to look to open source for help. With the 11.2 release of openSUSE comes a separate project targeted at schools and school children.&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;a href="http://en.opensuse.org/Education"&gt;openSUSE for Schools&lt;/a&gt; (or Linux for education aka Li-f-e) packs a huge number of applications targeted at all grade levels. Packages for both desktop and server are included. They've also provided things like Internet filtering software to help parents and educators protect kids from potential problems. For classroom use you'll find tools for creating a kiosk mode or live CD bootable on older machines.&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;a href="http://www.linuxplanet.com/linuxplanet/reviews/6962/1"&gt;+ Keep reading....&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica;"&gt;&lt;br /&gt;
&lt;span style="font-size: medium;"&gt;&lt;b&gt;1. Desktop Options&lt;br /&gt;
2. Server Option&lt;br /&gt;
3. Applications Galore!&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;openSUSE-Edu Li-f-e represents a significant step forward in delivering the tools needed to support virtually any school or educational requirement.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-1072099122035514717?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/1072099122035514717/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=1072099122035514717&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1072099122035514717?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1072099122035514717?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/0g693Gxlaao/opensuse-brings-new-li-f-e-to-school.html" title="openSUSE Brings New Li-F-E To School" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/opensuse-brings-new-li-f-e-to-school.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08DRn07fip7ImA9WxBXEUs.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-5176049549444731879</id><published>2010-01-22T11:17:00.000-03:00</published><updated>2010-01-22T11:17:57.306-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-22T11:17:57.306-03:00</app:edited><title>Linux and USB 3.0</title><content type="html">The newest, fast interface, USB 3.0, is finally out, but only one operating system has native support for it: Linux.&lt;br /&gt;
&lt;br /&gt;
Ever get tired of Windows people proclaiming how their operating system has device support for this, that, and the other thing and Linux doesn't? Well, now you have a perfect come-back. The newest, fast interface, USB 3.0 is out and only Linux has native support for it.&lt;br /&gt;
&lt;a href="http://www.linuxplanet.com/linuxplanet/reports/6956/1"&gt;&lt;br /&gt;
+ keep reading...&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Linux started supporting USB 3.0 in the September 2009 release of the 2.6.31 Linux kernel. Neither Windows 7 nor Snow Leopard currently supports USB 3. Windows support? That will have to wait for Windows 7 SP1 ---whenever that shows up.&lt;br /&gt;
&lt;a href="http://www.linuxplanet.com/linuxplanet/reports/6956/1"&gt;&lt;br /&gt;
+ keep reading...&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Users who have been around for a while may be saying what about Firewire, aka the IEEE 1394 interface standard. It's true that Firewire, Apple's name for their implementation for the technology, was faster than USB 2.0. Firewire 400 could reach a peak throughput of&lt;br /&gt;
400Mbps and 800 could, as you might have guessed, hit 800Mbps.&lt;br /&gt;
&lt;a href="http://www.linuxplanet.com/linuxplanet/reports/6956/1"&gt;&lt;br /&gt;
+ keep reading...&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-5176049549444731879?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/5176049549444731879/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=5176049549444731879&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5176049549444731879?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5176049549444731879?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/UPMy8CqCiis/linux-and-usb-30.html" title="Linux and USB 3.0" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/linux-and-usb-30.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MBQHgzfSp7ImA9WxBQFUQ.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-81866348371317247</id><published>2010-01-15T16:34:00.001-03:00</published><updated>2010-01-15T20:50:51.685-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-15T20:50:51.685-03:00</app:edited><title>PERL on AIX 6.</title><content type="html">&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ uname -a &lt;br /&gt;
AIX aix6_103 1 6 00CE44E44C00&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;team02@aix6_103 [/home/team02]&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ oslevel -s&lt;br /&gt;
6100-03-01-0921&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;team02@aix6_103 [/home/team02]&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ ./hola.pl&lt;br /&gt;
perl: warning: Setting locale failed.&lt;br /&gt;
perl: warning: Please check that your locale settings:&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LC_ALL = (unset),&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LC__FASTMSG = "true",&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LANG = "es_AR.8859-15"&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; are supported and installed on your system.&lt;br /&gt;
perl: warning: Falling back to the standard locale ("C").&lt;br /&gt;
HOLAA!!&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;team02@aix6_103 [/home/team02]&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;# This error is caused because perl has set by default a locale setting that has not been installed.&amp;nbsp; Look at the "locale -a" command:&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ locale -a&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;C&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;POSIX&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;en_US.8859-15&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;en_US.ISO8859-1&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;en_US&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;team02@aix6_103 [/home/team02]&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;# So... the solution would be:&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;# 1) Install the locale configured in Perl or..&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;b&gt;# 2) Set the LANG variable to the correct value:&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ echo $LANG&lt;br /&gt;
es_AR.8859-15&lt;br /&gt;
team02@aix6_103 [/home/team02]&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;$ export LANG="en_US.8859-15"&lt;br /&gt;
team02@aix6_103 [/home/team02]&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;
$ ./hola.pl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
HOLAA!!&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;team02@aix6_103 [/home/team02]&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-81866348371317247?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/81866348371317247/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=81866348371317247&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/81866348371317247?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/81866348371317247?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/f8nn3dIPaoU/perl-on-aix-6.html" title="PERL on AIX 6." /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/perl-on-aix-6.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cAQ305eyp7ImA9WxBRFkQ.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-287094104874336890</id><published>2010-01-05T09:37:00.000-03:00</published><updated>2010-01-05T09:37:22.323-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-05T09:37:22.323-03:00</app:edited><title>Six office alternatives</title><content type="html">&lt;strong class="abstract"&gt;Microsoft will release Office 2010 in June but until then there are some great alternatives.&lt;/strong&gt;&lt;br /&gt;
In June Microsoft will release a final version of its Office 2010 productivity suite. Naturally many users will upgrade, at substantial cost, to the latest version of the popular Office suite, but for those not so eager to hand over their money to Microsoft there are still many great alternatives. And they are free.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;OpenOffice.org (&lt;/strong&gt;&lt;a href="http://www.openoffice.org/" target="_blank"&gt;&lt;strong&gt;http://www.openoffice.org&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;ABIWord (&lt;/strong&gt;&lt;a href="http://www.abisource.com/" target="_blank"&gt;&lt;strong&gt;http://www.abisource.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Google Docs and spreadsheet (&lt;/strong&gt;&lt;a href="http://docs.google.com/" target="_blank"&gt;&lt;strong&gt;http://docs.google.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;ThinkFree Office Online (&lt;/strong&gt;&lt;a href="http://www.thinkfree.com/" target="_blank"&gt;&lt;strong&gt;http://www.thinkfree.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Zoho (&lt;/strong&gt;&lt;a href="http://www.zoho.com/" target="_blank"&gt;&lt;strong&gt;http://www.zoho.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;NeoOffice (&lt;/strong&gt;&lt;a href="http://www.neooffice.org/" target="_blank"&gt;&lt;strong&gt;http://www.neooffice.org&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;a href="http://mybroadband.co.za/news/Software/10918.html"&gt;Keep reading...&lt;/a&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-287094104874336890?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/287094104874336890/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=287094104874336890&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/287094104874336890?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/287094104874336890?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/cegQiBHKyOI/six-office-alternatives.html" title="Six office alternatives" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/six-office-alternatives.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUIDRX85cCp7ImA9WxBRFU8.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-3706242718022768252</id><published>2010-01-03T11:03:00.001-03:00</published><updated>2010-01-03T11:06:14.128-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-03T11:06:14.128-03:00</app:edited><title>Open Source in 2010: Nine Predictions</title><content type="html">&lt;div style="text-align: justify;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: small;"&gt;Even though this is the end of the decade only for those who can't count, retrospectives seem more common than predictions in the last days of 2009. Or maybe, after a year of recession, all the pundits are nervous about the future. &lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: small;"&gt; But, never being one to follow a trend or get nostalgic, I prefer to look ahead to what the next year holds for open source software. Everything always happens ten times faster in open source than in mainstream computing, but, even by open source standards, 2010 promises to be an interesting year. &lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;&lt;b&gt;&lt;a href="http://itmanagement.earthweb.com/osrc/article.php/3855801/"&gt;Keep reading...&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;1) Complete Free Video Drivers Arrive&lt;/h4&gt;&lt;h4&gt;2) The Community Turns to a MySQL Fork&lt;/h4&gt;&lt;h4&gt;3) The Release of GNOME 3.0 Threatens a User Revolt&lt;/h4&gt;&lt;h4&gt;4) The Differences Between Free Software and Open Source Flare Up Again&lt;/h4&gt;&lt;h4&gt;5) Open Source Continues to Struggle with Feminism&lt;/h4&gt;&lt;h4&gt;6) Google Chrome OS Brings a Verdict on Cloud-Based Desktops&lt;/h4&gt;&lt;h4&gt;7) Mozilla Firefox and Google Chrome Compete on the Browser Front&lt;/h4&gt;&lt;h4&gt;8) Raindrop and WAVE Fail to Find Users&lt;/h4&gt;&lt;h4&gt;9) The Nexus One Becomes A Geek Tool&lt;/h4&gt;&lt;h4&gt;&lt;a href="http://itmanagement.earthweb.com/osrc/article.php/3855801/"&gt;Keep reading...&lt;/a&gt;&lt;br /&gt;
&lt;/h4&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h4&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-3706242718022768252?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/3706242718022768252/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=3706242718022768252&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3706242718022768252?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3706242718022768252?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/8tiEzqPGc6k/open-source-in-2010-nine-predictions.html" title="Open Source in 2010: Nine Predictions" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/open-source-in-2010-nine-predictions.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUAFSHc9cCp7ImA9WxBRFEQ.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-8687817325916544268</id><published>2010-01-03T01:41:00.000-03:00</published><updated>2010-01-03T01:41:59.968-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-03T01:41:59.968-03:00</app:edited><title>Ten Linux features Windows could do with</title><content type="html">&lt;strong&gt;Linux and Windows users may be polarised into rival camps, but there is no reason one operating system should not benefit by borrowing from the other, says Jack Wallen.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://resources.zdnet.co.uk/articles/comment/0,1000002985,39938309-2,00.htm"&gt;&lt;strong&gt;Keep reading...&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;strong&gt; &lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;1. Compiz&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;2. Multi-user&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;3. Log files&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;4. Centralised application installation&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;5. Cron&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;6. Regular release cycle&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;7. Root user&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;8. Pricing&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;9. Installed applications&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;10. Hardware detection&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://resources.zdnet.co.uk/articles/comment/0,1000002985,39938309-2,00.htm"&gt;&lt;strong&gt;Keep reading...&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-8687817325916544268?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/8687817325916544268/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=8687817325916544268&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8687817325916544268?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/8687817325916544268?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/ITxhmCJJ9PM/ten-linux-features-windows-could-do.html" title="Ten Linux features Windows could do with" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/ten-linux-features-windows-could-do.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MEQ3k8eCp7ImA9WxBRFEo.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-3829342494512847278</id><published>2010-01-02T19:28:00.001-03:00</published><updated>2010-01-02T19:30:02.770-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-02T19:30:02.770-03:00</app:edited><title>What more should i do after installing Fedora 12 ?</title><content type="html">I gave some tips to do after installing Fedora 12: &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://serverlinux.blogspot.com/2009/12/what-should-i-do-after-installing.html"&gt;http://serverlinux.blogspot.com/2009/12/what-should-i-do-after-installing.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
These steps should be done as superuser (root) or with a "sudo" in front of every command.&lt;br /&gt;
&lt;br /&gt;
And now you can also do this to view plenty of media files with their codecs:&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;yum install mplayer mplayer-gui gecko-mediaplayer mencoder&lt;/pre&gt;&lt;pre&gt;yum install xine xine-lib-extras xine-lib-extras-freeworld&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre style="font-family: Arial,Helvetica,sans-serif;"&gt;Navigate to: &lt;a href="http://www.mplayerhq.hu/MPlayer/releases/codecs/" rel="nofollow" target="_blank"&gt;http://www.mplayerhq.hu/MPlayer/releases/codecs/&lt;/a&gt; and download the packages&lt;/pre&gt;&lt;pre style="font-family: Arial,Helvetica,sans-serif;"&gt;that matches your cpu architecture.  If you have a 32 bit processor, it may be&lt;/pre&gt;&lt;pre style="font-family: Arial,Helvetica,sans-serif;"&gt;this file: &lt;a href="http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2" rel="nofollow" target="_blank"&gt;all-20071007.tar.bz2&lt;/a&gt;.&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;You can also cut &amp;amp; paste this:&lt;/pre&gt;&lt;pre&gt;wget http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;And then:&lt;/pre&gt;&lt;pre&gt;sudo tar -jxvf all-20071007.tar.bz2 --strip-components 1 -C /usr/lib/codecs/&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;rpm -ivh http://rpm.livna.org/livna-release.rpm&lt;/pre&gt;&lt;pre&gt;rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
&lt;/pre&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;pre&gt;yum install libdvdcss&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;pre&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-3829342494512847278?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/3829342494512847278/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=3829342494512847278&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3829342494512847278?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/3829342494512847278?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/yQNjG8BXExQ/what-more-should-i-do-after-installing.html" title="What more should i do after installing Fedora 12 ?" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/what-more-should-i-do-after-installing.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcFRn4_cSp7ImA9WxBRFEk.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-2778341909145603603</id><published>2010-01-02T10:46:00.000-03:00</published><updated>2010-01-02T10:46:57.049-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-02T10:46:57.049-03:00</app:edited><title>Joining multiple files with lxsplit</title><content type="html">I downloaded multiple files, they were splitted so i had to join them back.&amp;nbsp; The files are commonly splitted to make it easier to download and to minimize the damage if the connection gets lost,&lt;br /&gt;
of course, we are not considering a normal FTP or SSH with resume capabilities.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1) First install the lxsplit&lt;/b&gt;&lt;br /&gt;
yum install lxsplit&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2) Now it is time for some scripting:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
for i in $(seq 1 9); do lxsplit -j M.part$i.rar.001; done&lt;br /&gt;
&lt;br /&gt;
for i in $(seq 10 19); do lxsplit -j M.part$i.rar.001; done&lt;br /&gt;
&lt;br /&gt;
And that is all.&lt;br /&gt;
Happy new year for everybody.&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-2778341909145603603?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/2778341909145603603/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=2778341909145603603&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/2778341909145603603?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/2778341909145603603?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/N1BEIdbNMGI/joining-multiple-files-with-lxsplit.html" title="Joining multiple files with lxsplit" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>2</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2010/01/joining-multiple-files-with-lxsplit.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMHQnw6eyp7ImA9WxBREko.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-1084383664210070799</id><published>2009-12-31T13:37:00.000-03:00</published><updated>2009-12-31T13:37:13.213-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T13:37:13.213-03:00</app:edited><title>Best Linux releases of 2009</title><content type="html">&lt;strong class="abstract"&gt;The year ended with a flood of new Linux releases. Here are some of the best.&lt;/strong&gt;&lt;br /&gt;
Karmic also included by default Ubuntu One, Canonical's file synchronising and collaborating software. It is very similar to the Dropbox service which allows users to automatically synchronise desktop files with an online service as they work. Ubuntu One's advantage is that it is tightly integrated into the Ubuntu desktop. It's downside is that it only works on Ubuntu at present.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;a href="http://mybroadband.co.za/news/Software/10916.html"&gt;+ keep reading&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Mandriva Linux 2010 (&lt;/strong&gt;&lt;a href="http://www.mandriva.com/" target="_blank"&gt;&lt;strong&gt;http://www.mandriva.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;OpenSuse 11.2 (&lt;/strong&gt;&lt;a href="http://en.opensuse.org/" target="_blank"&gt;&lt;strong&gt;http://en.opensuse.org&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Fedora 12 (&lt;/strong&gt;&lt;a href="http://fedoraproject.org/" target="_blank"&gt;&lt;strong&gt;http://fedoraproject.org&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Linux Mint (&lt;/strong&gt;&lt;a href="http://www.linuxmint.com/" target="_blank"&gt;&lt;strong&gt;http://www.linuxmint.com&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;a href="http://mybroadband.co.za/news/Software/10916.html"&gt;+ keep reading&lt;/a&gt;&lt;br /&gt;
&lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-1084383664210070799?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/1084383664210070799/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=1084383664210070799&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1084383664210070799?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/1084383664210070799?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/edYkbstNUYQ/best-linux-releases-of-2009.html" title="Best Linux releases of 2009" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2009/12/best-linux-releases-of-2009.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYBRHg-fSp7ImA9WxBREUU.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-4767919150884397202</id><published>2009-12-30T11:09:00.000-03:00</published><updated>2009-12-30T11:09:15.655-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T11:09:15.655-03:00</app:edited><title>Fixing Your Holiday Photos With GIMP</title><content type="html">&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;The holidays are such a great time for getting together with family and friends.I bet you take a camera along. Or better yet, maybe there's a shiny new camera waiting for you under the tree. I know I take lots of photos over the holiday season.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;span style="font-size: small;"&gt;But you know what? A lot of my photos don't come out very good. Shooting conditions at those family get-togethers sometimes aren't the best, and you're probably distracted by watching Uncle Albert trying to sneak another...&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Arial,Helvetica,sans-serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style="font-family: Arial,Helvetica,sans-serif; font-size: small;"&gt;&lt;a href="http://www.linuxplanet.com/linuxplanet/tutorials/6937/1/"&gt;+ Keep reading..&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt;&lt;span style="font-family: Verdana,Arial,Helvetica; font-size: x-small;"&gt; &lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-4767919150884397202?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/4767919150884397202/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=4767919150884397202&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4767919150884397202?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/4767919150884397202?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/W7dk65mR5S4/fixing-your-holiday-photos-with-gimp.html" title="Fixing Your Holiday Photos With GIMP" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>1</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2009/12/fixing-your-holiday-photos-with-gimp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0cER34zfip7ImA9WxBREUk.&quot;"><id>tag:blogger.com,1999:blog-18330441.post-5379578799489398291</id><published>2009-12-30T01:56:00.000-03:00</published><updated>2009-12-30T01:56:46.086-03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T01:56:46.086-03:00</app:edited><title>How security will look in 10 years</title><content type="html">&lt;strong&gt;Tom Espiner surveys the security landscape for the shape of things to come.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Nevertheless, I shall bite the bullet and make my predictions for the security landscape at the end of next year and in 10 years' time. Just make sure you keep a copy of this article, ready for ridicule in 2020.&lt;br /&gt;
&lt;strong&gt; &lt;br /&gt;
&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;1. Ubiquitous cloud computing&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;2. ID and access management&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;3. Public sector moves online&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;4. The internet of things&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;5. Mesh networks&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;6. Mobile botnets&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;7. Super-fast broadband&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;8. DNSSEC&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;9. IPv6&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;10. Cyber warfare and industrial espionage&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://resources.zdnet.co.uk/articles/comment/0,1000002985,39929707,00.htm?s_cid=260"&gt;&lt;strong&gt;Keep reading... &lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;div class="blogger-post-footer"&gt;Linux system administration and security&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/18330441-5379578799489398291?l=serverlinux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://serverlinux.blogspot.com/feeds/5379578799489398291/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=18330441&amp;postID=5379578799489398291&amp;isPopup=true" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5379578799489398291?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/18330441/posts/default/5379578799489398291?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/LinuxServer/~3/VUytyVsxe6o/how-security-will-look-in-10-years.html" title="How security will look in 10 years" /><author><name>Walt3r</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="23" height="32" src="http://3.bp.blogspot.com/_1Xv_rWPOo3A/SprHQoHUWcI/AAAAAAAAAfA/KJcLuFZafJk/S220/walter.png" /></author><thr:total>0</thr:total><feedburner:origLink>http://serverlinux.blogspot.com/2009/12/how-security-will-look-in-10-years.html</feedburner:origLink></entry></feed>

