Hi,
I have an esxi server with guests on 1 domain and another esx server with guest on different domain. Is it possible to manage bother esx machines from the 1 instance of vcenter??
Thks
When I hit Win+L on either of my machines I'd ideally like to be able to lock both client and server
What happens though is no matter which screen I hit the key combination... it locks the server.
I'm guessing the OS is trapping the key sequence before it can get passed to the app to manage, so I'm happy to use a different key sequence as long as the result will be the same
Synergy 1.4.2 64 bit Beta
I am running a windows 2008 server and trying to manage its power such that the system drive should stop if not used for 10 min. My all of other power settings including on my backup drive work except this one and same is behavior on my Win 7 workstation.
Is it something blocked by the OS or I am doing some mistake?
I would like to set a GIT server and let my developers to login using username and password in order to commit and make changes to the projects. I need also to manage developer access to projects (I think I should use gitolite for this).
How can I do that?
I am used to SVN which is easy because you can set username and password for each developer, which can easily access the repository without having the generate an ssh key and put it on the server.
Thanks
So, what hosts do you recommend? The problem is, I can't manage the server. I know there's options out there like slicehost and vps.net, but management doesn't come with those. All I need is a simple lamp stack that can easily scale. Stuff like cloud sites (rackspace) is too expensive (starts at $150/month). I only need something small for now.
Suggestions?
I'm using WordPress to manage my site and when the site does a re-direct, it slows down performance.
For example, WordPress allows you a single default site, www.mycompany.com. If a user goes to mycompany.com, WP will re-direct it www.mycompany.com. Is there a way to configure WP so that it will listen on both www.mycompany.com and mycompany.com without redirects. The redirects are causing performance hits to the site.
In my Small Business Server 2003 environment, I would like to be able to have users manage their own delegate permissions for their Exchange mailboxes. By default, the Outlook delegate feature will not work unless I go to the user object in Active Directory and grant Allow on "Write Personal Information" to SELF. This will work temporarily, but something seems to reset this value shortly afterword. What would cause this automatic reset?
I manage servers with a puppet master and I use Foreman for visualisation.
Because of specific regulation, the only access I have is the puppet agent for configuration and some informations can't be visualized by foreman and the master can't store this information.
For example, the puppet agent need to get a secret variable (a password store in a file).
How I can get it without know this variable?
Also I need to keep reports because I want to know what happen on the server.
I use emacs org-mode to manage work items. Every week, I manually remove all Done items older than 2 weeks. Is there an easy way to perform this automatically?
EDIT:
I am currently trying to add a new custom command like this:
(setq org-agenda-custom-commands
'(("P" "Show old entries" todo "DONE"
(
(org-agenda-files '("c:/git/org/tickets.org"))
(tags "CLOSED<=\"-2w\"")
)
))
)
The filter on the CLOSED timestamp is not working correctly.
I'm currently evaluating whether to use RightScale to manage a production environment in EC2. I intend to use Puppet for configuration management either way (the declarative approach seems far better than running scripts), am running a somewhat nonstandard stack (e.g. MongoDB), and am uncertain about how much value RightScale would add relative to Puppet + Amazon's auto-scaling + another hosted monitoring system. Those who use RightScale, what features do you find important? Is its auto-scaling support (including keeping single instances running) more powerful than Amazon's?
I am a solo IT employee for a small company that has a couple of servers and 10 workstations (Windows and Mac, Macs do not run AV software).
I want to centrally manage Anti-Virus for all the computers with some sort of control panel.
I have been using Symantec Corporate versions for years, but the latest version (Symantec Endpoint Protection 11.x) is totally over-complicated, and aimed at enterprises with 1000s of computers.
Can anyone recommend something reliable, centrally managed, and simple?
Am an IT person, have done some networking job for my organization like Lan and wireless within the area, configure windows server to manage staff account My company has ten branch (In each state) in my country and am giving a task to connect dose branch together, which there will be VOIP, Video calling and sharing of files within the branch. I need someone to help me with this project..what and what did I need to put in place
I am trying to use GIT to manage my computing projects. But all commands using GIT do not respond on my terminal. For example if I try git --version followed by entry keyboard typing, a blank line appear and wait until ever. If I type again the entry key on my keyboard the command line is again available but nothing appear. It's the same for all git function that I type.
Do you have any solution or explanation for this ?
When I share some folders on network, I can see users connected to me and who has which file opened in Computer-Manage.
Is it somehow possible to see a notice when a new user connects to me?
Is there a piece of software that would show me a popup window?
Is there a solution for Windows 7?
An svn server that I managed crashed. The server is up and running again, but I can't manage to get svn running anymore.
I followed the instructions listed here: http://mark.koli.ch/2010/03/howto-setting-up-your-own-svn-server-using-apache-and-mod-dav-svn.html
Yet when I try to start apache using /etc/init.d/httpd start I get a [FAILED] message. There is no content in the error logs.
Any suggestions?
I'm trying to keep up with and manage all the usernames and passwords I have.
Is there a good tool to use?
I'm not looking for any platform specifically.
I have a linux reseller account and i manage through WHM
I have created a cpanel account for my client.
He wanted the port 5222 to be open.
I am not aware of it. How to check the status, and whether it is open or not?
How to turn it on /off?
I would like the contents of my bookmarks bar to be present in my Google Chrome jump list, without the manual tedium of managing both the bar's organization and contents and those of the jump list. If it's possible to automatically manage jump lists in such a way as to make this possible, I'd be delighted. I don't think I'm quite ready to attempt programming an extension thus myself.
edit: it appears this is not possible. I have submitted the feature as a request to the chrome team.
Hi, I've just downloaded the latest VMware server from vmware site, and after installing it under Windows 7 Ultimate x64 I check that the services are running ok. Problem is I can't access the web interface to manage the VMs..
Any help with it?
I'm trying to install pycrypto-2.1.0 but attempt to do with 'python setup.py build' elicits:
running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
I installed GMP (gmp-4.3.2) and it's in: /usr/local/lib
How do I get python/pycrypto to recognize that GMP is already present on my system?
Mac OS: 10.6.3
Python version: 2.6.1
This code works when I try it from a .py file, but fails in the command line interpreter and Idle.
>>> try:
... fsock = open("/bla")
... except IOError:
... print "Caught"
... print "continue"
File "<stdin>", line 5
print "continue"
^
SyntaxError: invalid syntax
I'm using python 2.6
Is there a library or application that can decompile Python 2.4+ bytecode to obtain the source code?
A search revealed:
http://depython.net - an online service that you need to upload a pyc or pyo file to
the dis module - allows you to disassemble, but not decompile bytecode
decompile.py - works only for 1.5.2 or 2.0
decompyle - an decompiling online service that you need to pay for and upload your pyc to
According to http://github.com/facebook/python-sdk/blob/master/src/facebook.py , In my canvas application, i can do the following call to get my access_token, which will work because my user has used facebook to login:
import facebook
myDict = facebook.get_user_from_cookie(cookies, app_id, app_secret)
# my access_token is myDict["access_token"]
myDict is alwas None, any ideas?
I have installed boto like so: python setup.py install; and then when I launch my python script (that imports moduls from boto) on shell, an error like this shows up: ImportError: No module named boto.s3.connection
How to settle the matter?