When I was using Plesk it was simply under /var/www, however it is empty when I have at least 2 sites now on a cPanel machine. What is cPanel's architecture in terms of storing files?
I use details as my default folder view, which works fine except for folders that only contain media files like photos or mp3. In these cases the view changes in order to show thumbnails etc. (which I also disabled).
How can I prevent this view switch and tell the explorer to stick to details view.
My company has an old out of service device with windows embedded on it that we want to re purpose.
Any changes to the drive (SD Card with 2 partitions), (ie: installed software, ip address, system settings, files) are reset/deleted when we reboot the device.
We can successfully make changes to the drive by plugging it into a PC, but that has its limitations and we would like to be able to use our device.
Can anyone tell us more about the technology used for doing this and how/if we can disable it?
Hi guys
I am running subversion 1.4 on Centos 5.2 and my clients are using tortoise to do their check out, commit etc. I think I have permissions problems but I have configured the folder to accessible to everyone with 777 attribute but I seem not to be getting anywhere. Its generating this error on tortoise "svn: Can't open file 'PATH/TO/MY/FILES/entries': Permission denied". Some guy was suggesting some indexing software installed on the client machine like google desktop, any suggestions?
This seems like a simple task, but I need to copy files from my host machine to my virtual PC. I am running Windows 7 Virtual PC.
I usually use \tsclient, but that is not working.
I notice that GRUB (or is it GRUB2?) asks which version of Linux I'd like to boot, and outdated versions of the kernel are listed. How do I remove these and their associated files to save disk space? Since I'm new to Linux, is there any reason why I shouldn't remove them?
I will be buying a 2TB hard drive soon, and would like to use it as media storage. I would like to be able to read/write from both Windows (version 7, 64bit) and Ubuntu Linux, and I need support for files greater than 4GB in size (so I think this rules out FAT32).
I'm using IFS drives at the moment to access my linux ext4 partitions, and I find it unstable. Does this mean NTFS? Is there something else I'm missing?
I can change the color of hyperlink in my files but when it is a visited hyperlink, it turns purple & underlined. I wanna change this but cannot find the Visited Hyperlink or something similar. Please help!
I know this is teeball for veteran sysadmins, but I'm looking to search a directory tree for file contents that match a regex (here, the word "Keyword"). I've gotten that far, but now I'm having trouble ignoring files in a hidden (.svn) file tree.
Here's what I'm working with:
find . -exec grep "Keyword" '{}' \; -print
Reading sites via search I know that I need to negate the name flag, but I can't it working in the right order.
I have downloaded the microsoft visual C++,In control panel I can see the software download but unable to find the location it got installed I uninstalled it many ways and default also I set the location but I see there are no files in it.
I installed that software from the following link.
http://www.microsoft.com/en-us/download/details.aspx?id=8279
Microsoft Visual C++ 2010
My system configurations
Windows 7
64 bit
So, I'm trying to redirect any pages to a file, but avoid redirecting anything thats an existing file or directory.
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -d
RewriteRule ^(.+)$ $1 [L]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ /index.php?page=$1 [QSA]
However, any directories still get redirected (existing files are fine and can be located.)
I've seen a few questions about which program to use for FLAC conversion, but I haven't seen a lot of mac answers.
What is the best mac program for converting FLAC files to something more iTunes playable, without losing the metadata?
Hi all,
Often (not always) when I open some folder (most of the times "Downloads" folder) Explorer freeze. The only thing I'm able to do is open the task manager ad kill the application that suddenly restart.
I tried to:
delete all files in folder (via cmd prompt)
delete the folder an create a new folder with the same name
This issue is driving me crazy, please help.
OS: Windows XP, Laptop: Dell Latitude D620
I've been working with Apache http servers for quite some time, and finally making the move to static-content servers alongside the others dynamic-content machines.
I was wondering, does nginx support ".htaccess" files, and things like mod_rewrite?
As I'm very used to the syntax, I was wondering what the (syntax) differences were, and what the learning curve is like moving from Apache configs to nginx.
I am recently using Google Chrome to download software installation files from an English authorized website. But, when I installed them on my computer, they appeared to be in Chinese (I am using a Chinese version of Windows 7). However, it was weird that the built-in web browser in one of those softwares searches up English help contents. Could you please tell me what's going on over here?? Thank you very much!!
I have just installed ColdFusion 9 Developer Edition on My Windows Vista machine for development purposes. Unfortunately I have yet to locate any documentation or tutorials as to where I place my files and how to view them in a browser. A point in the right direction would be appreciated.
FYI, I also have WAMP installed.
I am setting up an LEMP (Nginx, MySQL, PHP on Linux) from scratch. There are a lot of guides available online in all different forms.
Now I want a setup with virtual hosts, and only serve dynamic content (PHP). My static files(images,css,js) are on a CDN.
Do you know of a good guide on setting up the LEMP installation.
Does anyone know of a free utility that allows you to paste into it a graphics file (any type would work for me, jpg, bmp, png, etc) and it will size the file to within a preset size boundary?
For instance, if I preset it to resize files to be a maximum of 400 wide by 300 tall, and I paste in a file 500x500, it would shrink the file to fit within the 300 tall limit.
Thanks.
I have torrents blocked in my office. Was wondering whether there are any sites which allow to download torrents to their server so that we can download them via HTTP.
If I have my home system running, can I get the files downloaded from my office?
EDIT:
Can I setup Torrent Relay service in my domain? If so how?
Hi All,
When end user use the outlook anywhere to connect company exchange 2010 server from outside, it will come out the Synchronization Log:
**15:18:26 Microsoft Exchange offline address book
15:18:26 Not downloading Offline address book files. A server (URL) could not be located.
15:18:26 0X8004010F**
Can help me to resolve this issue. I have tried many methods but can not resolve it!
Thank you very much.
I want to launch a program that then produces two dialog boxes I wish to just hit ENTER for. How do I do this? I have this so far but want it followed with RETURN twice.
w:: Run E:\Program Files\Windows Media 7 PowerToys\Player\clearmru.exe
so.. I esely can broadcast my web cam with VLC using command lines like this (I use Windows)
"C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -vvv -I --dshow-vdev="Logitech QuickCam Express / Go" dshow:// --sout
When I paste command into CMD and hit enter it starts streaming (all is fine - I can play it)
How can I now for example add brightness or any other filter to that stream from CMD?
I want to use it to debug an existing project,
but without generating additional files within the project itself.
How can I tell visual c++ 2008 to put its own stuff in a separate directory outside the project?