linux - How to install Oracle Database on SuSE Linux10

How to install Oracle Database on SuSE Linux10

How to install Oracle database on SuSE Linux10? Let me explain these steps, step by step. System Requirements: Memory: 1G recommendedSwap partition: set to 2 times the memory/tmp disk space: 400MB or moreDisk space: software 3.5G data 1.2G...

what is cpanel - How to Install Suhosin in cPanel

How to Install Suhosin in cPanel

Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in...

import vmware 1 - View 4.5, Windows XP virtual desktop and Active Directory 2008 error

View 4.5, Windows XP virtual desktop and Active Directory 2008 error

If you are deploying VMware View 4.5 in an Active Directory 2008 environment (including 2008 R2 Forest and Domain functional levels), you may encounter an error when deploying Windows XP virtual desktops via View Composer. The errors usually say...

linux - Application of Super Privilege Control in Linux Operating System

Application of Super Privilege Control in Linux Operating System

In the Linux operating system, root has the highest authority and is also known as the owner of super authority. Operations that ordinary users cannot perform can be completed by root users, so they are also called super administrative users...

MobaXterm Personal 20.3 aPh2Hk9t0L - How to Increase cPanel Memory for Java TomCat

How to Increase cPanel Memory for Java TomCat

In order to increase the memory limit for Java, perform the following steps, create a new file: nano /var/cpanel/tomcat.options Insert the following 2 lines: Xmx200M Xms100M Where Xmx is the upper limit and Xms is the lower limit. You have to...

import vmware 1 - Host Remediation Failed – Failed to download vibs

Host Remediation Failed – Failed to download vibs

If you have recently set-up a new vSphere environment with vCenter Server, you may encounter an error stating that Remediation Failed because a host Failed to download vibs. In our case, the vCenter Server was installed on Server 2008 R2 and the...

what is cpanel - How to ODBC support on a cPanel server

How to ODBC support on a cPanel server

You first have to install the devel packages for unixodbc, then add a line in rawopts file and rebuild Apache+PHP. 1. Install the UnixODBC devel packages: yum install unixODBC unixODBC-devel 2. You now need to create a file...