Search:

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

Search: Search took 0.03 seconds.

  1. [ubuntu] Asus M4A89GTD-Pro motherboard usb 3.0 not recognized [precise]

    Hello ubuntu forums community, My moniker is TobalJackson and I'm an ubuntu enthusiast.

    I've recently made the switch to running ubuntu natively on my home desktop rig. My motherboard is an...
  2. [SOLVED] Re: How to restore a corrupt Thunderbird address book using PHP

    Hello Mikerobinson, thank you for this php code, it looks like it has worked for some, but I'm having trouble getting it to work properly. When I run the code
    php savior.php > book.txt I get the...
  3. [ubuntu] Re: [SOLVED] Removable Device Management Bash Scripting Help

    hello there. One last update I've made to the script finalizes it as follows:


    #!/bin/bash
    #Coded and tested by None Other than TobalJackson. First bash script, so enjoy XD
    function checkdupes...
  4. [ubuntu] [SOLVED] Removable Device Management Bash Scripting Help

    lol ok, so, I've finished my script! Even though nobody replied to this topic, I was able to find all the answers I needed by using Google. I'll leave it here just in case anyone else was wondering...
  5. [ubuntu] Re: Removable Device Management Bash Scripting Help

    Alright, I have more progress. An aside- Should I move this thread to another section?

    Anyway, this is how my script looks now, and I'm almost satisfied with it except for the last key features it...
  6. [ubuntu] Re: Removable Device Management Bash Scripting Help

    Ok so I've gotten somewhere through irc and online guides. My script looks like this so far:


    #!/bin/bash
    count=1
    total=`blkid | sed -n '$='`
    until [ $count -gt $total ]; do
    list=`blkid...
  7. [ubuntu] Removable Device Management Bash Scripting Help

    Hello there.

    I'm somewhat new to ubuntu, but fairly competent with computers in general. I have a somewhat specific task I'd like to accomplish with Bash Scripting involving the automation of a...
Results 1 to 7 of 7