Tagged Questions
The workstation tag has no wiki summary.
8
votes
6answers
249 views
What pros/cons come from using a server OS for your main .NET development machine?
I was considering using Windows Server as the OS for my main .NET development workstation. It includes the version of IIS to which I'm most often deploying, manages FIPS compliance differently, etc. ...
5
votes
2answers
601 views
Running a script before locking a computer (Windows 7/Vista/XP)
HI Guys,
Basically, I've written some powershell which allows me to harness the power of the keyboard media keys to control any music that's currently running.
What I want to be able to do is run ...
5
votes
2answers
1k views
Lock Windows workstation programmatically in C#
I ran into this example for locking Windows workstation:
using System.Runtime.InteropServices;
...
[DllImport("user32.dll", SetLastError = true)]
static extern bool LockWorkStation();
...
if ...
5
votes
8answers
1k views
Advantages/Disadvantages of Heterogenous/Homogenous Developer Workstations
What arguments are there for and against homogeneous and heterogeneous development environments, especially for a Java dev shop. Is your shop and most of the shops you know about heterogeneous or ...
3
votes
1answer
280 views
Loging to Windows 7 using the application opened on a locked workstation
I've written a smaall app in c#. I want this app to lock on unlock a workstation on my own login.
Locking the workstation is quite simple and it works fine.
The problem starts when i want to unlock ...
2
votes
1answer
96 views
What is the best hardware and software approach to cloning my workstation's dev environment?
My team plans to hire a couple of part time contract programmers and interns soon and I would like to reduce the amount of setup time involved with getting each new intern's dev environment up and ...
1
vote
1answer
32 views
How can we safely lock down a Facebook development environment tunneled out to the public internet?
We run a per developer development environment with each developer workstation ssh tunnelled out from our office to the public internet so we can test integration with Facebook canvas apps and ...
0
votes
1answer
19 views
Workstation crashed - how to fix SVN
We use SVN with Visual Studio 2008 for SSIS development on Windows XP.
One of the workstations belonging to my teammate crashed. Fortunately, it was just a windows crash so he was able to save the ...
0
votes
0answers
42 views
Can I configure a VMWare virtual machine to expire after a certain period?
I was wondering (or, more correctly, have been tasked to find out!) whether it is possible to create a VMWare Virtual machine that will work for a certain period of time and then expire.
We would ...
0
votes
0answers
58 views
best way to make workstation image and restore from server!
I have a network with like 50 workstations. I want to know if there's something out there that can allow me to create images (clones) of these workstations and restore them in case of problems. But i ...
0
votes
3answers
172 views
Setting up developer workstation for LAMP and SVN environment
We are a software developement team with 60 web developers.
We have our developerment environment deployed on LAMP servers. And we use
VSS as our source control. All of us are having windows7 ...
0
votes
3answers
7k views
How to connect wireless network adapter to VMWare workstation?
How can I connect wireless network adapter to wmvare workstation ?(My Host OS is Win Seven Ultimate, my Guest OS is Fedora 13 & my VMWare version is 6.5.0)
I'm running win seven on my Dell Vostro ...
0
votes
1answer
257 views
What is an ideal pair programming setup?
We have the opportunity to set up a pairing workstation; I would like it to be great. What features should I look for? Monitors, keyboards, mice, furniture - all suggestions are welcome. I'm not ...