|
How can I control two computers (with seperate monitors) with the same keyboard and mouse? Is there a software solution to this? Can the computers be running different OSs?
Started by Jeffrey on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at superuser):
It is designed....
Redirecting the mouse and keyboard attached to one computer.
Easily share a single mouse and keyboard between multiple computers with different operating computers on their desk since each system uses its own monitor(s).
|
|
I've inherited this stupid name convention:
COMPANYNAME-CITY20090724 or COMPANYNAME-CITY-JOHN
It doesn't tell me anything about the location (floor, department). John left the company months ago. Computers from one city moved to another city, but the ...
Started by Roy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Some docs on NETDOM are here:
http://technet.microsoft.com/en-us/library/cc737599% /userd:USER-TO-PERFORM-RENAME-UNDER /password:PASSWORD-FOR-THAT-USER
Once all the computers are renamed you can take the startup script....
To rename computers.
|
|
Are there any free web based service to manage/use your remote computers?
I use Logmein free. It solves the purpose. But wondering any other free services available.
Heard Copilot is great but not free!
Started by Prakash on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
For more info about its development....
I dont use a remote service, instead what I do is this:
On each of the computers at the remote location install VNC On the router set up port forwarding for each of the computers with VNC and relatives.
|
Ask your Facebook Friends
|
I am developing some school grading software and decided to use Github to host the project. After building some code on my Ubuntu box I pushed it to Github and then cloned it down to my MacBook Pro. After editing the code on the MBP I pushed it back to...
Started by Richard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Whip out your git.
Post on my blog , where most of the stuff grb can do for you was explicitly shown.
|
|
How to get list of computer names in a domain using C# ?
Answer Snippets (Read the full thread at stackoverflow):
blogs/siva/archive/2008/01/25/enumerating-computers-in-a-domain.aspx
If you are on a windows domain.
|
|
Hi,
When I upload a new version of CSS files for my website, there is an issue where the clients viewing the pages might have a cached version on their computers. They can't see the CSS updates (or even some other static assets like images) until they...
Started by Donniel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It uses the SVN revision number on the query string, but this could .
A function on this blog entry .
|
|
I have a large (> 2TB) iTunes library of music and videos that I keep on a Drobo connected to an Airport Extreme base station so that I can access it wirelessly from my MacBook. This works great for just me, but with my soon-to-be wife about to move...
Started by Alex Basson on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
The Apple Blog has an article here: http://theappleblog.com/....
You can sort of do this with limitations.
It will work with 2 computers using the same library — you may need to make sure you're not both changing metadata at the same time.
|
|
Hi All,
I currently develop a lot of my work on my laptop while on train to and from work most days. But it is no way near as good or easy as my main machine at home. My issue is how to keep the files in sync. I use subversion but also have a CI Server...
Started by Jon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Look into using a so-called DVCS (Distributed Version Control System) such as Git or Mercurial , where you can have multiple... .
You're actually on the right track with the multiple repository idea, but Subversion doesn't natively support this sort of thing .
|
|
I have multiple computers and i want to keep track of all the blogs that i read without having to manually go to each to "poll" and find out if there are updates. I know my browser has local built in RSS fields but i am often on multiple computers.
is...
Started by oo on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you considered using Google Reader ?
Google Reader is the best online RSS reader I've found... .
Both are web-based RSS readers that grab the feeds for you and store them to another server until you're ready to read them .
Google Reader or Bloglines.
|
|
I have been searching high and low for a way to get my silverlight application talking to the COM port on my local computer. Has anybody out there been able to get Silverlight to successfully connect to the COM port of you local computer? If so can you...
Started by Nick Berardi on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I have written a blog.
The COM port access
Silverlight 4 enables you to communciate with COM (ActiveX) .
|