Time of Update: 2014-10-08
標籤:gdb 調試 棧溢出 彙編 摘要: 本文主要示範linux平台下的棧溢出,首先根據理論對範例程式碼進行溢出攻擊;結果是溢出攻擊成立,但是與設想的有差別;然後採用GDB調試工具對發生的意外,進行深入的分析。測試的平台:1. ubuntu 9; gcc 4.4.1; Gdb
Time of Update: 2014-10-09
標籤:linux***********************************************聲明*********************************************************************** 原創作品,出自 “深藍的blog” 部落格,歡迎轉載,轉載時請務必註明出處,否則追究著作權法律責任。深藍的blog:http://blog.csdn.net/huangyanlong/article/details/39900947
Time of Update: 2014-10-09
標籤:檔案 資料 2014 c r linux ad 資訊 d 2014年10月8號 天氣:無風 霧霾 空氣汙染指數452 嚴重汙染 ①cat
Time of Update: 2014-10-09
標籤:style http io os 使用 ar java 檔案 資料 一、 &nbs
Time of Update: 2014-10-08
標籤:blog http io os 使用 ar 檔案 sp art linux 下動態連結程式庫的製作與使用 linux
Time of Update: 2014-10-08
標籤:blog http io strong 檔案 2014 c on log 1.首先介紹一個與test一樣的測試方式[ expression ](千萬注意expression的前後都有空格,
Time of Update: 2014-10-08
標籤:使用 檔案 sp c r linux 時間 bs 管理 最近學習RHCE,在umask這裡,書裡說要修改/etc/profile和/etc/bashrc兩個檔案,卻沒有說明這兩個區別。於是
Time of Update: 2014-10-08
標籤:memory linux 在free memory較低的情況下, 清空cached memory.執行sync同步髒資料,防止資料丟失>>sync執行清除命令>>sudo sh -c ‘echo 1>/proc/sys/vm/drop_caches‘2. sysctl 控制系統參數 /proc/sys
Time of Update: 2014-10-08
標籤:blog http 使用 檔案 2014 c log r linux 1.判斷一個命令的結果使用test,其返回0,或一個整數。返回0表示true,返回整數表示錯誤碼2.擷取上一個命令的返
Time of Update: 2014-10-08
標籤:style blog color io os 使用 ar java strong 原文:fhqdddddd.blog.163.com/blog/static/186991542012417
Time of Update: 2014-10-08
標籤:des style blog http io 使用 ar 檔案 sp 開始了linux驅動的學習,從最簡單的hello world開始。一、hello
Time of Update: 2014-10-08
標籤:http io os 使用 ar for 檔案 資料 sp 1)根目錄“/”
Time of Update: 2014-10-08
標籤:style blog color io 使用 ar strong 檔案 sp ----轉載請註明出處:部落格園-邦邦醬好最近在學批次程式,一直沒找到能夠結合工作來使用它的地方,前幾天測試服
Time of Update: 2014-10-08
標籤:blog http io os for 檔案 sp div 問題 要想利用HLS來實現視頻的線上播放,就得需要將一個完整的視頻檔案切割成多個ts視頻流,然後利用m3u8的索引檔案來播放。在
Time of Update: 2014-10-08
四、Linux/UNIX操作命令積累【chmod、chown、tail】,chmodchown 在使用Linux/UNIX下,經常會使用文本介面去設定系統或作業系統,作者本人在工作的過程也在不斷接觸這方面的命令,所以為此特醞釀、準備、開始了本文的編寫。本文主要記錄自己平時遇到的一些Linux/UNIX下操作命令,記錄與整理一下,一可加深印象,二可記錄分享。希望各位看官,對於不合適的或有歧義的地方,給予指明與說明,以便共同學習與提高。【轉載使用,
Time of Update: 2014-10-09
linux查看系統版本資訊1,系統版本cat /proc/versionLinux version 2.6.32-131.0.15.el6.x86_64 (mockbuild@x86-007.build.bos.redhat.com) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Tue May 10 15:42:40 EDT 2011 2,核心版本 uname -aLinux bjbj-bgp-jxq-m0
Time of Update: 2014-10-09
ubuntu下安裝xlrd模組,Mysqldb模組Python中安裝xlrd模組1、從 https://pypi.python.org/pypi/xlrd 下載壓縮包2、解壓所下載的壓縮包3、CD到解壓目錄,執行 sudo python setup.py installubuntu伺服器上安裝Mysqldb:sudo apt-get install python-mysqldb安裝成功,可是import MySQLdb 提示找不到此模組sudo apt-get source
Time of Update: 2014-10-09
Linux下修改ssh連接埠和禁止root遠程登入Linux下修改ssh連接埠和禁止root遠程登入 我們都知道,ssh預設連接埠號碼是22,要更改連接埠號碼為9688,需要編輯/etc/ssh/ssh_config和/etc/ssh/sshd_config兩個檔案即可;
Time of Update: 2014-10-09
Linux管道編程執行個體#include <unistd.h>#include <signal.h>#include <stdio.h>char parent[] = "a message from parrent";char child[] = "a message from child";main (){ int chan1[2], chan2[2]; int pid; char buf[100]
Time of Update: 2014-10-09
Linux-Ubuntu中文IME安裝(Ubuntu12.04)Ubuntu中文IME安裝(Ubuntu 12.04)本文地址:http://blog.csdn.net/caroline_wendyUbuntu作為Linux常見的作業系統,是需要熟練使用的。在安裝過程中,IME有時會出現問題,需要手動安裝。點擊System Settings:找到Language Support。Install/Remove Language,找到Chinese(simplified),並點擊Apply