hi,
is there any ftp client for mac, allowing me to work with Microsoft IIS server ?
In particular I need to handle permissions on files and folders.
Thanks
I'm doing the following to mount a remote server to a specific path on my server:
sshfs [email protected]:/backup/folder/ /home/myuser/server-backups/
However when I mount the server the folder permissions change (they become 700), and when I test my rsnapshot.conf file I get the following error:
snapshot_root /home/myuser/server-backups/ - snapshot_root exists \
but is not readable
What am I doing wrong ? should I mount the remote server with another user ?
For Windows 7, 64 bit: I have a digital SPDIF output to my stereo, which controls speakers in other rooms. I also have a set of speakers connected to the regular audio jack at the computer. This allows me to send music to the kitchen while my child plays games on the computer. Works great. Except when I'm playing games and still want to listen to music. ;-D
I know I can manually switch WMP to play through the speakers instead of SPDIF, but I was wondering if there's any way to enable simultaneous audio out in Windows 7? Virtual Audio Card is a non-starter because I'm running 64 bits and the VAC driver isn't signed.
hi,
I've installed Drupal on a new webserver and I get the following errors:
warning: is_writable() [function.is-writable]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/customers/rollergirl.ch/rollergirl.ch:/var/www/diagnostics:/usr/share/php) in /customers/rollergirl.ch/rollergirl.ch/httpd.www/drupal/sites/all/modules/imagecache/imagecache.install on line 37.
ImageCache Temp Directory /tmp is not writeable by the webserver.
I guess this happen because the server is not configured with a writable tmp folder
I don't have access to Apache configuration file (I only know for sure it is Apache).
Could you suggest me what to do ? I can only contact web server service ?
thanks
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.
I am currently trying to get my head around in understanding how to set-up a "cookieless" domain using WHM / Cpanel - unfortunately without any success at this moment.
I have a Magento store and I would like to use "cookieless domains" for my media, skin (template) and js files. Magento has a nice feature to define URL for those folders.
My current setup is as follows:
www.mydomain.com <- main store
media.mydomain.com <- subdomain to the media folder
(mydomain.com/media/)
skin.mydomain.com <- subdomain to the media folder
(mydomain.com/skin/)
js.mydomain.com <- subdomain to the media folder
(mydomain.com/js/)
I think it's poinless to have them used as "cookieliess domains" since my Magento installation uses .mydomain.com as cookie domain, so what I would like to achieve is to register a new additional domain and have it point via WHM / cPanel to those specific locations. I have tried to change the A and CNAME records although without any success as they were just simply redirecting from one page to another in the browser (newdomain.com - jump to old.com). What kind of records do I have to set to have this working properly?
Some advice would be highly appreciated.
We're in the process of migrating from Novell Netware to Windows 2K8 R2 infrastructure (AD, File server, print server... etc)
My question is about ACL. While Netware and Windows are totally different, I want to be sure my thnking is good before screwing everything up!
There's a scenario :
F:
|
+-- DATA <= Shared as DATA with Access based enumeration
|
+-- Folder 1
+-- Team 1's Folder
+-- Team 2's Folder
...
In that case, by default, rights are herited from the F: to the deepest folders.
What we want :
Administrators group have full control top - down.
From DATA, ABE list only folders that users have access. (ex. : I'm in group Team 2, I see Team 2's Folder).
From what I understand, at DATA I remove all NTFS ACL to be herited (ex. Users Group), be sure to keep Administrators Group and SYSTEM user.
After that, grant Full control (or any right needed) on each folder to Groups or Users that have to have access.
Does I'm wrong ? Anything I should take care of ?
Any help to my understanding will be very appreciated.
Regards.
Hello and thanks for looking.
Background
I am currently wrapping up a development contract and the client would like for me to push a build of the application to their IIS 7-based server in which they would like to run multiple MVC apps.
One of the issues I have off of the bat is that this server is already a subdomain on their larger network. So, if I enter SERVERNAME in my browser, it automatically directs to SERVERNAME.COMPANYNAME.COM.
Now, this is just fine if I place my application in the default website/root. In this scenario, clicking a link that requests admin.html directs to `SERVERNAME.COMPANYNAME.COM/admin.html' as usual.
BUT they want me to place the app in a subdomain on this server so that they can also run other apps on the same server. So I assume that I need MYAPP.SERVERNAME.COMPANYNAME.COM but I have no idea how to do that.
Complicating matters is that my app and the future ones they wish to install are all MVC based which intercepts and re-writes URLs. I assume that this takes care of itself if I can just successfully get my app into a subdomain to begin with.
What I have tried
Creating a new site on the server in it's own app pool
Setting the binding for that site to MYAPP.SERVERNAME.COMPANYNAME.COM
Setting the binding for that site to MYAPP
Setting the binding for that site to MYAPP.SERVERNAME
Setting the binding for that site to MYAPP.SERVERNAME.COM
Setting the binding for that site to MYAPP.COMPANYNAME.COM
Nothing is working. Am I missing something simple here?
Thanks,
Matt
I'm trying to run a script that modify password for multiple AD user accounts, enable the accounts and force a password change at next logon.
I use this code but that's not work :
Get-ADUSER -Filter * -SearchScope Subtree -SearchBase "OU=myou,OU=otherou,DC=mydc,DC=local" |
Set-ADAccountPassword -Reset -NewPassword (ConvertTo-SecureString -AsPlainText "NewPassord" -Force) |
Enable-ADAccount |
Set-ADUSER -ChangePasswordAtLogon $true
If I run the Get-ADuser line with ONLY one of the other line that's run fine ex :
Get-ADUSER -Filter * -SearchScope Subtree -SearchBase "OU=myou,OU=otherou,DC=mydc,DC=local" |
Enable-ADAccount
Where I'm wrong ? I'm new to PowerShell probably I'm misunderstanding something.
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 would like to know how can I run cron manually and not just start the service.
thanks
Hello, we're using php-fpm and have trouble getting the scripts to work if we change the 'root' value in nginx.conf.
location ~ \.php$ {
root /usr/share/nginx/html ;
If we change that root to point to other directory, even if it's /usr/share/nginx/html/crap, it wouldn't work. The directory exists of course. It's like it can read the file in that directory, but not execute it. I've checked all file permissions. Anyone has any idea?
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
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. #
#########################################
interval hourly 6
interval daily 7
interval weekly 4
#interval monthly 3
If I use cron, should I disable them ?
thanks
ps. I've just realized that in the crontab I still have "hourly" and "daily". Should I then uncomment only the one I use in the crontab ? And what's the point to specify hourly if it is already specified in cron ? I'm a bit confused.
# crontab -e
0 */4 * * * /usr/local/bin/rsnapshot hourly
30 23 * * * /usr/local/bin/rsnapshot daily
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 permissions.
As soon as exec() is hit, the connection dies, the browser does not even receive a full set of http headers, and it reports a CGI error. Examining the output, it appears the program was not even run.
Any ideas? How can I figure out what exactly is happening and get it running again?
EDIT:
Also, it is a .NET application, if that is significant in any way.
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 and Videos in a single group. So my customer can order them in the same list by dragging and dropping them, and in my front-end I have them ordered in the same list.
This would be very useful for me. Do you know if I can get some of theme with some modules maybe ?
thanks
I have 3 pfSense boxes acting as routers on a single subnet (172.22.12.0/26).
Router A - 172.22.12.1
Router B - 172.22.12.17
Router C - 172.22.12.33
I want Router A to be the only DHCP server. Router C has DHCP relay enabled that points to Router B. Router B then has DHCP relay enabled that points to Router A. Like this:
Router C -- Router B -- Router A (DHCP Server)
Router B gets an IP from Router A, but Router C does not. Any ideas why this configuration isn't working? Thanks.
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, metadata) to single DVD and add it to the set.
How would you go about doing that?
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
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 reboot it.
I would love to have it check itself every 5-10 minutes and auto reboot if it is unable to ping a given address/IP.
Any ideas how to accomplish this?
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 variable name, I always get the value "index.php"
Anyone gurus has have any idea?
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 connected to. This is a problem because I would like to connect this workshop PC to various shared resources like printers, HD Homerun (cable tv card), shared drives, etc.
When I go to "Network and Sharing" and attempt to find the network that the PCs inside my home are connected to, I don't see it.
Any help is appreciated. Thanks!
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 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 scheduler running a script.
Now the question is not only how to realize such a script, but also if the script should include the time checking or the task scheduler. I'm not sure what would work better with long times of the PC being in standby.
I tried a few scripts already from similar questions and hoped I could modify to them to my needs, but they didn't work at all.
Anyone able to help me?
TIA.
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 "lock" the media library so that only I can add and delete folders from my desktop computer. Is it possible?
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) and half with individuals named in security on the folders themselves.
What I'm looking to do is to dump a complete list of all the folders with their security permissions (ideally I'd like to ignore files but not essential).
CACLS got me half way there but fails with an odd error message and its output isn't particularly user friendly and I'm working with roughly 2Tb/250,000 files here so I really need something that gives me a bit more functionality.
Question : does anyone have any experience of something similar/know of a bit of software that might help me out?