Convert VirtualBox (vdi) hard drive image to VMWare (vmdk) format » MikeBeach... - 0 views
-
Example (Windows):
1
"c:Program FilesOracleVirtualBoxVBoxManage.exe" clonehd "Win XP.vdi" xp.vmdk --format vmdk --variant standard
-
Example (Linux):
1
VBoxManage clonehd "Win XP.vdi" xp.vmdk --format vmdk --variant standard
-
Next, open VMWare and select Create a new virtual machine Select “I will install the operating system later” Make your OS selection about the OS that’s currently on the vmdk you will be using. (The guest OS, not the host OS). Later on, you will have the option to use an existing vmdk image as your virtual hard drive. Do so. You should now be able to finish setup and boot your converted disk image.
- ...1 more annotation...
Rittman Mead Consulting » Blog Archive » Using OBIEE against Transactional Sc... - 0 views
-
The best practice in business intelligence delivery is always to build a data warehouse.
-
Pure transactional reporting is problematic. There are, of course, the usual performance issues. Equally troublesome is the difficulty in distilling a physical model down to a format that is easy for business users to understand. Dimensional models are typically the way business users envision their business: simple, inclusive structures for each entity. The standard OLTP data model that takes two of the four walls in the conference room to display will never make sense to your average business user.
MIDNIGHT COMMANDER | oracle | linux - 0 views
ORA-00845: MEMORY_TARGET not supported on this system - Simon Krenger - 0 views
-
size=12g
-
I replaced the “defaults” option with the size=12g option.
-
To make the change persistent, edit your /etc/fstab
SugarCRM Developer Blog » Blog Archive » HOWTO: Get around file upload size l... - 0 views
PHP Point Of Sale - 0 views
SugarCRM - Install Settings - 0 views
-
memory_limit - Recommended setting: 512M or higher. The memory_limit parameter mainly comes into play when executing large transactions such as mass update, export and import. If this setting is too low when trying to perform one of these actions, the end user will encounter a fatal error and the process will not complete. upload_max_filesize and post_max_size - Recommended setting: 30M or higher. Both of these settings work in conjunction with each other when uploading files through SugarCRM which includes future upgrades as well as document and note attachments. Please note that there is also a setting in the application which can limit file upload file size for end users so the settings in PHP should be high enough to allow any future upgrade files to be loaded without error. max_execution_time = Recommended setting: 300. This setting controls how long a PHP process will remain active. It is important to set this parameter to a value that will allow for large requests to complete if necessary but also will not hamper performance of the server if running too long.
-
In regards to PHP setup, the following parameters should be set with values as indicated:
-
Maximum upload size Admin > System Settings 30000000 (~30 MB) The 'Maximum upload size' controls the maximum file size your users can upload into Sugar. This setting should not exceed the post_max_size and upload_max_filesize parameters in your PHP configuration.
Apache2 SSL in Ubuntu - LinodeWiki - 0 views
Password Protection with .htaccess and .htpasswd - 0 views
-
.htaccess The .htaccess file is a simple text file placed in the directory you want the contents of the file to affect. The rules and configuration directives in the .htaccess file will be enforced on whatever directory it is in and all sub-directories as well. In order to password protect content, there are a few directives we must become familiar with. One of these directives in the .htaccess file ( the AuthUserFile directive ) tells the Apache web server where to look to find the username/password pairs. .htpasswd The .htpasswd file is the second part of the affair. The .htpasswd file is also a simple text file. Instead of directives, the .htpasswd file contains username/password pairs. The password will be stored in encrypted form and the username will be in plaintext.
-
There is a special program on a *nix machine that is designed to manipulate the .htpasswd file on your behalf. The name of this program is htpasswd.
-
The first way is to create a new .htpasswd file and add a username/password pair to the file. The second way is to add a username/password pair to an existing .htpasswd file.
- ...1 more annotation...
How to restrict access to web pages with apache web server - IRC-IT - Teamwork at Jacob... - 0 views
-
In this article we explain how you can utilize the apache authentication to restrict access to you website or parts of your website.
-
You have to create the files .htaccess and .htpasswd. These files are protected by the server software so you can not download or view them with your web browser.
« First
‹ Previous
641 - 660 of 767
Next ›
Last »
Showing 20▼ items per page