Before, I can copy Windows XP CD contents to D:\windowsxp, then
Boot DOS CD
format C: /s /q
D:\windowsxp\i386\winnt.exe
How to install Windows 7 from MS-DOS? I found install from USB only.
I'm using Google Apps for my domain's e-mail via IMAP. Whenever I send mail to a mailing list, I don't receive a copy of my own mail back in my inbox. According to Google, this is a "feature."
Is there a way to disable this "feature" so that all mail I send to mailing lists appears in my inbox just like all other e-mail?
Perhaps something along the lines of this method for disabling Google's spam filter??
Hello everyone,
I am using scp command to copy file from a MacBook Pro OS X 10.5 to another Linux box (Red Hat Linux Enterprise 5).
I am using the following command on Mac, sudo scp ~/.ssh/mykey.rsa [email protected], there is no output from Mac command line. I am not sure whether the scp is success or not. Where is the location the file mykey.rsa on remote computer 10.10.100.101?
thanks in advance,
George
So I ran tcpdump twice overnight by accident, both outputting to the same file. However, I ran them as jobs and one of them has been paused the whole time. Anyone have a recommendations on how to keep the file? So far I have thought of:
kill -9 the paused job
Pause the running job, copy the file, and then stop both.
Two sounds like the safest option, anyone have a better idea other than not doing this in the first place ;-)
Do you know any small standalone and free tool, that can be run in console, to backup / restore ADAM / AD LDS database files (like adamntds.dit, edbres00001.jrs etc.).
I tried to stop ADAM service and copy / paste these files to other location but afterwards I was unable to restore ADAM from these files.
I know I could use on ws 2003 some backup tool that was provided by microsoft but it seems to be unavailable on ws 2008.
Here is the current situation:
My cousin deleted Windows from his hard drive (yeah, don't ask...). His hard drive still has about 200 GB of files on it that he may want to recover before we format the hard drive and reinstall Windows 7 to it. Is there a way I can create a bootable CD from some utility that will allow me to access the files on the hard drive, and copy it to a flash drive? What's the best utility for that?
When I...
click my mouse (everytime)
stroke a key on keyboard (sometimes)
Watch a video (horrible)
Take the hard drive out for a walk (bad)
The Cyber Acoustics CA-2014rb speakers chime in with an onomatopoeia. Sounds like radio interference. A click for every platter revolution. A chime for every 80Kb of data.
This is a virus type Pokémon immune to formats, OS upgrades and everything but volume control, power outages and deep submersions. How can I defeat the monster rattling in my PC?
I have a CentOS 5 machine deep inside firewalls that's only reachable via ssh on an unconventional port, let's say 98765. I normally connect to this machine like this: ssh -P 98765 user@ip -L5900:localhost:5900
I need to run yum to install some packages on this machine, but it's not possible since the outbound ports are all closed on this machine.
I want to do something like this to "bring my internet connection" to this machine:
ssh -P 98765 user@ip -L5900:localhost:5900 -R80:localhost:80 -R21:localhost:21
My intention is that, when I run yum on the machine, yum will use port 80 and 21 through my originating machine.
Is something like this even possible?
Looking at the ASUS web page as well as others, the Pentium D is not explicitly mentioned as supported on the ASUS P5Q Pro Turbo motherboard.
http://ca.asus.com/product.aspx?P_ID=c19zNYHCAXhCqBPq&templete=2
However many sites seem to indicate it is.
Is it supported after a BIOS update, or are they simply copy/pasting laundry lists of LGA775 CPUs?
Background
I have VirtualBox on Linux and recently the drive with the system files failed on me. I'm able to use the Live CD to view the files of the storage drive, and through this, I can copy my data files to another computer while I work on this one.
How do I load the .vdi in another computer (or in this case, the fresh install of Ubuntu)? I see many samples online of how to export it, but it assumes the host is currently working.
Thanks!
I got a certificate from my network administrator and the passphrase for it. Put everything in the Tunnelblick configuration folder, but always get an error:
2010-11-20 13:22:10 Cannot load private key file vpn-pass.key: error:06065064:digital envelope routines:EVP_DecryptFinal:bad decrypt: error:0906A065:PEM routines:PEM_do_header:bad decrypt: error:140B0009:SSL routines:SSL_CTX_use_PrivateKey_file:PEM lib
Everything was copy&paste and it works on a windows machine. How can I get this to work?
I want to copy tcp traffic. i want to use these commands
" iptables -A PREROUTING -t mangle -p tcp --dport 7 -j ROUTE --gw 1.2.3.4 --tee
iptables -A POSTROUTING -t mangle -p tcp --sport 7 -j ROUTE --gw 1.2.3.4 --tee"
like stated here
http://stackoverflow.com/questions/7247668/duplicate-tcp-traffic-with-a-proxy
but iptables keeps telling me "iptables v1.4.8: unknown option '--gw'"
What can I do to fix this?
With Kind Regards
I just read the Linux scp command issue question and it reminded me that I regularily forget to specify the colon in the host part of a scp command, and thus copying a file locally instead of copying to a remote host, e.g. I do
scp foo host
instead of
scp foo host:
But I never use scp to copy a file locally. So I wonder if there is a way to make scp fail if both (the source and destination) arguments refer to local files.
I've been digging deep into what actually comes with osX in /usr/bin and especially /usr/libexec.
Quite good stuff really, although the command syntax is a bit.. odd.
Let me direct the curious to the command that made me think of this:
networksetup -printcommands
I can not think of a command that better illustrates the need for good completion.
security -h
perhaps, but those commands have a familiar easy-to-read format.
I beseech the community, please point me to a place where I can find such a thing. I never type them right, and I ache for tab completion for this
Anyone have any idea where I could grab something? I'd prefer to stand on the shoulders of giants instead of trying to make a zsh/bash completion script leap into the world, ready for battle, like Athena, from my forehead.
I am no Zeus when it comes to compctl. Not at all.
Some PDF files produce garbage ("mojibake") when you copy text. This makes it impossible to search them (whatever you search for will not match the garbage). Does anyone have an easy workaround?
An example: TEAC TV manual EU2816STF
BTW: I am using Adobe Reader - perhaps an alternative viewer might help?
if (!-e $request_filename){
rewrite /iOS/(.*jpg)$ /$1 last;
rewrite /iOS/(.*jpeg)$ /$1 last;
rewrite /iOS/(.*png)$ /$1 last;
rewrite /iOS/(.*css)$ /$1 last;
rewrite /iOS/(.*js)$ /$1 last;
rewrite /Android/(.*jpg)$ /$1 last;
rewrite /Android/(.*jpeg)$ /$1 last;
rewrite /Android/(.*png)$ /$1 last;
rewrite /Android/(.*css)$ /$1 last;
rewrite /Android/(.*js)$ /$1 last;
rewrite ^/(.*)$ /?route=$1 last;
}
There are some vanity URLs e.g. mysite.com/yourdetails which are handled internally by a router class (its a PHP app with index.php as the entry point) and they seem to work fine on nginx but not Apache :-/
I tried this but the vanity URLs are not working
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=$1 [L]
I'd like to rule out Apache config first before I get too deep into the code.
Possible Duplicate:
google android with nmap
I am trying to install a port scanner on android sdk which is installed on ubuntu.I have two problems:
how to install any linux application on android SDK??
how to copy the data from the local hard drive to the emulator??
Hi,
What do I need to do to deploy Titanium app into a jailbroken iPhone?
I can deploy an XCode app into a jailbroken iphone by creating my own certificate.
I tried packaging the KitchenSink app, but it came up with packaging error.
I assume if I can get pass the packaging stage, I can just simply copy and paste the app file into my iPhone (following the previous iPhone guide)
THanks
I have a PDF document containing pages which have crop marks on them. I'd like to copy these pages to another PDF without the crop marks. I'm assuming I have to crop-out the crop marks but is there any way to do this in batch rather than interactively?
There are times after I eject a USB Flash drive, I want to copy some more files over to the USB Flash drive. In this case, do I always need to unplug the drive and plug it back in? Is there a way to "reconnect" or "un-eject" the drive?
To eject, that are two ways:
1) Right Click the drive (say H:) and choose Eject
2) Click "Safely remove hardware" from the icon tool
But there seems to be no way to un-eject or reconnect a drive.
My PC comes with an OEM copy of Windows 8 (regular), but I only have a Windows 8 Professional DVD. Will Windows 8 automatically detect the edition associated with the product key in my BIOS and install Windows 8 (regular) instead of allowing me to enter the key for the Professional edition?
(I have an Asus Q200E Win 8 Core OEM laptop. I borrowed a Windows 8 Professional DVD from my friends, so naturally, I can’t use his product key.)
Recently i have a meeting with my client and i have to attach with him a another person just because i don;t have the deep knowledge respective client requirements so it is necessary for me.
My Question:- I don't want that the client and another person will get directly contact after the conversation just because they can get the skype ID of each other in Group chat whether i will connect with them in my skype group conversation.
Now What i need:- I need a way by which i can hide the skype IDs of both persons(My Client and Another person) during the conversation and they will always be connect with me.
I have Sufficient knowledge of Making Group or other things.
Thanks
I was wondering if it is possible for the following scenario:
Suppose I have 5 folders in my Microsoft Outlook 2010.
Currently, there are 1 pst file that contain the 5 folders. Each folders contain emails that are grouped according to the folder name.
So, can I have 5 pst file, whereby 1 pst file for 1 folder?
This is because at some other time, I will create new folder(s) and existing folder I may remove from Outlook (but still able to make a copy of the pst file)
How do i allow access from some specified IP-Adresses (maybe a txt file?) while blocking access by default.
Background is that i dont want to copy and past the ip-adresses into every single rule, since it makes it awfull to maintain!
While I'm trying to clear "Summary Page Events" folder in Event Viewer (Windows 7), I ended up
deleting the folder.
Is there anyway to recover/recreate/copy the deleted folder?
Any help is appreciated.
Thanks in advance.