<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>TechniTip.Net &#187; Linux</title> <atom:link href="http://technitip.net/tag/linux/feed" rel="self" type="application/rss+xml" /><link>http://technitip.net</link> <description>TechniTip.Net - Useful tips regarding technical stuff for things like Linux, MySQL, Apache, PHP, Linux Server, iPhone and more.</description> <lastBuildDate>Fri, 03 Feb 2012 18:31:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <image><link>http://technitip.net</link> <url>http://technitip.net/wp-content/plugins/maxblogpress-favicon/icons/favicon-66.ico</url><title>TechniTip.Net</title> </image> <item><title>Quick Rootkit Check</title><link>http://technitip.net/quick-rootkit-check</link> <comments>http://technitip.net/quick-rootkit-check#comments</comments> <pubDate>Thu, 02 Dec 2010 21:41:08 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux Server]]></category> <category><![CDATA[check]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Rootkit]]></category> <category><![CDATA[Server]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1629</guid> <description><![CDATA[If you are running your own Linux server connected to the internet it&#8217;s a good idea to check if your server is infected from a rootkit. This can be achieved using a few command lines: cd /root wget --passive-ftp ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz tar xvzf chkrootkit.tar.gz cd chkrootkit-0.49/ make sense ./chkrootkit Check the output, if you get output [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-bandwidth-performance-measurement-with-iperf' rel='bookmark' title='Network Bandwidth Performance Measurement with Iperf'>Network Bandwidth Performance Measurement with Iperf</a></li><li><a
href='http://technitip.net/ftp-with-resume' rel='bookmark' title='FTP with Resume'>FTP with Resume</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>If you are running your own Linux server connected to the internet it&#8217;s a good idea to check if your server is infected from a rootkit. This can be achieved using a few command lines:</p><pre>cd /root
wget --passive-ftp <a href="ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz">ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz</a>
tar xvzf chkrootkit.tar.gz
cd chkrootkit-0.49/
make sense
./chkrootkit</pre><p>Check the output, if you get output indicating &#8220;INFECTED&#8221; then you should re-install your server and do everything to avoid further infects.</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fquick-rootkit-check&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-bandwidth-performance-measurement-with-iperf' rel='bookmark' title='Network Bandwidth Performance Measurement with Iperf'>Network Bandwidth Performance Measurement with Iperf</a></li><li><a
href='http://technitip.net/ftp-with-resume' rel='bookmark' title='FTP with Resume'>FTP with Resume</a></li><li><a
href='http://technitip.net/simple-mysql-backup-script' rel='bookmark' title='Simple MySql Backup Script'>Simple MySql Backup Script</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/quick-rootkit-check/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Status of a Software RAID under Linux</title><link>http://technitip.net/status-of-a-software-raid-under-linux</link> <comments>http://technitip.net/status-of-a-software-raid-under-linux#comments</comments> <pubDate>Sun, 14 Feb 2010 20:13:55 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux Server]]></category> <category><![CDATA[mdadm]]></category> <category><![CDATA[RAID]]></category> <category><![CDATA[software]]></category> <category><![CDATA[Status]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1399</guid> <description><![CDATA[You might want to check the rebuild status of your Linux software RAID e.g. after a disc failure or a hard server crash. As you know this might take several hours, depending on the disc size. In my case mdadm is used to configure the software RAID and mdadm &#8211;detail /dev/md1 can be used to [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/traffic-monitoring' rel='bookmark' title='Linux Network Traffic Monitoring'>Linux Network Traffic Monitoring</a></li><li><a
href='http://technitip.net/how-to-change-time-zone-in-linux' rel='bookmark' title='How To Change Time Zone in Linux'>How To Change Time Zone in Linux</a></li><li><a
href='http://technitip.net/debian-lenny-50-released' rel='bookmark' title='Debian &#8220;Lenny&#8221; 5.0 Released'>Debian &#8220;Lenny&#8221; 5.0 Released</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>You might want to check the rebuild status of your Linux software RAID e.g. after a disc failure or a hard server crash. As you know this might take several hours, depending on the disc size.</p><p>In my case mdadm is used to configure the software RAID and<strong> mdadm &#8211;detail /dev/md1</strong> can be used to show the rebuild status:</p><pre>[root@hxxxxxxx ~]# mdadm --detail /dev/md1
/dev/md1:
Version : 00.90
Creation Time : Thu Nov  9 18:57:15 2006
Raid Level : raid1
Array Size : 159726144 (152.33 GiB 163.56 GB)
Used Dev Size : 159726144 (152.33 GiB 163.56 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 1
Persistence : Superblock is persistent
Update Time : Sun Feb 14 19:45:21 2010
<strong>State : active, resyncing</strong>
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
<strong>Rebuild Status : 31% complete</strong>
UUID : be29700c:083d0c62:67a9c130:e044323b
Events : 0.3626065
Number   Major   Minor   RaidDevice State
0       8        3        0      active sync   /dev/sda3
1       8       19        1      active sync   /dev/sdb3</pre><p>In my case 31% of the rebuilt process are finished. We still have to wait a little bit..</p><p><strong>Links</strong></p><ul><li><a
title="The Software-RAID HOWTO: Detecting, querying and testing" href="http://tldp.org/HOWTO/Software-RAID-HOWTO-6.html#ss6.5" target="_blank">The Software-RAID HOWTO: Detecting, querying and testing</a></li><li><a
title="The Software-RAID HOWTO" href="http://tldp.org/HOWTO/Software-RAID-HOWTO.html" target="_blank">The Software-RAID HOTWO</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fstatus-of-a-software-raid-under-linux&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/traffic-monitoring' rel='bookmark' title='Linux Network Traffic Monitoring'>Linux Network Traffic Monitoring</a></li><li><a
href='http://technitip.net/how-to-change-time-zone-in-linux' rel='bookmark' title='How To Change Time Zone in Linux'>How To Change Time Zone in Linux</a></li><li><a
href='http://technitip.net/debian-lenny-50-released' rel='bookmark' title='Debian &#8220;Lenny&#8221; 5.0 Released'>Debian &#8220;Lenny&#8221; 5.0 Released</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/status-of-a-software-raid-under-linux/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Bash Prompt too long?</title><link>http://technitip.net/bash-prompt-too-long</link> <comments>http://technitip.net/bash-prompt-too-long#comments</comments> <pubDate>Tue, 05 May 2009 20:46:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[Prompt]]></category> <category><![CDATA[Putty]]></category> <category><![CDATA[too long]]></category> <category><![CDATA[xterm]]></category> <guid
isPermaLink="false">http://technitip.net/?p=1073</guid> <description><![CDATA[People often using Putty, xterm or any other Linux test based console will probably now this annoying issue: Changing into a deeper directory structure will create an incredible long bash prompt For me it was quite annoying to have the prompt sometimes wider than the terminal window. In Debian standard configuration this is the case. [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/putty-ssh-login-without-password-prompt' rel='bookmark' title='PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>People often using Putty, xterm or any other Linux test based console will probably now this annoying issue:</p><ul><li>Changing into a deeper directory structure will create an incredible long bash prompt</li></ul><p>For me it was quite annoying to have the prompt sometimes wider than the terminal window. In Debian standard configuration this is the case. So I decided to shorten the prompt.</p><p>I kept my prompt very simple, the only thing you have to do is to add the following lines to your ~/.bashrc</p><p><code>export PS1="[\u@\h \W]\\$ "<br
/> export PS2="&gt; "</code></p><p>Make sure to add it at the end of your .bashrc file in your home directory. Otherwise it may be overwritten by other prompt definitions in your .bashrc.</p><p><strong>Before</strong></p><p><code>harry@h1096660:/usr/local/include/ffmpeg$</code></p><p><strong>After</strong></p><p><code>[harry@h1096660 ffmpeg]$</code></p><p>Better <img
src='http://technitip.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><strong>Further links and examples</strong></p><ul><li><a
title="Bash Prompt HOWTO" href="http://tldp.org/HOWTO/Bash-Prompt-HOWTO/" target="_blank">Bash Prompt HOWTO</a></li><li><a
title="Bash Prompts" href="http://www.gilesorr.com/bashprompt/" target="_blank">Bash Prompts</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fbash-prompt-too-long&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/putty-ssh-login-without-password-prompt' rel='bookmark' title='PuTTY SSH Login Without Password Prompt'>PuTTY SSH Login Without Password Prompt</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/bash-prompt-too-long/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linuxcaffe in Toronto</title><link>http://technitip.net/linuxcaffe-in-toronto</link> <comments>http://technitip.net/linuxcaffe-in-toronto#comments</comments> <pubDate>Sat, 28 Mar 2009 16:12:10 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Fun]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Caffee]]></category> <category><![CDATA[Linuxcaffe]]></category> <category><![CDATA[Toronto]]></category> <guid
isPermaLink="false">http://technitip.net/?p=732</guid> <description><![CDATA[Received from a friend while he was on a holiday trip in Toronto. A Linuxcaffe pretty cool I think. Nowadays Linux seems to be everywhere! Thank you Bogi for this nice shot. Related posts: Nice Free Photo Organizer &#8220;Google Picasa&#8221; Dear Hell, IE8 is out<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/nice-free-photo-organizer-google-picasa' rel='bookmark' title='Nice Free Photo Organizer &#8220;Google Picasa&#8221;'>Nice Free Photo Organizer &#8220;Google Picasa&#8221;</a></li><li><a
href='http://technitip.net/dear-hell-ie8-is-out' rel='bookmark' title='Dear Hell, IE8 is out'>Dear Hell, IE8 is out</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Received from a friend while he was on a holiday trip in Toronto. A <a
title="linuxcaffe.ca" href="http://linuxcaffe.ca/" target="_blank">Linuxcaffe</a> pretty cool I think. Nowadays Linux seems to be everywhere! Thank you Bogi for this nice shot.</p> <a
href="http://technitip.net/wp-content/gallery/test/img_6842.jpg" title="" class="shutterset_singlepic46" > <img
class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/46__620x_img_6842.jpg" alt="img_6842.jpg" title="img_6842.jpg" /> </a><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Flinuxcaffe-in-toronto&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/nice-free-photo-organizer-google-picasa' rel='bookmark' title='Nice Free Photo Organizer &#8220;Google Picasa&#8221;'>Nice Free Photo Organizer &#8220;Google Picasa&#8221;</a></li><li><a
href='http://technitip.net/dear-hell-ie8-is-out' rel='bookmark' title='Dear Hell, IE8 is out'>Dear Hell, IE8 is out</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/linuxcaffe-in-toronto/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Linux under Windows with andLinux</title><link>http://technitip.net/linux-under-windows-with-andlinux</link> <comments>http://technitip.net/linux-under-windows-with-andlinux#comments</comments> <pubDate>Wed, 25 Mar 2009 19:54:08 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[VMWare]]></category> <category><![CDATA[andLinux]]></category> <category><![CDATA[coLinux]]></category> <category><![CDATA[virtualisation]]></category> <category><![CDATA[windows]]></category> <category><![CDATA[X server]]></category> <category><![CDATA[Xming]]></category> <guid
isPermaLink="false">http://technitip.net/?p=722</guid> <description><![CDATA[Nowadays there are several virtualization products like VMWare and Virtual PC available. Searching the Internet I came across coLinux and andLinux. This free and open source tools allow you to run Linux natively on your Windows PC. coLinux is the base &#8211; a port of the Linux kernel which allows you to run Linux cooperatively [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/automated-windows-backups' rel='bookmark' title='Automated Windows Backups'>Automated Windows Backups</a></li><li><a
href='http://technitip.net/how-to-change-time-zone-in-linux' rel='bookmark' title='How To Change Time Zone in Linux'>How To Change Time Zone in Linux</a></li><li><a
href='http://technitip.net/video-player-for-windowslinuxmac' rel='bookmark' title='Video Player for Windows/Linux/MAC'>Video Player for Windows/Linux/MAC</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Nowadays there are several virtualization products like VMWare and Virtual PC available. Searching the Internet I came across <a
title="www.colinux.org" href="http://www.colinux.org/" target="_blank">coLinux</a> and <a
title="www.andlinux.org" href="http://www.andlinux.org/" target="_blank">andLinux</a>. This free and open source tools allow you to run Linux natively on your Windows PC.</p><p><a
title="www.colinux.org" href="http://www.colinux.org/" target="_blank">coLinux</a> is the base &#8211; a port of the Linux kernel which allows you to run Linux cooperatively on your Windows PC. <a
title="www.andlinux.org" href="http://www.andlinux.org/" target="_blank">andLinux</a> is a complete <a
title="www.ubuntu.com" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> Linux system which uses <a
title="www.colinux.org" href="http://www.colinux.org/" target="_blank">coLinux</a>, <a
title="Xming X server" href="http://www.straightrunning.com/XmingNotes/" target="_blank">Xming</a> as X server and <a
title="www.pulseaudio.org" href="http://www.pulseaudio.org/" target="_blank">PulseAudio</a> as sound server.</p><p>I&#8217;ve tried <a
title="www.andlinux.org" href="http://www.andlinux.org/" target="_blank">andLinux</a> on my Windows XP notebook, installation was easy. Quite nice if you also want to have Linux running on your PC without purchasing other products. You can start Linux applications and they appear like a regular Windows application on your desktop.</p><p>andLinux offers some more features:</p><ul><li>Access from Linux applications to Windows filesystem</li><li>Quick start of Linux applications from Quicklaunch bar</li><li>Easy start of applications from KDE Start menu</li></ul><p>See also:</p><ul><li>German andLinux website: <a
title="andlinux.de" href="http://andlinux.de/" target="_blank">andlinux.de</a></li></ul><p>Definitely a try worth!</p> <a
href="http://technitip.net/wp-content/gallery/test/andlinux.jpg" title="" class="shutterset_singlepic45" > <img
class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/45__620x_andlinux.jpg" alt="andlinux.jpg" title="andlinux.jpg" /> </a><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Flinux-under-windows-with-andlinux&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/automated-windows-backups' rel='bookmark' title='Automated Windows Backups'>Automated Windows Backups</a></li><li><a
href='http://technitip.net/how-to-change-time-zone-in-linux' rel='bookmark' title='How To Change Time Zone in Linux'>How To Change Time Zone in Linux</a></li><li><a
href='http://technitip.net/video-player-for-windowslinuxmac' rel='bookmark' title='Video Player for Windows/Linux/MAC'>Video Player for Windows/Linux/MAC</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/linux-under-windows-with-andlinux/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How To Change Time Zone in Linux</title><link>http://technitip.net/how-to-change-time-zone-in-linux</link> <comments>http://technitip.net/how-to-change-time-zone-in-linux#comments</comments> <pubDate>Sat, 07 Mar 2009 19:25:18 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[change]]></category> <category><![CDATA[timezone]]></category> <guid
isPermaLink="false">http://technitip.net/?p=701</guid> <description><![CDATA[On modern Linux systems the time zone can be changed using the command: dpkg-reconfigure tzdata Now you will be prompted to choose your desired time zone. How the time zone can be change manually can be found here: http://www.wikihow.com/Change-the-Timezone-in-Linux http://www.linuxsa.org.au/tips/time.html Related posts: Linux under Windows with andLinux Change iPhone Call Forwarding Status of a Software [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/linux-under-windows-with-andlinux' rel='bookmark' title='Linux under Windows with andLinux'>Linux under Windows with andLinux</a></li><li><a
href='http://technitip.net/change-iphone-call-forwarding' rel='bookmark' title='Change iPhone Call Forwarding'>Change iPhone Call Forwarding</a></li><li><a
href='http://technitip.net/status-of-a-software-raid-under-linux' rel='bookmark' title='Status of a Software RAID under Linux'>Status of a Software RAID under Linux</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>On modern Linux systems the time zone can be changed using the command:</p><p><code>dpkg-reconfigure tzdata</code></p><p>Now you will be prompted to choose your desired time zone.</p><p>How the time zone can be change manually can be found here:</p><ul><li><a
title="How to Change the Timezone in Linux" href="http://www.wikihow.com/Change-the-Timezone-in-Linux" target="_blank">http://www.wikihow.com/Change-the-Timezone-in-Linux</a></li><li><a
title="Linux Tips Linux, Clocks, and Time" href="http://www.linuxsa.org.au/tips/time.html" target="_blank">http://www.linuxsa.org.au/tips/time.html</a></li></ul><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fhow-to-change-time-zone-in-linux&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/linux-under-windows-with-andlinux' rel='bookmark' title='Linux under Windows with andLinux'>Linux under Windows with andLinux</a></li><li><a
href='http://technitip.net/change-iphone-call-forwarding' rel='bookmark' title='Change iPhone Call Forwarding'>Change iPhone Call Forwarding</a></li><li><a
href='http://technitip.net/status-of-a-software-raid-under-linux' rel='bookmark' title='Status of a Software RAID under Linux'>Status of a Software RAID under Linux</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/how-to-change-time-zone-in-linux/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Get Information of Media Files with MediaInfo</title><link>http://technitip.net/get-information-of-media-files-with-mediainfo</link> <comments>http://technitip.net/get-information-of-media-files-with-mediainfo#comments</comments> <pubDate>Tue, 17 Feb 2009 19:35:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[files]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[MAC]]></category> <category><![CDATA[Media]]></category> <category><![CDATA[MediaInfo]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://technitip.net/?p=619</guid> <description><![CDATA[If you deal with media files like audio and video you will sometimes need more technical information about such files, like codec, bitrate, fps, aspect ratio and more. To gather such information there is a nice tool called &#8220;MediaInfo&#8221; available for download. Once installed MediaInfo just right click on your media file and open it [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/video-player-for-windowslinuxmac' rel='bookmark' title='Video Player for Windows/Linux/MAC'>Video Player for Windows/Linux/MAC</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>If you deal with media files like audio and video you will sometimes need more technical information about such files, like codec, bitrate, fps, aspect ratio and more. To gather such information there is a nice tool called &#8220;<a
title="MediaInfo" href="http://mediainfo.sourceforge.net" target="_blank">MediaInfo</a>&#8221; available for download. Once installed MediaInfo just right click on your media file and open it with MediaInfo. That&#8217;s all.</p> <a
href="http://technitip.net/wp-content/gallery/test/mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-200155.jpg" title="" class="shutterset_singlepic28" > <img
class="ngg-singlepic ngg-right" src="http://technitip.net/wp-content/gallery/cache/28__200x_mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-200155.jpg" alt="mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-200155.jpg" title="mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-200155.jpg" /> </a><p><strong>Which information does it display?</strong></p><ul><li>General: title, author, director, album, track number, date, duration&#8230;</li><li>Video: codec, aspect, fps, bitrate&#8230;</li><li>Audio: codec, sample rate, channels, language, bitrate&#8230;</li><li>Text: language of subtitle</li><li>Chapters: number of chapters, list of chapters</li></ul><p><strong>Which kind of formats (containers) does it support?</strong></p><ul><li>Video: MKV, OGM, AVI, <a
href="http://mediaarea.net/en/DIVX">DivX</a>, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)&#8230;<br
/> (Codecs: <a
href="http://mediaarea.net/en/DIVX">DivX</a>, <a
href="http://mediaarea.net/en/XVID">XviD</a>, MSMPEG4, ASP, H.264, AVC&#8230;)</li><li>Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF&#8230;</li><li>Subtitles: SRT, SSA, ASS, SAMI&#8230;</li></ul><p>For more details visit the <a
title="MediaInfo Homepage" href="http://mediainfo.sourceforge.net" target="_blank">MediaInfo</a> homepage. Download is available for Windows, Mac and Linux operating systems.</p> <a
href="http://technitip.net/wp-content/gallery/test/mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-185640.jpg" title="" class="shutterset_singlepic27" > <img
class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/27__600x_mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-185640.jpg" alt="mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-185640.jpg" title="mediainfo-ctempksc_111708_126_launch_1080wmv-17022009-185640.jpg" /> </a><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fget-information-of-media-files-with-mediainfo&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/video-player-for-windowslinuxmac' rel='bookmark' title='Video Player for Windows/Linux/MAC'>Video Player for Windows/Linux/MAC</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/get-information-of-media-files-with-mediainfo/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Video Player for Windows/Linux/MAC</title><link>http://technitip.net/video-player-for-windowslinuxmac</link> <comments>http://technitip.net/video-player-for-windowslinuxmac#comments</comments> <pubDate>Sun, 15 Feb 2009 22:43:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[free]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[MAC]]></category> <category><![CDATA[Media]]></category> <category><![CDATA[Movie]]></category> <category><![CDATA[Player]]></category> <category><![CDATA[streaming]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[VideoLAN]]></category> <category><![CDATA[VLC]]></category> <category><![CDATA[Window]]></category> <guid
isPermaLink="false">http://technitip.net/?p=615</guid> <description><![CDATA[You are looking for a video player which simply plays your movies? Sounds easy, but usually the Microsoft Media Player complains some missing codecs, other players are slow, often crashing&#8230; Watching different kind of video formats seems difficult on the PC. Too many formats are available, .WMV, .MOV, .MPG, .AVI and many more. The crazy [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/get-information-of-media-files-with-mediainfo' rel='bookmark' title='Get Information of Media Files with MediaInfo'>Get Information of Media Files with MediaInfo</a></li><li><a
href='http://technitip.net/linux-under-windows-with-andlinux' rel='bookmark' title='Linux under Windows with andLinux'>Linux under Windows with andLinux</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>You are looking for a video player which simply plays your movies? Sounds easy, but usually the Microsoft Media Player complains some missing codecs, other players are slow, often crashing&#8230; Watching different kind of video formats seems difficult on the PC. Too many formats are available, .WMV, .MOV, .MPG, .AVI and many more.</p><p>The crazy thing: .WMV is not equal .WMV. The codec behind is really a different thing. In my opinion best solution would be that only MPEG2 and MPEG4/H.264 would be used. But as usual licensing and other policital issues make it more difficult. So we are faced to a very high number of video formats and codecs.</p><p>Quite annoying for the user who only wants to watch a movie which will often not work. My suggestion is to use the <a
title="VLC media player" href="http://www.videolan.org/vlc/" target="_blank">VLC media player</a>. It&#8217;s free to use,  supports almost any video format and works on all well known operating systems.</p><p>Furthermore it supports many options for video streaming. Below is a screen shot of a <a
title="NASA HD Video" href="http://www.nasa.gov/multimedia/hd/index.html" target="_blank">NASA HD </a>video which shows the Endeavor launch on mission STS-126. There you will find other HD videos.</p><p>See also:</p><ul><li><a
title="VLC media player download" href="http://www.videolan.org/vlc/" target="_blank">VLC media player download</a></li><li><a
title="NASA HD Video" href="http://www.nasa.gov/multimedia/hd/index.html" target="_blank">NASA HD video download</a></li></ul> <a
href="http://technitip.net/wp-content/gallery/test/ksc_111708_126_launch_1080.jpg" title="" class="shutterset_singlepic26" > <img
class="ngg-singlepic" src="http://technitip.net/wp-content/gallery/cache/26__640x_ksc_111708_126_launch_1080.jpg" alt="ksc_111708_126_launch_1080.jpg" title="ksc_111708_126_launch_1080.jpg" /> </a><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fvideo-player-for-windowslinuxmac&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/get-information-of-media-files-with-mediainfo' rel='bookmark' title='Get Information of Media Files with MediaInfo'>Get Information of Media Files with MediaInfo</a></li><li><a
href='http://technitip.net/linux-under-windows-with-andlinux' rel='bookmark' title='Linux under Windows with andLinux'>Linux under Windows with andLinux</a></li><li><a
href='http://technitip.net/free-cddvdblu-rayhd-dvd-buring-application-starburn' rel='bookmark' title='Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;'>Free CD/DVD/Blu-Ray/HD-DVD Buring Application &#8220;StarBurn&#8221;</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/video-player-for-windowslinuxmac/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Make VIM Nice Looking</title><link>http://technitip.net/make-vim-nice-looking</link> <comments>http://technitip.net/make-vim-nice-looking#comments</comments> <pubDate>Tue, 10 Feb 2009 19:20:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[highlightning]]></category> <category><![CDATA[indent]]></category> <category><![CDATA[looking]]></category> <category><![CDATA[nice]]></category> <category><![CDATA[search]]></category> <category><![CDATA[syntax]]></category> <category><![CDATA[tab]]></category> <category><![CDATA[tabstop]]></category> <category><![CDATA[vi]]></category> <category><![CDATA[vim]]></category> <category><![CDATA[vimrc]]></category> <guid
isPermaLink="false">http://technitip.net/?p=563</guid> <description><![CDATA[Linux users usually know the text editor called &#8220;vi&#8221;. For beginners it&#8217;s tough to use and the look and feel is not very nice. &#8220;vim&#8221; which means vi-improved brings many improvements. To make vim more nice looking I&#8217;ve put my settings for your .vimrc together. I personally like the following settings: Syntax highlighting Different color [...]
No related posts.]]></description> <content:encoded><![CDATA[<p>Linux users usually know the text editor called &#8220;vi&#8221;. For beginners it&#8217;s tough to use and the look and feel is not very nice. &#8220;vim&#8221; which means vi-improved brings many improvements. To make vim more nice looking I&#8217;ve put my settings for your .vimrc together. I personally like the following settings:</p><ul><li>Syntax highlighting</li><li>Different color scheme</li><li>Disable indenting when copy and pasting a text from clip board</li><li>Replace tabs with blanks</li><li>Use 2 spaces as tabs instead of 4 spaces</li><li>Improve the search</li><li>Display cursor position</li></ul><p>Open the .vimrc in your home directory and add the following settings:</p><pre>" enable syntax highlightning
syntax enable
" set a different color scheme
colorscheme desert
" avoid identing when pasting a text
set paste
" enable auto indent
set autoindent
" expand tabs to spaces
set expandtab
" set the tab stop to 2 spaces and soft tab stop to 2 spaces
set tabstop=2 sts=2
set shiftwidth=2
" immediately search and display the typed search pattern
set incsearch
" highlighting of search matches
set hlsearch
" show cursor position
set ruler</pre><p
style="text-align: left;">Much better now! Try the search (e.g. ESC /high) and you will recognize that the search pattern will be immediately highlighted when you enter it.</p><p
style="text-align: left;">Note: If you want to replace all tabs within an existing file you can now use the vi command &#8220;:retab&#8221; and all tabs will be removed according the settings done in your .vimrc.</p><p
style="text-align: left;">And finally the result:</p><p
style="text-align: left;"> <a
href="http://technitip.net/wp-content/gallery/test/planlosorg-putty-10022009-192707.jpg" title="" class="shutterset_singlepic22" > <img
class="ngg-singlepic ngg-center" src="http://technitip.net/wp-content/gallery/cache/22__600x_planlosorg-putty-10022009-192707.jpg" alt="planlosorg-putty-10022009-192707.jpg" title="planlosorg-putty-10022009-192707.jpg" /> </a></p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fmake-vim-nice-looking&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://technitip.net/make-vim-nice-looking/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Network Bandwidth Performance Measurement with Iperf</title><link>http://technitip.net/network-bandwidth-performance-measurement-with-iperf</link> <comments>http://technitip.net/network-bandwidth-performance-measurement-with-iperf#comments</comments> <pubDate>Sat, 10 Jan 2009 15:48:26 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[iperf]]></category> <category><![CDATA[measurement]]></category> <category><![CDATA[monitoring]]></category> <category><![CDATA[network]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[windows]]></category> <guid
isPermaLink="false">http://technitip.net/?p=305</guid> <description><![CDATA[Another easy to use tool for measuring the network bandwidth is Iperf. On Debian it can be installed using: apt-get install iperf Optionally the source or the Windows binary is available from sourceforge.net/projects/iperf Building and installing from source is done using a few commands: tar xvfz iperf-2.0.4.tar.gz cd iperf-2.0.4 ./configure make make install Once installed [...]<div
style="clear: both;"> <strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-throughput-measurement' rel='bookmark' title='Network Throughput Measurement'>Network Throughput Measurement</a></li><li><a
href='http://technitip.net/continous-ssh-attacks' rel='bookmark' title='Continous SSH Attacks'>Continous SSH Attacks</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></div>]]></description> <content:encoded><![CDATA[<p>Another easy to use tool for measuring the network bandwidth is <a
title="Iperf" href="http://sourceforge.net/projects/iperf" target="_blank">Iperf</a>. On Debian it can be installed using:</p><pre>apt-get install iperf</pre><p>Optionally the source or the Windows binary is available from <a
title="Iperf on SourceForge.Net" href="http://sourceforge.net/projects/iperf" target="_blank">sourceforge.net/projects/iperf</a></p><p>Building and installing from source is done using a few commands:</p><pre>tar xvfz iperf-2.0.4.tar.gz
cd iperf-2.0.4
./configure
make
make install</pre><p>Once installed iperf the server is started on machine 1:</p><pre>machine1:~# iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------</pre><p>Next the client is started on machine 2:</p><pre>machine2:~# iperf -c machine1.mydomain.de
------------------------------------------------------------
Client connecting to machine1.mydomain.de, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[  3] local xx.xx.xx.xx port 45325 connected with yy.yy.yy.yyport 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  96.6 MBytes  80.9 Mbits/sec</pre><p>Tested on two servers connected with 100 MBit/s located at two different providers in Germany we get a result of 80.9 MBits/sec.</p><p>This result is slightly higher compared to the result from our measurement done with NETIO in the article <a
href="http://technitip.net/network-throughput-measurement" title="Network Throughput Measurement">Network Throughput Measurement</a>. So we start the test again with addtional parameters:</p><pre>machine2:~# iperf -c machine1.mydomain.de -w 512k -l 512k
------------------------------------------------------------
Client connecting to machine1.mydomain.de, TCP port 5001
TCP window size:   256 KByte (WARNING: requested   512 KByte)
------------------------------------------------------------
[  3] local xx.xx.xx.xx port 40987 connected with yy.yy.yy.yyport 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  72.0 MBytes  60.3 Mbits/sec</pre><p>Now using modified read/write buffer size and TCP windows size we get almost the same result as in our test with <a
href="http://technitip.net/network-throughput-measurement" title="Network Throughput Measurement">netio</a>.</p><p>Definitely a tool which can be recommended to check your network throughput!</p><div
id="facebook_like"><iframe
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftechnitip.net%2Fnetwork-bandwidth-performance-measurement-with-iperf&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=segoe+ui&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:80px;" allowTransparency="true"></iframe></div><div
style="clear: both;"><p><strong>Related posts:</strong><ol><li><a
href='http://technitip.net/network-throughput-measurement' rel='bookmark' title='Network Throughput Measurement'>Network Throughput Measurement</a></li><li><a
href='http://technitip.net/continous-ssh-attacks' rel='bookmark' title='Continous SSH Attacks'>Continous SSH Attacks</a></li><li><a
href='http://technitip.net/network-utility-for-iphone' rel='bookmark' title='&#8220;Network Utility&#8221; for iPhone'>&#8220;Network Utility&#8221; for iPhone</a></li></ol></p></div>]]></content:encoded> <wfw:commentRss>http://technitip.net/network-bandwidth-performance-measurement-with-iperf/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
