I am attempting to learn to use command line.
this check that universe mirror is listed in your /etc/apt/sources.list.
was my first challenge???
but I tried a command line anyway for VLC media player and I guess before accepting it my password was needed as it asked for it.
However it would take no typing at all so did a little research and thought maybe I needed to log in as super user.
Ok so I am confused. Would someone take my hand and lead me through this command line for the VLC or just the 101 of command line
As always thanks
Allen Meyers chef11994@sbcglobal.networtham_tx@yahoo.com
allenmeyers76693@gmail.com
*
*--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 07:12 PM
"Matthew Clarke"
Superuser confusion or maybe critically confused
When typing in passwords in the command line, the cursor does not move because it is hiding your password from anyone peering over your shoulder. This is similar to GUI interface that puts ***** when typing passwords.
Just type your password and press enter and you shoudl be good to go!
Cheers,
MC
On Mon, Jul 21, 2008 at 2:56 PM, Allen Meyers <chef11994@sbcglobal.net> wrote:
I am attempting to learn to use command line.
this check that universe mirror is listed in your /etc/apt/sources.list.
was my first challenge???
but I tried a command line anyway for VLC media player and I guess before accepting it my password was needed as it asked for it.
However it would take no typing at all so did a little research and thought maybe I needed to log in as super user.
Ok so I am confused. Would someone take my hand and lead me through this command line for the VLC or just the 101 of command line
As always thanks
Allen Meyers chef11994@sbcglobal.net
wortham_tx@yahoo.com
allenmeyers76693@gmail.com
*
*
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 07:21 PM
Rashkae
Superuser confusion or maybe critically confused
Allen Meyers wrote:
> I am attempting to learn to use command line.
> this check that universe mirror is listed in your /etc/apt/sources.list.
> was my first challenge???
> but I tried a command line anyway for VLC media player and I guess before accepting it my password was needed as it asked for it.
> However it would take no typing at all so did a little research and thought maybe I needed to log in as super user.
> Ok so I am confused. Would someone take my hand and lead me through this command line for the VLC or just the 101 of command line
> As always thanks
>
>
>
What command was that you tried exactly? Was it a command to install VLC?
like, apt-get install vlc ?
Presumably, since you got the password prompt, then you already tried it
with sudo (sudo is what tells the system to execute the command with
Super user permission, and requires password)
ex: sudo apt-get install vlc
Then it should prompt you for password. go ahead and type your
password, press Enter. Nothing will show on the screen, but that
doesn't mean it's not working. It only means that on-lookers and other
snoops can't see a password being typed in, nor can they count the *'s
to know the length of the password.
If you have the password right, apt-get will go ahead and try to install
whatever you were installing.
If the password is wrong, you'll get a "sorry, Try again" and need to
put your password in again.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 08:08 PM
Karl Larsen
Superuser confusion or maybe critically confused
Allen Meyers wrote:
> I am attempting to learn to use command line.
>
The command line from Gnome? If that you need to get a terminal running.
> this check that universe mirror is listed in your /etc/apt/sources.list.
> was my first challenge???
>
In the terminal type $ cat /etc/apt/sources.list and it will list
the file. There are a lot of universe listed.
> but I tried a command line anyway for VLC media player and I guess before accepting it my password was needed as it asked for it.
>
You never start VLC from the command line. You need the Desktop to
run it.
> However it would take no typing at all so did a little research and thought maybe I needed to log in as super user.
> Ok so I am confused. Would someone take my hand and lead me through this command line for the VLC or just the 101 of command line
> As always thanks
>
>
If you need to be a super user start the call in your termial with
sudo. For example $ sudo more /boot/grub/menu.lst
Karl F. Larsen, AKA K5DI
Linux User
#450462 http://counter.li.org.
PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 09:01 PM
Peter Garrett
Superuser confusion or maybe critically confused
On Mon, 21 Jul 2008 14:08:04 -0600
Karl Larsen <k5di@zianet.com> wrote:
[snips]
> You never start VLC from the command line. You need the Desktop to
> run it.
It's a miracle, evidently...
http://thoreauputic.boinc.ch/vlc-miracle.png
--
Peter Garrett <peter.garrett@optusnet.com.au>
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 10:53 PM
Charlie Kravetz
Superuser confusion or maybe critically confused
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 22 Jul 2008 07:01:29 +1000
Peter Garrett <peter.garrett@optusnet.com.au> wrote:
> On Mon, 21 Jul 2008 14:08:04 -0600
> Karl Larsen <k5di@zianet.com> wrote:
>
> [snips]
> > You never start VLC from the command line. You need the Desktop to
> > run it.
>
> It's a miracle, evidently...
> http://thoreauputic.boinc.ch/vlc-miracle.png
>
> --
> Peter Garrett <peter.garrett@optusnet.com.au>
>
Says it all!
- --
Charlie Kravetz
Linux Registered User Number 425914 [http://counter.li.org/]
Never let anyone steal your DREAM. [http://keepingdreams.com]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
07-21-2008, 10:55 PM
"debiani386@gmail.com"
Superuser confusion or maybe critically confused
On Mon, 2008-07-21 at 15:12 -0400, Matthew Clarke wrote:
> When typing in passwords in the command line, the cursor does not move
> because it is hiding your password from anyone peering over your
> shoulder. This is similar to GUI interface that puts ***** when typing
> passwords.
>
> Just type your password and press enter and you shoudl be good to go!
>
> Cheers,
> MC
>
> On Mon, Jul 21, 2008 at 2:56 PM, Allen Meyers
> <chef11994@sbcglobal.net> wrote:
> I am attempting to learn to use command line.
> this check that universe mirror is listed in
> your /etc/apt/sources.list.
> was my first challenge???
> but I tried a command line anyway for VLC media player and I
> guess before accepting it my password was needed as it asked
> for it.
> However it would take no typing at all so did a little
> research and thought maybe I needed to log in as super user.
> Ok so I am confused. Would someone take my hand and lead me
> through this command line for the VLC or just the 101 of
> command line
> As always thanks
>
>
>
well what ever you do, dont log into your computer as root, it poses a
security problem...
remember, if you have to do something as root, just use sudo