<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; ascii</title> <atom:link href="http://www.ghacks.net/tag/ascii/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Have some Linux ascii fun with asciiquarium</title><link>http://www.ghacks.net/2011/03/02/have-some-linux-ascii-fun-with-asciiquarium/</link> <comments>http://www.ghacks.net/2011/03/02/have-some-linux-ascii-fun-with-asciiquarium/#comments</comments> <pubDate>Wed, 02 Mar 2011 19:54:41 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[aquarium]]></category> <category><![CDATA[ascii]]></category> <category><![CDATA[command-line]]></category> <category><![CDATA[perl]]></category> <category><![CDATA[terminal tricks]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=41993</guid> <description><![CDATA[Never let it be said that Linux users and developers do not have a sense of humor. Even the most hardcore of users, developers, designers, and administrators need something to serve as a distraction. Oh sure there&#8217;s always an endless array of web sites to take our attention, but that requires a GUI! What if [...]]]></description> <content:encoded><![CDATA[<p>Never let it be said that Linux users and developers do not have a sense of humor. Even the most hardcore of users, developers, designers, and administrators need something to serve as a distraction. Oh sure there&#8217;s always an endless array of web sites to take our attention, but that requires a GUI! What if you&#8217;re spending a lot of time on your GUI-less Apache server, file server, or any other type of Linux server? What then? NCurses can only do so much with text right? Not if you&#8217;re creative enough to install an ascii aquarium on your machine.</p><p>With this little ascii animation you can enjoy an animated pseudo-screensaver even on your GUI-less server. It won&#8217;t boost your productivity, it won&#8217;t make you a better programmer or your web site run faster. But it could bring you a bit of &#8220;security through obfuscation&#8221; from those who want to try to log onto your physical GUI-less workstation. Let&#8217;s see how to install and use this little under water wonder.</p><p><span
id="more-41993"></span><strong>Installation</strong></p><p>This little gem can be install on nearly any Linux distribution. As long as you have Perl installed, you should be able to get this up and running in no time. Here are the steps you need to follow. I will assume you might want to test this on a normal GUI-fied version of Linux before you try it on your GUI-less server. So, let&#8217;s install.</p><p>The first portion of the installation will take care of any remaining dependencies that aren&#8217;t included in the standard Perl installation. For this installation, follow these steps:</p><ol><li>Open up a terminal windows. If you are using a GUI-less server then just log in.</li><li>Change to the /tmp directory with the command <code>cd /tmp</code>.</li><li>Download the Terminal Animation package with the command <code>wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz</code>.</li><li>Unpack the Terminal Animation package with the command <code>tar -zxvf Term-Animation-2.4.tar.gz</code>.</li><li>Change into the newly created directory with the command <code>cd Term-Animation-2.4/</code>.</li><li>Build the makefile with the command <code>perl Makefile.PL &amp;&amp; make &amp;&amp; make test</code>.</li><li>Compile Terminal Animation with the command <code>sudo make install</code></li><p><code> </code></ol><p>Now to install the actually asciiquarium application. Follow these steps.</p><ol><li>Open a terminal window (again, if you are using a GUI-less server, just log in).</li><li>Change to the /tmp directory with the command <code>cd /tmp</code>.</li><li>Download the necessary package with the command <code>wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz</code>.</li><li>Unpack the asciiquarium package with the command <code>tar -zxvf asciiquarium.tar.gz</code>.</li><li>Change into the newly created directory with the command <code>cd asciiquarium</code>.</li><li>Copy the executable to the necessary directory with the command <code>sudo cp asciiquarium /usr/local/bin</code>.</li><li>Give the executable the proper permissions with the command <code>sudo chmod 0755 /usr/loca/bin/asciiquarium</code>.</li></ol><div
id="attachment_42003" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/03/asciiquarium.png"><img
class="size-medium wp-image-42003 " src="http://www.ghacks.net/wp-content/uploads/2011/03/asciiquarium-550x346.png" alt="" width="330" height="208" /></a><p
class="wp-caption-text">Figure 1</p></div><p>It is time to test out the waters of asciiquarium. To do so open up your terminal window (or if using a GUI-less machine &#8211; log in) and issue the command /usr/local/bin/asciiquarium. When it runs it will look something similar to Figure 1 (but in animated form).</p><p>Now, you may be asking yourself how could this serve as a form of security? Simple. Even with a standard desktop distribution you can log into a virtual terminal (Ctrl-Alt-F2 &#8211; for instance), log in, and run the application. Your full screen will be filled with the asciiquarium and unless a user knows to either hit Ctrl-c or move back to your original virtual terminal, they won&#8217;t have the slightest idea what to do.</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/03/02/have-some-linux-ascii-fun-with-asciiquarium/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Turn Images Into Ascii Art</title><link>http://www.ghacks.net/2008/07/27/turn-images-into-ascii-art/</link> <comments>http://www.ghacks.net/2008/07/27/turn-images-into-ascii-art/#comments</comments> <pubDate>Sun, 27 Jul 2008 17:46:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ascii]]></category> <category><![CDATA[ascii art]]></category> <category><![CDATA[convert images]]></category> <category><![CDATA[images]]></category> <category><![CDATA[photos]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=5641</guid> <description><![CDATA[I cannot really think of the right place for so called ascii art other then sending it to friends or posting it on forums / websites for others to see. Even a good friend of mine who could be classified as the classical social user, those that hang out on social networks mainly, has discovered [...]]]></description> <content:encoded><![CDATA[<p>I cannot really think of the right place for so called ascii art other then sending it to friends or posting it on forums / websites for others to see. Even a good friend of mine who could be classified as the classical social user, those that hang out on social networks mainly, has discovered ascii art and is sending it to her friends and posting it in her profile.</p><p>Nothing is worse than posting ascii art that the others already know and to avoid this dilemma users could turn to applications that can turn images into ascii art to create unique images.</p><p><a
href="http://www.supercomm-shot2char.de/">Shot2Char</a> is just one of the many applications that can do that. Only one image can be converted at a time and it has to be available in one of the supported image formats like jpg, gif or bmp.</p><p><span
id="more-5641"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/07/sample-500x341.jpg" alt="sample image" title="sample image" width="500" height="341" class="size-medium wp-image-5638" /></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2008/07/sample1-500x341.jpg" alt="converted ascii" title="converted ascii" width="500" height="341" class="size-medium wp-image-5640" /></p><p>The user can change some settings that define the outcome, for instance the font and font size or if the original colors should be kept or if the image should be converted to an black and white image. The chars that are used to create the image can be defined in that menu as well. The output format can also be selected. It can either be an image, html or text file.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/07/27/turn-images-into-ascii-art/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ascii Movies</title><link>http://www.ghacks.net/2005/12/06/ascii-movies/</link> <comments>http://www.ghacks.net/2005/12/06/ascii-movies/#comments</comments> <pubDate>Tue, 06 Dec 2005 09:45:46 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Cool]]></category> <category><![CDATA[Entertainment]]></category> <category><![CDATA[animation]]></category> <category><![CDATA[ascii]]></category> <category><![CDATA[fun]]></category> <category><![CDATA[ice age]]></category> <category><![CDATA[lord of the rings]]></category> <category><![CDATA[matrix]]></category> <category><![CDATA[movie]]></category> <category><![CDATA[spiderman]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=202</guid> <description><![CDATA[Never thought this would be possible but it seems it is. The following site offers movies scenes in ascii format. Movies include Lord of the Rings, Spiderman, the Matrix and lots more. Detail level is amazing and you can select font size as well ranging from 1 to 12. My 1024*768 was not big enough for the large numbers but the movies look great even in a small size like 2.]]></description> <content:encoded><![CDATA[<p>Never thought this would be possible but it seems it is. The following site offers movies scenes in ascii format. Movies include Lord of the Rings, Spiderman, the Matrix and lots more. Detail level is amazing and you can select font size as well ranging from 1 to 12. My 1024*768 was not big enough for the large numbers but the movies look great even in a small size like 2.</p><p><span
id="more-202"></span></p><table><tr><td><img
src="http://www.ghacks.net/files/screens/200512/lotr.jpg" alt="lord of the rings movie ascii fun cool animation" /></td><td><img
src="http://www.ghacks.net/files/screens/200512/ia.jpg" alt="ice age movie ascii fun cool animation" /></td></tr></table><p>I´am not sure about the technique used to show this impressive ascii movies, if you know let me know please. But know, take a look for yourself and enjoy this fine piece of technology. Everything is available at romanm.ch.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2005/12/06/ascii-movies/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
