Posts Tagged ‘directory’
How do I use the "dd.exe" command correctly for copying an image? (I am using FAU for Windows).?
I just installed Forensics Acquisition Utilities for windows, and it has a version of the dd.exe program (inspired by the popular GNU dd utility program). I need to use the dd command to copy the image diskboot.img file onto my USB flash drive (not the file, but the actual image contained inside diskboot.img — which is what the dd program is *supposed* to do.)
So far, however, the only thing the dd program is doing is merely coping the file, diskboot.img, over to the USB drive as is without exploding it.
Am I doing something wrong or leaving off some kind of necessary command line argument? Which one?
This is what I am typing so far:
dd if=diskboot.img of=e:\ –localwrt
(where diskboot.img is located in the same directory as the dd executable to make things simple, and e: is the drive letter associated with my USB flash drive)
(My goal: http://docs.fedoraproject.org/install-guide/f7/en_US/sn-making-media.html — but I do not have Linux for using dd)
Thanks,
Riven
How do I install a PHP program onto my website?
I am trying to install Bamboo Invoice into my site that is hosted at BlueHost. I know nothing about PHP, have no experience, but i think it may be as simple as finding a directory to unzip the zip file into.
I think bluehost may have some sort of tool to make this easier. If I have the right idea about simply extracting the zip, where do I unzip it? and where do I go to access the program? Thanks for the help.
How can I run my shell script from any directory?
I wrote a GNU/LINUX shell script in k-shell and put it in /ordon/scripts/test. I added the script path to my .profile file, but my scripts won’t run outside of the directory where the script is.
"#!/bin/ksh
print ‘This script focuses on reading and searching multiple strings’
sleep 2"
-bash-3.00$ testy
-bash: testy: command not found
$ testy
ksh: testy: not found
$
PATH=/scripts/bin:/ordon/scripts/test:$PATH
How can I include files with a different directory in php?
For example, I have a folder named sample and inside it are two folders sample1 and sample2… inside sample1 is sample1.php and inside sample2 is sample2.php… How can I include sample1.php in sample2.php… Any help is highly appreciated… thanks…
error: gnu/stubs-32.h: No such file or directory when using "make menuconfig" or "make xconfig"
I’m trying to recompile the kernel but I can’t get to the config menu.
After downloading and extracting:
zer0ne:/tmp/linux-2.6.19# make menuconfig
HOSTCC scripts/basic/fixdep
In file included from /usr/local/include/features.h:346,
from /usr/include/sys/types.h:27,
from scripts/basic/fixdep.c:105:
/usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
zer0ne:/tmp/linux-2.6.19# make xconfig
HOSTCC scripts/basic/fixdep
In file included from /usr/local/include/features.h:346,
from /usr/include/sys/types.h:27,
from scripts/basic/fixdep.c:105:
/usr/local/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
I’m using Debian Etch and do have linux-kernel-headers and kernel-package. How do I make it work?
How to list all files within all subdirectories of a directory using PHP?
I hope that makes sense…
Basically, I want to scan through one particular directory, which contains several subdirectories which all contain several text files, and list each one of these text files.
How can I do this? Just looking for a quick and simple answer seeing as I’m still new to PHP!
What is a PHP script that updates in real-time that shows files in a directory?
I need a PHP script that can show files / file names in a table or column. Customizable too. Can you supply me with a tutorial link, the script, or other helpful means of helping me solve my problem?
How do I access a hard drive on a mac os X from a pc running win xp pro? The computers are on the same subnet?
How do I access a hard drive on a mac os X from a pc running win xp pro. I can hit the mac with it’s IP and get to the users directory but can not hit any other drives. Thanks in advance for you help.