Time of Update: 2018-07-22
How do I install TeamViewer on my Linux distribution? Graphical installation For installing TeamViewer, we recommend using the graphical installer. The graphical installer can be invoked by (double) clicking the downloaded package. If this
Time of Update: 2018-07-22
第一:下載,解壓mongodb檔案。把解壓的檔案放在/opt/下面(存放目錄安裝自己習慣存放) # wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.0.4.tgz # tar -zxvfmongodb-linux-x86_64-2.0.4.tgz # mv mongodb-linux-x86_64-2.0.4.tgz mongodb2.0.4
Time of Update: 2018-07-22
http://www.cnblogs.com/jennybackup/p/3951935.html m4Java包為: im4java-1.2.0.jar 直接在lib下引用即可 GraphicsMagick的安裝如下: windows下: 安裝:GraphicsMagick-1.3.12-Q16.zip 並配置GraphicsMagick的安裝路徑 linux下: 安裝:GraphicsMagick-1.3.18.tar.gz 1、
Time of Update: 2018-07-22
查看當前一級目錄檔案大小 du -h --max-depth=1 查看目前的目錄所有檔案大小 du -sh du -k --max-depth=1 以kb為單位顯示 常用的幾個參數 1.–max-depth=<目錄層數> 超過指定層數的目錄後,予以忽略。如果為0 則相當於du-sh du -sh --max-depth=0 du: warning: summarizing is the same as using
Time of Update: 2018-07-22
遠程登入伺服器用vim在終端下編輯查看檔案經常會遇見各種中文亂碼問題。做如下設定可基本解決vim中文亂碼問題 首先查看系統對中文的支援locale -a | grep zh_CN 輸出範例如下 zh_CN.gbk zh_CN.utf8 vim 只能正確識別列表中的中文編碼檔案,如需識別其他編碼類別型的中文檔案,則需要做系統升級 vi ~/.bash_profile 檔案末尾添加 export LANG="zh_CN.UTF-8"
Time of Update: 2018-07-22
ubuntu預設並沒有安裝ssh服務,如果通過ssh連結ubuntu,需要自己手動安裝ssh-server。判斷是否安裝ssh服務,可以通過如下命令進行: xjj@xjj-desktop:~$ ssh localhost ssh: connect to host localhost port 22: Connection refused
Time of Update: 2018-07-22
AWK是一種優良的文本處理工具,Linux及Unix環境中現有的功能最強大的資料處理引擎之一. 這篇部落格是http://coolshell.cn/articles/9070.html的讀書筆記。 --- // //按列輸出 // 首先,用 netstat > netstat.txt 命令把netstat的結果重新導向到netstat.txt中 結果類似這樣: Proto Recv-Q Send-Q Local Address
Time of Update: 2018-07-22
這是csdn linux版主寫的: 《Linux程式設計》->《Linux進階程式設計》-《Unix環境進階編程》
Time of Update: 2018-07-22
首先,看下man tar: NAME tar - The GNU version of the tape archiver (tar) utility SYNOPSIS tar <operation> [options] Operations:
Time of Update: 2018-07-22
--- Linux下檔案分割可以通過split命令來實現,可以指定按行數分割和按大小分割兩種模式。Linux下檔案合并可以通過cat命令來實現。 模式一:指定分割後檔案行數 先 wc -l large_file.txt 得到檔案行數,然後執行分割命令: split -l 300 large_file.txt small_file_prefix 模式二:指定分割後檔案大小 split -b
Time of Update: 2018-07-22
1.find 使用形式: <span style="font-size:14px"> find <指定目錄> <指定條件> <指定動作></span> 執行個體:find / -name 'hiphop*' /:根目錄 -name : 按名字查詢 ‘hiphop*’ 名字開頭是‘hiphop’的檔案 2.whereis whereis
Time of Update: 2018-07-22
原文地址:http://community.linuxmint.com/tutorial/view/486 Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint Through this tutorial, you'll learn how to Install Apache, MySQL and PHP. If you're a webpage designer or developer and
Time of Update: 2018-07-22
概述 SVN的備份一般有3種方式:svnadmin dump 、svnadmin hotcopy、svnsync,本文採用全量備份,即使用svnadmin hotcopy的方式進行備份。考慮到硬碟損壞的可能性及災難發生後快速恢複的需要,本方案採用hotcopy異機備份的方式,要求增加一台Linux作業系統的備機,同樣安裝SVN服務。 備份策略的要點概述如下: 1)
Time of Update: 2018-07-22
1.awk數組 awk用於資料處理很方便。awk的數組,是一種關聯陣列(Associative Arrays),下標可以是數字和字串。因無需對數組名和元素提前聲明,也無需指定元素個數 。數組元素用0或空串來初始化,這根據上下文而定。 <1>建立數組 array[index] = value :數組名array,下標index以及相應的值value。 複製代碼 <2>讀取數組值
Time of Update: 2018-07-22
Linux檔案編輯器 Vi(Vim) 關鍵字: vim 1、關於文字編輯器; 文字編輯器有很多,比如圖形模式的gedit、kwrite、OpenOffice ... ... ,文字模式下的編輯器有vi、vim(vi的增強版本)和nano ... ... vi和vim是我們在Linux中最常用的編輯器。我們有必要介紹一下vi(vim)最簡單的用法,以讓Linux入門級使用者在最短的時間內學會使用它。 nano
Time of Update: 2018-07-22
把windows下的.ppk檔案轉成linux下的openssh key(實現無密碼登入): --------------- Do it with Putty. Linux: with your package manager look for the putty alternative: Debian like apt-cache search putty RPM based yum list
Time of Update: 2018-07-22
在自己機器上裝虛擬機器,然後又在上面裝了oracle 11g,資料庫裝完後,sqlplus運行不起來,提示沒許可權,於是禁用了selinux,但是重啟系統報錯: Unable to load SELinux Policy. Machine is in enforcing Mode. Halting now.
Time of Update: 2018-07-22
今天搭建好FTP後,我用建立的linux使用者不能登陸,回顯的結果是: 500 OOPS: cannot change directory:/home/linux 查了下原因,原來是SElinux的配置問題,SELinux阻止vsftp使用者訪問主目錄 下面是解決方案: 如果啟用了SELinux,則本機使用者通過ftp訪問伺服器時,將會發生如下錯誤: 500 OOPS: cannot change directory:/home/user Login
Time of Update: 2018-07-22
聲明:本文來自:ubuntu中文論壇 本文是寫給 gcc 新手的入門文章,所以內容比較簡單。如果你知道下面3條命令都可以編譯c++的話,就不用在本文浪費時間了 代碼: g++ -Wall hellocpp.cpp gcc -Wall hellocpp.cpp -lstdc++ gfortran -Wall
Time of Update: 2018-07-22
一. 啟動,關機,登入,登出相關命令<login> 登入<logout> 登出<exit> 登出<shutdown> 停止系統<halt> 停止系統<reboot> 重啟動<poweroff> 切斷電源<sync> 把記憶體裡的內容寫入磁碟<lilo> 安裝lilo啟動管理程式<grub> 安裝lilo啟動管理程式