公告板
 [2008-05-06] 新RSS訂閱連結: http://feeds.ssorc.tw/ssorc
 [2007-09-12] 新網址 http://ssorc.tw
 [2007-07-06] ChangeLog 記錄舊文章變動

瀏覽模式: 普通 | 列表

Linux 底下免費的遊戲

有何多圖示可以下載的地方

http://icones.pro/en

1。可以搜尋關鍵字

2。有 png 、ico 檔格式可以下載

3。注意: 如果於商業用途的話請詳看它的 License
attachments/201004/0326086442.jpg
標籤: 圖示 icon

GO語言將成為Linux內建開發語言

http://www.ithome.com.tw/itadm/article.php?c=59985

Google表示,Go還是一個發展中的程式語言,尚未決定最後的語法和規格,例如分號規則還會調整、增加共用變數型別、Generics語法、例外處理等。

未來也會提供除錯器、支援原生客戶端執行程式、支援SWIG、套件管理、持續建置與效能框架,以及相關導入文件等。編譯器也會增加新功能,如正規表示式方法、goto指令限制等。而Google提供的App Engine應用代管服務也會支援這項語言等。

GCC指導委員會(Steering committee)成員David Edelsohn已在1月26日宣布,未來GCC編譯器將採用Go專案團隊開發的gccgo前端編譯器,以及Go語言的GCC專用Runtime,讓GCC編譯器可以支援Go語言,最快在GCC 4.5版中納入。

Linux 用的遠端桌面軟體 - Remmina

http://remmina.sourceforge.net/index.shtml

About the Remmina Project

Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. Currently RDP, VNC, XDMCP and SSH are supported.

Remmina is released with three separated packages:

  • "remmina", the main GTK+ application
  • "remmina-gnome", the GNOME desktop applet
  • "remmina-xfce", the Xfce panel plugin

Remmina is free and open-source software, released under GNU GPL license.

標籤: 遠端桌面 rdp

Linux 指令 dd - 可以產生大檔及備份硬碟磁區

Linux 有個指令 dd

dd - convert and copy a file

它的本意只是用來複製與轉換檔案

1。如果我要一個大檔,比方說 1MB的
dd if=/dev/zero of=1MB_file count=2048 bs=512

bs 是block 的大小,預設 512 bytes

count 是要多少個 bs

1MB的檔也可以這麼作

[閱讀全文]

標籤: dd 硬碟