<?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>Cristian Radulescu &#187; Linux</title> <atom:link href="http://cristian-radulescu.ro/tag/linux/feed" rel="self" type="application/rss+xml" /><link>http://cristian-radulescu.ro</link> <description>PHP // MySql // Linux // Android</description> <lastBuildDate>Sun, 22 Jan 2012 21:44:00 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Understanding file permissions and ownership on Linux</title><link>http://cristian-radulescu.ro/article/understanding-file-permissions-and-ownership-on-linux.html</link> <comments>http://cristian-radulescu.ro/article/understanding-file-permissions-and-ownership-on-linux.html#comments</comments> <pubDate>Sun, 22 Jan 2012 21:44:00 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[linux file system]]></category> <category><![CDATA[linux permissions]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/articles/permisiuni-fisiere-pentru-linux-tipuri-modificare.html</guid> <description><![CDATA[The files on a Linux system can have reading permissions, writing permissions, executing (running) permissions or no permissions for the user that owns that files, groups of users or the rest - users who does not own that files and they are not members of any group.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/understanding-file-permissions-and-ownership-on-linux.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/understanding-file-permissions-and-ownership-on-linux.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Extract audio from video file</title><link>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html</link> <comments>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html#comments</comments> <pubDate>Sun, 20 Feb 2011 14:53:55 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Audio]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Multimedia]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[audio]]></category> <category><![CDATA[ffmpeg]]></category> <category><![CDATA[tips and tricks]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[video]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=231</guid> <description><![CDATA[Since there are so many tools (Minitube, youtube-dl) which allows you to download video files from YouTube or other video sharing sites, let's go one step further and extract the sound from the downloaded video file to a mp3 file. The FFmpeg tool will do the trick just fine<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/extract-audio-from-video-file.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/extract-audio-from-video-file.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CLI search and replace in multiple files</title><link>http://cristian-radulescu.ro/article/cli-search-and-replace-in-multiple-files.html</link> <comments>http://cristian-radulescu.ro/article/cli-search-and-replace-in-multiple-files.html#comments</comments> <pubDate>Thu, 11 Mar 2010 18:23:10 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[find]]></category> <category><![CDATA[search and replace]]></category> <category><![CDATA[sed]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=150</guid> <description><![CDATA[Here is a quick tip about how to find and replace a text in multiple files, from CLI.In this example you have some text files (.txt) with urls like "http://example.com, http://another-example.com...". What you are trying to do is to replace all "http" references with "https".<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/cli-search-and-replace-in-multiple-files.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/cli-search-and-replace-in-multiple-files.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Find all folders with same name in a directory tree and execute commands on them</title><link>http://cristian-radulescu.ro/article/find-all-folders-with-same-name-in-a-directory-tree-and-execute-commands-on-them.html</link> <comments>http://cristian-radulescu.ro/article/find-all-folders-with-same-name-in-a-directory-tree-and-execute-commands-on-them.html#comments</comments> <pubDate>Sun, 11 Oct 2009 13:57:03 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[linux commands]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=143</guid> <description><![CDATA[In a Linux CLI environment you can use the "find" command to search for files or folder. In this tutorial I will explain how to find folders having the same name in a directory tree and execute commands on them.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/find-all-folders-with-same-name-in-a-directory-tree-and-execute-commands-on-them.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/find-all-folders-with-same-name-in-a-directory-tree-and-execute-commands-on-them.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Shell script to extract the exchange rates from BNR (Romania)</title><link>http://cristian-radulescu.ro/article/shell-script-to-extract-the-exchange-rates-from-bnr.html</link> <comments>http://cristian-radulescu.ro/article/shell-script-to-extract-the-exchange-rates-from-bnr.html#comments</comments> <pubDate>Wed, 13 Aug 2008 19:59:42 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[shell script]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/articles/script-shell-preluare-curs-valutar-bnr-87700.html</guid> <description><![CDATA[Here is a simple script to get the exchange rates.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/shell-script-to-extract-the-exchange-rates-from-bnr.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/shell-script-to-extract-the-exchange-rates-from-bnr.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to activate sounds in Pidgin</title><link>http://cristian-radulescu.ro/article/how-to-activate-sounds-in-pidgin.html</link> <comments>http://cristian-radulescu.ro/article/how-to-activate-sounds-in-pidgin.html#comments</comments> <pubDate>Fri, 18 Jan 2008 19:06:44 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Pidgin]]></category> <category><![CDATA[Pidgin sounds]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/articles/activare-sunete-in-pidgin-93811.html</guid> <description><![CDATA[In case the sound events are not working in Pidgin you can use this solution.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/how-to-activate-sounds-in-pidgin.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/how-to-activate-sounds-in-pidgin.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Served from: cristian-radulescu.ro @ 2012-02-06 11:17:05 by W3 Total Cache -->
