General :: Make Command In Backtrack?
May 20, 2011
I have just started using backtrack. I an a fresher into this field. In one of the assignment, I am giving command make stack.c in which it gives me the error makefile:l: *** missing separator. Stop.
View 2 Replies
ADVERTISEMENT
Aug 3, 2011
I tried to install ndiswrapper , but its showing error,while executing make command
make[1]: Leaving directory `/usr/src/linux-source-2.6.35.8'
make: *** [LINUX] Error 2
View 2 Replies
View Related
Oct 19, 2010
i want to make apermanent change in backtrack ( i upgrade the msf as command , msfupgrade but after this , if i reboot the VM all changed loose , what can i do for make changes permanent
View 2 Replies
View Related
Jun 7, 2010
I want to install boh win 7 and backtrack4 on my pc. how can I do that?
View 1 Replies
View Related
Jun 19, 2010
I have partitiond my hard drive on one side I run Kubuntu (and when I finish downloading; Ubuntu) on the other windows 7. However I dont know how to co run (and set-up) so I can swap between KDE GNOME and how to make Back track (I have on live C.D.) run with bash or KDE. Cuting this way to long story short, i am hoping one of you amazing peeps can tell me how to run backtrack, kunbuntu and Ubuntu on the same side of the hard drive??!!
View 6 Replies
View Related
Feb 23, 2010
I am doing some embeded linux work in ARM 9263.So I need to make a image for that board.But when I using one command "make uImage" I am getting the following error.
make: arm-linux-gcc: Command not found
CHK include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
CHK include/linux/utsrelease.h
HOSTCC scripts/basic/fixdep
code....
View 4 Replies
View Related
Oct 25, 2010
a friend of mine gave me a .tar.gz file which contains a bunch of C sourcefiles and a makefile. I don't get how to use the make command to create an executable out of those files. What arguments do I have to give the make command?
View 5 Replies
View Related
Jan 2, 2011
I'm running Ubuntu 10.04 and while trying to install the Wacom driver and kernel I get to the step after ./config and get this message when I use make.
make: *** No targets specified and no makefile found. Stop.
I've tried looking up on it and they all say that build-essentials should be installed first. So I looked into it and I found out that it's already installed along with the make command itself.
Anyway to get Ubuntu to recognize it as installed?
View 8 Replies
View Related
Feb 10, 2011
When I type PWD how do I make it run the pwd command?
View 3 Replies
View Related
May 24, 2011
I'm trying to make and make install a driver for my wireless, every time, though, I use the make command, it'll start at 0 and cound almost up to 200,000 and then the computer freezes. I've tried different drivers, same result. I've tried ndiswrapper but that didn't work either.
View 8 Replies
View Related
May 13, 2009
I have installed cygwin to my windows xp machine. I typed the commmand in cygwin shell it shows "command not found". How can i install make command in cygwin
View 2 Replies
View Related
Jan 21, 2010
Based on previous forum discussions, I tried to install cygwin with 'make' installed from develop during installation. I can even see 'make.exe' in bin folder, but still while running the make command, it still shows error.
I was confused in one other part. Should I put the bin folder in some specific location or just wherever it is placed during cygwin installation? I was running VIC model, do I need to place the bin folder inside VIC source code folder.
View 2 Replies
View Related
Jul 4, 2010
When we,
./configure
make
make install
Where are the programs installed?
View 2 Replies
View Related
Feb 19, 2011
I found this script [URL].. Basically this is a shortcut for cd-ing my file system..
I can type "save nm" where "nm" is any short name for the directory, like "blog" or "blg" Then whenever I want to go to nm I'll just use 'cd nm'
But it is not working out for me, I get this error every time I enter save:
bash: save: command not found
bash: parse_git_branch: command not found
So How can I make this command work?
View 1 Replies
View Related
Jul 22, 2011
I have a problem to make a shell, using mail command DestMail= cat /opt/scripts/maillist.txt mail -s"SUBJECT" $DestMail -- -r xxxxx@gmail.com < /opt/scripts/test.txt where: maillist.txt contain email adresse separated by comma test.txt mail text this script can eval DestMail variable!!
View 1 Replies
View Related
Feb 26, 2010
I am completely new to linux and am trying to run a Fortran program for class. I typed in "make C=R" and it ran through a long list of things and then came up with that error.
View 1 Replies
View Related
May 26, 2011
Consider that I am building my application in Linux shell using make command but somehow the build fails. Is there any way I can find out that the build has failed (of course looking at shell for error messages will do the job for me but I don't want that). Is there any flag make or shell will set/reset if such failure occurs ?
View 5 Replies
View Related
Feb 26, 2010
i was wondering if it is possible too use the DD command to make an image file of my blackberry 8330?i need it of the onboard memory and not the external memory card.
View 1 Replies
View Related
Mar 4, 2010
How can i make a script to send the output of top command in mail.
i have to mail the output to another person , tell me how can i do this
View 3 Replies
View Related
Feb 11, 2010
I'm using a program called easystroke to invoke commands from mouse gestures - typically to launch an application. 'gnome-terminal', for example. If I already have a gnome-terminal window open, and I invoke the gnome-terminal gesture, I'd like to be setting focus to the already running instance, rather than spawn a new instance, which is of course what happens now. (I am actually more interested in this for my gmail chrome app shortcut, and other larger apps.)
I'm very new to ubuntu and linux in general, but I was hoping there might be a nifty command I could wrap around my launch command that would produce this behavior. (I'm imagining some kind of singleton app list keeper program that consumes my command line, checks if it's already in the list, transfers focus to the running process if it is (and if that process is still running), or else spawns a new process and then adds it to its list using the the command line as a key.)
View 2 Replies
View Related
Feb 2, 2011
Today i install virtual box in backtrack 4 becous i want install windows 7 for try tools BT on Windows 7 but... intercept this message wean i start the virtual [url]
View 3 Replies
View Related
Mar 19, 2010
I'm new to LinuxQuestions and this is my first post. I'm trying to build rrdtool to install Cacti and encountered the following problem: 'make' step returns an error messages:
Code:
./.libs/librrd.so: undefined reference to `xmlTextReaderGetParserLineNumber'
collect2: ld returned 1 exit status
What I have doneDownload and build the latest version of pkg-config, glib, pixman, cairo, pango, atk, gtk+ from official sites.
Download rrdtool source
Set PKG_CONFIG_PATH correctly
[Code]...
There is actually another problem with the computer which is "The Nautilus application has quit unexpectedly" everytime I open File Browser application or right-click>Properties a file/directory. This happen only after installing cairo and pango and I don't know how to revert to old version. Since there are a lot of log files so I'm very confused. Can someone give me a direction on how to resolve this?
View 3 Replies
View Related
Mar 4, 2010
I'm working on a tutorial using Backtrack 4 Live USB, and I would like to take a screencast of what I'm doing (not just screenshots)So far I have tried these application with limited success:-recordmydesktop -xvidcap -wink -istanbul -vlc -vnc2flvEach time I try the resulting files are generally choppy (at best 1 frame per second) and most don't even end up with a clear view of the screen each time.
View 2 Replies
View Related
Apr 19, 2010
Does BackTrack (Linux-based pen testing tool) LiveCD run from Linux system, or it can run on Windows from a LiveCD?
View 8 Replies
View Related
Jun 12, 2011
i am noob to backtrack i have tplink wireless usb adapter TL-WN722N and i want to install its driver on backtrack 3 plz help me and give reply fast with full tutorial of installing driver.thank full to you. you can also send tutorial to my personal mail.
View 1 Replies
View Related
Sep 25, 2010
Trying to boot backtack 4 and I am running into issues. There are a few different options to boot from. And this happens with whichever option I choose.
Hda: cdrom_decode_status: status=0x51 {driveready seekcomplete error}
Hda: cdrom_decode_status: error=0x40 {lastfailedsense=0x40 }
Hda: possibly failed opcode: 0xa0
Other live distros work. I have tried 2 different isos and 4 different dvds. And the live boot works when I try it in virtualbox. Per a google search I turned plug and play os on and off in the bios. Haven't tried much else.
View 11 Replies
View Related
Mar 29, 2011
i have old version for nmap:root@bt:~# nmap --version nmap version 5.35DC1 ( http://nmap.org ) i download new version, but before i install it, is there a way to upgrade the old one on my system? or need to un-install the old version and install the new version? i tried this:
root@bt:~# yum upgrade nmap
Setting up Upgrade Process
Could not find update match for nmap
No Packages marked for Update
root@bt:~#
View 8 Replies
View Related
Jan 31, 2010
I am new to linux and backtrack 4 and I didn't have a hard time installing it but my question is that I cant see my wireless adapter at all even in vmware settings. I am using Vmware player, backtrack 4, Gateway netbook LT2030u and my wireless adapter is Atheros AR5B95.
View 6 Replies
View Related
Jan 24, 2011
I use a program which makes a large image which I have to scroll to view. The program has no way to save the image, and I have no access to the source to modify it. The only way I have to get the image from the program is by screenshot. My goal is to save the full size image without having to piece together individual screenshots. I'm using this script to try taking a screenshot:
#!/bin/bash
window=$(wmctrl -l | grep "Program$" | awk '{print $1}')
wmctrl -v -i -r $window -e '0,0,0,6030,5828'
wmctrl -i -a $window
import -window $window ~/Desktop/screenshot.png
This uses wmctrl to get the window id ($window) for a window named "Program". It then tries to resize the window to the desired dimensions. It uses imagemagick (import) to save a screenshot.png on the user's Desktop. All of this works except the resize step. I can resize the window using wmctrl -r -e, but sizes greater than the screen size don't work. I'm using Ubuntu 10.04 and the Gnome Desktop. I run two monitors, but I've tried this with one of them disabled. Is there a way to resize the window larger than my screen to get a huge screenshot?
Part II: I tried using xrandr to set up screen panning, so as to have a bigger desktop than my monitor. xrandr --output LVDS --panning 2600x2500 This command makes the laptop screen pan over a 2600x2500 size desktop, even though it can only show 1440x900 at one time. To turn off the panning, I can use a similar command to set total size and with zeroes for the panning section. This gives me back my original laptop display behavior. xrandr --fb 1440x900 --output LVDS --panning 0x0 This is all done with xrandr, and does not require any Xorg.conf changes (my Ubuntu system doesn't even have an Xorg.conf).
My video card seems to only allow about 6.5 million pixels, even though the maximum dimensions are 8192x8192. That maximum seems to be the maximum for either dimension, but there is a limit to how many pixels can be drawn, which is the width multiplied by the height. Once I did the screen resize, I tried my script again and got a screenshot. The screenshot however is totally scrambled. I'm not sure if it's unable to take a screenshot of an off-screen window or if it is unable to handle the large dimensions of the window. With the panning display, the window should think it is visible, and the window manager should think it is on-screen. So there is a pixel buffer somewhere with those pixels in it, so there should be a way to get a screenshot.
View 1 Replies
View Related
May 19, 2010
The sound on backtrack 4 is too low, I am running a live cd but cant seem to find the volume nob
View 1 Replies
View Related