IntroductionYou may well have read my first part to this article. If not then you can read it here. Part two of my remote access experiment has now been completed. My idea was to run a remote Linux desktop on my Windows XP computer. This allowed me
One of my customers has a VPN which I'd like to access. They provided me with a copy of the Cisco VPN client for Linux, and a "pcf" configuration file for the client. Here's what i had to do to get the Cisco VPN client working in Linux - and it does
換上ubntu9.10 64位,作為web工作者來說apache、php、mysql都必要安裝的,在win裡習慣了xampp,不是伺服器為什麼非要一個一個裝呢,當然xampp也有linux版的,xampp for linux或者稱lampp。剛好裝的是64位的,xampp預設不支援64 位元安裝,怎麼解決呢?64位安裝lampp(xampp for linux)首先,安裝32位支援包sudo apt-get install ia32-libs可是依然還會提示“XAMPP is
這幾天在學習Linux下的C語言開發。今天要寫一個取1到100之間質數的題。可是,當我用bool類型定義變數b,來標記一個數是否為質數時,編譯出錯。錯誤資訊顯示如下: 'bool' undeclared (first use in this function) (Each undeclared identifier is reported only once for each function it appears in.) 在Google在搜了半天,也沒不明白。後來,
[註:在vi中使用:help expandtab可以查看expandtab的使用說明,其它配置項同理。]1. Tab自動轉換為空白格 在~/.vimrc中加入: set tabstop=4 // Force tabs to be displayed/expanded to 4 spaces (instead of default 8). set expandtab // Use the appropriate number of spaces to insert