Search:

Type: Posts; User: haldean; Keyword(s):

Search: Search took 0.02 seconds.

  1. Re: Creating script to adjust the brightness level of the monitor

    You should look into the xbacklight tool -- the syntax is incredibly easy, and it's in the repos. It's as simple as:



    xbacklight = 0 # Turn off backlight
    xbacklight = 50 # Backlight at 50%...
  2. Replies
    10
    Views
    680

    [ubuntu] Re: Learning the commandline

    When running grep, you don't need to put in wildcards. It will automatically search for the argument anywhere in a line. So when you run:

    grep *root*
    You're actually searching for the phrase...
  3. [ubuntu] Re: Downloading Ubuntu Studio? Try this better way of installing Ubuntu Studio.

    You might want to repost this is the Tutorials forum
    http://ubuntuforums.org/forumdisplay.php?f=100
  4. Thread: Root to User

    by haldean
    Replies
    1
    Views
    425

    [ubuntu] Re: Root to User

    As the root user, and in the root user's home directory, use:


    cp -r .* /path/to/non-root/user/home
    chown -R non-root-username /path/to/non-root/user/home

    The first command will copy all of...
  5. Replies
    3
    Views
    6,128

    [ubuntu] Re: How to install VLC player offline

    Well, Ubuntu uses package files that end in ".deb" to distribute its software - they're similar to .exe on Windows or .pkg or .dmg on Macs. Normally you can install software from Synaptic on the...
  6. Replies
    11
    Views
    3,083

    [xubuntu] Re: Skype on Xubuntu 8.10?

    Skype is probably just a little late on updating their version numbers. Linux has never really been their focus :( The 8.04 packages will work fine on 8.10, and most packages will work no matter...
  7. Replies
    2
    Views
    1,431

    Sort Software Packages by Disk Usage

    A quick tip, but I use it all the time:
    If you're running out of disk space and you want to quickly see what packages are using the most space on your hard drive, use the following command:

    ...
  8. Replies
    2
    Views
    527

    [other] Re: Remember Open Windows

    You can have Gnome reopen the windows when you last logged off by going to System -> Preferences -> Sessions -> Session Options then check the box next to "Automatically remember running applications...
  9. Replies
    12
    Views
    1,275

    [ubuntu] Re: Static AND dhcp on same NIC?

    I have no idea how to assign two different IPs to a single network card, but you might find people who do on the Networking forum: http://ubuntuforums.org/forumdisplay.php?f=336
  10. [ubuntu] Re: Download Packages in Hardy from Feisty Install CD

    You can get old packages from packages.ubuntu.com
    The gaim ones from Gutsy (actually it was Pidgin by then) can be found here:
    http://packages.ubuntu.com/gutsy/pidgin
    You'll also need to download...
  11. [ubuntu] Re: Help! I've forgotten my user name and password!

    The easiest way would definitely be to reinstall. As far as I know, the only way to get the password off of the computer would be to use a liveCD and bruteforce the password, but that usually takes...
  12. Re: Howto: Use BlueProximity and your cellphone for security

    might be better to suggest downloading from here:
    http://mirrors.kernel.org/ubuntu/pool/universe/b/blueproximity/blueproximity_1.2.4-0ubuntu1_all.deb
  13. Replies
    43
    Views
    35,561

    Re: HOWTO: Oh no! I forgot my password!

    @penguinv: take out the brackets and it'll work.
  14. Thread: Beatnik

    by haldean
    Replies
    3
    Views
    329

    Re: Beatnik

    Thanks a ton!
    I tried using the Emacs Lisp interpreter, gave up on it and found one in Perl instead :)
  15. Thread: Beatnik

    by haldean
    Replies
    3
    Views
    329

    Re: Beatnik

    I lied... I found one.
    Except I don't know what language it is in nor how to compile it.
    If anyone could give me a little push in the right direction on what the hell this is written in, I'd be...
  16. Thread: Beatnik

    by haldean
    Replies
    3
    Views
    329

    Beatnik

    I found this http://www.cliff.biffle.org/esoterica/beatnik.html today (which is a little introduction to the Beatnik "programming language") and I really wanna play with it, but I haven't been able...
  17. Replies
    296
    Views
    78,056

    Re: "Hello Ubuntu" in every programming language

    TI-BASIC

    Input "WHAT'S YOUR NAME? ",Str1
    Disp Str1

    can't be run on a computer, but I felt it was a glaring omission.
    (btw: tons of spaces so 'name?' doesn't get cut across lines ;))
  18. Replies
    351
    Views
    22,943

    Re: New Ubuntu Community Beta Project

    i would love to be a part of it, if there's still space!!
Results 1 to 18 of 18