Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    550

    [ubuntu] Re: dd'd the front of my storage drive

    I still have the image on my 1TB drive if anyone has any ideas. I attempted to detect the partition via testdisk, as well as an attempt to grab the file structure via sleuthkit. Neither worked.
  2. Replies
    6
    Views
    550

    [ubuntu] Re: dd'd the front of my storage drive

    Yea, I had tried getting testdisk to detect the partition, but I'm pretty sure I trashed the file allocation table and everything else important on the disk.

    I managed to salvage all my music, etc...
  3. Replies
    6
    Views
    550

    [ubuntu] Re: dd'd the front of my storage drive

    I'm trying to recover my directory structure. Is there any way to do this?
  4. Replies
    6
    Views
    550

    [ubuntu] Re: dd'd the front of my storage drive

    No one?
  5. Replies
    6
    Views
    550

    [ubuntu] dd'd the front of my storage drive

    -----:~$ sudo dd if=/dev/urandom of=/dev/sdb
    ^@^C440972+0 records in
    440971+0 records out
    225777152 bytes (226 MB) copied, 50.5128 s, 4.5 MB/s

    ------:~$
    ------:~$
    ------:~$
    ------:~$ sudo...
  6. Replies
    4
    Views
    466

    [all variants] Re: Ad-hoc connection immediately dropped

    Only in ad-hoc mode, though.
    I have no issues connecting to any Infrastructure access points.
  7. [ubuntu] Re: New to linux, trying to setup multiple network connections

    Yea, you should have a wireless icon on your gnome panel.
    Click on it and it should pop up your available networks.

    Now if you have your card installed and it isn't showing up in your panel,...
  8. Replies
    4
    Views
    466

    [all variants] Re: Ad-hoc connection immediately dropped

    Oh, I forgot to mention I also used the ralink in windows. It was still disconnected after a few moments.
  9. Replies
    3
    Views
    12,066

    [ubuntu] Re: OpenVPN is driving me nuts!!!

    You might just try and start it without a daemon, that way you can get the output when it fails.

    I'm not too sure where the log goes, though. It'd be nice to know in the future.
  10. Replies
    4
    Views
    466

    [all variants] Ad-hoc connection immediately dropped

    I have been trying to connect two laptops, Ubuntu and CrunchEee, for a day or two with limited success.

    I have two network cards, both have been swapped between the two laptops. One is a Intel...
  11. Replies
    35
    Views
    2,258

    [ubuntu] Re: Speeding up Ubuntu for complete newbie

    You don't really need a swap 2x the size of your RAM. Most people won't even notice if they don't have a swap.

    The only time your swap will get used significantly will be if you hibernate, at...
  12. [ubuntu] Re: Resized/moved partition and destroyed MBR by mistake...

    You should check into making a separate home partition, it makes reinstallation a breeze.
  13. [ubuntu] Re: Resized/moved partition and destroyed MBR by mistake...

    It would be 2, because its zero based. (/dev/sda3 = hd0,2)

    What might be your issue is your menu.lst is calling the wrong sections to boot from.

    For your setup your /boot/grub/menu.list entry...
  14. Replies
    4
    Views
    326

    [all variants] Re: Bash: How do I test for a directory?

    Oh f#&* that.

    Both corrections fixed it. Thanks guys. :D
  15. Replies
    4
    Views
    326

    [all variants] Bash: How do I test for a directory?

    So I'm writing a quick install script for cmake builds, and I was having a problem with one thing: How do I test to see if a directory already exists?

    Here is what I tried:


    #!/bin/bash...
  16. Replies
    14
    Views
    1,092

    Re: 9.04 won't recognize external drive

    I imagine your problem is that it is NTFS and you didn't unmount it before you unplugged it.

    Try this:

    sudo fdisk -l

    Find out which one is your external.

    sudo mkdir /media/newdir
    sudo...
  17. Replies
    29
    Views
    1,373

    [ubuntu] Re: A 25 Year-Old Ubuntu Virgin

    For future reference, when you install use:



    sudo apt-get install ntfs-config
    sudo ntfs-config


    Run that and check all the boxes, then you'll automount everything at startup and have...
  18. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    ....I think I love you.


    It works perfectly, thanks for the patch.
  19. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    It worked, I'm just getting an error doing the make install and I can't seem to figure it out.

    I've used -fPIC to install my ffmpeg files as well as the openCV files, yet I still get this error:...
  20. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    Thanks, I'm trying to install it with ffmpeg now, it recongnized it on ./configure.
  21. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    No luck. I tried using xine but there is an error in OpenCV's code converting int to const *char. It won't include quicktime even if I specify it.
  22. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    It still doesn't seem read my .avi files....maybe the code is wrong? :



    int main( int argc, char** argv ) {
    cvNamedWindow( "Example3", CV_WINDOW_AUTOSIZE );
    g_capture =...
  23. Replies
    9
    Views
    3,734

    [all variants] Re: No video I/O with OpenCV

    So I bothered to read through the config file and it seems I need to specify --with-gstreamer. Trying this now.
  24. Replies
    9
    Views
    3,734

    [all variants] No video I/O with OpenCV

    I have either downloaded from the repositories, or compiled from source almost anything related to xine, gstreamer, or ffmpeg.

    However, no matter what I do I can not for the life of me get the...
  25. [ubuntu] Re: 9.04 Window manager not loading properly at startup

    Yea....I still don't know what is wrong.
Results 1 to 25 of 63
Page 1 of 3 1 2 3