If you started your ssh session with the X11 forwarding enabled but with the following message:/usr/bin/X11/xauth: error in locking authority file ...There is a chance the .Xauthority in your home-directory has wrong permissions ( should be -rw----
指導2:輸出到螢幕SDL和視頻為了在螢幕上顯示,我們將使用SDL.SDL是Simple Direct Layer的縮寫。它是一個出色的多媒體庫,適用於多平台,並且被用在許多工程中。你可以從它的官方網站的網址http://www.libsdl.org/上來得到這個庫的原始碼或者如果有可能的話你可以直接下載開發包到你的作業系統中。按照這個指導,你將需要
首先 server-status和server-info 依賴於/usr/local/apache2/conf/extra/httpd-info.conf於是去/usr/local/apache2/conf/extra/httpd-info.conf中修改配置,可以修改如下:## Get information about the requests being processed by the server# and the configuration of the server.##
科普貼: Wine是一個在x86、x86-64上容許類Unix作業系統在X Window System下運行Microsoft Windows程式的軟體。另一方面,電腦程式設計師能經由Wine的程式庫將視窗的程式轉移至類Unix作業系統中運行。也有不少軟體經過Wine測試後發布,比如Picasa,uTorrent,MediaCoder。Wine解為 “Wine Is Not
1.在儲存.propertity檔案顯示錯誤:Save could not be completed. Reason: some characters cannot be mapped using “ISO-8859-1“ character encoding. Either change the encoding or remove the characters which are not supported by the “ISO-8859-1“ character
在ubuntu安裝apache,php之後,項目怎麼訪問都是internal error,無法開啟實在沒有辦法,想到apache看日誌:/usr/local/apache2/logs# tail -f error_log 才發現:[Tue Aug 13 10:18:49 2013] [error] [client 127.0.0.1] PHP Fatal error: Class 'Redis' not found in
轉自:http://hi.baidu.com/317264476/blog/item/0851443cca5362f53c6d97e8.html現象:開啟WinCvs時資訊提示:TCL or Python are not available, shell is disabled.Macros菜單不可以使用解決方案:安裝python,然後開啟WinCvs/Admin/Preferences,WinCvs頁簽Python: C:\WINDOWS\system32\python27.dllTCL
原因是因為我本機有編譯版的apache和apt-get install安裝的apache共存,而且目前service apache2 start提示找不到apache2.conf,另外還有各種問題,所以想完全刪除apt-get安裝的apache2.錯誤提示:file /etc/apache2/apache2.conf: No such file or directory 之類的。下面開始卸載:如果有dpkg可以直接執行,沒有可以apt-get安裝:dpkg -P apache2dpkg -P