跳到主要內容

發表文章

中文 fillable PDF 文件可填入表格的PDF

使用環境:Linux Mint  18.3 (Ubuntu 16.04) 目前試過最好的軟體,可以在表格正確輸入中英文: PDF-XChange Editor Plus ,但是需要透過wine來執行。下載PDF-Xchange Editor Plus版本,才能填寫表格內容。目前不了解他說的浮水印問題。 使用過的軟體,但是結果都不大理想,不能百分之百正確填入中英文。Foxit Reader為使用經驗較好的選擇。MasterPDF Editor以前可以,但是2018年最近不穩定,有的版本可以正確填入,有的不能。但是這兩者都要用剪下貼上的方式輸入。 文件檢視器 Xreader 1.6.2 + poppler-data 0.4.7-7 文件檢視器 Evince + poppler-data 0.4.7-7 MasterPDF Editor 5.0.36, 64 bits Foxit Reader 2.4.1.0609 (注意要上英文版網頁,中文版目前版本跟英文版不同) 舊文: ubuntu 中文PDF的顯示

Gmail error 5.5.1 解決辦法

重點在3,產生一組gmail smtp專用的密碼,在『以這個地址寄送郵件』的設定處,配合gmail帳號使用(不是配合原本的gmail密碼) 真麻煩啊。 參看user.today 的 要改的地方太多了,那就改天吧 的 表單使用 Gmail 當 SMTP 時出現 Google 帳戶:登入嘗試遭拒 或 error: 5.5.1 

IGS Switch to IGS14

The IGS intends to switch from IGS08/igs08.atx to IGS14/igs14.atx starting with products of GPS week 1934 (29 January 2017).   The IGS08/igs08.atx framework has been in effect since GPS week 1632 (17 April 2011). IGS08/igs08.ats was also used for the second IGS reprocessing campaign (repro2) back to 1994. source:  [IGSMAIL-7399] Upcoming switch to IGS14/igs14.atx :

設定NSF

需要先在My Cloud圖形介面中設定NSF server,參考WD的 How to configure NFS Service on My Cloud 文章,主要動作有: Settings, Network, NFS Service (turned on) shares, create a new share with NFS Access enabled, then configure the Configure IP Address Allow Access etc. 之後利用即可手動打開 mount -t nfs nfs_server :/nfs/directory /mnt 利用 SettingUpNFSHowTo 的文章 enable NFS from My Cloud install nfs-common on my PC (the NFS client) test mounting a NFS drive using the following: mount -t nfs -o nolock nfs_server :/nfs/directory /mnt

Linux Mint 18 中文方塊字問題

Linux Mint 18 中文,用xreader讀pdf檔案時,有方塊字問題。 修改/etc/font.s/conf.d/49-sansserif.conf中的 資料來源: bbplayers

Trimble t00轉檔到Rinex O檔

基本的程序是:t00 -> dat -> Rinex O file t00 -> dat 利用UNAVCO開發的 runpkr00 ,下載rpm,安裝後執行。指令如下: runpkr00 -dev -tfmt=t00 test.t00 test -dev 為-d、 -e、 -v的組合 test.t00 為原始的t00檔 test為輸出檔名稱,在這裡會產生一個test.dat的輸出檔 dat -> Rinex O 利用UNAVCO開發的 teqc 做到。指令: teqc -tr d test.dat > test.16o