Search:

Type: Posts; User: v.cecchetto; Keyword(s):

Search: Search took 0.04 seconds.

  1. [SOLVED] Ollydbg clone, Evans debugger (edb-debugger) installation under 13.10

    I spent some times trying different guide to install it... only one worked:

    http://samiux.blogspot.it/2012/12/howto-install-edb-debugger-on-ubuntu.html

    Cheers
  2. Re: Almost installed Windows 7 this evening...

    I have dualboot lucid lynx + win7 and when i have time i wanna try to put macosx on my laptop (GPT partition, GRUB2 bootloader).

    If you wanna install win7 on GPT you have to play dirty. Beside GPT...
  3. Re: [ANN] new GSL Shell release with graphics module

    To install in Lucid amd64:

    - install the dependencies

    $ sudo apt-get install libgsl0-dbg libgsl0-dev libgsl0ldbl gsl-bin libreadline-dev libreadline6 libreadline6-dbg libreadline6-dev...
  4. [ubuntu] Re: warning: GDB: Failed to set controlling terminal: Operation not permitted

    Other threads on same topic:

    https://bugs.launchpad.net/ubuntu/+source/netbeans/+bug/469005

    http://forums.netbeans.org/topic15797.html

    In Netbeans:

    Project > Properties > Run > Console...
  5. [ubuntu] Re: Setting up GDB debugger version 7 with Netbeans

    I don't remember exactly which one is the solution (try):

    1. Select the project > Click Dx > Properties > Profile > Show profiling indicators during run (uncheck)

    2. Select the project > Click...
  6. Replies
    17
    Views
    993

    Re: recommend me games

    Neverwinter Nights
  7. Replies
    42
    Views
    62,699

    [SOLVED] Re: ATI Mobility Radeon 5650 Driver Problem

    Yes the driver works good for me too :)
  8. Replies
    42
    Views
    62,699

    [SOLVED] Re: ATI Mobility Radeon 5650 Driver Problem

    I think you can look here for the watermark question:
    http://ubuntuforums.org/showpost.php?p=8230858&postcount=17
  9. Re: Having some Trouble mounting NTFS drive with GPT

    Hi,
    fdisk doesn't recognize GPT partition table.

    If you want to manage GPT partition table you have to use gdisk.
    http://www.rodsbooks.com/gdisk/

    Are you sure the file system is NTFS and not...
  10. Replies
    8
    Views
    3,225

    [ubuntu] Re: Unrecognized Partition

    Happy you have solved.

    If you are interested i can light the question a little.

    The new partition scheme GPT is born to substitute the old MBR partition scheme.

    MBR is all contained in the...
  11. Replies
    5
    Views
    3,229

    [all variants] Re: Where is Grub's UUID stored on disk?

    We need to agree in which way indicate a byte over an hard disk.

    Find how many bytes my pendrive contains:

    $ sudo fdisk -lu /dev/sdb

    > .... total 511232 sectors

    Now, every sector is made...
  12. Thread: xxd usage

    by v.cecchetto
    Replies
    0
    Views
    1,064

    [all variants] xxd usage

    Hi all!

    I am playing with hard disk image, and reverse dumping with xxd.


    !!! BE AWARE !!!

    The next command lines are for people that knows exactly what they are doing.

    You can loose all...
  13. Re: Is there a Linux application that can compare two binary files?

    Compiled on Hardy Heron 64 bit:

    1.

    Install qt3-... libqt3-... packages

    2.

    $ PATH=/usr/share/qt3/bin:$PATH
  14. Replies
    4
    Views
    408

    Re: my simple vallgrind front-end

    Thx for the reply,

    but same results as before. Nothing appens.

    Doh...
  15. Replies
    4
    Views
    408

    Re: my simple vallgrind front-end

    Hello,
    thanks for your work.

    I'm trying to use your tool without success for now.

    I compiled a simple test.c code.

    ..................................................
    #include <stdio.h>
  16. [ubuntu] Re: Desperately Need Lesson on ALSA and Pulseaudio

    My guide

    http://ubuntuforums.org/showthread.php?t=929863&highlight=pulseaudio+butwhy
  17. Replies
    2
    Views
    617

    [all variants] Re: BUTWHY: pulseaudio

    Thx for the replay. I didn't know about these features.



    Yes. I think the most explicit way to figure it out is an image.

    http://www.buzztard.org/images/c/cb/Bt-edit-0.0.1-03.png

    It shows...
  18. Replies
    2
    Views
    617

    [all variants] BUTWHY: pulseaudio

    :)

    A lot of long howto... try to summarize what i learned. Hope to help someone.

    Starting from low level... hardware.

    Please help me correct what i misunderstood. Thx.

    1. Device-driver:...
  19. Replies
    19
    Views
    809

    Re: Ubuntu Security Center

    Take a look at this firewall GUI (fieryfilter):

    http://0pointer.de/lennart/projects/fieryfilter/

    Some screenshot:
    ...
  20. Replies
    9
    Views
    28,214

    Shadow password

    During login you enter your username and your password.

    Assume for example your name is:

    goofy

    and your password is:

    pippo
  21. Replies
    23
    Views
    11,200

    Re: accesible login

    Done.

    Thank's you for the advice. :)
  22. Replies
    78
    Views
    30,194

    Re: The Simple On-screen Keyboard (SOK)

    sudo gedit /usr/share/onboard/KbdWindow.py

    modify the lines 68,69
    ........................................................................
    x = 0
    y = 0...
  23. Replies
    23
    Views
    11,200

    Re: accesible login

    I use Feisty and at the login prompt i find a keyboard on my screen that is not resizable.

    More exactly to activate the login-keyboard i followed this procedure:

    System > Preferences >...
  24. Replies
    23
    Views
    11,200

    Re: accesible login

    I played a little to give the correct size to the onboard login keyboard, on my laptop (1280x800).

    Edit /usr/share/onboard/KbdWindow.py

    raw 21-25
    ...
Results 1 to 24 of 24