星期六, 12月 04, 2004

 

拿掉blogger.com上面的Navigation Bar?

這是zonble在他的Blog中提到的方法。我試著做,因為我就是依附在Blogger上的Blog,結果真的達到標題的期望。可是後來我又拿掉了,原因我自己其實覺得那行字還不錯:有時讓我能逛逛別人的blog,而且編輯的時候更是好用,直接按下左上角的log 就行了。因此想想,還是移除維持原樣了,不過如果您要嘗試,按下標題,看看zonble的文章就行了!
zonble還有其他文章也很不錯!

 

冬天颱風剛過的天空










冬颱南瑪都來的很快,雖然也造成了一些災害,但走也的很快。今天上午藍天在疾走的白雲中迅速的開展,中午高雄的天空就已經是這個模樣了,像是夏天吧!天氣真的很奇特。











其實昨天的雲圖還來勢洶洶 今天早上才好一些   到了中午就好多了

星期四, 12月 02, 2004

 

3G大小的信箱

更大更新的郵件信箱,1 G 大小google mail早已不是第一名了,但這會兒居然來了個 3G大小的信箱空間,想要申請可上官方網站申請http://unitedemailsystems.com/
What do you get?
  • Free 3 GB storage - up to 150,000% more than other free e-mail providers!
  • Free virus scanning for e-mail attachments!
  • Access from anywhere you have a Web connection!
  • POP3 / IMAP and WAP Acess!
  • SMS System / Forum / Interactive Services
  • Auto Message Responders & Auto Forwarders
  • Never Have To Delete Again


  • 星期二, 11月 30, 2004

     

    關閉 Linux xwindows

    昨天server突然無法進入,到了login的畫面就直接成為黑螢幕,原來xwindows無法出現,想想本來做server就不適合進入xwindows,所以就請同學協助,把Fedora的xwindows關掉.......

    vi /etc/inittab

    #
    # inittab This file describes how the INIT process should set up
    # the system in a certain run-level.
    #
    # Author: Miquel van Smoorenburg,
    # Modified for RHS Linux by Marc Ewing and Donnie Barnes
    #

    # Default runlevel. The runlevels used by RHS are:
    # 0 - halt (Do NOT set initdefault to this)
    # 1 - Single user mode
    # 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
    # 3 - Full multiuser mode
    # 4 - unused
    # 5 - X11
    # 6 - reboot (Do NOT set initdefault to this)
    #
    id:3:initdefault: 此處的id:3須鍵入 3

    # System initialization.
    si::sysinit:/etc/rc.d/rc.sysinit

    l0:0:wait:/etc/rc.d/rc 0
    l1:1:wait:/etc/rc.d/rc 1
    l2:2:wait:/etc/rc.d/rc 2
    l3:3:wait:/etc/rc.d/rc 3
    l4:4:wait:/etc/rc.d/rc 4
    l5:5:wait:/etc/rc.d/rc 5
    l6:6:wait:/etc/rc.d/rc 6

    # Trap CTRL-ALT-DELETE
    ca::ctrlaltdel:/sbin/shutdown -t3 -r now

    # When our UPS tells us power has failed, assume we have a few minutes
    # of power left. Schedule a shutdown for 2 minutes from now.
    # This does, of course, assume you have powerd installed and your
    # UPS connected and working correctly.
    pf::powerfail:/sbin/shutdown -f -h +2 "Power Failure; System Shutting Down"

    # If power was restored before the shutdown kicked in, cancel it.
    pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled"


    # Run gettys in standard runlevels
    1:2345:respawn:/sbin/mingetty tty1
    2:2345:respawn:/sbin/mingetty tty2
    3:2345:respawn:/sbin/mingetty tty3
    4:2345:respawn:/sbin/mingetty tty4
    5:2345:respawn:/sbin/mingetty tty5
    6:2345:respawn:/sbin/mingetty tty6

    # Run xdm in runlevel 5
    x:5:respawn:/etc/X11/prefdm -nodaemon



    This page is powered by Blogger. Isn't yours?