hi,
I'm using WMWARE to load windows on mac.
how can I access to my mac localhost from the Windows virtual machine ?
I tried localhost but it doesn't work.
thanks
Hi,
I dont have a WIndows Server OS. I just have a Windows XP version with me in my system. I want to setup a Git server in my system for secure Http Access to it from users. How can I do it ?
thanks
I setup virtualbox running debian for website development inside of Windows 7. Can I access that webserver running inside the VM from Windows 7? I tried going to 127.0.0.1 and FF said there's no server, so it looks like it's not running automatically.
How can I prevent Thunderbird to add the extension .txt to a file when open the attachment. I have the problem with .patch files which I want look with notepad++. The problem is that notepad++ does not detect the right formating for the file because the extension is .txt.
If I drag the file on the desktop an double click all is working. Why change Thunderbird the file name on opening?
I am working on Windows 7.
If I make a VPN connection to a server (say myvpn.com; assume this server is not behind any router/firewall) via a TUN device and open a port (say 5555), will someone else be able to connect to me via myvpn.com:5555? If not, is there a tunneling software that does exactly this in a transparent manner? i.e. run any TCP/UDP-based server instance behind a router without NAT using another remote server.
I'm developing an ADHD management system for myself. Without going into detail (and as silly as it may sound for a grown man to need something like this), I need to build a me-proof service to run on my Windows 7 Ultra laptop. I still need fairly complete access to the system, though.
How can I set things up so that I'm unable to "easily" (ie. within 3-5 mins without rebooting) stop the service or prevent it from running?
We have to use FTP over SSL on our server and use a portrange with 5 ports for the data connection. A firewall is between client and server. We have to know what we have to open at the firewall: port, protocoll, in- or outcomming. Does anybody know this?
We have to use FTP over SSL on our server and use a portrange with 5 ports for the data connection. A firewall is between client and server. We have to know what we have to open at the firewall: port, protocoll, in- or outcomming. Does anybody know this?
I'm looking for a free or open source way to send emails to new employees when there account is created. I'm ok if its a powershell script, or something else which runs once per day. I'd like to be able to give is a couple of email files exported from outlook as there's a couple of emails I need all the new employees to get.
I have two outlooks 2007 open on two different machines logged in to the same account. The issue is I have is with client-only rules for sound alerts executing intermittently. All other rules work correctly, because they are run on the Exchange Server, but the client-only ones seem to pick and choose when to produce sounds. Is there something I can do to make my client-only rules run reliably on one particular instance of outlook?
One can open dos command window by shift-clicking on a folder but I'd rather like to do so by shift clicking on exe INSIDE the folder.
Any registry hack to do so ?
Hello,
when pidgin was called gaim and you had opened a tab with am ICQ buddy, all his logins and logouts were logged during the time you had that tab open. It didnt' even matter if your buddy was online before you opened the tab with him.
In pidgin 2.6.6, I this behavior can no longer be observed and I cannot find an option in the preferences or buddy context menu to enable it.
How do I restore that behavior from gaim time?
Thanks!
HI. I downloaded Virtual Server R2, but when I try to create a Virtual Server from the administrative site, I get the following error message
Could not connect to the Virtual Server on “MyServerName”. Access was denied.
You can specify an alternate Virtual Server below.
I have tried configuring DCOM security but that did not help much. Anyone have a solution please? Thanks in advance
I have a couple of backed up .pst and .ost files that were used with a server that is not accessible anymore. On my local machine, I was able to Add... the .pst file to my fresh Outlook 2007 and access the emails. However, adding an .ost file does not seem to be an options in the Accounts Settings dialog.
Is it possible to import the .ost file, or convert it to a .pst w/o the aid of the exchange server?
Hi,
I have a user who wants to be a administrator of his work PC, he's made some story up about how he can't work without it so I'm told to "fix it" (as if it is a fault he's logged on as a user!).
My IT co-workers and I don't login as administrators due to viruses/malware getting a foot hold and setting themselves up as servers to distribute an attack (yes this happened in the past).
What is the 'norm' for your network users and how do you handle requests for administrator access?
Thanks
Used DropBox for this purpose for a while, but now it refuses to sync an sqlite database which is open using a shared lock. Are there any good alternatives?
Tried Live Mesh, Sugar Sync and SpiderOak. SpiderOak looked most promising, but for some reason doesn't synchronize at all. Thanks!
I'm looking to write a script that connects to an Exchange inbox (as me) and downloads messages. Is there any open source software out there to support me?
Thanks!
Are there any Google Chrome extensions that would allow you to copy the URLs of all open tabs into the clipboard, or even better, to send them to a new Gmail message?
My personal scenario is house hunting, opening many prospective places in separate tabs, and then wanting to send a message with all the links without copying and pasting each URL.
Hi,
I'm currently looking at options with the aim of replacing our current bespoked and unsupported MFT soultion. As well as the usual Ipswitch, Axway and Sterling type solutions I was wondering whether anyone knew of any serious open source offerings currently available?
I have installed Jenkins and opened port 8080 on Ubuntu 12.04 server but still can't access Jenkins remotely. Below is the procedures I took.
# Install Jenkins, enable UFW and open port 8080
sudo apt-get install jenkins
sudo ufw enable
sudo ufw allow 8080
sudo ufw reload
# Check the status
sudo ufw status
8080 ALLOW Anywhere
8080 ALLOW Anywhere (v6)
# Locally
curl -I localhost:8080
HTTP/1.1 200 OK
Server: Winstone Servlet Engine v0.9.10
...
# On an external machine
curl -I [ip]:8080
couldn't connect to host
Hello,
I have a csv file which has about 4 million rows and is about 500MB in size. Can you recommend any editor that can open the file without making the system crawl? I tried EmEditor but it is complaining that there are too many characters in a single line.
Thanks.
One thing that annoys me no end about Windows is the old "sharing violation" error. Often you can't identify what's holding it open. Usually it's just an editor or explorer just pointing to a relevant directory but sometimes I've had to resort to rebooting my machine.
Any suggestions on how to find the culprit?
Can I access my iMac based iTunes library from my iPad over my home wifi? I know I can sync them up but the library is too big.
Edit; just to clear(er), the movies, podcasts etc which are stored on the iMac, I want to watch them on my iPad without syncing. I know I can create playlist to sync a subset of my library, but that is not what I want.
What I'm thinking about is using my iPad as a kind of portable apple TV.
I have set up a mercurial repo to be served using apache+wsgi+hgweb on OS X.
It is now completely open to anyone who stumbles upon my server on the correct port number..
How can I set it up so that only people with a username+password pair that I approve can pull and/or push from the repo?
I know how to very easily achieve this using ssh, but in this specific case the requirement is that the solution doesn't require defining full fledged user accounts on the machine for each person whom I'd like to give access to the repo.