Skip to content

Zeroplex 生活隨筆

軟體開發、伺服器和生活瑣事

小 縮小字型大小。 中 重設字型大小。 大 放大字型大小。

標籤: 作業系統

FreeBSD make kernel in IBM X3550

Posted on 2008 年 1 月 3 日2021 年 3 月 12 日 By 日落 在〈FreeBSD make kernel in IBM X3550〉中尚無留言

dmesg:

CPU: Intel(R) Xeon(R) CPU           E5335  @ 2.00GHz (1995.01-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0x6fb Stepping = 11
Features=0xbfebfbff
Features2=0x4e33d
AMD Features=0x20100800
AMD Features2=0x1
Cores per package: 4
usable memory = 2134093824 (2035 MB)
avail memory = 2059395072 (1963 MB)
ACPI APIC Table:
FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
cpu2 (AP): APIC ID: 2
cpu3 (AP): APIC ID: 3
cpu4 (AP): APIC ID: 4
cpu5 (AP): APIC ID: 5
cpu6 (AP): APIC ID: 6
cpu7 (AP): APIC ID: 7

time make -j16 buildworld KERNCONF=MONS

>>> World build completed on Fri Jan  4 02:37:11 CST 2008
--------------------------------------------------------------
4576.008u 22291.090s 1:14:39.80 599.7% 5049+1106k 14082+8301io 3958pf+0w
Tags:FreeBSD, 作業系統, 生活雜記

在 FreeBSD 刪除有關連 (dependent) 的 ports

Posted on 2007 年 12 月 30 日2021 年 3 月 12 日 By 日落 在〈在 FreeBSD 刪除有關連 (dependent) 的 ports〉中尚無留言

有時候 pkg_delete 會因為 ports 底下有其他關連的套件,系統會不讓你刪除。

> pkg_delete teTeX-base-3.0_12
pkg_delete: package 'teTeX-base-3.0_12' is required by these other packages
and may not be deinstalled:
cm-super-0.3.3_1
dvipsk-tetex-5.95a_2
xdvik-tetex-22.84.10_1

加上 -r 參數會讓 pkg_delete 一起將這些有關連的 ports 一起刪除。

Tags:FreeBSD, 作業系統

FreeBSD VirtualHost

Posted on 2007 年 12 月 22 日2021 年 3 月 12 日 By 日落 在〈FreeBSD VirtualHost〉中尚無留言
<VirtualHost *:80>

ServerAdmin admin@domain
DocumentRoot /home/www/
ServerName www.your.domain
ErrorLog /var/log/httpd-error.log
CustomLog /var/log/httpd-access.log combined

Alias /phpmyadmin "/home/www/phpmyadmin/"

<Directory "/home/www/">
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>

</VirtualHost>
Tags:FreeBSD, 作業系統

FreeBSD 網路校時

Posted on 2007 年 11 月 26 日2021 年 3 月 12 日 By 日落 在〈FreeBSD 網路校時〉中尚無留言

ntpdate time.stdtime.gov.tw

Tags:FreeBSD, 作業系統, 資訊學習

Unix 離線背景作業

Posted on 2007 年 11 月 12 日2021 年 3 月 12 日 By 日落 在〈Unix 離線背景作業〉中有 2 則留言

讓 Unix 系統在使用者登出之後仍然繼續背景作業。
nohup your_command &

Tags:作業系統

文章分頁

上一頁 1 ... 5 6 7 ... 10 下一頁

其他

關於我  (About me)

小額贊助

  文章 RSS Feed

  留言 RSS Feed

Apache AWS Bash C/C++ Docker FreeBSD GCP Git Google Java JavaScript Laravel Linux Microsoft MSSQL MySQL Nginx PHP PHPUnit PostgreSQL Python Qt Ubuntu Unix Vim Web Windows WordPress XD 作業系統 分享 好站推薦 專題 攝影 新奇搞笑 新聞 旅遊 生活雜記 程式設計 網路架站 網頁設計 資訊學習 資訊安全 遊戲 音樂


創用 CC 授權條款
本著作係採用創用 CC 姓名標示-相同方式分享 4.0 國際 授權條款授權.