跳到主要內容

嘉義地區廣播頻率表

FM
94.5 警廣台中
97.1 Kiss Radio
98.7 Apple line (good station!)
100.1 ICRT 台中,但其實聽不到
101.3 漢聲
105.1 警廣苗栗
106.5 青春線上


以電台列表:
Apple line:98.7(嘉), 98.9 (南、高)
青春線上:106.5(雲嘉南), 99.1(高屏)
ICRT:100.7(台北), 100.1(台中), 100.7(高)
警廣全國:104.9(北、南、高), 105.1(苗)
警廣地方:94.3(北), 94.5(中), 93.1(高)
Kiss Radio:98.3(新竹), 99.7(中), 97.1(嘉), 99.9(高)
漢聲:106.5(北), 104.5(中), 101.3(嘉), 107.3(高屏)

電台列表AM:
警廣:1512(竹), 1314(南), 819(高)

留言

這個網誌中的熱門文章

在ubuntu中PDF檔案的中英文列印,使用lpr指令

在ubuntu 11.10中列印中文PDF,有時遇到中英混雜的文件,會有印不出部份文字的情形,原因我並不了解,不過經驗上來說多半來自一些別的單位在win環境製作的PDF。解決的方法之一,我一直使用 FoxitReader ,但是他的linux版本不能選列印的雙面、一張紙印兩頁的選項,不過既然FoxitReader使用的列印是lpr,可以用下指令的方式來達到要的效果。 紙張來源: -o InputSlot=Tray3 或  -o InputSlot=Auto 一面印2張: -o number-up=2 雙面列印: sides=two-sided-long-edge 或  sides=two-sided-short-edge 範例: lpr -P HP-Color-LaserJet-2605-2 -o InputSlot=Tray3 -o Resolution= -o PageSize=A4 -o number-up=2 -o sides=two-sided-long-edge test.pdf  資料來源: Command-Line Printing and Options - Documentation - CUPS :

SuSE LINUX 9.1 Professional fine tune note

1. Install 9.1 Perfessional in English 2. install nVidia 3D acceleration capibility YOU -> Installable and Installed Patches -> Download NVIDIA(r) Graphics Driver Reboot the system Note: turning off X Window by using telinit 3 , and then, telinit 5 . 3. use of USB dirves Plug it in (It is usually recognized as a SCSI drive so we use /dev/sda1 to mount it). mount -t subfs /dev/sda1 /media/usb to unmount it: umount /dev/sda1 A nice walk through can be found here . gcin , an alternative of xcin? xcin configuration is here . 4. Mount a ISO image as a drive (e.g., mount abcd.iso to /mnt/cdrom) mkdir /mnt/cdrom mount -t iso9660 -o loop /opt/images/abcd.iso /mnt/cdrom