Re: [ubuntu-uk] Help needed with ssh

2009-07-26 Thread John Matthews
A bit of good news, I managed to break my Gallery last night, doing something I was able to do before, but since Gallery updated, it stopped the gallery from working and broke it and it took the site offline. Took me ages to work it out, but I discovered that the file I had changed had the

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread John Matthews
Alan Lord (News) wrote: On 17/07/09 13:33, John Matthews wrote: snip / I got down to the permissions page, and it just looked like a lot of stuff, that made no sense at all. I am sorry that I have had to ask, I will try from now on to not bother you. Thank you again, John.

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread Paul Roach
On Fri, Jul 24, 2009 at 3:22 PM, John Matthews jake...@sky.com wrote: I am now finding it frustrating because I cant copy and paste from my desktop to the file plus saving what I have done, cant work that one out yet, its probably very simple, but I am trying. But at least I have got that

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread Paul Roach
If you're just talking about copying and pasting text, then absolutely... It's ctrl+shift+c and ctrl+shift+v in gnome-terminal - or alternatively highlight text with the mouse and use the middle mouse button to paste (which also works with anything else in gnome...not sure about kde!) On

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread Robert McWilliam
On Fri, 24 Jul 2009 15:22 +0100, John Matthews jake...@sky.com wrote: I am now finding it frustrating because I cant copy and paste from my desktop to the file plus saving what I have done, cant work that one out yet, its probably very simple, but I am trying. But at least I have got that

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread Josh Holland
John, I'm sure that if you have any problems you can join the IRC channel #ubuntu-uk on irc.freenode.net and there's sure to be someone who'll help you in there. See https://help.ubuntu.com/community/InternetRelayChat for more IRC details. -- Josh Holland j...@joshh.co.uk (key F6067C12)

Re: [ubuntu-uk] Help needed with ssh

2009-07-24 Thread John Matthews
Robert McWilliam wrote: I was thinking about better ways to help you through this earlier but then forgot about it when you went quiet. The ideal would be someone who knows what they're doing to sit next to you and take you through the procedures you want to do and explain them. If you can't

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Sean Miller
A relatively usual setting is 755... that means that the owner can write but everybody else can simply read and execute. Is that what you want? There is an alternative syntax that you might find useful from the command line if you don't find the binary syntax intuitive. There are three user

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Alan Lord (News)
On 17/07/09 06:45, John Matthews wrote: Ok, this is some good news, I have a question to ask, I need to change the permissions of a file in one of my folders, on my site, it has to be read only, as it is its 777. I have gotten into the folder and have the list of files and their permissions,

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread John Matthews
Alan Lord (News) wrote: On 17/07/09 06:45, John Matthews wrote: Ok, this is some good news, I have a question to ask, I need to change the permissions of a file in one of my folders, on my site, it has to be read only, as it is its 777. I have gotten into the folder and have the list of

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Sean Miller
On Fri, Jul 17, 2009 at 1:33 PM, John Matthewsjake...@sky.com wrote: the $pwd commands shows the directory, then it says if you want to change the directory, it tells you to use $cd /usr/then directory you Hmmm... typing pwd will show the current directory. The $ is the command prompt, it is

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Paul Roach
Just to add to thisthe $ or # denote the type of access you have... $ means that you have standard shell access, whereas if you see # at the start of a command you have (or should have) root access. Obviously in Ubuntu if you are looking for help somewhere and see a command written as

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Neil Greenwood
2009/7/17 John Matthews jake...@sky.com: [snip] I got down to the permissions page, and it just looked like a lot of stuff, that made no sense at all. I am sorry that I have had to ask, I will try from now on to not bother you. I hope you won't stop asking. Especially if you've read the

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Alan Lord (News)
On 17/07/09 13:33, John Matthews wrote: snip / This page (of the link I have referred you to on several occasions) will explain all this far better than I can in a text-mode email. http://linuxcommand.org/lts0070.php I got down to the permissions page, and it just looked like a lot of

Re: [ubuntu-uk] Help needed with ssh

2009-07-17 Thread Alan Lord (News)
On 17/07/09 13:33, John Matthews wrote: snip / I got down to the permissions page, and it just looked like a lot of stuff, that made no sense at all. I am sorry that I have had to ask, I will try from now on to not bother you. Thank you again, John. Hi John, There is another, quite

Re: [ubuntu-uk] Help needed with ssh

2009-07-16 Thread Neil Greenwood
2009/7/15 John Matthews jake...@sky.com: Hi, thank you for your message. So as I understand it then, if I have a folder on the desktop called title, that is called a directory then yes? I wanted to copy that folder to the home directory. So what is the difference between scp and cp ~r Others

Re: [ubuntu-uk] Help needed with ssh

2009-07-16 Thread Sean Miller
This may be of help... http://linuxcommand.org/learning_the_shell.php Sean -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/

Re: [ubuntu-uk] Help needed with ssh

2009-07-16 Thread John Matthews
Ok, this is some good news, I have a question to ask, I need to change the permissions of a file in one of my folders, on my site, it has to be read only, as it is its 777. I have gotten into the folder and have the list of files and their permissions, and I can see the file I need to change,

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread danattwood
John wrote: On 15/07/2009 02:10, William Anderson wrote: John Matthews wrote: Hi its me again, it seems I might be having a few problems with my Ubuntu, as I cant get my files recognised when trying to use commands. Most likely me not understanding how its done. It would be more

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Alan Lord (News)
On 15/07/09 09:05, danattwood wrote: snip / You could try using a program like filezilla which works just like a standard ftp program but will let you use sftp so it's nice and secure. This will let you naviagte the 'tree', move files around and set permissions etc. When set up correctly the

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
danattwood wrote: John wrote: On 15/07/2009 02:10, William Anderson wrote: John Matthews wrote: Hi its me again, it seems I might be having a few problems with my Ubuntu, as I cant get my files recognised when trying to use commands. Most likely me not understanding

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Darren.Mansell
Hi thank you for your message, well that sort of defeats the object for me really as I want to learn the commands. Its kind of frustrating that there isnt something available for beginners to read for ssh. I know people have given me some urls but they are quite intense and expect people

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Alan Lord (News)
On 15/07/09 09:57, John Matthews wrote: Hi thank you for your message, well that sort of defeats the object for me really as I want to learn the commands. Its kind of frustrating that there isnt something available for beginners to read for ssh. I know people have given me some urls but they

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
darren.mans...@opengi.co.uk wrote: Hi thank you for your message, well that sort of defeats the object for me really as I want to learn the commands. Its kind of frustrating that there isnt something available for beginners to read for ssh. I know people have

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Darren.Mansell
Hi Darren, Well see I didnt know that, and I am so glad that you have explained it. This is something that I came across last night, whilst trying to upload a file from my Dektop to my website using shell commands, or at least trying to. Something that I found out after a while was that

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
Alan Lord (News) wrote: On 15/07/09 09:05, danattwood wrote: snip / You could try using a program like filezilla which works just like a standard ftp program but will let you use sftp so it's nice and secure. This will let you naviagte the 'tree', move files around and set permissions

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Darren.Mansell
I still have that problem with my Terminal not recognising files, its really frustrating. One person helping me thought it might be my Ubuntu, as I was trying to follow his directions and all I was getting was file not found and it was right there on the Desktop. Which was why I wondered if

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Dave Walker
John Matthews wrote: Hi Darren, Well see I didnt know that, and I am so glad that you have explained it. This is something that I came across last night, whilst trying to upload a file from my Dektop to my website using shell commands, or at least trying to. Something that I found out

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Robert McWilliam
On Wed, Jul 15, 2009 at 10:44:03AM +0100, John Matthews wrote: This is something that I came across last night, whilst trying to upload a file from my Dektop to my website using shell commands, or at least trying to. Something that I found out after a while was that you need a Terminal open

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
Robert McWilliam wrote: On Wed, Jul 15, 2009 at 10:44:03AM +0100, John Matthews wrote: This is something that I came across last night, whilst trying to upload a file from my Dektop to my website using shell commands, or at least trying to. Something that I found out after a while was

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Sean Miller
if you're trying to copy a directory you need to use cp -r ie. cp -r ~/Desktop/title ~ or similar, which will create a directory called title under your home directory with the same contents as the one on your desktop. (~ is Linux shorthand for your home directory) Sean On Wed, Jul 15, 2009 at

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
Hi, thank you for your message. So as I understand it then, if I have a folder on the desktop called title, that is called a directory then yes? I wanted to copy that folder to the home directory. So what is the difference between scp and cp ~r I really am not getting it, its very confusing.

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread Alan Lord (News)
On 15/07/09 17:53, John Matthews wrote: Hi, thank you for your message. So as I understand it then, if I have a folder on the desktop called title, that is called a directory then yes? I wanted to copy that folder to the home directory. Yes, in Linux, a folder is usually known as a directory.

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread John Matthews
Alan Lord (News) wrote: On 15/07/09 17:53, John Matthews wrote: Hi, thank you for your message. So as I understand it then, if I have a folder on the desktop called title, that is called a directory then yes? I wanted to copy that folder to the home directory. Yes, in Linux, a

Re: [ubuntu-uk] Help needed with ssh

2009-07-15 Thread William Anderson
John Matthews wrote: Hi, thank you for your message. So as I understand it then, if I have a folder on the desktop called title, that is called a directory then yes? I wanted to copy that folder to the home directory. Hi John, directories = folders, it's just different nomenclatures. Many

Re: [ubuntu-uk] Help needed with ssh

2009-07-14 Thread Adam Bagnall
John Matthews wrote: Hi Alan, Yay, that has helped immensely, I have managed to get into the server and can see all the files using sftp. Brilliant. Its really helped because I have just noticed why something isnt working. Amazing, agian you all have been really helpful. I hope I can ask

Re: [ubuntu-uk] Help needed with ssh

2009-07-14 Thread John Matthews
Hi its me again, it seems I might be having a few problems with my Ubuntu, as I cant get my files recognised when trying to use commands. Most likely me not understanding how its done. I have been really grateful for the support so far, but I was wondering, would somebody be willing to go

Re: [ubuntu-uk] Help needed with ssh

2009-07-14 Thread John
On 15/07/2009 02:10, William Anderson wrote: John Matthews wrote: Hi its me again, it seems I might be having a few problems with my Ubuntu, as I cant get my files recognised when trying to use commands. Most likely me not understanding how its done. It would be more useful to know

[ubuntu-uk] Help needed with ssh

2009-07-13 Thread John Matthews
Hi everybody, I am so sorry to ask this, but I was wondering if somebody would be willing to give me some help with ssh and commands for running a website via a terminal. I have been trying to learn from the websites, but I am not finding it easy. If somebody could just start by showing me

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread Paul Roach
When you say running a website? Doi you mean going to a website via the command line, using say, lynx, or are you looking to set up a site. To ssh, just ssh u...@ipaddress Then you will have a console on the remote machine. From there, you can edit files using nano nano filename There are

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread Sean Miller
Got IM, John? If so, send msg to s...@seanmiller.net on MSN or seanofavalon on AIM. If I'm around happy to help if I can. Best, Sean -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread Matthew Wild
On Mon, Jul 13, 2009 at 6:29 PM, Paul Roachroa...@roachy.net wrote: Then you will have a console on the remote machine. From there, you can edit files using nano nano filename There are prompts at the bottom of the screen. When editing a file, it's recommended to copy the file first.

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread William Anderson
John Matthews wrote: Hi everybody, I am so sorry to ask this, but I was wondering if somebody would be willing to give me some help with ssh and commands for running a website via a terminal. Echoing others, knowing more about what you mean by running a website would be useful in helping

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread John Matthews
William Anderson wrote: John Matthews wrote: Hi everybody, I am so sorry to ask this, but I was wondering if somebody would be willing to give me some help with ssh and commands for running a website via a terminal. Echoing others, knowing more about what you mean by running a

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread Alan Bell
Hi John, ssh is a secure way of communicating with a remote server. At the most basic level it is like having a terminal session on the remote computer, you can use commands such as cd to change directory, ls to view the contents of your current directory (same as dir in dos) pwd to print your

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread John Matthews
Hi Alan, Yay, that has helped immensely, I have managed to get into the server and can see all the files using sftp. Brilliant. Its really helped because I have just noticed why something isnt working. Amazing, agian you all have been really helpful. I hope I can ask more questions.

Re: [ubuntu-uk] Help needed with ssh

2009-07-13 Thread Paul Roach
Hi John, Other useful commands could include df (shows disk usage) pwd (print working directory) mkdir (makes a directory) I also find lynx really useful for testing websites from remote locations and for W3C compliance - just apt-get install lynx then you should be able to use lynx