totem and .rmvb, .rm files

2009-07-16 Thread gmspro

Hello,

Is it possible to play .rm and .rmvb files with totem multiplayer?
I am using fedora 11.

Thanks.
--
Don't take alcohol because it's harmful for health and mind.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: linux kernel developement

2009-06-15 Thread gmspro

--- On Mon, 6/15/09, Giuseppe Fuggiano  wrote:

> From: Giuseppe Fuggiano 
> Subject: Re: linux kernel developement
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Monday, June 15, 2009, 8:27 PM
> 2009/6/15 gmspro :
> > How can I be a linux developer or linux kernel
> developer?
> > What do I have to learn for this?I am a newbie.
> 
> Be happy playing with your kernel sources in a virtual
> machine and
> study everything you think is interesting...
> 
> http://kernelnewbies.org/
> 
> -- 
> Giuseppe
Thank you.
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


linux kernel developement

2009-06-15 Thread gmspro

Hi,

I know C++.How can I be a linux developer or linux kernel developer?
What do I have to learn for this?I am a newbie.

Any referenc/link,advice would be highly apreciated.

Thanks.
Fedora 10.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


mailing list problem

2009-06-15 Thread gmspro

Is it possible to reply from the digest mode from yahoo mail client.
I got everytopic.eml before but now i can't get anything like that.

How can I reply a message from digest mode?

Thank.
Fedora 10


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Questions with rsync

2009-06-13 Thread gmspro

--- On Sat, 6/6/09, Mail Lists  wrote:

> From: Mail Lists 
> Subject: Re: Questions with rsync
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Cc: "GMS S" 
> Date: Saturday, June 6, 2009, 6:18 AM
> On 06/04/2009 06:28 AM, Steven Stern
> wrote:
> > On 06/04/2009 12:53 AM, GMS S wrote:
> >> mv backup.8 backup.9
> >> mv backup.7 backup.8
> >> mv backup.6 backup.7
> 
> 
>   Have you tried rdiff-backup ? It will do all this
> for you ... and its
> as easy to use as rsync alone.

Do rsync and rdiff-backup have the option of compression.
I think they just copy the files.
Is it possible to backup 20GB partition into 8GB or below 8GB using rsync or 
rdiff-backup?


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Questions with rsync

2009-06-13 Thread gmspro



--- On Sat, 6/13/09, Sharpe, Sam J  wrote:
> >> > #! /bin/sh
> 
> >> > /dev
> >> > /home/*/.gvfs/
> >> > /home/*/.google/
> >> > /home/*/.dbus/
> >> > /home/*/.fonts/
> >
> > There are no files like
> >
> > /home/*/.gvfs/
> > /home/*/.google/
> > /home/*/.dbus/
> > /home/*/.fonts/
> >
> > Can I avoid these lines?
> 
> Yes.
> 
> > And I have some confusions too.
> > /home/* means everything in the /home directory.
> > So what does it mean by /home/*/.gvfs?
> 
> * expands to everything in the directory, so if you have:
> 
> /home/user1
> /home/user2
> /home/user3
> 
> That expands to /home/user1/.gvfs/ /home/user2/.gvfs/
> /home/user3/.gvfs/
> 
> To put it in English, it means "the .gvfs folders within
> every
> subdirectory of /home/"

I got the .gvfs directory.
ls -al shows this directory in /home/user.
Can you tell why "ls -la | grep .gvfs" does not show any result?

> 
> --
> Sam

Thanks.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Questions with rsync

2009-06-13 Thread gmspro

--- On Thu, 6/4/09, Steven Stern  wrote
> > #! /bin/sh
> > cd /media/MyBookLX/sds-desk
> > rm -fr backup.9
> > mv backup.8 backup.9
> > mv backup.7 backup.8
> > mv backup.6 backup.7
> > mv backup.5 backup.6
> > mv backup.4 backup.5
> > mv backup.3 backup.4
> > mv backup.2 backup.3
> > mv backup.1 backup.2
> > cp -al backup backup.1
> > 
> > touch /last_backup_ts
> > rsync -va --exclude-from
> /usr/local/bin/do-backup-excludes --delete /
> > /media/MyBookLX/sds-desk/backup/
> > 
> > The exclude list is
> > 
> > /proc
> > /tmp
> > /var/tmp
> > /media
> > /sys
> > /dev
> > /home/*/.gvfs/
> > /home/*/.google/
> > /home/*/.dbus/
> > /home/*/.fonts/

There are no files like 

/home/*/.gvfs/
/home/*/.google/
/home/*/.dbus/
/home/*/.fonts/

Can I avoid these lines?
And I have some confusions too.
/home/* means everything in the /home directory.
So what does it mean by /home/*/.gvfs?


Thank you for your reply.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

> file ("man ssh_config" for details)

That's a long tutorial.I will read this if possible.
However thanks for your reply.

> 
> -- 
> Sam



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 10 -> 11 Update Problem

2009-06-11 Thread gmspro

Hello,
I am using Fedora 10 now.

What's the command to upgrade Fedora 10 to Fedora 11?
What are the new features Fedora 11 is giving today?

1.Does Fedora 11 support ext4 filesystem?
2.In Fedora 11 ,is there any way to change gdm theme?
3.Any problem like "Could not detect stabilization wait for 10 seconds"



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

> Is your username on the machine you are ssh'ing from the
> same as your
> username on the machine you are ssh'ing to?

Never, usernames are different.

 
> If your username locally is USERLOCAL, then "ssh -v
> ipaddress" is
> equivalent to "ssh -v userlo...@ipaddress" or "ssh -v -l
> USERLOCAL
> ipaddress"
Username is not "USERLOCAL"
 
> If your usernames are the same, then the only way I can see
> "ssh
> ipaddress" failing while "ssh -l username ipaddress"
> succeeds is if
> your .ssh/config file has a specific username for that
> machine set -
> something like this:
> # cat .ssh/config

There is no file like config in .ssh directory.
There is only one file here: "known_hosts"


> Host
> 1.2.3.4
> User
> remoteuser
> 
> The -l argument to ssh would override that, but without the
> -l you
> would be trying to "ssh -l remoteuser 1.2.3.4"
> 
> -- 
> Sam
 



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro



--- On Thu, 6/11/09, Sharpe, Sam J  wrote:

> From: Sharpe, Sam J 
> Subject: Re: ssh tutorial
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Thursday, June 11, 2009, 4:18 PM
> 2009/6/11 gmspro :
> >
> > --- On Sat, 6/6/09, Timothy Murphy 
> wrote:
> >
> >> From: Timothy Murphy 
> >> Subject: Re: ssh tutorial
> >> To: fedora-list@redhat.com
> >> Date: Saturday, June 6, 2009, 6:49 PM
> >> Uwe Kiewel wrote:
> >>
> >> >>> yourname=linux user account  // Am
> i
> >> correct?
> >> >>> yourserver=??
> >> >>
> >> >> No.
> >> >> ssh -l yourusername yourserver
> >
> >
> > I also think,it is a wrong format.
> >
> > Correct format is :
> > ssh yourn...@yourserver
> 
> Both a correct formats.
> 
> ssh -l sam machine.mydomain.com == ssh s...@machine.mydomain.com
> 
> 
> 
> -- 
> Sam
> 

Yes ,both are correct.Sorry for previous post.


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

> > >> ssh -l yourusername yourserver

Sorry,It is also correct.

> 
> 
> I also think,it is a wrong format.
> 
> Correct format is :
> ssh yourn...@yourserver



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

> I would try
> ssh -v ipaddress

This does not work.
It says "permission denied" after giving the password three times.

> and
> ssh -l abc ipaddress
Giving the same password this works.



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

--- On Sat, 6/6/09, Timothy Murphy  wrote:

> From: Timothy Murphy 
> Subject: Re: ssh tutorial
> To: fedora-list@redhat.com
> Date: Saturday, June 6, 2009, 6:49 PM
> Uwe Kiewel wrote:
> 
> >>> yourname=linux user account  // Am i
> correct?
> >>> yourserver=??
> >> 
> >> No.
> >> ssh -l yourusername yourserver


I also think,it is a wrong format.

Correct format is :
ssh yourn...@yourserver


> > 
> > ssh username_at_remote_ser...@remote_server is also
> possible
> 
> Apologies.
> I thought I had tried that in the past, and it did not
> work.
> But it seems fine now.
> 
> 
> -- 
> Timothy Murphy
> e-mail: gayleard /at/ eircom.net
> tel: +353-86-2336090, +353-1-2842366
> s-mail: School of Mathematics, Trinity College Dublin,
> Ireland
 
 



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

Thanks.
I did this and it works for me.

ssh a...@ipaddress 

But if I do

ssh ipaddress
ssh: connect to host ipaddress port 22: No route to host


--- On Sun, 6/7/09, Chris Tyler  wrote:

> From: Chris Tyler 
> Subject: Re: ssh tutorial
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Sunday, June 7, 2009, 12:04 AM
> On Fri, 2009-06-05 at 23:39 -0700,
> gmspro wrote:
> > Would anyone tell how to use ssh command in brief?
> 
> Let me try my hand at a basic primer...
> 
> (1) SSH is used to login to a remote computer:
> 
> ssh u...@computer
> 
> Or:
> ssh -l user computer
> 
> Where:
> 
> 'user' is your username on the remote computer.
> 
> 'computer' is the hostname of the remote computer, if it
> has a DNS A
> record or an entry in /etc/hosts, or the IP address.
> 
> Examples:
> 
> ssh ja...@argonaut
> 
> Logs in as 'jason' on the computer 'argonaut', assuming
> that the IP
> address for 'argonaut' is listed in the /etc/hosts file.
> This approach
> might be used on a small home network.
> 
> ssh ch...@global.proximity.on.ca
> 
> Logs in as 'chris' on the computer
> 'global.proximity.on.ca', where
> 'global.proximity.on.ca' has a correctly-configured DNS
> entry so it can
> be resolved into an IP address. This approach is used for
> almost all
> publicly-accessible machines.
> 
> ssh j...@172.16.16.1
> 
> Logs in as 'jane' on the computer with the IP address
> 172.16.97.1. With
> this approach you need to know the IP address but don't
> require an entry
> in /etc/hosts or a DNS A record. This approach might be
> used when
> initially setting up some machines on a network.
> 
> These commands will give you shell access on the remote
> machine, after
> you have provided your password.
> 
> Additional information:
> 
> - You can leave the username out if it's exactly the same
> as the
> username under which you logged in to the local machine:
> 
> ssh global.proximity.on.ca
> 
> - You can add a command name if you want to run just one
> command instead
> of accessing a shell. For example, to run 'who' on
> zenit.senecac.on.ca I
> could use:
> 
> ssh ch...@zenit.senecac.on.ca
> who
> 
> - Adding the '-C' option (note the capital letter) turns on
> compression.
> If you're going through a slow connection, this can improve
> performance.
> If you're on a local connection (LAN), don't bother.
> 
> - Adding the '-X' option (again, a capital letter) turns on
> X11
> forwarding. This lets you run a graphical command remotely
> and have it
> display locally, assuming that the local system has an X
> server (e.g.,
> the local computer is running Linux/BSD/Solaris/AIX/...
> with a GUI, or
> it's running OSX or Windows and an X server has been
> started). For
> example:
> 
> ssh -XC ch...@concord3 virt-manager
> 
> ...will run the virt-manager application on concord3 and
> display the
> virt-manager graphical window on the local display. Note:
> in some
> situations, depending on the ssh server configuration, you
> may need to
> use '-Y' instead of '-X'. (Note that the -C option is also
> being used
> here; its use with -X is strongly recommended).
> 
> (2) You can use the related 'scp' secure copy utility (or,
> alternately,
> sftp) to transfer files to and from a remote system using
> ssh:
> 
> scp u...@computer:/path/to/file name
> 
> This transfers /path/to/file from the account 'user' on the
> remote
> system 'computer' to 'name' on the local system. Note that
> this is the
> same syntax as the 'cp' (copy) command, except that
> 'u...@computer' is
> placed in front of the source filename.
> 
> Examples:
> 
> scp ch...@concord3:/etc/services c3s
> 
> The file /etc/services on concord3 (using account name
> 'chris') is
> transferred to the file 'c3s' in the local current
> directory.
> 
> scp ch...@concord3:~/todo.txt .
> 
> The file 'todo.txt' in the home directory of user 'chris'
> on 'concord3'
> is transferred to the current directory ('.').
> 
> You can also transfer *to* a remote system, by putting the
> u...@computer
> part in front of the destination file:
> 
> scp todo.txt ja...@host3.example.com:/tmp/
> 
> The file 'todo.txt' on the local system (current directory)
> is
> transferred to the /tmp directory on the system
> 'host3.example.com'
> using the account 'jason'.
> 
> (3) See the ssh documentation for information on how to use
> ssh with
> public/private keys, eliminating the need to constantly
> retype the
> password.
> 
> Hope this is useful--
> 
> --
> Chris Tyler
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-11 Thread gmspro

I just did this and it worked for me.

ssh a...@p.q.r.s

p.q.r.s is the ip address of the remote pc.

Both pc have openssh-server,openssh-client installed.

--- On Sun, 6/7/09, Rick Sewill  wrote:

> From: Rick Sewill 
> Subject: Re: ssh tutorial
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Sunday, June 7, 2009, 5:53 AM
> On Sat, 2009-06-06 at 13:24 -0500,
> Gregory P. Ennis wrote:
> > On Fri, 2009-06-05 at 23:39 -0700, gmspro wrote:
> > > Would anyone tell how to use ssh command in
> brief?
> > > 
> > 
> > Cris gave a great explanation.  and looking at
> the man page is also a
> > must.
> > 
> > In practical terms ssh replaces telnet so that your
> computer to computer
> > connections can be accomplished with encrypted tcp/ip
> packets.  You can
> > establish computer to computer connections with
> telnet, but it does not
> > customarily encrypt which means the content of your
> connection can be
> > sniffed and understood by someone monitoring your
> network.  ssh prevents
> > the sniffer from understanding what is being sent from
> computer to
> > computer.  
> > 
> > Because ssh is so much better than telnet, telnet
> servers are usually
> > turned off and not used. 
> > 
> > Greg
> > 
> 
> Chris' explanation is good.
> 
> May I suggest the original questioner needs to "find" the
> information
> needed to connect to "that particular" ssh server. 
> The original
> questioner may need to talk with the person (ssh server
> administrator)
> who is running the ssh server.  The ssh server
> administrator should have
> a cookbook telling how to connect to his server.  I am
> assume the
> original questioner is not the ssh server administrator.
> 
> The ssh server administrator can configure which ssh
> protocol version(s)
> of ssh will work, what types of authentication will work,
> whether X11
> will will be forwarded, and many other options.  The
> ssh server
> administrator can even force a particular user to execute a
> specific
> program when the user tries to connect.
> 
> The ssh server administrator will need to create an account
> and make
> configuration changes to allow people to connect to that
> account.
> Sometimes, a ssh server administrator might create an
> "anonymous"
> account that runs a particular program, such as cvs to
> allow people to
> anonymously retrieve source code.  In every case that
> I can think of,
> the original questioner will need to find documentation on
> how to
> connect or will need to talk with the ssh server
> administrator.
> 
> I would also suggest, using the "-v" option on the ssh
> command.
> I believe one can type ssh -v -v -v u...@host
> From "man ssh", "
> -v  Verbose mode.  Causes ssh to
> print debugging messages about its
> progress.  This is helpful
> in debugging connection, authentica-
> tion, and configuration
> problems.  Multiple -v options increase
> the verbosity.  The
> maximum is 3.
> "
> 
> The output from the "-v -v -v" options may help the ssh
> server
> administrator help the original questioner find out what is
> wrong when
> the original questioner tries to connect.
> 
> 
> 
> -Inline Attachment Follows-
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Windows vs Linux

2009-06-09 Thread gmspro

Hi,

Some people say that there are no alternative applications in linux for these:

1.Microsoft office
2.Microsoft Visual Studio(for .net application)
3.Some games can't be run in linux like Fifa 2008,Cricket
4.Latest Adobe application such as Adobe Flash,Dreamweaver etc

I think,Linux will overcome these things someday.

But there is one thing about linux is that "NO VIRUS IN LINUX".
What would you say?

Thanks.

-
Do not take alcohol, it is harmful to health and mind.




  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Some questions about networking

2009-06-08 Thread gmspro

1.Why most of the addresses in class A are wasted?
2.How the block of class C addresses are calculated?


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Which directory contents I can remove??

2009-06-07 Thread gmspro

So this is the script that linux uses?
Or this script is used by you?
--- On Sun, 6/7/09, Bruno Wolff III  wrote:

> From: Bruno Wolff III 
> Subject: Re: Which directory contents I can remove??
> To: "Steve Searle" 
> Cc: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Sunday, June 7, 2009, 10:25 PM
> On Sun, Jun 07, 2009 at 11:29:36
> +0100,
>   Steve Searle 
> wrote:
> > Around 03:03am on Sunday, June 07, 2009 (UK time),
> Bruno Wolff III scrawled:
> > > Normally you don't have to. There is supposed to
> be cron job that deletes
> > > files /tmp and /var/tmp that haven't been read or
> written in a while.
> > 
> > Supposed to be, or is?  Can you give any more
> information, esp what it
> > is called?
> > 
> > I alsways create my own, and put it in
> /etc/cron.daily
> 
> That's were the installed one goes.
> 
> bash-4.0$ rpm -q --whatprovides /etc/cron.daily/tmpwatch
> tmpwatch-2.9.14-1.i586
> bash-4.0$ cat /etc/cron.daily/tmpwatch
> #! /bin/sh
> flags=-umc
> /usr/sbin/tmpwatch "$flags" -x /tmp/.X11-unix -x
> /tmp/.XIM-unix \
>     -x /tmp/.font-unix -x /tmp/.ICE-unix -x
> /tmp/.Test-unix 10d /tmp
> /usr/sbin/tmpwatch "$flags" 30d /var/tmp
> for d in
> /var/{cache/man,catman}/{cat?,X11R6/cat?,local/cat?}; do
>     if [ -d "$d" ]; then
>     /usr/sbin/tmpwatch "$flags" -f 30d "$d"
>     fi
> done
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Which directory contents I can remove??

2009-06-06 Thread gmspro

In windows xp I can delete the contents of temp directory.
In linux which directory contents I can remove?
Is there any command to do that easily?
Or is there any graphical software that I can use for this purpose?


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-06 Thread gmspro

Many thanks.
This is a great tutorial.
It helps to learn basic uses of ssh.
I was looking for this.
It saved my time from googling and reading long "man ssh" page.

One last thing,reading other mail from fedora-list I knew that I
must be the ssh administrator for log-in using ssh.

How can I be the ssh administrator?Is it possible for me?
Or is there any ssh server(free) where I can log-in using ssh without bothering 
about being ssh server administration or concerning of having an account in 
remote computer by the ssh administration.

--- On Sun, 6/7/09, Chris Tyler  wrote:

> From: Chris Tyler 
> Subject: Re: ssh tutorial
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Sunday, June 7, 2009, 12:04 AM
> On Fri, 2009-06-05 at 23:39 -0700,
> gmspro wrote:
> > Would anyone tell how to use ssh command in brief?
> 
> Let me try my hand at a basic primer...
> 
> (1) SSH is used to login to a remote computer:
> 
>     ssh u...@computer
> 
> Or:
>     ssh -l user computer
> 
> Where:
> 
> 'user' is your username on the remote computer.
> 
> 'computer' is the hostname of the remote computer, if it
> has a DNS A
> record or an entry in /etc/hosts, or the IP address.
> 
> Examples:
> 
>     ssh ja...@argonaut
> 
> Logs in as 'jason' on the computer 'argonaut', assuming
> that the IP
> address for 'argonaut' is listed in the /etc/hosts file.
> This approach
> might be used on a small home network.
> 
>     ssh ch...@global.proximity.on.ca
> 
> Logs in as 'chris' on the computer
> 'global.proximity.on.ca', where
> 'global.proximity.on.ca' has a correctly-configured DNS
> entry so it can
> be resolved into an IP address. This approach is used for
> almost all
> publicly-accessible machines.
> 
>     ssh j...@172.16.16.1
> 
> Logs in as 'jane' on the computer with the IP address
> 172.16.97.1. With
> this approach you need to know the IP address but don't
> require an entry
> in /etc/hosts or a DNS A record. This approach might be
> used when
> initially setting up some machines on a network.
> 
> These commands will give you shell access on the remote
> machine, after
> you have provided your password.
> 
> Additional information:
> 
> - You can leave the username out if it's exactly the same
> as the
> username under which you logged in to the local machine:
> 
>     ssh global.proximity.on.ca
> 
> - You can add a command name if you want to run just one
> command instead
> of accessing a shell. For example, to run 'who' on
> zenit.senecac.on.ca I
> could use:
> 
>     ssh ch...@zenit.senecac.on.ca
> who
> 
> - Adding the '-C' option (note the capital letter) turns on
> compression.
> If you're going through a slow connection, this can improve
> performance.
> If you're on a local connection (LAN), don't bother.
> 
> - Adding the '-X' option (again, a capital letter) turns on
> X11
> forwarding. This lets you run a graphical command remotely
> and have it
> display locally, assuming that the local system has an X
> server (e.g.,
> the local computer is running Linux/BSD/Solaris/AIX/...
> with a GUI, or
> it's running OSX or Windows and an X server has been
> started). For
> example:
> 
>     ssh -XC ch...@concord3 virt-manager
> 
> ...will run the virt-manager application on concord3 and
> display the
> virt-manager graphical window on the local display. Note:
> in some
> situations, depending on the ssh server configuration, you
> may need to
> use '-Y' instead of '-X'. (Note that the -C option is also
> being used
> here; its use with -X is strongly recommended).
> 
> (2) You can use the related 'scp' secure copy utility (or,
> alternately,
> sftp) to transfer files to and from a remote system using
> ssh:
> 
>     scp u...@computer:/path/to/file name
> 
> This transfers /path/to/file from the account 'user' on the
> remote
> system 'computer' to 'name' on the local system. Note that
> this is the
> same syntax as the 'cp' (copy) command, except that
> 'u...@computer' is
> placed in front of the source filename.
> 
> Examples:
> 
>     scp ch...@concord3:/etc/services c3s
> 
> The file /etc/services on concord3 (using account name
> 'chris') is
> transferred to the file 'c3s' in the local current
> directory.
> 
>     scp ch...@concord3:~/todo.txt .
> 
> The file 'todo.txt' in the home directory of user 

Re: ssh tutorial

2009-06-06 Thread gmspro

Yes,I am not ssh administrator.

> Chris' explanation is good.
> 
> May I suggest the original questioner needs to "find" the
> information
> needed to connect to "that particular" ssh server. 
> The original
> questioner may need to talk with the person (ssh server
> administrator)
> who is running the ssh server.  The ssh server
> administrator should have
> a cookbook telling how to connect to his server.  I am
> assume the
> original questioner is not the ssh server administrator.
> 
> The ssh server administrator can configure which ssh
> protocol version(s)
> of ssh will work, what types of authentication will work,
> whether X11
> will will be forwarded, and many other options.  The
> ssh server
> administrator can even force a particular user to execute a
> specific
> program when the user tries to connect.
> 
> The ssh server administrator will need to create an account
> and make
> configuration changes to allow people to connect to that
> account.
> Sometimes, a ssh server administrator might create an
> "anonymous"
> account that runs a particular program, such as cvs to
> allow people to
> anonymously retrieve source code.  In every case that
> I can think of,
> the original questioner will need to find documentation on
> how to
> connect or will need to talk with the ssh server
> administrator.
> 
> I would also suggest, using the "-v" option on the ssh
> command.
> I believe one can type ssh -v -v -v u...@host
> From "man ssh", "
> -v      Verbose mode.  Causes ssh to
> print debugging messages about its
>         progress.  This is helpful
> in debugging connection, authentica-
>         tion, and configuration
> problems.  Multiple -v options increase
>         the verbosity.  The
> maximum is 3.
> "
> 
> The output from the "-v -v -v" options may help the ssh
> server
> administrator help the original questioner find out what is
> wrong when
> the original questioner tries to connect.



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-06 Thread gmspro

Thank you.
Can you give a specific example of 

ssh yourserver

What would be the "yourserver"?

--- On Sat, 6/6/09, Timothy Murphy  wrote:

> From: Timothy Murphy 
> Subject: Re: ssh tutorial
> To: fedora-list@redhat.com
> Date: Saturday, June 6, 2009, 2:37 PM
> gmspro wrote:
> 
> > 
> > Some confusion
> > 
> > ssh yourusern...@yourserver
> > 
> > Here
> > yourname=linux user account  // Am i correct?
> > yourserver=??
> 
> No.
>     ssh -l yourusername yourserver
> Or just
>     ssh yourserver
> 
> if the user name is the same on both machines.
> 
> Nb The remote machine must be running sshd
> (and accept your connection).
> 
> -- 
> Timothy Murphy
> e-mail: gayleard /at/ eircom.net
> tel: +353-86-2336090, +353-1-2842366
> s-mail: School of Mathematics, Trinity College Dublin,
> Ireland
> 
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-06 Thread gmspro

Some confusion

ssh yourusern...@yourserver 

Here 
yourname=linux user account  // Am i correct?
yourserver=??



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: ssh tutorial

2009-06-06 Thread gmspro

Can anyone give an example how to log in remote computer with ssh?


--- On Sat, 6/6/09, Craig White  wrote:

> From: Craig White 
> Subject: Re: ssh tutorial
> To: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Date: Saturday, June 6, 2009, 1:51 PM
> On Fri, 2009-06-05 at 23:39 -0700,
> gmspro wrote:
> > Would anyone tell how to use ssh command in brief?
> 
> ssh --help
> 
> less brief
> 
> man ssh
> 
> Craig
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


ssh tutorial

2009-06-05 Thread gmspro

Would anyone tell how to use ssh command in brief?



  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: update to F11 with yum

2009-06-04 Thread gmspro

I think update 10 F11 with yum is always a problem.
Downloading a F11.iso file and burning it as a dvd is safer.


--- On Fri, 6/5/09, Kevin Kofler  wrote:

> From: Kevin Kofler 
> Subject: Re: update to F11 with yum
> To: fedora-list@redhat.com
> Date: Friday, June 5, 2009, 8:01 AM
> Alan Evans wrote:
> > Do you have specific information about it being
> broken?
> 
> It's broken because a package not being required by
> anything else doesn't
> mean it isn't needed. For example, it could be an
> application which is
> being removed because you just removed a plugin for it or a
> second
> application whcih requires that first application for
> something. And in
> this case, it's either a situation like that (where
> basesystem isn't
> required by anything after removing glibc.i686, but should
> still not be
> removed) or a plain bug in the plugin (where it removes
> something which is
> still required by other packages).
> 
> It shall also be noted that the plugin breaks PackageKit in
> F11 and
> therefore the PackageKit update which is coming to F11 soon
> (as soon as we
> sort out KPackageKit) blacklists it (which means the plugin
> won't have any
> effect in PackageKit).
> 
>         Kevin Kofler
> 
> -- 
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
> 


  

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Backing up system

2009-03-25 Thread gmspro

promac wrote:

[
You can do this way, but ideally your file system should be unmounted (boot
from
a live CD/DVD).

I, personally, use BackupPC for /home and partimage for the file system (/
and /boot).

-- 
Paulo Roma Cavalcanti
LCG - UFRJ
]

Would someone please tell how to use partimage to backup whole fedora 10 system 
in detail?

rpm -qa | grep partimage
partimage-0.6.7-5.fc10.i386

I also downloaded systemrescuecd and burned it.
But can't use it to backup whole fedora 10 system(actually I don't know how to 
use it)
Booting this cd can't find graphical option.

fdisk -l

Disk /dev/sda: 80.0 GB, 8002528 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x29032902

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1912    15358108+   c  W95 FAT32 (LBA)
/dev/sda2            1913        9449    60540952+   f  W95 Ext'd (LBA)
/dev/sda3            9450        9729     2249100   82  Linux swap / Solaris
/dev/sda5            1913        5609    29696121    b  W95 FAT32
/dev/sda6            5610        8286    21502971   83  Linux
/dev/sda7            8287        9449     9341766   83  Linux

I am trying to backup /dev/sda6 partition.
Is it necessary to backup the /proc , /sys, /lost+found , /media, /mnt, 
directory to be backed up?

Is it possible to backup /dev/sda6 partition excluding these directory(/proc , 
/sys, /lost+found , /media, /mnt,) with partimage or systemrescuecd?

If I copy the whole /dev/sda6 partition in a portable hard disk(250GB),then
after reinstalling minimum fedora 10 and copy-paste that /dev/sda6 from the 
portable hard disk to the newly installed fedora 10's root (/) directory ,will 
it work ?

In serious trouble.
Someone please tell how to backup easily as I don't have any live cd.

df -h
/dev/sda6  21G  7.8G   12G  41% /
tmpfs 501M   76K  501M   1% /dev/shm
/dev/sda5  29G  6.4G   22G  23% /media/disk
/dev/sda1  15G  3.2G   12G  22% /media/disk-1
/dev/sda7 8.8G  1.9G  6.6G  22% /media/disk-2


Thanks.



  


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: How to set up a DNS server(at Home)

2009-02-06 Thread gmspro
Michael wrote:[
Just a minor additional suggestion: since this is for a home network, you
probably have DNS servers supplied by your ISP.  You should configure your
named server as a forwarder rather than doing your own full resolution,
e.g., add

    forward only;
    forwarders {
    68.87.76.178;
    68.87.78.130;
    };

to your named.conf options section.  The values above are for Comcast in San
Jose, you'll need to change them!]
After cat /etc/resolve.conf, got this:nameserver 203.88.111.18
nameserver 4.2.2.2

Should I replace 
68.87.76.178;
68.87.78.130;with the values:203.88.111.18;4.2.2.2;And what does the forwarder 
do?Thanks
 for reply.


  -- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

How to set up a DNS server(at Home)

2009-01-28 Thread gmspro
Hi,
Typing this "rpm -q bind" got this:
bind-9.5.1-0.8.b2.fc10.i386

In "named.conf file" I got this:

//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
    listen-on port 53 { 127.0.0.1; };
    listen-on-v6 port 53 { ::1; };
    directory     "/var/named";
    dump-file     "/var/named/data/cache_dump.db";
    statistics-file "/var/named/data/named_stats.txt";
    memstatistics-file
 "/var/named/data/named_mem_stats.txt";
    allow-query { localhost; };
    recursion yes;
};

logging {
    channel default_debug {
    file "data/named.run";
    severity dynamic;
    };
};

zone "." IN {
    type hint;
    file "named.ca";
};

include "/etc/named.rfc1912.zones";

And in "named.rfc1912.zones"

// named.rfc1912.zones:
//
// Provided by Red Hat caching-nameserver package 
//
// ISC BIND named zone configuration for zones recommended by
// RFC 1912 section 4.1 : localhost TLDs and address zones
// and 
http://www.ietf.org/internet-drafts/draft-ietf-dnsop-default-local-zones-02.txt
// (c)2007 R W Franks
// 
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

zone "localhost.localdomain" IN {
    type master;
    file "named.localhost";
    allow-update { none; };
};

zone "localhost" IN {
    type master;
    file "named.localhost";
    allow-update { none; };
};

zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" 
IN {
    type master;
    file "named.loopback";
    allow-update { none; };
};

zone "1.0.0.127.in-addr.arpa" IN {
    type master;
    file "named.loopback";
    allow-update { none; };
};

zone "0.in-addr.arpa" IN {
    type master;
    file "named.empty";
    allow-update { none; };
};

Can anyone explain the file contents in detail and about named.ca?
And what I have to do in step by step to set up a dns server ?

PC configuration(Home):
Processor:Intel Pentium D 2.66GHz
Ram:1GB
Hard Disk:80GB





  -- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines