Time of Update: 2014-11-02
標籤:blog http sp 檔案 2014 log 代碼 bs linux 有時候配置linux的過程中,因為一些誤操作導致系統初始化時堵塞或掛起而無法進入系統,原因往往是因為設定檔設定錯誤
Time of Update: 2014-11-02
標籤:style blog http ar sp div on 2014 art 解決Qt程式在Linux下無法輸入中文的辦法一位網友問我怎樣在Linux的Qt的應用程式中輸入中文,我一開始認為
Time of Update: 2014-11-02
標籤:style http ar 使用 sp strong 檔案 資料 div Linux中很多經常使用命令是必須掌握的,這裡將我學linux入門時學的一些經常使用的基本命令分享給大家一下,希望
Time of Update: 2014-11-02
標籤:linux 網路伺服器 軟體 作業系統 gui 感覺自己對Linux的理解一直不夠,所以最近翻看了一本《鳥哥的Linux私房菜》。這是一本基礎的書,萬丈高樓平地起,會的不多但可以學。這是我整理的一些知識點,雖然很基礎。希望和大家共同交流。 第0章電腦概述 1、電腦主要有三大部分組成:a.輸入部分,包括鍵
Time of Update: 2014-11-02
標籤:mystra linux 系統路徑 命令 gradle 系統路徑添加命令本文地址: http://blog.csdn.net/caroline_wendy1. 在根目錄建立bin檔案夾:$mkdir bin2. 修改".bash_profile”:$vi ~/.bash_profile3.
Time of Update: 2014-11-02
標籤:blog http os ar 使用 sp 檔案 div 問題 fsck修複受損的檔案系統 Linux不順利關機,有時候再次啟動時會報檔案系統損壞,如何修複檔案?首先會讓你輸入r
Time of Update: 2014-11-02
標籤:style blog http color os ar 使用 sp strong http://www.cnblogs.com/88999660/articles/1581524.html
Time of Update: 2014-11-02
標籤:檔案 linux 軟體 c ip 最佳化 開發 第一個 處理器 在linux下有一個目錄,即/usr/src/kernels/目錄,下面記載著一個linux系統的核心檔案,例如:2.6.1
Time of Update: 2014-11-02
標籤:linux c++ 本系列文章由@超人愛因斯坦出品,轉載請註明出處。 超人愛因斯坦 個人網站:http://www.hpw123.net 文章連結:http://hpw123.net/
Time of Update: 2014-11-02
資料包的分類和調度-Linux
Time of Update: 2014-11-02
VNCViewer Windows下遠端連線Linux案頭,vncviewerlinux最近項目需求,需要將寫的工程部署到centos6.5伺服器上,但是出現了各種錯誤,就想著在linux下再調試代碼。但是之前都是通過ssh連結遠程伺服器的,在ssh中肯定不能開啟eclipse等整合開發工具,因此我們要在遠程伺服器上安裝案頭及vncserver,然後在windows中用vncViewer串連。一:伺服器端(Centos6.5)1:安裝案頭:# yum groupinstall
Time of Update: 2014-11-02
Linux TC的ifb原理以及ingress流控,ifbingress首先貼上Linux核心的ifb.c的檔案頭注釋: The purpose of this driver is to provide a device that allows for sharing of resources: 1) qdiscs/policies that are per device as
Time of Update: 2014-11-02
Linux下的防火牆iptables,linuxiptablesLinux防火牆簡介: 首先,網路封包要進入你主機,需要經過的流程:通過防火牆、伺服器軟體程式(驗證帳號)、SELinux與檔案系統(許可權rwx等)等。 防火牆的主要類別:1,Netfilter (封包過濾機制); 2,TCP Wrappers (程式控管); 3,Proxy (Proxy 伺服器)。
Time of Update: 2014-11-02
x01.os.13: 檔案系統,x01.os.13檔案系統 停了兩天電,忽然得空閑。找來破吉他,已然不成弦。 丁丁噹噹敲,敲到電來到。為把時間撿,熬夜三四點。從我的置頂隨筆 x01.Lab.Download 中下載 x01.os.12.tar.gz, 解壓後由終端進入 os 目錄,輸入 bochs
Time of Update: 2014-11-02
Ubuntu14.10安裝SecureCRT7.3Ubuntu 14.10安裝SecureCRT 7.31、軟體準備Ubuntu14.10 x64SecureCRT7.3的版本:scrt-7.3.0-657.ubuntu13-64.x86_64.deb:http://www.vandyke.com/download/securecrt/download.html2、安裝SecureCRT在終端下執行:$sudo dpkg -i scrt-7.3.0-657.ubuntu13-64.x86_64.
Time of Update: 2014-11-02
linux下安裝mysql手記,linuxmysql手記安裝mysql 下載mysql-standard-4.1.8-pc-linux-i686.tar.gz檔案到目錄/usr/local/下 # groupadd mysql //添加mysql使用者組 # useradd -g mysql mysql //在mysql使用者到mysql使用者組 # tar –zxvf
Time of Update: 2014-11-02
使用Xshell產生key,免密碼登入linux我們通常在Xshell使用命令ssh
Time of Update: 2014-11-02
Centos7學習之添加使用者在使用 Centos 之前用的更多是Ubuntu,所以在 useradd 和 adduser 兩條命令出現歧義,在Ubuntu系統上這是兩條命令,而在Centos上則是同一條命令,adduser 是連結的形式存在# ll /usr/sbin/ | grep userlrwxrwxrwx. 1 root root 7 10月 30 17:09 adduser -> useradd-rwxr-x---. 1 root root 114
Time of Update: 2014-11-02
linuxtar壓縮排除某個檔案夾一般直接用tar命令打包很簡單,直接使用 tar -zcvf test.tar.gz test 即可。在很多時候,我們要對某一個目錄打包,而這個目錄下有幾十個子目錄和子檔案,我們需要在打包的時候排除其中1、2個目錄或檔案。這時候我們在用tar命令打包的時候,增加參數 --exclude 就能達到目的。例如:我們以tomcat 為例,打包的時候我們要排除 tomcat/logs 目錄,命令如下:tar -zcvf tomcat.tar.gz
Time of Update: 2014-11-02
CentOS6安裝核心源碼1,安裝依賴yum -y install gccyum -y install gcc-c++ yum install make -- 或者yum groupinstall "Development Tools" -- 或者yum install gcc gcc-c++ kernel-devel--安裝ncursesyum install gcc make ncurses ncurses-devel perlyum update2,下載源碼包cd