使用VMware安裝CentOS時的一些記錄

  1、當進行到對硬碟分區時,選擇:建立自訂的分區結構,可以按自己的需求構建分區結構  2、硬碟在Linux系統中的表示方式    1)IDE硬碟,使用hd來表示。      hda表示第一塊IDE硬碟,hda1表示第一塊IDE硬碟的第一個分區,hda2表示第一塊IDE硬碟的第二個分區......      hdb表示第二塊IDE硬碟,hdb1表示第二塊IDE硬碟的第一個分區,hdb2表示第二塊IDE硬碟的第二個分區......      hdc表示第三塊IDE硬碟,hdc1表示第三塊IDE硬碟

CentOS RHEL 5.3 編譯核心

下載linux-2.6.29.4.tar.bz2到/usr/src # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 # tar -jxvf linux-2.6.27.tar.bz2 # cd linux-2.6.27 # make mrproper # make menuconfig # make clean # make bzImage # make modules # make

centos 單獨安裝apachebench

這兩天在測試php效能最佳化方法。為了做壓力測試可觀察效果,就選擇了ApacheBench來作為壓力測試工具。其實就是大家常說的ab。但是這個工具是安裝apache web server的時候內建的,現在我伺服器上都是跑nginx。也不想為了用這個工具就再裝個apache。所以在用下面方法單獨安裝ab工具,這裡記錄下步驟。 首先安裝ab運行需要的軟體包apr-util yum install apr-util  然後安裝一個yum的工具包,為了可以單獨弄出來ab。 yum install

CentOS下配置PXE+Kickstart無人值守安裝(Howto install CentOS through PXE+KickStart)

文章目錄 理論實踐 CentOS下配置PXE+Kickstart無人值守安裝(Howto install CentOS through PXE+KickStart) 環境:CentOS 5.1 最小安裝。理論來源:http://coolerfeng.blog.51cto.com/133059/48801什麼是PXEPXE(Pre-boot Execution

CentOS — 搭建 LAMP 運行環境 & Webmin

以 CentOS 5.8 32位的系統為例。 安裝 CentOS RPM 簽署金鑰你須要安裝 CentOS RPM 簽署金鑰。基於安全理由,這個金鑰在基本系統安裝時不會被安裝。如此你就可以在核實金鑰的真確性後才將它安裝在你的系統上。RPM 有能力從一個 CentOS 鏡像中取得金鑰:參考:我可以從哪裡取得 CentOS 的組件簽署金鑰?rpm --import

CentOS — 安裝Git用戶端

CentOS中yum裡沒有Git,需要手動安裝。首先需要安裝git的依賴包yum install curlyum install curl-develyum install zlib-develyum install openssl-develyum install perlyum install cpioyum install expat-develyum install gettext-devel下載最新的git包wget

smb.conf設定檔(Centos)

紅色部分為關鍵的修改,安裝以下配置,可以建立一個無需使用者名稱和口令的SAMBA共用目錄。此目錄所有者屬性應設定為nobody使用者和其對應的組。 # This is the main Samba configuration file. You should read the# smb.conf(5) manual page in order to understand the options listed# here. Samba has a huge number of

SSH到VirtualBox裡面的CentOS

這段時間用到了虛擬機器,為了上網我選擇了NAT模式,但那個IP是固定的,而且外面不能訪問,可我想ssh進去,無奈之下想其它方法了:1、hostonly模式,通過共用上網;2、NAT下連接埠轉寄;方法1是我用VMware時經常用的,VirtualBox下沒成功過,pass掉;方法2沒試過,我之前的一篇文章(http://www.cnblogs.com/MikeZhang/archive/2012/03/07/socketRedirect.html)提到過連接埠重新導向的問題,應該可以;再不行就換V

CentOS開啟samba實現檔案分享權限設定

我的CentOS6是用LiveCD安裝的,預設的東西很少,除了perl、python、lua和bash外其它的什麼都沒,甚至聯make、gcc都要自己安裝的。要開啟samba需要做些工作,具體步驟如下:1、首選安裝samba,命令如下:yuminstall samba2、修改設定檔檔案 :/etc/samba/smb.conf添加一行或找到security這行並將#注釋符號去掉改成security =share 共用模式添加共用資料夾[share]comment= sharepath =

CentOS 5.2下SVN伺服器的安裝與配置

安裝了一下SVN伺服器,本文沒有與Apache整合,過程如下: 一,下載相關軟體:[root@youxia201 test]# wget http://subversion.tigris.org/downloads/subversion-1.6.1.tar.gz[root@youxia201 test]# wget http://subversion.tigris.org/downloads/subversion-deps-1.6.1.tar.gz 二,安裝及配置:1,解壓,要在同一個目錄下:[

CentOS 5.5 安裝過程

轉自  http://cjx5story.blog.163.com/blog/static/71707778201071785350253/參考  http://wenku.baidu.com/view/be61805abe23482fb4da4cbc.html 圖文對應順序:圖上文下系統版本:centos 5.5將鏡像刻成光碟片,設定BIOS將CDROM設定為第一啟動

CentOS 5.5 yum 國內更新源

轉自{http://apps.hi.baidu.com/share/detail/14082265http://menjoy.javaeye.com/blog/638457} 第1步備份yum設定檔,修改yum設定檔。cp /etc/yum.repos.d/CentOS-Base.repo CentOS-Base.repo_bakvi

centos 連接埠開放及關閉

之前有講過公司新買的伺服器使用的是CentOS 5.5,部署好Tomcat之後卻發現輸入114.80.*.*:8080(即ip:8080)卻無法顯示Tomcat預設的首頁。因為以前部署在Win Server的VPS,Linux開發時也只用到localhost,所以就有點頭大。 好吧,G一下網上有說是防火牆的問題,敲入 /etc/init.d/iptables stop 關閉之後再次查看114.80.*.*:8080(即ip:8080)發現果然成功。但是貌似安全隱患大大增加……使用

VPS centos 5 系統啟動自動同步以及定時任務同步系統日期時間

vps系統啟動完成自動同步系統日期時間: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->vi /etc/rc.local 然後在檔案末尾加上:/usr/sbin/ntpdate ntp.fudan.edu.cn儲存退出!  相關詳細配置: 新裝的伺服器可能設定了錯誤的,需要調整時區並調整時間.如下是使用NTP來從一個時間伺服器同步 Code

centos vnc配置

將使用者名稱稱加入到設定檔vi /etc/sysconfig/vncserversCode highlighting produced by Actipro CodeHighlighter

centos下應用gitosis搭建git代碼倉庫

centos折騰了半個月,總算把環境都配置好了,這個git尤其麻煩.先說明,針對的系統是centos,其它系統不知道,切匆模仿,後果自負!安裝git $ wget http://kernel.org/pub/software/scm/git/git-1.7.2.3.tar.gz $ tar -xzvf git-1.7.2.3,tar.gz $ cd git-1.7.2.3 $ ./configure --with-curl=/usr/local $ make

CentOS — 配置網卡、FTP、安裝AMP

這篇短文記錄了從拿到伺服器的root帳號和密碼後,如何部署伺服器的文章。本篇文章適合給Linux初學者參考。步驟* 修改root使用者密碼paddwd root* 配置多IP地址A 在不重啟的情況下,綁定IP地址ifconfig eth0:1 x.x.x.x netmask 255.255.255.0ifconfig eth0:2 x.x.x.x netmask 255.255.255.0B 儲存配置資訊到檔案1 拷貝配置資訊cp

CentOS 安裝mod_python

1.初始環境安裝httpd相關的RPM包版本號碼:httpd-2.2.3-63.el5.centos.1httpd-devel-2.2.3-63.el5.centos.1apr-1.2.7-11.el5_3.1apr-devel-1.2.7-11.el5_3.1apr-util-1.2.7-11.el5apr-util-devel-1.2.7-11.el52.編譯python 2.7./configure -enable-sharedwget

CentOS安裝wsgi

第一步:編譯安裝 wsgi1.wget https://modwsgi.googlecode.com/files/mod_wsgi-3.4.tar.gz2.tar zxvf mod_wsgi-3.4.tar.gz 3. ./configure --with-apxs=/usr/sbin/apxs4.make 5.make install6.make clean7.make distclean第二步:設定路基wsgi 設定import

PhotonVPS XEN VPS搭建PPTP服務(CentOS 5.7 64bit)

1.Frist, make sure you have ppp installedyum install -y ppp iptablesyum install perl2.Download lastest version pptpd rpm packagewget http://acelnmp.googlecode.com/files/pptpd-1.3.4-1.rhel5.1.x86_64.rpm3.Installing the rpmrpm -ivh pptpd-1.3.4-1.rhel5.

總頁數: 353 1 .... 90 91 92 93 94 .... 353 Go to: 前往

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.