<?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; unix</title> <atom:link href="http://www.ghacks.net/tag/unix/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 09:07:37 +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>Remote SSH: Run processes anywhere on different platforms</title><link>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/</link> <comments>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/#comments</comments> <pubDate>Sun, 29 Mar 2009 15:02:18 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Hacking]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Online Services]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[ipv6]]></category> <category><![CDATA[irc]]></category> <category><![CDATA[remote-desktop]]></category> <category><![CDATA[shell]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[telnet]]></category> <category><![CDATA[unix]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/</guid> <description><![CDATA[SSH is a way to remotely and securely access command prompt/terminal on another computer, giving you access to that computer&#8217;s files, services, network connections and programs. Some services offer free SSH accounts, to edit and access files anywhere, host websites, use them as proxies (or IPv6 gateways) and some even let you run processes like [...]]]></description> <content:encoded><![CDATA[<p>SSH is a way to remotely and securely access command prompt/terminal on another computer, giving you access to that computer&#8217;s files, services, network connections and programs.</p><p>Some services offer free SSH accounts, to edit and access files anywhere, host websites, use them as proxies (or IPv6 gateways) and some even let you run processes like IRC bots and compilers.</p><p>Generally, such free Shell accounts impose a monthly bandwidth quota of a few megabytes, so you don&#8217;t use too much of their resources. Some providers are more generous than others, though, and some charge for additional space and bandwidth.</p><p><span
id="more-11533"></span>Most SSH providers offer Unix-based hosting. <a
href="http://www.red-pill.eu/freeunix.shtml">Mitja Sladovic offers a very large list of such free providers</a>.</p><p>The most popular service is the <a
href="http://freeshell.org/">SDF Public Access UNIX System</a>, established in 1987. Free users are offered email hosting (POP or IMAP), games, access to the text-based &#8216;Lynx&#8217; web browser, web hosting, various network utilities and 80MB space. For access to gcc, php etc., one must pay a one-off fee of $36. In order to validate your account, and receive access to network utilities, one must send them $1 or €5 (in order to deter spammers).</p><p><a
href="http://blinkenshell.org/wiki/Start">Blinkenshell is another interesting option</a>. Free accounts get 50MiB of space, access to several compilers, an IPv6 tunnel, hosting, email, IRC access and even the ability to have MySQL databases. One can&#8217;t use Blinkenshell for IRC bots, though. A few services do provide access to eggdrop, a popular IRC bot, such as Polarhome and <a
href="http://www.aeshells.org/Main_Page">aeshells</a>.</p><p>Naturally, novices may struggle with such services as no graphical interface is provided. These services do, however, provide a rapid way to compile applications on different platforms (like Linux and BSD) and allow boring processes, like IRC bots, to run for you.</p><p><strong>Update:</strong> Freeshell is still the number one destination for free remote SSH accounts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/29/remote-ssh-run-processes-anywhere-on-different-platforms/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>dd: the ultimate disk cloning tool</title><link>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/</link> <comments>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/#comments</comments> <pubDate>Sat, 17 Jan 2009 00:16:16 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[clone disks]]></category> <category><![CDATA[dd]]></category> <category><![CDATA[disk image]]></category> <category><![CDATA[iso]]></category> <category><![CDATA[unix]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9947</guid> <description><![CDATA[I recently had to clone a hard disk so I naturally turned to solutions such as Acronis True Image, but I discovered these did not work (the start-up disk claimed the clong was &#8216;complete&#8217; when it blatantly wasn&#8217;t) and I also tried copying the partition using gParted in Ubuntu but this froze at about 3%, [...]]]></description> <content:encoded><![CDATA[<p>I recently had to clone a hard disk so I naturally turned to solutions such as Acronis True Image, but I discovered these did not work (the start-up disk claimed the clong was &#8216;complete&#8217; when it blatantly wasn&#8217;t) and I also tried copying the partition using gParted in Ubuntu but this froze at about 3%, due to corrupt data, which seemed not to be caught in a chkdsk.</p><p>I was about to give up hope and copy the files manually when I came across an extremely powerful, yet simple, Unix command: dd.</p><p>Using a Linux live disc, dd can be used to copy files, disks and partitions. It can output directly onto another disc or as an image (like an iso).</p><p>dd copies data byte-exactly, meaning it won&#8217;t get stuck should it encounter corrupted or fragmented data.</p><p><span
id="more-9947"></span>dd is nicknamed &#8216;destroy disk&#8217; as mistyping one letter can wipe your hard disk, so caution must be used.</p><p>To copy a hard disk, one would use the following command (whilst root):</p><p><code>dd if=/dev/hdx of=/dev/hdy</code></p><p>hdx is the input hard disk (to be copied) and hdy is the output hard disk (where it is to be copied to).</p><p>if = input<br
/> of = output</p><p>This is extremely important to remember and their names must be altered according to how they are on your computer (use a tool like gParted to find out your drive&#8217;s paths). For example, your &#8216;if&#8217; may be /dev/sdb whilst your &#8216;of&#8217; may be /dev/sda, but this obviously varies according to how you want to use it and computer-by-computer so you MUST check. An extremely intelligent friend of mine accidentally wiped a hard drive using this command!</p><p>Another use would be to use it to produce a CD image:</p><p><code>dd if=/dev/cdrom of=image.iso bs=2k</code>.</p><p><a
href="http://www.debianhelp.co.uk/ddcommand.htm"><br
/> Debian Help has a more complete guide.</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/17/dd-the-ultimate-disk-cloning-tool/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>Access remote Unix GUIs in Windows: Xming</title><link>http://www.ghacks.net/2008/11/22/access-remote-unix-guis-in-windows-xming/</link> <comments>http://www.ghacks.net/2008/11/22/access-remote-unix-guis-in-windows-xming/#comments</comments> <pubDate>Fri, 21 Nov 2008 22:02:55 +0000</pubDate> <dc:creator>Joe</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[remote-access]]></category> <category><![CDATA[ssh]]></category> <category><![CDATA[unix]]></category> <category><![CDATA[x11]]></category> <category><![CDATA[xming]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8449</guid> <description><![CDATA[A friend recently introduced me to the idea of X11 tunnelling, which is accessing programs over SSH whilst still maintaining a graphical interface. Most Linux distributions, and OS X, have built-in X11 support and to connect to a computer and be able to run graphical programs remotely, ssh server -x is the only command which [...]]]></description> <content:encoded><![CDATA[<p>A friend recently introduced me to the idea of X11 tunnelling, which is accessing programs over SSH whilst still maintaining a graphical interface. Most Linux distributions, and OS X, have built-in X11 support and to connect to a computer and be able to run graphical programs remotely, ssh <b><em>server</em> -x</b> is the only command which must be typed. On Windows, it is somewhat more challenging.</p><p><a
href="http://www.straightrunning.com/XmingNotes/">Xming</a> is an X server for Windows which can be used to secure forward X11 sessions from Unix machines. Basically, using Xming, a graphical program, like Firefox or xeyes, can be run remotely from an SSH server with X11. Using X11 tunneling, many things can easily be done remotely, whether that be word processing, file-sharing or accessing an email client.</p><p>Xming requires a little configuration. In my opinion, Xming works best with the Putty and comes with it. ssh.exe can also be used.<span
id="more-8449"></span></p><p>Putty must be configured to enable X11 forwarding, which is done inside Putty by going to SSH&gt;X11 and ticking &#8216;Enable X11 forwarding&#8217;. Whilst programs can be launched via remote SSH terminal, the Xlaunch program which comes with Xming is much easier to use.</p><p>In Xlaunch, the chosen view for X11 windows is chosen (one window, multiple windows or full screen), the SSH server and login details is entered as is the application which is to be run. xterm (the terminal) is a good choice!</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2008/11/image2.png"><img
src="http://www.ghacks.net/wp-content/uploads/2008/11/image2-500x400.png" alt="" width="500" height="400" class="aligncenter size-medium wp-image-8451" /></a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/11/22/access-remote-unix-guis-in-windows-xming/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Beginners guide to Linux</title><link>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/</link> <comments>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/#comments</comments> <pubDate>Fri, 05 May 2006 18:01:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[help]]></category> <category><![CDATA[howto]]></category> <category><![CDATA[linux beginners guide]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[unix]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/</guid> <description><![CDATA[Everyone has to start somewhere if he wants to try something new. I´ve been talking to many of my friends and I got the impression that many would make the switch to Linux if there would be some sort of standard, some fire and forget Linux that you install just like windows xp for instance. With Vista on the doorstep and TCPA (Paladium, whatever it is called now) changing to Linux becomes more and more attractive even for those users that don´t want to learn everything from the start.]]></description> <content:encoded><![CDATA[<p>Everyone has to start somewhere if he wants to try something new. I´ve been talking to many of my friends and I got the impression that many would make the switch to linux if there would be some sort of standard, some fire and forget Linux that you install just like windows xp for instance. With Vista on the doorstep and TCPA (Paladium, whatever it is called now) changing to Linux becomes more and more attractive even for those users that don´t want to learn everything from the start.</p><p>I´am babbling, forgive me. I found a <a
target="_blank" href="http://www.tldp.org/LDP/intro-linux/html/index.html">comprehensive Linux guide</a> which gives you a good understanding of the linux operating system. The guide visualizes everything with screenshots and code tags to assist new users even more. If you ever thought of switching this guide might be just what you´ve been waiting for.</p><p><span
id="more-469"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/05/05/beginners-guide-to-linux/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
