I keep hearing the term eyefinity. Can someone explain how to achieve eyefinity? I have 3-4 monitors, what else is needed for this? Just a video card or 2 or is there more to it?
Hi,
We were asked to propose a web based system for a shop, for an assignment. As i'm a newbee for project management stuff find it quite difficult to come with Tasks for our Gantt chart. Can someone pls suggest a sample gantt or main tasks followed in developing such system
Thanks
Please correct me, but my understanding is that with software load balancing a service must be run on each server while there is one DS that notifies the other servers that a server has gone down and that they should consume that servers load.
With hardware load balancing what happens in a fail-over? Could someone explain? Is there advantages with using hardware load balancing when it comes to fail-over, or is there advantages with software? Or do they both have their pros and cons?
Does anyone know where i can find such a AMI? Oracle database Enterprise Edition 11g release 2?
Has oracle supplied it somewhere or has someone else created one i can use?
Hi,
If someone uses Nettica.com (to manage DNS records), is there any chance, how to find out hosting provider?
Example
http://who.is/dns/evernote.com/
evernote.com NS 1 day dns5.nettica.com
evernote.com NS 1 day dns1.nettica.com
evernote.com NS 1 day dns2.nettica.com
evernote.com NS 1 day dns3.nettica.com
evernote.com NS 1 day dns4.nettica.com
Questions
Which hosting provider does Evernote use?
Why Evernote use Nettica.com? What's the advantage?
Thank you.
hi there,
I use MC on windows and linux. would like to use it on my Mac ? Can someone point me to an URL where I can download a binary setup/install ?
Thank you,
BR,
~A
I read somewhere that you only need an active adapter (usb powered) if you want resolutions greater than 1920x1200.
I also heard from someone that you need it when running triple-monitor because more than two displays drains too much power.
So to connect a 3rd monitor @ 1920x1200 to my video card's DisplayPort Port, do I need to spend the extra $100 and buy the active adapter?
Hi,
I can access the Windows 2003 server from my Mac, but can't see all the files. I am using Snow Leopard and have followed fixes online. All get me connected and I can see all folders, but not all files within these folders appear.
Someone else using a Mac can see all files which is very odd.
Any help much appreciated.
C
Can someone explain how IP routing works to me?
E.g. if i ping 123.123.123.123, how does each router know which way to go as shown in a trace route dump.
I am trying to run the Safari browser (on Mac OS 10.4) from the command line, as follows:
/Applications/Safari.app/Contents/MacOS/Safari http://localhost/dev/myfile.html
However, Safari starts up and tries to access
file:///Users/charlesanderson/scripts/http://localhost/dev/myfile.html
/Users/charlesanderson/scripts happens to be my current directory.
Can someone explain why Safari does this? Firefox is much better behaved?
I have waste millions of hours clicking the Ignore Once button in Word, while trying to spell check a document related to development. Be that something light on terms like a proposal or something worse like technical specs.
I'm beginning to think that this is a huge waste and someone may have developed a dictionary for Word with common development terms that I could add and no longer have this problem.
Does such a dictionary exist or is there some other tricks to use to improve this process?
When programming sites you usually have one set of config files for the development environment and another set for the production server (or one file with both settings). I am assuming all projects should be handled by version control like git or svn. Manual file transfers (like FTP) is wrong on so many levels.
How you enable/disable the correct settings (so that your system knows which ones to use) is a problem for me. Each system I work on just kind of jimmy-rigs a solution. Below are the 3 methods I know of and I am hoping that someone can submit a more elegant solutions.
1) File Based
The system loads a folder structure based on the URL requested.
/site.com
/site.fakeTLD
/lib
index.php
For example, if the url is http://site.com then the system loads the production config files located in the site.com folder. However, if I'm working on the site locally I visit http://site.fakeTLD to work on the local copy of the site.
To setup this I edit my hosts
file and add site.fakeTLD to point to my
own computer (127.0.0.1/localhost) and then create a vhost
in apache.
So now I can work on the codebase locally and then push to the server without any trouble. The problem is that this is susceptible to a "host" injection attack. So someone loading site.com could set the host to site.fakeTLD and then the system would load my development config files instead of production.
2) Config Based
The config files contain on section for development - and one for production. The problem is that each time you go to push your changes to the repo you have to edit the file to specify which set of config options should be used.
$use = 'production'; //'development';
This leaves the repo open to human error should one of the developers forget to enable the right setting.
3) File System Check Based
All the development machines have an extra empty file called "development.txt" or something. Each time the system loads it checks for this file - if found then it knows it is in development mode - if missing then it knows it is in production mode. Since the file is NEVER ADDED to the repo then it will never be pushed (and checked out) on the production machine.
However, this just doesn't feel right and causes a slight slow down since all filesystem checks are slow.
Hi,
I keep getting this error on my PC:
An I/O operation initiated by the Registry failed unrecoverably. The Registry could not read in, or write out, or flush, one of the files that contain the system's image of the Registry.
I've seen other cases on the web, but there is one difference. this error won't go away with an restart.
can someone help?
thanks,
Sebastian
I did some searching but I cannot find documentation on how unix usage works. I know somethings (mostly through trial and error) but for example how do I know that:
/usr/bin/ls [-aAbcCdeEfFghHilLmnopqrRstuvVx1@] [file]...
Means that you can include more than one option. Ie:
ls -la
Can someone point me to some documentation on what the usage syntax is.
I've been wanting to do a raid 1 setup in my home with a pair of sata drives. Someone told me that if the controller fails, you can't just get a new controller because you'll have to reformat the drives.
Or is that true only in some implementations? I was originally just looking at an onboard raid controller, or an entry level nas drvice like the intel SS4200-E, but If the hardware (controller) ever fails, will I be out of luck accessing the data if I can't get the exact same hardware to replace it?
Most of us have already been down that road. Since what we do remotely relates to computers or just by word of mouth someone corners us and nicely asks:
Do you know computers? (smile)
And it's all downhill from there.
How do you defend yourself?
I want to write a rewrite scheme such that:
user1.example.net will redirect to example.net/user/user1
user2.example.net will redirect to example.net/user/user2
vise versa
this is what i have in my .htaccess code. but it always redirects to example.net
RewriteCond %{http_host} ^[^.]+.example.net [NC]
RewriteRule ^([^.]+).example.net(.*) http://example.net/user/$1 [R=301,L]
can someone please tell me what i did wrong? thank you.
I saw someone was using something like the card in the link below on there system for some networking gear on their pc. I am very curious what a person would need 8 serial ports for. What kind of stuff uses this?
http://www.newegg.com/Product/Product.aspx?Item=N82E16815124041&cm_re=serial_card--15-124-041--Product
I'm mostly a Linux geek, but while I will be trying to make my first Arch Linux installation in a virtual machine to learn and make my installation script for the true install, I need a simple OS and Windows 7 was better than Windows XP Media Center cause Media Center is outdated on XP.
I tested it has a beta but my Hauppauge wintv-pvr usb2 remote wasn't working but the tv-tuner worked well and I haven't tested Windows XP Mode and my printer Epson Stylus Photo R300.
Do someone know this hardware and if the XP Mode is easily supported?
Outlook 2007,
Exchange 2003 EE
Meeting Organizer created a meeting. (Some attendees part of domain some not)
Organizer updated meeting with additional attendees and changed time. (Some attendees part of domain some not)
One of the attendees forwarded meeting to someone not on attendee list , that person (not in domain) accepted meeting.
Organizer only sees himself and 3rd party person in Attendee list.
Troubleshooting:
Attendees that have accepted meeting show all attendees in list (excluding 3rd party)
Attendee re-accepted invite and gets added to organizer list
I want to backup a disk from a remote system, but the remote system itself has not enough space available. Now I want to use ddand pipe the output through ssh, but I can't figure out how to do it. I read several sources on the web, but I'm stuck now.
Can someone please point me to a good resource or write down the command line with explanations?
Hello,
We are having some issues with changing the maximum message size in zimbra
We followed the instructions given on the zimbra wiki
zimbra@ZIM1:~$ zmprov modifyConfig zimbraMtaMaxMessageSize 2048000
zimbra@ZIM1:~$ postfix reload
postfix/postfix-script: refreshing the Postfix mail system
zimbra@ZIM1:~$ postconf | grep message_size_limit
message_size_limit = 10240000
Strange thing:
The setting displayed in the admin page does change but not to the corresponding size (2000kb)
It would be much appreciated if someone can help us.
Grtz, Thomas
On Windows, I frequently use Eraser, to delete securely the files I remove.
I've been looking at TrueCrypt recently, and its whole disk encryption.
If I encrypt the whole disk, does that make using secure deletion tools moot? I mean, could someone still find what was deleted?
Is it possible to get PhysX to run on a Radeon GPU? I've seen various posts on forums claiming someone has found a way, but I was unable to locate any actual guides or software downloads to do it. Note: I don't mean running a GeForce and Radeon GPU in the same machine, I mean having only a Radeon GPU and having it run PhysX.