Time of Update: 2014-07-23
標籤:style color 檔案 re c 代碼 對linux的靜態串連庫和動態連結程式庫分不清楚,在看了一篇博文後,現在想做個自己的總結,以加深印象: 1、庫的基本概念:庫是可執行代碼的二進位形式,其可以被調入作業系統調入記憶體進行執行。在window和linux系統,都存在各自的
Time of Update: 2014-07-23
標籤:linux系統在虛擬機器上不能使用橋接模式 前幾天我在windows 7系統上安裝了一個oracle vm虛擬機器,今天開啟一看居然不能使用橋接模式,自己仔細觀察了一下,是沒有網路驅動造成的,添加驅動就可以了。 1.錯誤提示650) this.width=650;" title="1.png" style="float:none;"
Time of Update: 2014-07-23
標籤:linux 指令碼 if語句最近在學習Linux 下面是自己寫的一個很小的腳步腳步內容為比較三個數取得最大的那個數腳步語句如下:#!/bin/bashread -p "input a :" aread -p "input b :" bread -p "input c :" cif [ $a -ge $b ]&&[ $a -ge $c ];thenecho $aelif [ $b -ge $a ]&&[ $b -ge $c ];thenecho
Time of Update: 2014-07-23
標籤:系統管理員 過濾器 設定檔 第三方 linux 目錄在檔案類型上用d標示,用/分隔目錄層,對每個shell和作業環境,都有一個當前工作目錄。目錄也是一種許可權。(u,g,o)強制位s chmod u+x 強制許可權。冒險位x chmod u+t 冒險許可權chmod 1777 a.txt4(set uid)2(set
Time of Update: 2014-07-23
標籤:settings 設定檔 更改密碼 防火牆 官方網站 下面是具體的配置過程。預設的rhel6光碟片中沒有cobbler軟體,必須在yum倉庫中設定第三方的軟體源,才能安裝cobbler等軟體。這裡用的epel軟體源,在yum倉庫的設定檔中加入以下語句即可:650) this.width=650;"
Time of Update: 2014-07-23
標籤:windows 作業系統 target blank 由於Hyper-v沒有整合Linux整合服務安裝包,需要我們單獨去下載,截止目前最新的版本為3.5
Time of Update: 2014-07-23
標籤:linux microsoft target blank Hyper-V3.0 對Linux的整合服務支援更好,但是在平常營運過程中,我們可能會遇到Linux整合服務版本安裝不正確,想重新安裝。這時我們需要把原先的Linux整合服務給刪掉。具體方法很簡單:1、 首先你需要找到Linux組件的名稱。# rpm –qa | grep Microsoft650)
Time of Update: 2014-07-23
標籤:linux ssh user把你的本地主機使用者的ssh公匙檔案複製到遠程主機使用者的~/.ssh/ 檔案夾中1.在本地主機的使用者可以是(root,cusadmin,以及準備使用scp的user)運行:[[email protected] ~]# ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa):
Time of Update: 2014-07-23
標籤:主要介紹另一種格式的for迴圈和until迴圈之前介紹的for迴圈的格式形如:for VARNAME in list;do statement ...done這種格式的for迴圈是將list中的每一個依次值賦值給變數VARNAME,然後在執行迴圈體中的語句。當這個list中的沒有值複製給變數VARNAME時,該迴圈也就結束了。在這裡我們在介紹一種類似c語言的for迴圈文法格式形如:for
Time of Update: 2014-07-23
標籤:style blog http color 使用 os Befroe Beginning.之前定了暑假的plan
Time of Update: 2014-07-23
標籤:style color 使用 os 檔案 資料 style="padding-bottom: 0px; line-height: 1.5; margin: 0px; padding-left: 0px; padding-right: 0px; font-family: 宋體, Arial;
Time of Update: 2014-07-23
標籤:style color 使用 檔案 art re 系統啟動設定檔:/etc/inittab # Default runlevel. The runlevels used are:# 0 - halt (Do NOT set initdefault to this)#
Time of Update: 2014-07-23
標籤:des style blog http java color 1、安裝JDK JDK:我這裡 安裝的是jdk1.6.0_23 1.1:給檔案執行的許可權chmod u+x jdk-6u23-linux-x64.bin 1.2: ./jdk-
Time of Update: 2014-07-24
標籤:blog http 使用 2014 re 問題 自己用Ubuntu搭建WordPress後在更換主題時提示需要輸入FTP帳號和密碼,解決辦法主要是把WordPress主目錄的許可權所有者弄為Apache:找到apache服務所使用的使用者名稱和使用者組 ps -aux 找到 /usr/
Time of Update: 2014-07-23
標籤:linux linux核心 linux驅動開發 面試題 linux驅動
Time of Update: 2014-07-23
標籤:windows boot partition recovery bootrec fixboot My Notebook installed with dual boot OS: Linux Mint 16 and Windows 7During Linux Mint 17 overwritting version 16,
Time of Update: 2014-07-24
centos編譯核心出現:nospaceleftondevice解決方案1、問題:原來將源碼放在根目錄下面編譯過程中出現了 no space left on device利用df -h 命令查看 根目錄空間佔用完畢2、將源碼改在其他空間很足的地方編譯在make module_install 還是出現no space left on device但是該目錄下面的空間很足,繼續df -h 根目錄滿了3解決方案將根目錄中的不用的檔案刪除,因為在安裝的時候要經過根目錄,所以要保持根目錄中的空間充足
Time of Update: 2014-07-24
Ubuntu程式開發伺服器配置(SSHserver,登陸到遠程伺服器進行檔案分享權限設定)Server 端安裝及配置:1. sudo apt-get install openssh-server2. /etc/ssh/sshd_configRSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile %h/.ssh/authorized_keysPasswordAuthentication yes3. sudo
Time of Update: 2014-07-24
linux上使用外接裝置(光碟機)安裝和更新庫1. 掛載光碟機(目錄不存在,建立)mount -t auto /dev/cdrom /mnt/cdrom2. 修改索引檔案,指定讀取本地檔案vi /etc/yum.repos.d/CentOS-Media.repo針對節點 baseurl 增加 file:///mnt/cdrom/3. 使用 yum 安裝(安裝 openssl 32 位版本)yum --disablerepo=* --enablerepo=c6-media install
Time of Update: 2014-07-24
linux下編譯GD(freetype+libjpeg+libpng+gd-devel)1、檢查freetype是否安裝rpm -qa | grep freetype沒有的話編譯freetype 這裡下載./configure --prefix=/usr/local/freetypemake && make install 即可,沒有花頭2、檢查libjpeg是否安裝rpm -qa | grep libjpeg沒有的話編譯libjpeg