Fedora 22 / CentOS 7.1 安裝Webmin
hi, in today’s article we will show you the installation process of Webmin on Fedora22/CentOs7.1. Webmin is a program
ubuntu 下載安裝包的源代碼
$ which ps/bin/ps$ dpkg -S /bin/psprocps: /bin/ps$ apt-get source procpsps字母太少,很多重復,所以要用完整的路徑才容易查得到。如果是比較長的命令,我一般直接用d
linux 知識
關於linux知識點總結: 1 linux是操作系統 2 Linux 系統下可以開發java應用程序 3 並且源碼開放 4 java的jvm是用本地C寫的,所以Linux上的jvm與windows上的jvm 不同 5< 順便提
CentOS 7 Setup iTOP (IT Operational Portal)
iTOP is a simple, Open source web based IT Service Management tool. It has all of ITIL functionality that includes wi
Linux TCP擁塞控制中undo操作
Linux的TCP實現復雜且繁瑣,建議不要直接去看代碼,而是花點時間把TCP規范先撸一遍。本文主要描述一下TCP實現中undo操作,然後順便再吐一下槽(千萬不要覺得吐槽有什麼不好,很多好東西都是從吐槽開始的,從造紙,蒸汽機,到法蘭西第
CentOS 7Install Zabbix Monitoring Server and Agent
n this tutorial we will setup a complete Network Monitoring System to install and configure Zabbix Server and its age
Centos 7.x Install and Setup Asterisk 13 (PBX)
Asterisk (PBX) is an open source communication server released under the GPL license maintained by Gigium and Asteris
Centos 6.5 安裝Asterisk
在這一章我們將詳細介紹如何從源代碼安裝Asterisk。很多人回避這種方法,說它太難了,又耗時間。我們在這裡想證明的是從源代碼安裝Asterisk其實沒那麼難。更重要的是,我們想為你提供一個最好的Asterisk安裝,以便學習。在本書
基於半關閉的文件傳輸程序(Linux
1.套接字和流(Stream)兩台主機通過套接字建立連接後進入可交換數據的狀態,又稱為“流形成的狀態”。也就是把建立套接字後可交換的數據的狀態看作一種流。此處的流可以比作水流。水朝著一個方向流動,同樣,在套接字的流中,數據也只能向一個
Ubuntu / CentOS Guide to Install OpenCart
OpenCart is a free and open source web based eCommerce online store management system for a better shopping cart solu
CentOS 7Install PrestaShop
PrestaShop is the most powerful, dynamic and fully-featured free eCommerce software enriched with innovative tools. I
Scan / Detect New Luns In Redhat Linux & Outputs To Remember
You use the below commands to identify existing LUNS and How to add newly mapped LUNS to Linux.Check the current atta
CentOS 6 Setup ZPanel CP on Linux
Today we are going to show you about one of the most important solution of web hosting control panel which is more th
Linux入門基礎 #1:命令行bash基本操作
----------------------------------------------------------------------------------Shell(殼)是用戶與操作系統底層(通常是內核)之間交互的中介程序,
Linux入門基礎 #2:Linux文件系統基本結構
----------------------------------------------------------------------------------Linux文件系統為一個倒置的樹狀結構,所有文件或文件夾均包含在一個根
Linux入門基礎 #3:文件基本操作管理和常用命令
--------------------------------------------------------------------------------------文件基本操作命令“cp”用以復制文件或目錄:$ cp [-r
Linux入門基礎 #4:文件系統
Linux文件系統結構/bin 存放二進制文件(可執行命令rm,cd,cp等),所有用戶都有權限/dev (device設備的縮寫)存放設備文件在Linux中,所有的硬件設備都被抽象成一個文件/boot 存放內
ubuntu下Android開發環境
ubuntu用作生產環境快一年了今天換了塊固態硬盤,速度槓槓的把一些細節記錄下來,避免日後重新安裝浪費時間1.安裝Ubutnu這個很簡單,網上的帖子比較多2.安裝好之後我個人先安裝搜狗輸入法 http://pinyin.sogou
Linux入門基礎 #5:Linux文件系統掛載管理
---------------------------------------------------------------------------------掛載操作磁盤或分區創建好文件系統後,需要掛載到一個目錄才能夠使用.Win