Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: “How to” Dual boot Ubuntu and Windows 7 (Ubuntu installed first)

    It's cool, Grub has been updated to Grub2 you can read about it here: http://ubuntuforums.org/showthread.php?t=1195275
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Glad you liked it. Hope you got it up and running. If you are still running into issues we may have to change up the first script to fit your machine.
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Are you sure the font is installed? If you installed it yourself did you update font cache? Could you post your config? Do you have
    use_xft yes
  4. Replies
    11
    Views
    803

    [SOLVED] Re: Very Quick Java Help

    Thanks for all the help everyone, I ended up going with this:

    function toggleMe(id) {
    var e = document.getElementById(id);
    if (e.style.display == 'block')
    e.style.display = 'none';
    else...
  5. Replies
    11
    Views
    803

    [SOLVED] Re: Very Quick Java Help

    Ahhhhh ](*,)](*,)

    Apparently there is a main javascript file which I can insert the code.

    I just found it and have yet to try it out. Will I run into any issues with having multiple questions...
  6. Replies
    11
    Views
    803

    [SOLVED] Re: Very Quick Java Help

    Lolol sorry java /= javascript. I am a huge noob to scripting.

    But I'm still getting the issue, and I think that it is just the tools I have to work with.

    I have no doubt that the code would...
  7. Re: Nifty November 2009 Screenshot Thread (Thumbnails only please)

    ](*,)

    Thank you
  8. Re: Nifty November 2009 Screenshot Thread (Thumbnails only please)

    Hey, quick question. Does anyone know the firefox theme that has words instead of buttons for "back" "forward" "home". I know I saw it here but I can't remenber what month. Thanks.
  9. Replies
    11
    Views
    803

    [SOLVED] Re: Very Quick Java Help

    I tried putting this into the .tpl that I work with. It caused the page to be completely blank. Is there a different way I can do this, or is there a special way I have to implement this code? I've...
  10. Replies
    11
    Views
    803

    [SOLVED] Very Quick Java Help

    Hello I'm fairly new to java but I am learning quick.

    I am working on a website that uses .tpl files mainly to control content on pages.

    Currently I am running this:


    <a href="#"...
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    That is pretty cool!
  12. Replies
    1
    Views
    353

    Javascript dropdown text

    Ok, first off I would like to say that my javascript knowledge is minimal at best but I am trying to learn. Here is my problem:

    I am running a dropdown menu with options like this

    <select...
  13. Re: “How to” Dual boot Ubuntu and Windows 7 (Ubuntu installed first)

    I've only ran into problems with it. It's much easier done from a Mac base. Then you would just boot camp and use Refit. Done and Done.

    But with mac's they use the Darwin bootloader which can be...
  14. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Ummm kind of.

    What you could do is set the config to have no borders on graphs. You could then use an cpubar that points to a processor you dont have. This would leave a empty frame.

    You...
  15. Replies
    2
    Views
    656

    [all variants] Laptop repair issue

    Ok I was disassembling my laptop to fix a problem with loose wires. When I got to removing the RTC battery i heard a little tear and realized where it was soldered to the system board, it ripped off...
  16. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It would be best if you post a screen shot. Also post any error messages you get when you try to start conky from terminal.
  17. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    The $goto variable would be your best bet. That way you could control exactly where on the screen it printed it.

    ${goto 400}${cpubar 8,50 cpu}
    ^that would place the cpubar at 400 pixels in from...
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I like how the font color changes to match the background.
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Fix this:

    double_buffer yes

    no_buffers yes
    I wonder if it's a text buffer issue...

    try adding this line above TEXT.

    text_buffer_size 512
  20. Replies
    5
    Views
    613

    [ubuntu] Re: SSH tunneling for web security?

    Ahh okie dokie. The way I would suggest would be to use the awesome feature of x forwarding. What it does, is allow a GUI program to run on the server and send all the x11 information to your remote...
  21. Replies
    5
    Views
    613

    [ubuntu] Re: SSH tunneling for web security?

    The real question is.. what the hell are you doing?! jk. But you seem to have it pretty much figured out. Using a server located in your home to ssh wouldn't really hide what you were doing from your...
  22. Replies
    1,279
    Views
    117,465

    Re: July 2009 Screenshot Thread

    Your bottom panel is HUGE
  23. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    post your config pleeez
  24. Replies
    1,279
    Views
    117,465

    Re: July 2009 Screenshot Thread

    If you are interested in getting multiple terminals in one single window just install Terminator.
    sudo apt-get install terminator It's definitely worth checking out if you run more than one...
  25. Replies
    1,279
    Views
    117,465

    Re: July 2009 Screenshot Thread

    Thanks. no need to post it, that's got all the info I needed.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4