Planet of NCCUCS
dosbox windows resolution Buy Microsoft Windows Server 2008 Web Edition SP2 configure internet connection on windows xp consumer ratings on vinyl windows Buy Microsoft Windows 7 Professional buy dhcp windows 2000 server apple usb keyboard windows drivers Buy Microsoft Office Visio Professional 2007 buy windows xp registration number buy windows applications Buy Microsoft Windows XP Professional SP3 disable autoplay cd windows 2000 asms windows xp home Buy McAfee Total Protection 2009 autocad lt autodesk contemporary windows Buy Cyberlink PowerDVD 8 Ultra check windows genuine effects for windows movie maker Buy Corel VideoStudio Pro X2 audio codec windows cannot end programs in windows xp Buy CorelDraw Graphics Suite X4 borland delphi 5 and windows vista cannot open windows updates Buy Autodesk AutoCAD 2009 checkpoint ngx r65 windows 2003 download terminal services client windows 2000 Buy Autodesk AutoCAD 2010 download windows xp file debug windows application Buy Autodesk 3Ds Max Design 2009 convert dbx outlook express windows mail automatically reboot windows xp Buy Ahead Nero 9 ashampoo defrag windows xp serious error cannot install printer driver windows 2000 Buy Microsoft Office 2003 Professional apple toolbar for windows delay write failed windows xp Buy Microsoft Office 2007 Enterprise cleanup windows startup

Tag: Linux

簡單介紹 GNU Debugger (GDB)

作者:Anderson on 十月.19, 2008 Posted in RSS |

wiki : gdb
GNU 除錯器(GNU Debugger,縮寫:GDB),它是GNU 軟體系統中的標準除錯器,此外GDB也是個具有移攜性的除錯器,經過移攜需求的調修與重新編譯,如今許多的類UNIX作業系統上都可以...

Comments Off : more...

What is V4L(Video4Linux) ?

作者:Anderson on 十月.17, 2008 Posted in RSS |

wiki : Video4LinuxVideo4Linux or V4L is a video capture API for Linux.
about v4l + v4l2

v4l
is the original video capture/overlay API of the linux kernel. It appeared late the 2.1.x development cycle in the linux kernel.

v4...

Comments Off : more...

pthread (POSIX Threads)

作者:Anderson on 十月.16, 2008 Posted in RSS |

基本介紹可以參考wiki;POSIX Threads而在Linux下的多线程编程文中提到;
Linux 系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要...

Comments Off : more...

什麼是Framebuffer ?

作者:Anderson on 十月.16, 2008 Posted in RSS |

wiki : Framebuffer
A framebuffer is a video output device that drives a video display from a memory buffer containing a complete frame of data.
Framebuffer 的架構,是利用 mmap 向 kernel 映射出 “顯示記憶體”區塊...

Comments Off :, more...

好書推薦 Linux 核心

作者:Anderson on 十月.02, 2008 Posted in RSS |

Linux 核 心(The Linux Kernel)是一本歷久彌新的書。正在慢慢摸索中Orz
感謝大大無私分享 ~

[中文繁體版版權聲明]「The Linux Kernel」中文繁體版為 吳天健 及 許宏賓 同學翻譯自南...

Comments Off : more...

linux(ubuntu)環境下開發 Android 所遇到的Eclipse 設定問題

作者:Anderson on 九月.04, 2008 Posted in RSS |

ubuntu上開發android出現一點問題,分享一下解決的過程。
若直接利用apt-get install eclipse 會安裝 eclipse 3.2.2-5ubuntu2。
但是官網推荐比較新的版本
http://code.google.com/android/intro/installing...

Comments Off :, , , more...

Creating an Android Project without Eclipse

作者:Anderson on 九月.02, 2008 Posted in RSS |

Eclipse 是android推薦的開發環境,但是在linux久了,前輩一直說一定要自己手動做一遍才會知道到底做了哪些事情。於是也跟著看了
google android 說明文件中的
Developing Android Applications w...

Comments Off :, more...

[ubuntu] 掛載 cue/bin 光碟映像檔

作者:TaopaiC on 九月.01, 2008 Posted in RSS |

cdemu 可以在 linux 裡建立虛擬的光碟裝置, 再將映像檔掛上. 支援的映像檔包括 .B6T, .CCD, .CDI, .CUE, .ISO, .MDS, .NRG, .TOC , CIF, C2D, DAA .
掛載 ISO 檔
如果只是 .iso 映像檔, linux 可以直接掛載
Comments Off :, , , , more...


如何在linux平台升級java step by step

作者:Anderson on 九月.01, 2008 Posted in RSS |

(不知道該用”linux”這個詞還是該講”ubuntu”,因為首次接觸linux平台就是ubuntu,處在裡面久了也習慣了用ubuntu這個詞。這轉變有點像search => google 這樣的演化。)
方法一:a...

Comments Off :, more...

[轉錄]screen

作者:RedBug on 八月.22, 2008 Posted in RSS |

節錄自 http://blog.dragon2.net/archives/000026.html
使用 screen
在命令列下打 screen 就會進入 screen 的天地:
% screen
注意,所有 screen 的指令都是以 Ctrl 鍵加上 a 鍵開始的,在之後以 C-a...

Comments Off : more...