My Windows 7 built in backup utility has failed. The system tells me the specified service does not exist as an installed service(0x80070424) Win 7 Ultimate x 64 RTM. Any ideas?
I'm looking for a search and replace tool that takes a list of rules and either a file (or directory) and runs those rules on the files. I have a bunch of different things that need to be changed in many files, and I'd like to be able to run all the rules in one shot.
I was hoping I could put the rules separate file, and use the same set of rules over and over again.
Does such a tool exist?
Our SVN server hd was full. Deleted a load of unwanted data on there, and all appeared to be well. However, new check-ins are now failing.
Can't move
'/repos/db/txn-protorevs/1000-vr.rev'
to '/repos/db/revs/1/1001': Permission
denied
1000-vr.rev does not exist. There are two other files in there: 9-9.rev and 9-9.rev-lock
Edit: I have checked file permissions just in case, and all is as it should be.
Is there a company that can respond to critical alerts for our EC2-based web application? Does such a service exist?
If not, is there a place where we can find individuals who are willing to do 5-10 hrs of work a month responding to issues?
Thanks. I know this is not a technical question, but I know it's a useful question for many companies and I'm not sure where else to ask.
In other words, can I have a single central database, that gets data from remote databases, but that does not know which remote databases exist until data from the remote database arrives?
This does not sound like "replication" to me. Is there another term I should use for this, or is it a type of replication?
How could I assign a hotkey of my choice to start c:\cygwin\cygwin.bat ?
Similarly, but a bit more difficult, how could I start c:\dir1#VAR#\dir2\test.bat, where #VAR# is the name of a directory that varies, and the last (in alphabetical order) of all #VAR# should be chosen ?
So just to be clear, if c:\dir1\A\dir2\test.bat and c:\dir1\B\dir2\test.bat exist, the console that should be opened when the hotkey is pressed is: c:\dir1\B\dir2\test.bat.
Thanks
I have done some changes to /private/etc/hosts on my mac and need to flush the DNS cache.
Previously been using lookupd -flushcache on Mac OS X 10.4 to do this successfully. However something seems to have changed in Mac OS X 10.5, cause the lookupd command doesn't seem to exist? How do you flush the DNS cache in Mac OS X 10.5?
I have two machines (one is a mac one is a pc), and I develop on both machines but only run "production" on the pc.
Now, I sometimes face an issue where both machine PC and machine MAC have different versions of the same code, and I would like them to share a common source.
I know this solution must exist but I have no ideat what it is called/how to start.
Could someone please point me in the right direction?
after downloading vs2005 sp1 and vs2005 upgrade for vista to install vs 2005 on windows 7,when i tried to intall firstly the vs2005 sp1 i got this error message"The up patch cannot be installed by the windows installer service because the program to be upgraded is missing,or the upgrade patch may update a different version of program.verify that the program to be updated exist on your computer and you have correct upgrade patch"....i have saved VS80sp1-KB926601-X86-ENU (1) and VS80sp1-KB932232-X86-ENU in d: drive...pls help...what shud i do to install vs 2005 on windows 7
I frequently come in contact with people who absolutely cannot operate a PC, no matter how you train them.
I need some sort of programmable physical button or remote control, where when they click it, it will execute a script on a windows machine. (and no, wiseguys, a mouse won't do)
Does such a thing exist?
I have somehow managed to half uninstall a windows service I was developing.
In no particular order
It won't delete if I use sc delete servicename
It gives an exception using installutil /u pathtoservice.exe
"specified service does not exist as an installed service"
And using the installer/uninstaller obviously doesn't work either
It's no longer in the Services listing
It's not shown if I use sc query
And I have rebooted
I don't know what else to do, but something still exists, because attempting to install fails because it already exists.
Please help.
I need to know how to automatically load a kernel module at startup on FC9. All the sites talk about adding an entry to /etc/modules.conf.... But that does not exist on FC9... Instead I have /etc/modprobe.d/ directory... Now, I suppose I need to put a file in this dir for my driver but I have no idea how to write this file... I just need "modprobe name" to be run...
Hi,
I am trying to start my postgres using
/etc/init.d/postgresql-8.3 start
but I got this
* Starting PostgreSQL 8.3 database server
* Error: The server must be started under the locale : which does not exist any more.
...fail!
I tried the solution in http://ubuntuforums.org/archive/index.php/t-397005.html but it still does not work.
How can I fix this?
Thanks
I'm using CloudInit to automate the startup of my instances on AWS. I followed the (scarce) documentation available at http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/annotate/head%3A/doc/examples/cloud-config.txt and examples on /usr/share/doc/cloud-init, but still haven't figured out how to change the default username (ubuntu, id:1000).
I know I can create a script to manually delete the default ubuntu and add my user, but seems counter intuitive given that CloudInit exist exactly to automate the initial setup.
Any ideas?
I'm a trainer, basically. I'd like to find some sort of Excel-based training that's under the creative commons, or another awesome license.
I want to use it to train others, and make it better.
If this doesn't exist, I may have to write it. Because it should.
What command line switches exist for Notepad?
I found a few:
/A <filename> opens file as ansi
/W <filename> opens file as unicode
/P <filename> prints filename
Are there others?
hi, i have a few programs that check if file exist, and if its old version delete him and paste the new one. However under Windows 7 Professional i can't delete the file some System process is always restoring it (same with the dll files) and as you can imagine a lot of programs are crashing because of that behaviour. So WHAT SERVICE/PROCESS can lock/recreate/restore files? I have disabled System Recovery.
The first part of the stack-trace is as follows: "UnsatisfiedLinkError (/usr/lib/jvm/java-1.5.0-sun-1.5.0.19/jre/lib/i386/libawt.so: libmlib_image.so: cannot open shared object file: No such file or directory):"
Both libawt.so and libmlib_image.so exist and are in the same directory. Does libawt.so look in a different directory? Is there an environment option I'm missing?
This is part of a Rails application using Rjb (ruby-java bridge).
Any help is much appreciated.
D:\>mysqldump -uuser -ppass dbname > 1.dump.sql.txt
mysqldump: Got error: 1146: Table 'dbname.admin20_cache' doesn't exist when using LOCK TABLES
How to make MySQL ignore the error ?
I've got two partition images (A and B) and want to use them to create a patch that I can apply on A on another computer in order to get the new B image without flooding the network. I have the following requirements:
works on linux
can create diffs
can use diffs to patch files
can handle binary files
can handle large files (a few hundred GB should work)
no user interaction required (just a console application)
ideally, should be able to read from/write to pipes (so that I can pipe into it from a gzip-compressed file and write to one)
Does something like that exist?
I have used code like this in apache configuration to protect locations with password
<Location ~ "/admin.*">
AuthType Basic
AuthName "Protected Area"
AuthUserFile /home/user/public_html/.htpasswd
Require valid-user
</Location>
is there a way to do the same thing using an htaccess file?
the locations I want to protect don't really exist on the filesystem, it's locations available thanks to mod_rewrite
Hi all,
Under Hudson, does somebody know how to specify a release tag name in a cvs checkout ?
At the moment, i only specify the CVSROOT and modules names to checkout my project in my workspace. I tried to add '-r TAG_NAME' for each module name, but it doesn't work.
I think that this functionality exist, so if someone as the right syntax/way to do it.. :)
Thanks in advance for your help.
Best regards.
I want to do following things:
If recipient address not exist in exchange ,redirect to [email protected]
If recipient address meet specific pattern , redirect to [email protected]
Thank in advance!