redhat install

Want to know redhat install? we have a huge selection of redhat install information on alibabacloud.com

Install Oracle 11g in RedHat Enterprise Linux 5.0

I. preparations:Go to www.oracle.comto download linux_x86_11gr1_database.zip (x86 represents the architecture of the computer and is usually x86 ).2. Create necessary users, groups, and directories# Mkdir-p/u01/Oracle# Groupadd dba# Groupadd oinstall# Useradd-g oinstall-G dba/u01/oracle# Passwd oracle password setting# Chown-R oracle: oinstall/u01 assign the u01 directory to the oracle user oinstall Group# Ls-l check whether the command is effectiveThis is not the officially recommended OFA (the

Install eclipse 5.0 on Redhat 3.6

Knock in the http://download.actuatechina.com/eclipse/technology/epp/downloads/release/helios/R/ in the browser Select eclipse-jee-helios-linux-gtk.tar.gz for download. After downloading the package, put it in a folder such as eclipse_j2ee. [Root @ localhost eclipse_j2ee] # lsEclipse-jee-helios-linux-gtk.tar.gz[Root @ localhost eclipse_j2ee] # tar zxvf eclipse-jee-helios-linux-gtk.tar.gzDecompress the package to the eclipse file. Go to the eclipse folder and click eclipse in the eclipse Haha

Install Oracle10G on Linux (RedHat)

password is oracle Ii. Create an Oracle Database Installation Point Create a directory. Oracle will be installed under these directories: Mkdir-p/opt/oracle/product/10.2.0/db_1 Change the/opt/oracle directory owner to oracle and the group to oinstall: Chown-R oracle: oinstall/opt/oracle Chmod 775/opt/oracle 3. Prepare the Oracle Installation File Run as an oracle user Download the Oracle Installation File 10201_database_linux32.zip In the Directory:/home/oracle Unzip 10201_database_linux32.z

RedHat 9 install VMware Tools

Mount-T iso9660/dev/CDROM/mnt // Mount the CDROM device, then if you enter the/mnt directory, you will find an additional file: vmware-linux-tools.tar.gz. This is the Linux software package of wmware tools, which we saw when we used winiso to open the Linux. ISO file. CP/mnt/vmware-linux-tools.tar.gz/tmp // Copy the package to the tmp directory of Linux. Umount/dev/CDROM // Uninstall CDROM. CD/tmp // Enter the tmp directory Tar zxf vmware-linux-tools.tar.gz // Decompress the package

How to install RedHat 6.1 gcc_c ++

1. First mount the installation image file. The command is as follows: # Mount-o loop rhel-server-6.1-i686-dvd.iso/mnt/ISO# Cd/mnt/Packages 2. Install the SDK in the following sequence. The installation sequence of packages cannot be reversed due to the execution database. # Rpm-IVH glibc-common-2.12-1.25.el6.i686.rpm # Rpm-IVH kernel-headers-2.6.32-131.0.15.el6.i686.rpm # Rpm-IVH libgcc-4.4.5-6.el6.i686.rpm # Rpm-IVH glibc-2.12-1.25.el6.i686.rp

Win7 Install Rhel7 (Redhat Enterprise Linux 7) dual system __linux

use the EASYBCD, according to the number I marked on the map step-by-Step point: You can then reboot into the installation environment: Don't choose win7, choose the second option. Then enter the installation Environment PS: (emphasis) The label=rhel7 here is just the volume label of the I disk, do not change will not be able to find the installation of the ISO file failed. The following is the installation of a simple graphical interface. On the last piece of a key partition picture. Bec

Install the Penguin Chinese Input method under Redhat Linux 9 __linux

The small Penguin Chinese Input method (free Chinese input Toy for X,FCITX) is a GPL released, based on the Xim simplified input method (its predecessor is G Wubi), including wubi, pinyin, location input method, is used in the Linux OS input method. The author of the small Penguin input method is yuking, the author's homepage is http://www.fcitx.org/. Let's talk about how I installed FCITX under RH Linux 9.First download the RPM software fcitx-3.0.0-1.i386.rpm on the author's homepage.Open the

Install and configure tomcat in RedHat

1. Download The tar.gz package of Tomcat (Tomcat depends on the Java environment. If JDK is not installed, install JDK first) curl-Ohttp://mirrors.cnnic.cn/apache/tomcat/tomcat-6/v6.0.41/bin/apache-tomcat-6.0.41.tar.gz 2.decompress tar.gz mkdir/usr/local/servertar-zxvfapache-tomcat-6.0.41.tar.gz-C/usr/local/server 3. Test the Tomcat running environment apache-tomcat-6.0.41/bin/startup.sh If the following characters are displayed, the test is successfu

Install MongoDB in Redhat 5.5

In the previous article, I started MongoDB development and talked about how to install MongoDB in windows. In this article, I will introduce how to install MongoDB in Linux. First, download the MongoDB database, address: http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.8.1.tgz. Download whatever method you use, you can use wget, or you can download it in a browser. After the download is decompressed the

Install MySQL 5.1.7 and Navicat 8 in RedHat Linux 2.6.18

I want to use MySQL in linux for my work needs today. After VM 7.1.3 is installed, the Red Hat Linux 2.6.18 is installed as needed ([Red Hat Enterprise. linux.5]. TLF-SOFT-RedHat.Enterprise.Linux.5.Update.2-XiSO.iso under the donkey), and from the Oracle official website to download the MySQL server and client RPM installation package (MySQL-server-5.1.7-0.i386.rpm; MySQL-devel-5.1.7-0.i386.rpm; MySQL-client-5.1.7-0.i386.rpm ). The process of installing MySQL is relatively simple. You can use R

Install and configure Mysql in RedHat Enterprise 5.5

Because Red Hat enterprise linux 5 comes with a mysql, When you install a new mysql, an error is prompted, such:Error: Failed dependencies: MySQL conflicts with mysql-server-5.0.77-4.el5_4.2.i386 Rpm-qa | grep mysql can see the installed mysql. After running, the following mysql appears in my system:Mysql-server-5.0.77-4.el5_4.2Libdbi-dbd-mysql-0.8.1a-1.2.2Mysql-connector-odbc-3.51.26r1127-1.el5 As a result, some people say that they can unload their

Install GCC and G ++ in RedHat

Switch to the installation CD directory: # Mount/dev/CDROM/mnt/CDROM # Cd/mnt/CDROM * RPM programs on which GCC depends must be installed in sequence: # Rpm-IVH kernel-headers-2.6.18-164.el5.i386.rpm # Rpm-IVH compat-glibc-headers-2.3.4-2.26.i386.rpm # Rpm-IVH compat-glibc-2.3.4-2.26.i386.rpm # Rpm-IVH compat-libstdc ++-33-3.2.3-61.i386.rpm # Rpm-IVH compat-libf2c-34-3.4.6-4.i386.rpm # Rpm-IVH compat-libgcc-296-2.96-138.i386.rpm # Rpm-IVH cpp-4.1.2-46.el5.i386.rpm # Rpm-IVH glibc-heade

Install mono1.9 (4) on Redhat Enterprise 4)

(1) Mono Installation(2) install and configure Apache and xsp(3) configure and run Castle monorails These two days, we have been trying to connect our system to Oracle, but we are confused that the system always prompts: system. dllnotfoundexception: libclntsh. So. After Goole, many people on the Internet also encountered this problem. Refer to their instructions and methods, but they still cannot solve it. Later, I had to switch to an operating sys

Install SSH on RedHat

1. Download openssl-0.9.8e.tar.gzand openssh-4.6p1.tar.gz. The former is the SSL protocol, and the latter is the shell. Resend ========================================================== ====================================== 2. Install OpenSSL 2.2# Cd/usr/local/src# Tar zxvf openssl-0.9.8e.tar.gz# Cd openssl-0.9.8e#./Config shared zlib# Make# Make Test# Make installMV/usr/bin/OpenSSL. OffMV/usr/include/OpenSSL. OffLn-S/usr/local/SSL/bin/OpenSSL/usr/

Redhat Install VNC and firewalls

VNC: is a good remote control tool software. VNC is a free open source software based on UNIX and Linux operating systems, powerful and efficient in remote control, with performance comparable to any remote control software in Windows and Macs Before I installed VNC, I configured the Yum source and installed the graphical interface First: Yum search VNC to see what versions of VNC are Second: Yum install tigervnc-server.x86_64

Redhat linux on MySQL install-binary package installation

Include Include (header) files Lib Libraries Share Miscellaneous support files, including error messages, sample configuration files, SQL for database installation Solution pressure that is, install:Shell> tar zxvf/path/to/mysql-version-os.tar.gz shell> ln-s full-path-to-mysql-version-os MySQLthan RPM Install the package to say , two into Package installation requires manual Chong buil

Install Oracle10G on Linux (RedHat)

/product/10.2.0/db_1 Change the/opt/oracle directory owner to oracle and the group to oinstall: Chown-R oracle: oinstall/opt/oracle Chmod 775/opt/oracle 3. Prepare the Oracle Installation File Run as an oracle user Download the Oracle Installation File 10201_database_linux32.zip In the Directory:/home/oracle Unzip 10201_database_linux32.zip Iv. Set Environment Variables Edit. bash_profile under oracle home and add the following content. Export ORACLE_BASE =/Opt/oracle Export ORACLE_HOME = $ ORA

Install the CollabNet Subversion server on Redhat AS 5.2

1. Download To www.Collab.net/Developers/tools/download client and server: CollabNetSubversion-client-1.6.6-1.i386.rpm CollabNetSubversion-server-1.6.6-1.i386.rpm 2. Installation Install the client before installing the Server. Rpm-Uvh CollabNetSubversion-client-1.6.6-1.i386.rpm Rpm-Uvh CollabNetSubversion-server-1.6.6-1.i386.rpm 3. Configuration Create a Repository directory: Mkdir-p/opt/svn/repos Run the configuration script: /Opt/CollabNet_Sub

How to install RedHat on a hard disk

After the CD image is downloaded, it cannot be installed on the hard disk like redhat9 or FC1, because there is no dosutils folder in the first ISO, and the dosutils file using redhat9 can also be installed, the method is as follows: 1. Copy the four ISO files in the dosutils folder of redhat9 and FC3 to the root directory of the hard disk (which must be FAT32 but not NTFs) 2. Copy the initrd. IMG and vmlinuz of the first disc to the autoboot folder in dosutils to overwrite the original 3. Co

Cannot link with-luuid, install UUID-Dev to solve zmq Installation Problems on RedHat

Bytes ./Configure, the dependency package is not installed, and the error message is Cannot link with-luuid, install UUID-Dev However, when yuminstall UUID-Dev is installed, the system prompts that this package does not exist. Solution: LibuuidIspart of the util-Linux-ng package since version 2.15.1 and is available fromFtp://ftp.kernel.org/pub/linux/utils/util-linux/v2.21/util-linux-2.21.1.tar.gz After installing the util-linux-2.21.1.tar

Total Pages: 15 1 .... 11 12 13 14 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.