Search:

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

Page 1 of 9 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: 12.04-Adding Day/Date to Panel in Fallback

    ka1axy i agree with that above statement 100%
    had to make the switch from 10.04 to get my nice shiny new graphics card to play audio over hdmi, now i'm on this 12.04... :(

    thanks for your thread,...
  2. Replies
    1
    Views
    1,333

    [ubuntu] zenity notification not working 12.04

    zenity --notification --text "System update necessary"
    results in a popup window opening, instead of the expected icon in the tray using gnome-classic.

    after switching from ubuntu 10.04 to...
  3. Replies
    1
    Views
    906

    [ubuntu] Re: GeForce 660 Ti HDMI audio not work

    oops, was supposed to be an edit, not a new post. and this lovely forum won't let me delete posts, how great.
  4. Replies
    1
    Views
    906

    [ubuntu] GeForce 660 Ti HDMI audio not work

    Any new 660 Ti users out there? Getting audio over HDMI was a painful experience with my old graphics card, now I got a new one!!! Yay!!

    Edit: Fixed my audio problems by doing a fresh install and...
  5. Replies
    272
    Views
    171,350

    Sticky: [SOLVED] Re: Sound troubleshooting

    No audio HDMI. GEFORCE GTX 660Ti from MSI. It just came out so, not sure if it's supported yet. Any ideas? hdmi audio is my only option for sound. I tried reading through those pdf files but could...
  6. Replies
    4
    Views
    1,492

    [SOLVED] Re: BASH running expect

    Slow response, but better late than never?

    echo password | sudo -S ./script 2> /dev/null
    Redirect stderr to null.
  7. Replies
    5
    Views
    341

    Re: Regular Expressions

    Perl is great the the kind of examples you've given. Read a good book on perl.

    Books that I've read and found useful:
    Learning Perl
    Mastering Regular Expressions
  8. Replies
    4
    Views
    1,492

    [SOLVED] Re: BASH running expect

    Unless I've misunderstood the question would this work?

    echo password | sudo -S ./script
    sudo -k
    Read the manual for more details if that's what you were looking for. Good luck.
  9. [SOLVED] Re: BLAGH, my laptop keeps randomly restarting!

    Had a problem where it didn't matter what programs were running it would just randomly restart sometimes. My solution was to go back to 10.04 on that computer and havn't have a problem since.
  10. Replies
    17
    Views
    10,594

    [SOLVED] Re: Conver mp3 to ogg with details

    That glob could include files with spaces so remember to use double quotes. Also try to redirect the input like below if you're not wanting to use ffmpeg interactively, since it could cause problems...
  11. Replies
    6
    Views
    579

    [ubuntu] Re: 11.04n No Sound

    So you've tried alsamixer and sound preferences. How old is your computer? Did you just buy it?

    Here's what I do to setup my new sound card which requires a newer version of alsa.


    sudo...
  12. Replies
    6
    Views
    632

    Re: Javascript insert HTML

    For javascript the only thing I can think of personally is to use the responseText from an xmlhttprequest and then use document.write().

    Should you maybe be using xml or sql instead of this php...
  13. Replies
    5
    Views
    406

    Re: rsync Usage Question

    Ssh maybe? rmdir woud not remove regular files and woudn't remove non-empty directories, so you could use it on all your files I would think.

    ssh address rmdir "/location/*"
    The command might...
  14. [SOLVED] Re: reading from a word list and picking a random word

    I know it's solved but for future google searches or something...

    Does it have to be indexed? Did you need the index for something? If not then here's another solution.

    Not sure if this's what...
  15. Re: [HTML][Possibly CSS] Composite image showing unwanted grid lines

    Too tired to examine the entire code but I see a table so maybe try this css on the table.
    border-collapse
    border-spacing

    Also another possibility html like this

    <img ...><img ...><img ...>
    ...
  16. Re: Shell script to ping/see if port 80 is open?

    Great solution very nice and simple. But wouldn't you want echo to interprate the escapes? If I'm right then this might be the correct way.

    echo -e "GET / HTTP/1.0\r\n\r" | nc 127.0.0.1 80 ||...
  17. Replies
    6
    Views
    3,781

    [SOLVED] Re: Can't enter phpmyadmin in Lamp server

    No that's bash code you enter into your terminal... It basically will output the log files to your terminal so we can read them and find out what's wrong possibly.

    You enter the command to your...
  18. [SOLVED] Re: What is the fastest way for getting a thumbnail from a jpeg?

    You could use system commands with imagemagick to resize the image and save it in a file. You could use hashes for the filename of the thumbnails. I think that's the only possible way.

    I couldn't...
  19. Replies
    6
    Views
    3,781

    [SOLVED] Re: Can't enter phpmyadmin in Lamp server

    I don't use phpmyadmin but I debug alot of my own apache stuff. What's the access and error log say? Did you try with your ip address too? if you have access rules you might've disabled access with...
  20. Replies
    31
    Views
    1,688

    Re: Dangers of the internet

    About the mac address stuff. How would you know their mac address without having access to the network? If you spoofed the routers mac address would that just bypass the access list and always let...
  21. Replies
    2
    Views
    1,296

    Re: ios photo transfer jailbreak only howto

    I wouldn't say it's easier exactly, it's another way maybe. I havn't tried it but it looks like the difference would mainly be that it's done wirelessly as opposed to a wired transfer. You could...
  22. Replies
    11
    Views
    844

    [SOLVED] Re: Specific Site won't load

    So is this a connectivity issue flash issue or both? I was thinking dns too but do you have the site available to other clients on your network?
  23. Replies
    15
    Views
    3,441

    [SOLVED] Re: Ipod touch 4g and ubuntu 11....

    Alright so I posted my script. You might wanna let someone besides me test it first before you try it tho.

    http://ubuntuforums.org/showthread.php?p=10681500
  24. Replies
    2
    Views
    1,296

    ios photo transfer jailbreak only howto

    Trasnsfer photos to your ipod on 4.2.1.

    Warning: Jailbroken devices only. Only tested on ios 4.2.1 on an iPod Touch 4g. Use at your own risk.

    Install ifuse and zenity. This will force the...
  25. Replies
    15
    Views
    3,441

    [SOLVED] Re: Ipod touch 4g and ubuntu 11....

    Well I've got a pretty simple script for uploading photos just needs to work out a few bugs then I'll post it. Are you able to use ifuse?
Results 1 to 25 of 207
Page 1 of 9 1 2 3 4