General :: Install Immunity Debugger On System And Found It Very Diff?

Jul 19, 2010

install immunity debugger on system and found it very diff?

View 2 Replies


ADVERTISEMENT

General :: Install And XP On Diff / H/D Connected To Same Machine?

Nov 30, 2010

I have two H/D and i need to install XP and RHEL5.3 in different H/D connected to single machine.so that when i boot from first H/D linux will boot or if i choose second XP will boot.

View 7 Replies View Related

Software :: Setting Git-diff --color-words As Git-diff?

Jun 2, 2010

I like the output of

Code:

git diff --color-words old..new
but I do not know how to set --color-words permanently in the ~/.gitconfig file.

Edit: I guess I should've said that I do not want an alias for diff --color-words

View 5 Replies View Related

General :: Used Debugger With (for C And C++)?

Mar 8, 2010

How do i use the Debugger in Linux. I am using Vi editor and terminal.For C and C++ programs.2. Any great tutorials or link.3. Is there any C and C++ IDE similiar to VC++? Were I can set breakpoints etc?4. Is makefile the option to compile multiple files while using Terminal for compiling?I would be delighted if someone can point me a valuable guide or book.

View 4 Replies View Related

Ubuntu Installation :: Unable To Install Data Display Debugger In 10.4?

Mar 13, 2011

I am trying to install DDD on ubuntu 10.4. Downloaded the tar.gz file and followed the instructions given on DDD web page.But I am not able to install DDD. While trying to do './configure && make' I get the following error. It says c++ is not working and is not able to create executables. I have g++ installed and I successfully create excutables from .cpp files. I've also checked the CXX variable and it is set to /usr/bin where g++ is expected to be placed.

root@tirth-laptop:/home/tirth/Downloads/ddd-3.2.1# ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu

[code]...

View 1 Replies View Related

General :: Debugger For Shell Script - Get Rid Of Multiple Exit Command ?

Jun 14, 2010

My two doubts:

(i) In office i open many terminal windows when i start my day and in each terminal i keep on login as different users many times in a day to do some task, by the end of the day when i need to exit from all terminals in a safeway instead of directly closing it i need to execute exit command or CTRL+D many times to close a single terminal safely. Can anybody tell me a way to exit from each terminal in single go, is there any command to acheive this ? I wish if we had a command like exitall like in vi we have :qa command to close multiple files opened in single window. I hope friends you have got what i am asking for ?

(ii) I want a software for debugging shellscripts searched a lot but dint got it.

View 7 Replies View Related

Ubuntu Installation :: Install A . Diff File In 10.04?

Jun 27, 2011

I downloaded a package with an extension .diff.gz. I extracted it and got a .diff file. how to install a .diff file?

View 1 Replies View Related

Fedora :: Copying The Acer A150 Install To A Completely Diff Laptop?

Feb 13, 2010

Is it possible for me to copy the A150 install to a completely different laptop?I have the A150 setup the way I want it with packages and synaptics, and I want to copy it's install over to a medion laptop.

View 4 Replies View Related

General :: How To Use Diff File

Jun 18, 2010

when i compile a software ABySS, it reported that:

/usr/local/include/google/sparsehash/libc_allocator_with_realloc.h:66: warning: unused parameter 'n'
make[2]: *** [libalign_a-Aligner.o] Error 1
make[2]: Leaving directory `/var/data/abyss-1.2.0/Align'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/data/abyss-1.2.0'
make: *** [all] Error 2

someone said it because of a bug of google-sparsehash. and gave a patch "deallocate.diff ". my problem is how to use deallocate.diff to fix the bug.

View 1 Replies View Related

OpenSUSE Install :: No Operating System Found?

May 20, 2010

ich habe Probleme mit dem Booten meines Computer.Auf dem Laptop ist Windows 7 Starter sowie Suse 11.1parallel installiert. Als ich nun in Suse die Bootreihenfolge (vorher Suse jetzt Windows) �ber Yast ge�ndert hatte.Zeigte mir mein Computer nur noch"no operating system found" an. Mit der Software Super Grub Disk konnte ich das Suse wieder starten (dann erscheint auch die Boot-auswahl). Daduch konnte ich auch alle nderungen rckgngig machen. Trotzdem bootet der Computer nicht mehr

View 2 Replies View Related

Debian Installation :: USB Install 'Operating System Not Found'

Jun 7, 2011

I've decided to move to Debian because I have noticed Ubuntu releases getting progressively more unstable.I am following the official Debian installation guide. Just did this with the Debian 6.0 Net install .iso: 4.3.1. Preparing a USB stick using a hybrid CD or DVD image. Debian CD and DVD images can now be written directly a USB stick, which is a very easy way to make a bootable USB stick. Simply choose a CD or DVD image that will fit on your USB stick. See Section 4.1,Official Debian GNU/Linux CD-ROM Sets to get a CD or DVD image.

Alternatively, for very small USB sticks, only a few megabytes in size, you can download the mini.iso image from the netboot directory (at the location mentioned in Section 4.2.1,Where to Find Installation Image).The CD or DVD image you choose should be written directly to the USB stick, overwriting its current contents.

View 5 Replies View Related

General :: Diff The Output Of One Bash Script Against Another?

Jul 6, 2011

I would like to compare the (screen) output of one bash script with the (screen) output of another bash script to ensure the output is exactly the same.The reason for this is that I am receiving a consolidated data feed from an IP address and have moved some of the data feed to a 'new' source IP address. I will turn off the feed from the original once satisfied that the new is receiving the same data. The format of the output from the scripts are exactly the same.

Tried so far
./IDCGRE.sh | grep FX.CK | diff < ./IDCGRE2.sh
./IDCGRE.sh | grep FX.CK | ./IDCGRE2.sh | diff

[code]...

View 3 Replies View Related

Debian Installation :: No Operating System Found After Install UEFI?

Jan 30, 2015

I'm trying to install debian and when the installer starts it UEFI at the top, instlal completes however on reboot it says 'no operating system found' i've read it can be because of UEFI but I have tried different bios options but to no avail.

Bios options

Sata mode: AHCI/IDE (haven't tried IDE yet)
Tried various combinations of the below
CSM: enable/disable
Boot Priority: Auto/legancy first/uefi first
Quick Boot: enable/disable
Boot up Num-lock Status: on/off

View 14 Replies View Related

General :: Copy Images From Diff Folder In Shell?

Apr 20, 2011

I have 500 folders of templates in one folder. Now each folder has file called template_thumbnail.png . now i want something so that all those files get copied to one folder with name same as the home folder name

I have cygwin installed and i can copy that folder in there so basically it will linux shell script

View 1 Replies View Related

OpenSUSE Install :: Kernel Not Found On Dual Boot System After Zypper Dup

Mar 14, 2011

I have a dual boot laptop with OpenSUSE and Ubuntu. The boot loader used is Ubuntus Grub that came with the Ubuntu installation.

I have done a zypper dup and upgraded to OpenSUSE 11.4. When I reboot my system I can no longer boot into OpenSUSE, Grub says something about a missing kernel.

I think I understand whats wrong here; the OpenSUSE entry in Grubs table hasn't been updated with the changes brought in by the zypper dup (new kernel i guess).

I'm I correct to assume this? How do I fix the problem? Booting into Ubuntu I tried to find /boot/grub/menu.lst to examine it by I cannot find it. I know Ubuntu use a newer version of Grub, does it have a different file layout?

View 1 Replies View Related

Ubuntu Installation :: Can't Install 10.04 32 Bit - An Error With Initfrm Saying That No Operating System Can Be Found?

Aug 3, 2010

I'm trying to install Ubuntu 10.04 (32 bit)on my laptop (where currently is installed the amd64 version of Ubuntu 10.04 that I've decided to remove because of some small issues).I've tried using the installation CD (the same I've used to install it on my desktop, so I know that is a working copy),but at boot, although I select to boot from CD, the Live version doesn't start and Ubuntu 64 is run as usual.I've tried to create a startup diskon a usb pen,there the live version seems to start but then Busybox 1.3 is loaded and there is an error with initfrm saying that no operating system can be found.I've been told to download the alternate edition, but I'm still downloading it,

View 3 Replies View Related

General :: Redirection - Redirect The Output Of A Program To The Diff Command?

Jan 13, 2011

I have a program that writes to stdout. Is there a way that I can redirect the output to the linux diff command or do I have to write the output to a file and then compare that. For example I have a bunch of test input files for a program and the corresponding expected output in another set of files. And I'd like to do something like ./program < t1.input | diff t1.expected.

View 3 Replies View Related

General :: Get Gnome Terminal Execute Different Commands From Diff. Tabs?

Jan 6, 2010

In gnome terminal it is possible to open multiple tabs with Quote:$ gnome-terminal --tab-with-profile=jake_lardasset --tab-with-profile=virtualsexgranny -x alpineWe got even further....Quote:gnome-terminal --tab-with-profile=james_treesexer --command pymol --tab-with-profile=loverboy13 --command alpineand pymol runs, but not in the tab and alpine runs in the tab.The problem is, that when using a script to check mail it has Quote:gnome-terminal --tab-with-profile=chrissypink --command alpine --tab-with-profile=jake_hugerichard -x ssh xxxx@xxxx.ut.eenot the other way aroundIs there a simpler way to do this?And why is it not possible to execute ssh with the --command parameter and -x has to be used ,but top and so on can be executed with --command

View 2 Replies View Related

General :: Operating System Not Found?

Apr 4, 2011

I have a server HP proliant and installed Redhat 4.3. server has only one HD as another was Bad and no RAID configuration. after 2 weeks I shutdown the system and when start it is giving the error - operating system not found?

View 2 Replies View Related

General :: Use The Diff Command To Get The Difference Between A String Of Text And The Contents Of A File?

Mar 31, 2010

I am not especially cli adept so could someone tell me the best way to use the diff command to get the difference between a string of text and the contents of a file instead of between the contents of two files?

View 3 Replies View Related

OpenSUSE Install :: Recent Update Of Os11.3 Left System With Boot Failure / File Not Found

Nov 4, 2010

Toshiba notebook is set up to triple boot win7, mepis 8.5 and os 11.3.Recent update of os11.3 left system with boot failure, "file not found".I booted mepis and used utility to reinstall grub, but no joy.
Appeared to install ok but on reboot, sda5 identified as 'mepis' not os11.3 and would not boot. Win7 & mepis boot ok.

Next, booted live Parted Magic and repaired as per another thread here, but again, no joy.NONE of the systems will boot.Rebooted mepis live cd and reinstalled grub again. Sda5 still identified as mepis and will not boot. Win7 & mepis boot ok.

View 3 Replies View Related

General :: No Operating System Found / Solve It With A New - Blank Harddisk?

Apr 5, 2010

I have been working with dualboot XP and ubuntu on my laptop and screwed the system completely. No matter what I do I get the message "Operating system not found".I also have been trying with, super grub disk, without success.
My question: Can I solve the problem with a new or a blank Harddisk?

View 3 Replies View Related

Programming :: PHP Debugger That Runs On A Webserver?

Jan 24, 2010

I'm a newbie on Linux and currently in the process of installing it. I'm planning to install the latest version of Apache, MySql, and PHP on the machine with a debugger on it. I haven't decided which debugger is suitable for this environment since I don't have any experience on it.

View 5 Replies View Related

General :: Root Of Previously Installed System Not Found Getting Message When Upgrading?

Jul 4, 2010

I am trying to Upgrade from Fedora 12 to Fedora 13 using Preupgrade. My system downloads the the Upgrade and tries to install it but returns a message "Root of the previous system not found". I would really like to fix this problem but dont know how.

View 1 Replies View Related

OpenSUSE :: Debugger Exits Without Stopping At Breakpoints?

Sep 14, 2010

openSUSE 11.1
KDevelop 3.5.5 using KDE 3.5.10 "release 21.12.1"
gdb 6.8.50.

Problem: When I attempt to debug my program with breakpoints set the debugger does not stop at breakpoint. Message in gdb window is:

/bin/sh -c libtool gdb .../C++/Graphyxs/debug/./src/graphyxs --interpreter=mi2 -quiet
(gdb) set print static-members off
(gdb) Process exited

Attempted fix: Some forum posts suggest KDevelop upgrade. Upgraded from 3.5.4 to 3.5.5; gdb upgrade not available in openSUSE.

Other posts recommend assurance that debugger options are properly set. KDevelop Project Options has Compiler Flags -O0 -g3 with "debug" configuration.

View 1 Replies View Related

Ubuntu :: Configure Eclipse PDT With Zend Debugger?

Apr 14, 2011

I've been using Eclipse PDT with Zend Debugger to debug my PHP web scripts for a while, but after installing Ubuntu 10.04, I've been having issues setting up the development environment again.

I have installed Apache 2.2.16 and PHP 5.2.14 manually.

Eclipse was installed from the Synaptic Package Manager. I installed the Zend debugger and PDT for Eclipse under Eclipse's Help -> Install New Software.

Yet whenever I try to debug a web script it executes the script without stopping at any of my breakpoints. The debug window immediately shows the debug session terminated.

The end of my php.ini file located in /usr/local/lib says:

Code:
[Zend]
zend_extention=/home/nathan/ZendDebugger.so
zend_debugger.allow_hosts=127.0.0.1
zend_debugger.expose_remotely=always

[Code]....

View 1 Replies View Related

Ubuntu :: Unable To Get The Debugger Gui, Kdbg In The Repositories?

May 6, 2011

I just installed 11.04 and found that the debugger gui, kdbg, is no longer in the repositories. I have all repos enabled except backports. I also tried to find any information about the fate of kdbg, whether it is just not yet packaged for 11.04, or whether it is discontinued, but to no avail.

If it is being discontinued, I'll probably roll my own .deb package and post it somewhere - kdbg is too good to drop, I think. And while we are at it?

View 5 Replies View Related

Programming :: Code - Blocks - Shared Object - Debugger ?

Jan 18, 2010

I have created an application that has a executable program that loads in a shared object

the shared object loads in another shared object

both of these shared object I have created

For debugging I have been printf'in data to determine what is going on

I now have some odd memory issue, and need a bit more control over debugging...

I have one workspace set up and under my exectuable(will call maintest from now on) I have two items in my link libraries under project build options being soA and soB (so A is the shared object that maintest uses, soB is the SO that soA uses) I also have linker options pthread and ldl

At the beginning of my maintest I do my dlsym and load in each function that I will be using

I always run my program using maintest, because when I have one of the SO as the startup project(turns bold) and try to run it gives me "You must select a host application to run a library"

I tried to set up this host library, i Go to Menu->Project->SetProgramArguments and change the Host Application to the debug version of my maintest

I then hit OK and try to run again but I get the same error: "You must select a host application to run a library"

If I get this part working - which I need help doing, is tehre other steps that need to be taken to debug the so's? or will this make it so when i hit f8 it will run.

View 1 Replies View Related

General :: Grub - Boot From Usb / During Startup System Complains About No Root Bein Found On /dev/sdb1?

Jun 2, 2011

I have installed a new Linux distro (just to test it) on my usb memory stick, and I'm trying to run it. I don't know if what I did is correct so far, anyways here's what I have:

Grub on sda (internal hard disk)
sdb with no boot loader (memory stick)

In grub I've been doing:
root (hd1,0)
kernel /kernel-genkernel-x86_64-2.6.37-sabayon root=/dev/sdb1 vga=normal
initrd /initramfs-genkernel-x86_64-2.6.37-sabayon
boot

This seems to work (as opposed to when I forgot the root= parameter, which almost destroyed my linux on sda1 ), but during startup the system complains about no root bein found on /dev/sdb1. I also tried (hd1,0), but it didn't change much.

I'm sure I can boot an OS from usb on my computer, so doesn anyone know what I'm doing wrong?

View 4 Replies View Related

Ubuntu :: Make KGDB(kernel Level Debugger) Work On 2.6.35?

Nov 4, 2010

I am writing a device driver and want to debug it using KGDB.Could anyone tell how to install and debug with KGDB on Linux 2.6.35 distribution?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved