韌館-LearnHouse

Archive for the 'Linux' Category

[轉]uclibc,eglibc,glibc差別

來源:https://read01.com/yO55Pg.html

1.Glibc
glibc = GNU C Library
是GNU項(GNU Project)目,所實現的 C語言標準庫(C standard library)。
目前,常見的桌面和伺服器中的GNU/Linux類的系統中,都是用的這套C語言標準庫。
其實現了常見的C庫的函數,支持很多種系統平台,功能很全,但是也相對比較臃腫和龐大。
Read more...

2017年6 月 posted by admin in Linux and have Comment (1)

CentOS 5安裝ClamAV與病毒碼更新問題解決方案

安裝

http://www.sydt.com.tw/k-12/qa_013.asp

病毒碼更新問題解決

http://www.techonia.com/upgrade-clamav-centos

2012年12 月 posted by admin in Linux and have No Comments

ccsrch找尋log中的信用卡卡號

Description

ccsrch is a tool that searches for and identifies unencrypted and contiguous credit card numbers (PAN) and track data on windows and UNIX operating systems. It will also identify the location of the PAN data in the files and record MAC times. link

以上是官方的描述,意思是說ccsrch這個工具是用來track資料中沒有加密的信用卡卡號(PAN),而且可以運行在winsows和UNIX上。如果有閱讀README,進一步會發現它提供的source code可以移植到以下各個作業系統

Read more...

2012年11 月 posted by admin in Linux and have No Comments

DB2資料庫常用指令大全

網路轉載

*命令列窗口*

#打開命令列視窗
db2cmd
#打開控制中心
db2cmd db2cc
#打開命令編輯器
db2cmd db2ce
Read more...

2012年3 月 posted by admin in Linux and have No Comments

查詢Linux發佈版本(distribution version)

純粹只是記錄一下一個簡單的方法來找尋你自己安裝的linux發佈版本
由於太久沒去碰我的linux server,有點忘記我是安裝哪個版本的CentOS
估一下,發現有一個指令蠻好用的,那就是lsb_release
其實lsb就是Linux Standard Base的縮寫,顧名思義就是跟linux標準有關啦~
後面又有dash加release,應該就猜得出七八成了
就是可以顯示目前linux的版本 Read more...

2012年1 月 posted by admin in Linux and have No Comments

Linux硬體查詢與掛載

lpci可以看pci上的裝置,lusb可以看usb上的裝置
兩個ID都可以查/usr/share/hwdata/pci.ids得知硬體廠商
dmesg是開機時核心去偵測系統的硬體
可以用dmesg | grep -i hd直接看硬碟的資訊
dmesg | grep -i eht看網路卡資訊
mount -t ext3 /dev/sda /mnt/eHD

有空在來補.......

2009年6 月 posted by admin in Linux and have No Comments