Hello,
I am using Mac OS X 10.6 Snow Leopard. What I need is to map my FTP server as a local drive - or anything I have write access to - in Finder.
Thanks - A LOT!!! - in advance.
Hi,
I was wondering if it is possible, in Exchange server 2010, to disable a mailbox account, lets call it mailuser and if anyone sends a E-mail for [email protected] then it will send a mail back with some sort of standard "This E-mail is no longer in use. Please write to [email protected] instead" mail.
I know I can create an "out-of-office" reply from the users outlook, but it would be so much faster to do it within the exchange server.
Sincerely
Mestika
I'd like to write a loop ('for') that will do some action 'X' number of times. But instead of performing the actions sequentially, one after another, I'd like them to execute simultaneously (in parellel at the same time). How can this be achieved? Script or a one liner are fine.
example ONLY:
for i in 1 2 3 4 5; do dd if=/dev/zero of=/tmp/disk$i bs=10M count=10; done
just wondering how far drive configuration will affect squid cache performance.
what kind of drive configuration that fast enough for squid ?
is it true that block-level parity strip raid faster than byte-level one ?
is mirrored drive config will decrease squid cache write process ?
how much swap space that squid realy need to store cache (reverse mode) for 200mb web doc ?
what kind of benchmark should i do to analyze squid disk performance ?
i have debian system in which i have mounted the OS on a ext-3 system . I have got a partition of 60 gb , which is formatted to ext-2 partition . Even if I mount , i cant write anything into it . How can i change that ? How can I make the disk writable?
I bought a NAS from Conceptronic CH3MNAS and built in two Western Digital 1,5TB Green Drives.
I only get a write speed of 6mb/s in LAN
The configuration of the drives is as follows:
- Raid 0
- EXT2
Is that a normal speed?
I have been using Seagate free agent GO drives on a windows 2003 server for backup. Sometimes I get a "Delayed Write Failed : Windows was unable to save all the data for the file F:\$Mft." error. I emailed Seagate technical support and the reply was "The product is not supported on Windows 2003 server."
The WD elements external USB does not list 2003 as a supported OS.
What is a good support external USB drive to use with Windows 2003 server?
Hi, i have a exam to do at home but there is a question that i can't solve :S ... can anybody help me about that question (( i google it with diffrent ways but can't found anything as answer))
question:
how the network reliability can be measured(write at least 4 factors)? explain 3 of the factors in details with their advantages and disadvantages?
I am a non-root user, and have made a directory into which other users in my group can write. The directory is setgid, so files and directories within it have the same group.
I can delete files placed into this directory, but if a user creates a subdirectory with files in it, I can't seem to delete those. Is there something special I can do (other than, say, bothering the user in question or the sysadmin about it) to get rid of this subdirectory?
I have a Django app that handles "/admin/" and "/myapp/". All the other requests should be handled by Apache.
I've tried using LocationMatch but then I'd have to write a negative regex. I've tried WSGIScriptAlias with the /admin/ prefix but then the wsgi_handler receives the request with the /admin/ part cut off.
Is there a cleaner way to make mod_wsgi only handle certain requests?
I have 7 cd drives. Now i am writing the CDs using NTI MEdia Maker.
The problem is all the drive have weird name in the writer like
HL DVD RW S224 or something. IT is very hard to find which drive is which.
Is there any way to define the Name liek Drive 1, Drive 2 so that in the writer the name come up like that
so that if some cd fails to write i can find which drive is that
Or would I have to write my own? What's the best language for building a tool of this kind?
I'm kind of new to linux, but I'm guessing that you could pass the output of a program to a particular script and have it display it in various colours, based on some regular expressions (constructed from some kind of config file perhaps). Or has it been done already...?
I'll have to write some papers for the university written in German, in which my grammar and spelling is somewhat terrible. Now, my girlfriend is very good at that.
How can she proofread and modify my paper without having to learn latex or to see all the latex code?
Similar to Concurrent FTP access.
How is concurrent file access handled for NFS? Say that one client is updating/overwriting a file on a NFS server, and a process on the server is reading that same file directly from the file system at the same time. Is there some sort of atomic handling of file read/write in NFS/Linux or do I have to work with tmp files to ensure data consistency?
I'm worried that the process reading the file will get corrupt data.
I need to write a batch program to end all MS office communicator tasks with window titles (usually ending with pattern "- Conversation" .
I tried
taskkill /FI "WINDOWTITLE eq *Conversation" /IM communicator.exe
but the wildcard pattern starting with a '*' does not seem to work. Gives the folowing error
ERROR: The search filter cannot be recognized.
any suggestions for a workaround would be greatly appreciated!
I am trying to clone a Windows 7 Install from one machine to others, in a computer lab situation. I have used clonezilla to make an image of the machine's harddrive and then attempted to write that image to a second machine's disk. Everything went fine, but when I try to boot Windows 7 on the second machine I get a blue screen flash and then it tries to run the startup repair tool, which runs unsuccessfully. Is there something new with Windows 7 that keeps it from being cloned like this?
I want to do:
echo "something" >> /etc/config_file
But, since only the root user has write permission to this file, I can't do that. But this:
sudo echo "something" >> /etc/config_file
also doesn't work. Is there any way to append to a file in that situation without having to first open it with a sudo'd editor and then appending the new content by hand?
We have a virtual machine setup for our build environment. It uses network connectivity to obtain source and to write out build results and logs. However, around 1 in 10 times, the build fails at some point due to IO problems that appear to be down to some kind of lag or dropped connection.
Any ideas on what might be causing this and how we might fix it?
Drive 0, Partition 1 can't be deleted or formatted, at least by using the HD drive bay and attempting a delete or format with the 32-bit Win 7 CD.
Most of my data is still on it and available for read/write (where the drive isn't occasionally pocked with "unrecoverable" or "corrupted" files).
I've just never heard of a condition where the HD cannot be formattable. I now just have a very expensive backup drive that's got Swiss cheesed areas. The thing doesn't accept a Windows 7 repair or reinstall either.
I have a Debian squeeze (2.6.32-5-amd64) which is at the same time a NFS4 server and client (it mounts itself through NFS4). The local directory that leads directly to disk is /nfs4exports/mydir, whereas /nfs4mounts/mydir is the same thing mounted through NFS, using the machine's external IP address. Here is the line from fstab:
192.168.1.75:/mydir /nfs4mounts/mydir nfs4 soft 0 0
I have an application that writes many small files. If I write directly to /nfs4exports/mydir, it writes thousands of files per second; but if I write to /nfs4mounts/mydir, it writes 4 files per second or so. I can greatly increase speed if I add async to /etc/exports. (Writing a single large file to the NFS-mounted directory goes at more than 100 MB/s.)
I examine the server statistics and I see that whenever a file is written, it is "committed" (this also happens with NFSv3):
root@debianvboxtest:~# mount -t nfs4 192.168.1.75:/mydir /mnt
root@debianvboxtest:~# nfsstat|grep -A 2 'nfs v4 operations'
Server nfs v4 operations:
op0-unused op1-unused op2-future access close commit
0 0% 0 0% 0 0% 10 4% 1 0% 1 0%
root@debianvboxtest:~# echo 'hello' >/mnt/test1056
root@debianvboxtest:~# nfsstat|grep -A 2 'nfs v4 operations'
Server nfs v4 operations:
op0-unused op1-unused op2-future access close commit
0 0% 0 0% 0 0% 11 4% 2 0% 2 0%
Now in the RFC, I read this:
The COMMIT operation is similar in operation and semantics to the
POSIX fsync(2) system call that synchronizes a file's state with the
disk (file data and metadata is flushed to disk or stable storage).
COMMIT performs the same operation for a client, flushing any
unsynchronized data and metadata on the server to the server's disk or
stable storage for the specified file.
I don't understand why the client commits. I don't think that the "echo" shell built-in command runs fsync; if echo wrote to a local file and then the machine went down, the file might be lost. In contrast, the NFS client appears to be sending a COMMIT upon completion of the echo. Why?
I am reluctant to use the async NFS server option, because it would apparently ignore COMMIT. I feel as if I had a local filesystem and I had to choose between syncing every file upon close and ignoring fsync altogether. What have I understood wrong?
Hi I am setting up development environment based on SLED, we have installed required software as root user. We have configuered users Login through NIS. Developers needs access to almost all partitions for complete access including write and execute when they login using their ID's, Log in through their own id's is mandatory .
What is the best way to give this access?
Hello
I'm looking for a program to windows 7 that will work as a printer but it will save it to a file.
Microsoft Word - Printer - Save it to "hello.pdf" on the desktop.
I working on a application that will use a printer, but i don't have any printer to test with. And save to .xps files do not work, because u need to write a filename.
Hope that you understand!
Thanks
I'm trying to write an upstart script to start orbited on startup. The script is as follows:
#orbited
start on startup
stop on shutdown
script
exec /usr/local/bin/orbited --config=/etc/orbited.cfg
end script
When I run upstart orbited I get something like this:
orbited start/running, process 605
But when I run status orbited right after doing that I get:
orbited stop/waiting
The script fails to start even though it says it's running. Any ideas?
Thanks!
I'm experimenting with creating a software RAID 0 device from 4 EBS volumes on Ubuntu 9.10 running at Amazon AWS following this guide:
http://alestic.com/2009/06/ec2-ebs-raid
The device appears (and according to SysBench is 3.5x faster than a regular attached EBS volume).
Problem is, when I reboot the instance, all files on the RAID device are gone. The device is available and mounted where expected, but contains no files. I am able to write new files to it, which survive until the next reboot.
Scenario:
I open a file, I edit it. After I began editing, the file is modified by another program. Finally, I save the file.
In that case, Vim would provide that helpful warning:
WARNING: The file has been changed since reading it
Do you really want to write to it (y/n)?
But Textmate will overwrite the file silently, which can result in unpleasant data loss (in my case, a de facto revert on Git). How can I prevent that?