<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1030108" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1030108</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175477</link>
    <description> &lt;p&gt;For the most part FTP is plenty, but there are times when having shell access is nice.&lt;/p&gt;
&lt;p&gt;   One popular command that I forgot, which is one I use a lot myself, is &lt;strong&gt;pico &lt;em&gt;filename&lt;/em&gt;&lt;/strong&gt;. It is a basic text editor that I prefer. The most used commands are listed at the bottom of the screen (use CTRL-key to activate them).&lt;br /&gt;
&lt;em&gt; [post note: Yes I know there are several popular text editors, some way more functional, as I said this is just the one I prefer for simple edits, so no need to start a &quot;which one is better war &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt; ]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt; The nice part is, telnet is on all windows systems, and if needed PuTTY is a standalone program (doesn&#039;t require an install, just download the .exe and run), so you can make quick changes from any computer.&lt;/p&gt;
&lt;p&gt;   Another big thing I use shell access for is setting up password files for a password protected directory set up via &lt;strong&gt;.htaccess&lt;/strong&gt;. Use &lt;strong&gt;htpasswd &lt;em&gt;filename username&lt;/em&gt;&lt;/strong&gt; to add the username to the password file specified. It will then prompt you for the passwords. (note, one system I maintain has Apache 2 on it, and you have to use &lt;strong&gt;htpasswd2&lt;/strong&gt;.) If you are creating a new password file, use &lt;strong&gt;htpasswd -c &lt;em&gt;filename username&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;   As I think of other things I find shell really useful, I&#039;ll post them here. &lt;/p&gt;
&lt;p&gt;   -Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Jul 2005 00:12:41 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1175477 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175473</link>
    <description> &lt;p&gt;Filled a hole in my knowledge there as well Greg... Thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jul 2005 22:11:56 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1175473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175465</link>
    <description> &lt;p&gt;telnet and ssh are pretty much (as i know) the same, just one is a secure connection, the other isn&#039;t.&lt;/p&gt;
&lt;p&gt;Programs that will do SSH will usually also do regular telnet as well.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jul 2005 20:13:28 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1175465 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175457</link>
    <description> &lt;p&gt;The best program for SSH is &quot;Putty&quot;. Google it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jul 2005 18:25:08 +0000</pubDate>
 <dc:creator>ttst</dc:creator>
 <guid isPermaLink="false">comment 1175457 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175437</link>
    <description> &lt;p&gt;Great info, thanks.  I&#039;ve found out that I need to be given shell access first so I&#039;m waiting on that.  In the mean time, is a Telnet program the same as a SSH program?  Are these terms (and &quot;shell&quot;) all synonyms?&lt;/p&gt;
&lt;p&gt;Thanks again for the great info to help me get started on understanding this stuff.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Jul 2005 14:34:36 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1175437 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/i-dont-get-shell-access#comment-1175368</link>
    <description> &lt;p&gt;Shell Access is like using the DOS prompt on windows. The program PuTTy will do the job of getting you access, and is needed for SSH access (SSH is Secure Shell access and it encrypted.) I use PuTTy for secure connections, but for general use, I prefer a program called CRT.&lt;/p&gt;
&lt;p&gt; some common commands once connected:&lt;/p&gt;
&lt;p&gt; &lt;strong&gt;ls -la   &lt;/strong&gt;(like DIR in dos, display directory listing, long format, all files, do &lt;strong&gt;ls -la | more&lt;/strong&gt; to make it pause every 24 lines (that is a pipe symbol, not a L or 1)&lt;br /&gt;
 &lt;strong&gt;cd   &lt;/strong&gt;(lke CD in dos, change directory)&lt;br /&gt;
 &lt;strong&gt;mkdir  &lt;/strong&gt;(like MD in dos, creates a new directory.&lt;br /&gt;
 &lt;strong&gt;man&lt;/strong&gt; (like HELP in older DOS, display the MANual page for a command, do  man {command},  ie  &lt;strong&gt;man tar  &lt;/strong&gt;to see all the options for tar.&lt;/p&gt;
&lt;p&gt; Mainly for tar, you do something like the example on the link you gave: &lt;strong&gt;tar xzf &lt;em&gt;filename&lt;/em&gt;&lt;/strong&gt;tar is the program, x (the first letter) is the command (&lt;strong&gt;c&lt;/strong&gt;reate, &lt;strong&gt;l&lt;/strong&gt;ist, e&lt;strong&gt;x&lt;/strong&gt;tract), z is an option that tells it that the file is compressed using gzip, so it will automaticaly unzip it first. the f tells it that you are giving it a filename, it should always be the last option before the name of the file.&lt;/p&gt;
&lt;p&gt; Some info to think about to help understand this. This is how I know it, and I could be wrong about some of it. Back in the days, data was archives on lonarge reels of tapes (think of old geeky movies showing those spinnging to indicate someone hacked in like weird science). Well hense the name of the program  &lt;strong&gt;t&lt;/strong&gt;ape &lt;strong&gt;ar&lt;/strong&gt;chive. The purpose was take the files and pack them all together in one group for reading and saving on tape. Well as drive space was more and more abundant, it was more used to do this with a file on your computer (the f option). Now this only grouped the files (and their attributes like persmissions, timestamps, relative paths, etc) so you didn&#039;t have to specify every file and every path.&lt;/p&gt;
&lt;p&gt; However this did not save you any space. Those of us in the DOS/Windows land are used to things like WinZip do this, but also compress the files too to make it take up less space. Well on unix / linux systems, you have gzip that actually compresses them. So you add the z option, it packages all the files together, then conpresses that huge (.tar) file, hense the format &lt;em&gt;filename&lt;/em&gt;.tar.gz. Yes, winzip make this seem easier. &lt;/p&gt;
&lt;p&gt; Speaking of winzip, if you open up a &lt;em&gt;filename&lt;/em&gt;.tar.gz with winzip, it will let you know there is a second archive once it opens the first one. (it first acts upon the .tar.&lt;strong&gt;gz&lt;/strong&gt;, extractings the .tar file, then you can extract the files in the .tar file.&lt;/p&gt;
&lt;p&gt; Anyhow, to find out if you have shell access, ask your hosting company. Also, open up PuTTy, and try connecting to the server you FTP files to. If you get a prompt asking you for login, try the info you use for FTP.&lt;/p&gt;
&lt;p&gt; One thing to note, hard to get used to at first. Backspace and some other keys do not work like you are used to in windows.&lt;/p&gt;
&lt;p&gt; Good luck, let me know if you have any other questions about shell, i will try to help.&lt;/p&gt;
&lt;p&gt; -Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Jul 2005 23:15:20 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1175368 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
