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 wron
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 ca
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 (key F6067C12)
http://joshh.co.uk
dutch
On Fri, 24 Jul 2009 15:22 +0100, "John Matthews"
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 far.
I was
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 24/07/200
Confused - you can copy and paste to shell, surely?
I'm sure I've done it many times. In fact I'm absolutely sure!
Sean
--
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/
On Fri, Jul 24, 2009 at 3:22 PM, John Matthews 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 far.
>
> John
Alan Lord (News) wrote:
> On 17/07/09 13:33, John Matthews wrote:
>
>
>> 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,
>>
>> J
On 17/07/09 13:33, John Matthews wrote:
> 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
On 17/07/09 13:33, John Matthews wrote:
>>
>> 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
2009/7/17 John Matthews :
> [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 contents
of a
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 #apt-ge
On Fri, Jul 17, 2009 at 1:33 PM, John Matthews 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 not part of
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 t
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
> permiss
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 cate
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, b
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/
2009/7/15 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
Others have expla
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. Man
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 Li
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
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. Th
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, 2
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
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 o
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 foun
>
> 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
> wonder
Alan Lord (News) wrote:
> On 15/07/09 09:05, danattwood wrote:
>
>
>> 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
>> permission
>
> 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
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
>
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 the
> >
> >
> 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
>
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 lik
On 15/07/09 09:05, danattwood wrote:
> 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 plac
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.
>>>
>>
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 w
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 what you're actually trying to do and at
what point
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 throu
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 ca
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 http://www.
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.
@Sean
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 prin
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 mea
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 he
On Mon, Jul 13, 2009 at 6:29 PM, Paul Roach 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.
>
> cp file.
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/
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 prom
48 matches
Mail list logo