I'm using VMWare Fusion to run Windows {OS} on my Mac. How can I access the host machine (my Mac) from the Windows virtual one? I tried localhost but that didn't work.
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
I've just the following commands on Ubuntu 10.04 in order to enable cron logs. But I still don't see the file /var/logs/cron.
1. Edit /etc/syslog.conf and uncomment the line starting with cron.*
2. sudo /etc/init.d/sysklogd restart
3. sudo /etc/init.d/cron restart (I've also tried sudo service cron restart).
What am i missing to do ?
Also, I…
A simple question about rsnapshot.
In order to perform daily backups I'm going to add lines to cron in my Ubuntu.
Then, why do I have also these lines in the rsnapshot.conf ?
#########################################
# BACKUP INTERVALS #
# Must be unique and in ascending order #
# i.e. hourly, daily, weekly, etc. #…
hi,
how can I see if ffmpeg is installed on a server ? I don't have access to command line, only ftp account.
I think it is Microsoft Server, not apache, but I'm interested to know how to do it on both servers.
thanks
Usually I just use the online tools for url mod_rewrite rules but this just wouldn't work.
Dynamic url: http://sub.domain.com/index.php?page=index&name=test
Rewritten url: http://sub.domain.com/test OR http://sub.domain.com/test/
My htaccess:
RewriteRule ^([^/]+)/?$ index.php?page=index&name=$1 [L]
Instead of passing "test" for the…
Windows Server 2003 x64
PHP 5.2
IIS 6.0
The program Ink2Png.exe is set with Everyone-Read and Execute permissions.
As does its dependency (microsoft.ink.dll)
PHP Safe Mode is off
exec() is passed [the full exe path], space, [full path to another file]
This other file also has full read permissions.
The output directory has full write…
I'm using iPhoto '09 and have an 80GB library. I want to back everything up to DVDs, because I figure that's the cheapest / most reliable solution. (I plan to have a couple of copies and keep them in different places.)
Ideally, after the initial backup, every couple of months, I'd back up everything that's changed (new photos, edits,…
Thanks for looking!
I have set up a desktop PC in my workshop. The Cat 5 cable connects from this PC to a wireless router which is connected to my home network.
The Internet connection is working just fine.
However, the "wired" network this is on shows up as a different wired network than the one that the PCs inside my house are…
Is drupal going to improve the following features ?
1) multi-line description for CCK fields such as images (at the moment I can only write in a line but a text-area would be better
2) thumbnails upload for CCK Video fields (so I can upload a thumbnails for each video if I cannot install ffmpeg on the server)
3) merge CCK Images…
How can I make the border of shapes smoother, without re-touching it in detail ?
Is there any Photoshop advanced functionality doing it automatically ?
See example: http://dl.dropbox.com/u/72686/border.png
thanks
I have a media server located in a very inconvenient part of my house. Occasionally I will have to reset my router or it will reset itself. The issue is the PC loses connectivity for some reason, and I am forced to walk outside, around the house, into the basement, over a bunch of toys and weights and boxes, to push a button to…
I want to have 2 different wallpapers that change according to time of day (6 and 22 hours respectively) and only want to display the night one after 22 hours and the day one only after 6 hours and until 22 hours.
I didn't find a program that can do this after a standby, so I thought it should be easy to realize with the task…
I have a Verizon Fivespot Wi-Fi router and am having issues connecting to the computer that uses it to get on the internet. I am able to connect to the Fivespot admin pages remotely and I am able to connect to the internet from the computer behind the Fivespot.
There are two sections pertinent to this issue, Port Filtering…
So we have taken over a new client and their existing file server is frankly a mess.
We have migrated their old file server from a 2k box to a 2k8 DFS cluster and now I'm looking at rebuilding both the folder structure and their permissions. Unfortunately its been half done with AD groups (poorly named/no description/notes)…
I am trying to watch some videos stored on my desktop computer on the Xbox, but they are in a format that the Xbox cannot decode, so I have to stream them through Windows Media Center. However, as soon as I set up Media Center on the Xbox, anyone can go in and browse the directory structure on my desktop. I would like to…
hi,
I've uploaded my drupal website (and related database) to my new server.
The database info is:
host: localhost
user: user
pass: pass
databaseName = database_name
I've set the following line in settings.php file:
$db_url = 'mysqli://user:password@localhost/database_name';
but what I get is this:
If you are…
I've disabled the web server on Snow Leopard, and I'm using an emulated Ubuntu with Lighttpd web server.
In order to access to the web pages I need to specify the ip of the emulated machine. However I now need to associated such ip with "localhost" in Leopard environment.
When I type localhost in Leopard I actually…
I'm using for the first time rsync to create daily backups of my websites and I was wondering if I should overwrite the previous copy or should I create multiple copies and overwrite only the oldest one ? (I might not have enough space for that, though).
I actually have also this question. Let's suppose most of…
We have an existing DFS Replication and Namespace group that we use to serve the company's files.
This has been operating fine for us for some time now, and continues to do so. however a situation arose yesterday afternoon that has led us to be stumped.
The problem is that we have our name space presented as :…
Trying to port forward from host (Mac OS X) 127.0.0.1:8282 - guest (CentOS)'s 10.10.10.10:8080. Existing port forwards include 127.0.0.1:8181 and 9191 to guest without any IP specified (so whatever it gets through DHCP, as explained in the documentation).
Here is how the non-working binding was added:
…
I have one domain on my VPS which I wanted to run a script a few hundred times on to simulate users, so I put a few Firefox tab on refresh every 1 second.
Now that domain is dead, it just gives me a 504 every time I try to go to it, even though I restarted NGINX, PHP and I even shut the server on and…
say I have a wordpress site:
https://www.foobar.com
and I want to have an entry point to a rails app at a certain subdirectory within that same domain:
https://www.foobar.com/rails_app
I know this is possible if both the wordpress app and the rails app are hosted on the same box, but is this in…
I want to have puppet run a specific command before performing any type of change. I am aware of the prerun_command option in the main puppet.conf, but this is not what I'm looking for. I want the command to only run if something is about to change, not on every puppet run.
Here's the scenario.…