for booting /running on hardware with limited resources
for testing a patch and provide feedback to devs
for diabling sth when there is a conflict
to support my unsupported hardware
def:paper attempts to explain what buffer overflows are, and how their exploits work.
something useful but not directly related:
virtual memory
experience with gdb
On many C implementations it is possible to corrupt the execution stack by writing past the end of an array declared auto in a routine. Code that does this is said to smash the stack, and can cause return from the routine to jump to a random address.
前言:在windows中,一個檔案後面都會附帶一串由一個點和一串文字所組成的後綴,這個機制稱為副檔名,for example:.txt、.word…等,這個機制讓作業系統能夠辨識一個檔案的特徵和做更進一步的使用,而在unix/linux並沒有附檔名的機制,那linux是使用什麼樣的方式來辨別一個檔案?
meta data embedded in the file itself that identifies the file type
被嵌入在檔案中用來偵測檔案類別的元資料。
可以使用file(1)命令來檢查一個檔案的格式。
nvidia-xconfig will make xorg totally render on the display card.If we got two display driver,nvidia-xconfig will make an xorg.conf and take over the control of the display.
I created a bugzilla account
I accidentally break my dependancy on gettext
Example 3. Failover Mode Between Ethernet and Wireless Interfaces
先安裝intel核心顯卡驅動i915kms,
安裝顯卡後分為兩種情況,是否支援獨顯直連,如果不支援,需要先安裝i915kms在安裝
獨顯直連:
最後可以安裝mesa-demos作為測試
nvrun-vgl bounce
Super-Server
only needs to start inetd for many other application
when connection to a service managed by inetd,
Using inetd for services that are not heavily used can reduce system load, when compared to running each daemon individually in stand-alone mode.