Jump to...
redirecting...

Log for Ubuntu 台灣社群

xrender 跟glx是什麼東西?
xrender 會用CPU跑,glx 是用 opengl跑
所以glx會比較好?
有人知道Linux上比較好用的免空下載管理器嗎?稍微Google了一下,相關的資料比較多的是2011年的,不確定現在還能不能用...
免空需要下載器?
我只知道百度需要aria2暴力分割下載
連結數開到上百個什麼的
[sticker](media:AAQFABOPGMEyAAQemZqjAAHSdeGiEwACAg@telegram)
[photo](media:AgADBQADvKcxG_dgQFYc7oGyBXZHkeNXyjIABMrqRi-cjDa-WtwDAAEC@telegram)
我的 KDE 還沒死過幾次耶 :P
Manjaro沒死過😁
不是這個
🤔🤔🤔
想問一下 我在安裝zenphoto ,結果要輸入網址測試,出現"<?php

define('OFFSET_PATH', 0);
if (!$_zp_script = @$_SERVER['SCRIPT_FILENAME']) {
$_zp_script = __FILE__;
}
$_contents = @file_get_contents(dirname($_zp_script) . '/zp-data/zenphoto.cfg.php');

if ($_contents) {
if (strpos($_contents, '<?php') !== false)
$_contents = '?>' . $_contents;
@eval($_contents);
if (@$_zp_conf_vars['site_upgrade_state'] == 'closed') {
if (isset($_zp_conf_vars['special_pages']['page']['rewrite'])) {
$page = $_zp_conf_vars['special_pages']['page']['rewrite'];
} else {
$page = 'page';
}
if (!preg_match('~' . preg_quote($page) . '/setup_set-mod_rewrite\?z=setup$~', $_SERVER['REQUEST_URI'])) {
if (file_exists(dirname($_zp_script) . '/plugins/site_upgrade/closed.php')) {
header('location: plugins/site_upgrade/closed.php');
}
exit();
}
}
}
unset($_contents);
include (dirname(__FILE__) . '/zp-core/index.php');
?>" 這是什麼意思?
不是只能10個嗎
一個伺服器最高16個沒錯,沒有重新編譯的話
但是aria2最威的就是可以從多個伺服器同時下載啊
還要重新編譯喔.-.
好麻煩
8個伺服器不就破百了
[sticker](media:AAQBABPfbu8vAATVs04Nyacz4rEQAAIC@telegram)
Web 伺服器的 PHP 支援沒安裝好
所以重新安裝php5?
要看是哪個 Web 伺服器
php不是裝了就可以用啊
你要告訴web server把.php檔案交給php處理
除非是 appserv 啥的,不然預設都不會幫你弄好吧
我只是想要方便管理排程+有些可以避開下載上限的www
Windows上有像是Mipony這類的
(不過 apt 的 php 直接包了設定過的 apache
jdownload2 ?
如果php5 出現被其他套件引用,是否就無法啟動php5?
我試試看
完全無關
那有辦法把apache2跟php5相關套件移除在重新安裝?
你應該要去找 Apache 設定
Ubuntu 的話請檢查 libapache2-php*-mod 有無安裝
那有辦法把apache2跟php5相關套件移除在重新安裝?
要怎麼移除呢?
我有安裝
apt remove 套件名稱
然後用 a2enmod 命令啟用模組,詳情請參閱該命令 manpage
這個啊...
firefox addon
另外可以執行 apachectl -t -D DUMP_MODULES 查閱目前啟用的模組
想當初我nginx設定…
用 Caddy 搭配 php-fpm 也很方便
[photo](media:AgADBQAD96cxGzWESFahNU-rxnCvGf5ByjIABPGyufU9TqAMy-gDAAEC@telegram)
求解QQ
看起來可能是 JVM 造成 CPU 沒 Sync
嗚嗚
感覺是 disk io 造成的問題xDDDD
你前面發生的硬碟壞軌有處理好了嗎?
那應該是
QQ
完全沒新硬碟能用RRR
這看起來像是更嚴重的硬體錯誤或是系統核心缺陷喔
OAO
CPU L2 TLB Cache multimatch
可以查查看
CPU0 回報 L2 快取出狀況?這個恐怕很嚴重……
multimatch,看來是某個只能有一個吻合的東西出現多解XD
正常情況下快取對程式而言是不存在的,應該不會是軟體的問題而已。
CPU 型號是?
有沒有考慮過接觸不良
要不要試試橡皮擦(#
0...0
從記憶體到滑鼠都可以用橡皮擦修喔(#
mt@www:~$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                2
On-line CPU(s) list:   0,1
Thread(s) per core:    1
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             AuthenticAMD
CPU family:            15
Model:                 107
Model name:            AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Stepping:              2
CPU MHz:               2970.980
BogoMIPS:              5942.02
Virtualization:        AMD-V
L1d cache:             64K
L1i cache:             64K
L2 cache:              512K
NUMA node0 CPU(s):     0,1
mt@www:~$
還是看不懂錯誤原因QQ
http://mcelog.org/cache.html
這邊大概有講一些,大概是 CPU 內建的快取記憶體掛了
就 R.I.P.
CPU 內建的快取記憶體掛掉....
CPU 不能更換的話就 GG
不過裡面有提到有可能可以繼續運作,但是避免使用出問題的快取記憶體的結果就是系統效能會降低
X86 CPUs report errors detected by the CPU as machine check events (MCEs). These can be data corruption detected in the CPU caches, in main memory by an integrated memory controller, data transfer errors on the front side bus or CPU interconnect or other internal errors.    Possible causes can be cosmic radiation, instable power supplies, cooling problems, broken hardware, running systems out of specification, or bad luck.
Most errors can be corrected by the CPU by internal error correction mechanisms. Uncorrected errors cause machine check exceptions which may kill processes or panic the machine. A small number of corrected errors is usually not a cause for worry, but a large number can indicate future failure.
When a corrected or recovered error happens the x86 kernel writes a record describing the MCE into a internal ring buffer available through the /dev/mcelog device mcelog retrieves errors from /dev/mcelog, decodes them into a human readable format and prints them on the standard output or optionally into the system log.
論硬碟跟 CPU 同時壞掉的機率
CPU的cache會壞掉還蠻罕見的@@