Newbie test - Two question

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default Newbie test - Two question

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Hi all

    I am an SUSE user, very happy with it. One of my old laptops does like the
    heavy load of SuSE, so I tried installing Kubuntu. All went well with two
    exceptions:
    My Cisco aironet PC card was not recognized, and it is working under suse
    I was not presented with the option to create a root password for login
    Any help is appreciated.
    - --
    Wood contour Inc.
    Solid Wood & Corian PC Peripherals.
    [url]http://www.woodcontour.com[/url]
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.4.2 (GNU/Linux)

    iD8DBQFEbRVpE6NRkYDhaZwRAiy/AKC0XQKrjzuiSaPUgUerbLgNW3gW5ACeJlqx
    f0qSVAjjkYxWKJg7bNR6EEs=
    =wabG
    -----END PGP SIGNATURE-----
    Elmo Guest

  2. Similar Questions and Discussions

    1. site test/file size question
      Each section is a separate .swf file, loaded into the main. They vary in size from 300k to 2MB. I don't want to load them all at the very start,...
    2. 'make test' question
      Hi all, Is it possible to have the parent 'make test' process execute some code (more specifically setting environment variables) so that when...
    3. Test/Unit question
      This is a multi-part message in MIME format. ------=_NextPart_000_0211_01C3A211.0AC767D0 Content-Type: text/plain; charset="iso-8859-1"...
    4. Pls help a newbie! ASP test pages not displaying in IE 6?
      I am trying to set up my first ASP pages in DWMX and have downloaded the test Calendar and Events.aspx pages from the tut at...
    5. newbie - copying from test to production
      If the objects are the same, then drop them in your 9i instance and export/import from 8 to 9i. If your database is not too large, then this way...
  3. #2

    Default Re: Newbie test - Two question

    On Fri, 19 May 2006 00:48:07 +0000, Elmo wrote:
    > -----BEGIN PGP SIGNED MESSAGE-----
    > Hash: SHA1
    >
    > Hi all
    >
    > I am an SUSE user, very happy with it. One of my old laptops does like the
    > heavy load of SuSE, so I tried installing Kubuntu. All went well with two
    > exceptions:
    > My Cisco aironet PC card was not recognized, and it is working under suse
    > I was not presented with the option to create a root password for login
    > Any help is appreciated.
    > - --
    > Wood contour Inc.
    > Solid Wood & Corian PC Peripherals.
    > [url]http://www.woodcontour.com[/url]
    > -----BEGIN PGP SIGNATURE-----
    > Version: GnuPG v1.4.2 (GNU/Linux)
    >
    > iD8DBQFEbRVpE6NRkYDhaZwRAiy/AKC0XQKrjzuiSaPUgUerbLgNW3gW5ACeJlqx
    > f0qSVAjjkYxWKJg7bNR6EEs=
    > =wabG
    > -----END PGP SIGNATURE-----
    The standard Kubuntu installation locks out the root account, so that lazy
    users won't be tempted to just log on as root and stay there. For
    work requiring root access, you use sudo and your user password. The
    first user created at installation time is automatically added to the
    sudoers file. It's not as inconvenient as it may sound, because there is
    a time window (I can't remember how long) after a successful sudo in which
    you can use sudo again without being prompted for your password.

    As for the Aironet card, wifi hardware recognition has always been a
    problem for Linux. Could you import the driver from SUSE? At least a
    Linux driver for your card exists. I have a interface, so I had to wrestle with ndiswrapper and copy the driver out of
    my Windows XP partition.
    Stephen Rush Guest

  4. #3

    Default Re: Newbie test - Two question

    In article <bB8bg.6078$343.3147@trnddc06>, Elmo says...
    > -----BEGIN PGP SIGNED MESSAGE-----
    > Hash: SHA1
    >
    > Hi all
    >
    > I am an SUSE user, very happy with it. One of my old laptops does like the
    > heavy load of SuSE, so I tried installing Kubuntu. All went well with two
    > exceptions:
    > My Cisco aironet PC card was not recognized, and it is working under suse
    It should work OK under Ubuntu. Certainly on the IBM laptop I stuck
    Ubuntu on, the Aironet was automagically detected.
    > I was not presented with the option to create a root password for login
    > Any help is appreciated.
    In Ubuntu, it is set up so you do everything like that with su/sudo
    rather than logging in as root. Quite a good idea IMO.

    Open a terminal.

    sudo passwd root

    --
    Conor,

    Same shit, different day.
    Conor Guest

  5. #4

    Default Re: Newbie test - Two question

    Am Thu, 18 May 2006 21:44:34 -0400 schrieb Stephen Rush:

    > It's not as inconvenient as it may sound, because there is a time window
    > (I can't remember how long) after a successful sudo in which you can use
    > sudo again without being prompted for your password.
    15 minutes, turn off with the line:

    Defaults timestamp_timeout=0

    in your sudoers file. Best is to use sudo visudo to edit the file, it
    checks for typos on quitting and gives you a chance to fix it.

    --
    perl -e 'print unpack "\x75","886YD<F5A<U]F9G)E>71A9T!W96(N9&4*";'

    Andreas Freytag Guest

  6. #5

    Default Re: Newbie test - Two question

    Conor <conor.turton@gmail.com> schrubte:
    > Open a terminal.
    >
    > sudo passwd root
    I thought it was strongly discouraged to change the password like this,
    since all the applications in Ubuntu are preconfigured to work with sudo or
    gksudo. By changing the root password, things will get quite complicated
    (AFAIK)

    Instead, just type "sudo bash" and you are there, logged in as root.

    Philipp
    Philipp Strathausen Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139