Page 11 of 12 FirstFirst ... 9101112 LastLast
Results 101 to 110 of 117

Thread: NEW UBUNTU USERS: Becoming friends with the terminal...

  1. #101
    Join Date
    Jan 2011
    Beans
    12

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    Noob saying thanks. I'm about to dive in to get my firewire soundcard working so this was helpful indeed.

  2. #102
    Join Date
    Apr 2008
    Location
    Australia
    Beans
    237
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    Quote Originally Posted by theDaveTheRave View Post
    A similar thing is possible from a laptop where you don't neccessarily have a mouse connected, by using Ctrl-Shift-c and
    Ctrl-****-v - depending on if you want to copy from or into the terminal.
    If you don't have a middle mouse button (like a laptop), you can just simultaneously click the left and right buttons together. Might take some practice to get used to the feeling (timing?), but it is a pseudo-middle click.

    Quote Originally Posted by sudoer541 View Post
    I always wondered, why cant ubuntu get rid of the terminal like Mandriva?
    I hope not

    Edit: Pretty good guide by the way. There are certain applications (that I know off the top of my head, irssi and emacs) which use the GNU Readline key-bindings. Pretty useful for quickly manipulating text, searching history and completion. There's a cheat sheet here, which I found pretty useful.

    If you're interested in making more of this type tutorial Mazza, I'd gladly write something up in a distributed LaTeX project or something (I currently have around 25 pages written for a tutorial on Emacs, but the intention was to write another one afterwards more-or-less about using a terminal, covering some things like BASH scripts, .bashrc modifications, and general commands, but I would gladly put the Emacs tutorial on hold if you wanted to do some group-work). I'll be quite busy in about a months time, but any time between now and then I should be alright to do something. If you are interested, or just want to talk about the idea, send me an email or drop-by #ubuntu-offtopic on irc.freenode.net
    Last edited by matthew.ball; January 6th, 2011 at 08:18 AM.

  3. #103
    Join Date
    Jul 2010
    Location
    Asia
    Beans
    175
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    nice job

  4. #104
    Join Date
    Dec 2010
    Location
    tejas
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    i am new to ubuntu and a true newbie when it comes to the terminal. i understand how to follow directions and am able to cut and paste. i even have some familiarity with code language as i did some web-design within dreamweaver -- so i have a limited understanding of code per se.
    i am trying to learn how to work within the terminal as i maybe doing some upgrading from ubuntu to ubuntu studio and then whatever fun adventures await me from there on.
    i started going through one of the tutorials when i came across a warning about working as a root/superuser. i also saw some mentions of the 'sudo' command in this thread. i am curious about 2 things:
    1) what is this 'root'/'superuser' vs. a 'user account'?
    2) i may have glossed over a little bit, but what is the deal with 'sudo' command mentioned in this thread? i have used 'sudo' to run commands before, so i am somewhat puzzled.
    - if i create a user account can i do whatever 'sudo' command i want and then log in as 'superuser' and revert back stuff that i screw up?
    gracias and for those of us who don't know much- these assistance threads are very nice- thank you.
    Last edited by spencerownside; January 13th, 2011 at 07:42 AM.

  5. #105
    Join Date
    Aug 2009
    Location
    Rayong, Thailand.
    Beans
    141
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    Quote Originally Posted by spencerownside View Post
    i am curious about 2 things:
    1) 'root'/'superuser' vs. a 'user account'?
    2) i may have glossed over a little bit, but what is the deal with 'sudo' command mentioned in this thread? i have used 'sudo' to run commands before, so i am somewhat puzzled.
    - if i create a user account can i do whatever 'sudo' command i want and then log in as 'superuser' and revert back stuff that i screw up?
    1. User accounts are designed to accommodate people who use the system. Root AKA superuser account/s is/are designed to accommodate people who make/break the system.
    Some user accounts can have admin privileges, allowing them to perform some of the make/break genre of operations. The user who installs Ubuntu has admin privileges by default, as far as I remember.

    2. No. If you create a new user account, I am under the impression that the default is NOT to grant admin privileges, so the new user would not have much luck with 'sudo'. Also, No, the reason that standard users don't get admin/sudo capacity is that most of the stuff you do with 'sudo' CANNOT be undone/reverted back if you screw up.
    The code is free but the data is priceless.

  6. #106
    Join Date
    Dec 2010
    Location
    tejas
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    i am starting to get the hang of some of the navigation aspects but am having some problems accessing a couple of my folders.

    I have 2 exemplar folders on my desktop that i am just trying to get into as part of the learning fun: the 2 specific files are "Readings & Research" and then "Live Songs Video". i can navigate to the desktop and am accessing other folders on the desktop and can then navigate inside of those.
    the problem i am having with the 2 above files is a format thing i think. I don't know how to input the terminal code when 'spaces' and 'symbols' are involved.

    /home/spencer/Desktop/Readings&Research
    nor
    /home/spencer/Desktop/Readings & Research
    will not work.

    and like wise:

    /home/spencer/Desktop/LiveSongsVideo
    nor
    /home/spencer/Desktop/Live Songs Video
    will not work.

    I can successfully go to:
    /home/spencer/Desktop/Wavs
    or
    /home/spencer/Desktop/School
    and also
    /home/spencer/Desktop/School/Current/Metaphysics

    and i can see all the files inside that latter folder: but no luck with any folder that has 'space'/ is multiple words long.
    Any thoughts please?

  7. #107
    Join Date
    Dec 2010
    Location
    tejas
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    i am starting to get the hang of some of the navigation aspects but am having some problems accessing a couple of my folders.

    I have 2 exemplar folders on my desktop that i am just trying to get into as part of the learning fun: the 2 specific files are "Readings & Research" and then "Live Songs Video". i can navigate to the desktop and am accessing other folders on the desktop and can then navigate inside of those.
    the problem i am having with the 2 above files is a format thing i think. I don't know how to input the terminal code when 'spaces' and 'symbols' are involved.

    /home/spencer/Desktop/Readings&Research
    nor
    /home/spencer/Desktop/Readings & Research
    will not work.

    and like wise:

    /home/spencer/Desktop/LiveSongsVideo
    nor
    /home/spencer/Desktop/Live Songs Video
    will not work.

    I can successfully go to:
    /home/spencer/Desktop/Wavs
    or
    /home/spencer/Desktop/School
    and also
    /home/spencer/Desktop/School/Current/Metaphysics

    and i can see all the files inside that latter folder: but no luck accessing any folder that has 'space'/ is multiple words long.
    Any thoughts please?

  8. #108
    Join Date
    Dec 2010
    Location
    tejas
    Beans
    34
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    i am starting to get the hang of some of the navigation aspects but am having some problems accessing a couple of my folders.

    I have 2 exemplar folders on my desktop that i am just trying to get into as part of the learning fun: the 2 specific files are "Readings & Research" and then "Live Songs Video". i can navigate to the desktop and am accessing other folders on the desktop and can then navigate inside of those.
    the problem i am having with the 2 above files is a format thing i think. I don't know how to input the terminal code when 'spaces' and 'symbols' are involved.

    /home/spencer/Desktop/Readings&Research
    nor
    /home/spencer/Desktop/Readings & Research
    will not work.

    and like wise:

    /home/spencer/Desktop/LiveSongsVideo
    nor
    /home/spencer/Desktop/Live Songs Video
    will not work.

    I can successfully go to:
    /home/spencer/Desktop/Wavs
    or
    /home/spencer/Desktop/School
    and also
    /home/spencer/Desktop/School/Current/Metaphysics

    and i can see all the files inside that latter folder: but no luck accessing any folder that has 'space'/ is multiple words long.
    Any thoughts please?

  9. #109
    Join Date
    Feb 2008
    Beans
    5,636

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    Code:
    cd "/home/spencer/Desktop/Readings & Research"
    and
    Code:
    cd "/home/spencer/Desktop/Live Songs Video"

  10. #110
    Join Date
    Feb 2008
    Beans
    5,636

    Re: NEW UBUNTU USERS: Becoming friends with the terminal...

    Code:
    cd "/home/spencer/Desktop/Readings & Research"
    and
    Code:
    cd "/home/spencer/Desktop/Live Songs Video"

Page 11 of 12 FirstFirst ... 9101112 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •