<?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; cli</title> <atom:link href="http://cristian-radulescu.ro/tag/cli/feed" rel="self" type="application/rss+xml" /><link>http://cristian-radulescu.ro</link> <description>PHP // MySql // Linux // Android</description> <lastBuildDate>Sun, 13 May 2012 10:24:43 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>Easy file sharing with Python SimpleHTTPServer</title><link>http://cristian-radulescu.ro/article/easy-file-sharing-with-python-simplehttpserver.html</link> <comments>http://cristian-radulescu.ro/article/easy-file-sharing-with-python-simplehttpserver.html#comments</comments> <pubDate>Wed, 08 Feb 2012 21:46:59 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[file sharing]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=343</guid> <description><![CDATA[An easy way to share files from your computer is to use Python <a title="SimpleHTTPServer - Simple HTTP request handler" href="http://docs.python.org/library/simplehttpserver.html" target="_blank">SimpleHTTPServer</a>. You don't need to know Python programming to use the SimpleHTTPServer, the only requirement is to have Python installed on the machine where the files that needs to be shared are located.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/easy-file-sharing-with-python-simplehttpserver.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/easy-file-sharing-with-python-simplehttpserver.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Display banner text in command line</title><link>http://cristian-radulescu.ro/article/display-banner-text-in-command-line.html</link> <comments>http://cristian-radulescu.ro/article/display-banner-text-in-command-line.html#comments</comments> <pubDate>Sat, 07 May 2011 09:39:23 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[CLI]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[figlet]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=242</guid> <description><![CDATA[You can display banner-like texts with large characters created from regular characters using the FIGlet utility.  Basic usage requires only the text you want to output on the CLI, but you can also specify the font used in text rendering, dimensions and other layout options.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/display-banner-text-in-command-line.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/display-banner-text-in-command-line.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Disk management in Linux</title><link>http://cristian-radulescu.ro/article/disk-management-in-linux.html</link> <comments>http://cristian-radulescu.ro/article/disk-management-in-linux.html#comments</comments> <pubDate>Tue, 20 Apr 2010 18:52:59 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[disk management]]></category> <category><![CDATA[disk partitioning]]></category> <category><![CDATA[disk space usage]]></category> <category><![CDATA[linux commands]]></category> <category><![CDATA[linux file system]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=154</guid> <description><![CDATA[If you need to manage your disk or just check the disk space usage of a Linux powered computer, here are some suggestions for both graphical and command line interfaces.<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/disk-management-in-linux.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/disk-management-in-linux.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>PHP CLI increase memory limit</title><link>http://cristian-radulescu.ro/article/php-cli-increase-memory-limit.html</link> <comments>http://cristian-radulescu.ro/article/php-cli-increase-memory-limit.html#comments</comments> <pubDate>Sat, 03 Oct 2009 15:55:01 +0000</pubDate> <dc:creator>Cristian Radulescu</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[web development]]></category><guid isPermaLink="false">http://cristian-radulescu.ro/?p=137</guid> <description><![CDATA[When running a PHP script from command line interface (CLI), a higher memory limit may be required in order for the script to be successfully executed. This can be achieved using the "-d" or "--define" option in the command<span class="more-link-wrapper"><a href="http://cristian-radulescu.ro/article/php-cli-increase-memory-limit.html" class="more-link">Continue reading <span class="meta-nav">&#8594;</span></a></span>]]></description> <wfw:commentRss>http://cristian-radulescu.ro/article/php-cli-increase-memory-limit.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Served from: cristian-radulescu.ro @ 2012-05-19 23:38:25 by W3 Total Cache -->
