Enable SSH on Fedora 16Posted onFebruary 13, 2012 | 7 Comments A very quick post, I needed after a fresh Fedora 16 install.Enable sshd service.$ systemctl enable sshd.servicestart sshd service$ systemctl start sshd.servicecheck sshd status if needed.
open 函數用於開啟和建立檔案。以下是 open 函數的簡單描述 #include <fcntl.h> int open(const char *pathname, int oflag, ... /* mode_t mode */); 傳回值:成功則返迴文件描述符,否則返回 -1對於 open 函數來說,第三個參數(...)僅當建立新檔案時才使用,用於指定檔案的存取權限位(access permission
Note: ifCMS(originally named as ycms, but was found confliction with another one, so renamed to ifCMS, which simply means iefreer's personal CMS) it is targetted to be a high performance-full functionality stack ecommerce cms on top of yii framework,
minicom相當於windows下面的超級終端,如果可以像使用超級終端一般的使用minicom,豈不是省了我好多功夫,於是,稍稍去摸索摸索minicom的使用,以前上培訓的時候有說過這個,不太留心,一心往CPLD/FPGA方面走,出來工作了才發現,ARM+Linux才是找工作的落腳點,好,別扯淡了。在linux終端下輸入命令 # minicom就讓我遇上了第一個問題:minicom: WARNING: configuration file not found, using defaults
My Phonesd卡需要分成兩個分區,在windowxp下面死活搞不成。主要的問題是,window只認識sd卡的第一個分區。有人用修改驅動程式,讓windows把sd卡認成日立的microdisk,分區和格式化也可以完成。但是在我的筆記本上,sd讀卡機是筆記本內建的,不是接在usb介面上的,這個方法也行不通。在linux下面給sd卡分區,格式化是非常輕鬆的。我安裝的系統是ubuntu10.04。sd卡插上之後,自動mount了。所以,第一步,umount。$sudo -i