GnuCash
Gnucash入門使用教學(一)
GnuCash進階教學-股票篇(1)
09年退伍之後,就想著之後工作一定要瞭解自己的金錢流向,不會開源要先節流;有作投資的話,要能夠知道自己的獲利或是損失有多少,當成公司一樣管理,而不只是玩興趣的而已,剛好又學過基本的會計,就想實踐看看,基本上因為自己使用ubuntu,就不考慮windows only的軟體了,找了許多,正好GnuCash最合我的胃口,因為他的設計就是以會計原則列出所有名目的。
2011/03/15
2011/03/13
大通(PX) HD-325 電視棒 on Ubuntu 10.04 x64
可否幫解釋如何安裝電視棒??
Linux,TV
smscore_set_device_mode: error -2 loading firmware: dvb_nova_12mhz_b0.inp
原本看到大通的電視棒可以解 Hi-HD 才買的,而且又看到他的盒子上說有支援 linux,報帳的項目剛好允許,二話不說買來玩玩看,沒想到這麼難裝。
Linux,TV
smscore_set_device_mode: error -2 loading firmware: dvb_nova_12mhz_b0.inp
原本看到大通的電視棒可以解 Hi-HD 才買的,而且又看到他的盒子上說有支援 linux,報帳的項目剛好允許,二話不說買來玩玩看,沒想到這麼難裝。
2010/09/14
銀行存款準備率
http://mrmo.cc/mouson/134
存款準備率(Required reserve ratio) – 為銀行存款準備金和存款間的比率。若銀行存款準備金額度超出央行所規定的比率(「法定存款準備金」),超出的部份則稱為「超額準備金」。調整存款準備率為各國中央銀行重要的貨幣政策工具之一。
##
銀行保留現金佔存款的比例,保留的現金可用做提款及現金流通支用(支援),超過準備率的現金可以用來放貸,是銀行的獲利來源之一,準備率低,可放貸比例高,但是應付緊急狀況的能力低,比方說擠兌,準備率高,放貸的比例低,也就是財源會變少。
調低準備率 -> 造成市場上的流動資金變多,物價會不會因此上揚?央行其中一個控制游資的方式就是提高準備率,使得在市面上的錢變少,讓錢的價值變高,同時也控制物價,就好像農產品過剩會太便宜,因此政府要買回囤積,增加其價值。
調高準備率 -> 相對的銀行可放款的額度會減少,銀行收入減少,對於借款者來說,可籌集的資源變少了,也許會較為審慎的處理擴張投資行為?若是急需資金,可能因為到達額度無法增加而倒閉,因為政策的影響是全面性的。調高後如何讓現金增加,不外是開源節流,可用的方式有調高放款利率(開源)、調低存款利率(節流),(不過目前還不知道央行調整利息和各家銀行調整利息有啥差別)
存款準備率(Required reserve ratio) – 為銀行存款準備金和存款間的比率。若銀行存款準備金額度超出央行所規定的比率(「法定存款準備金」),超出的部份則稱為「超額準備金」。調整存款準備率為各國中央銀行重要的貨幣政策工具之一。
##
銀行保留現金佔存款的比例,保留的現金可用做提款及現金流通支用(支援),超過準備率的現金可以用來放貸,是銀行的獲利來源之一,準備率低,可放貸比例高,但是應付緊急狀況的能力低,比方說擠兌,準備率高,放貸的比例低,也就是財源會變少。
調低準備率 -> 造成市場上的流動資金變多,物價會不會因此上揚?央行其中一個控制游資的方式就是提高準備率,使得在市面上的錢變少,讓錢的價值變高,同時也控制物價,就好像農產品過剩會太便宜,因此政府要買回囤積,增加其價值。
調高準備率 -> 相對的銀行可放款的額度會減少,銀行收入減少,對於借款者來說,可籌集的資源變少了,也許會較為審慎的處理擴張投資行為?若是急需資金,可能因為到達額度無法增加而倒閉,因為政策的影響是全面性的。調高後如何讓現金增加,不外是開源節流,可用的方式有調高放款利率(開源)、調低存款利率(節流),(不過目前還不知道央行調整利息和各家銀行調整利息有啥差別)
2010/06/27
facebook chat opened in a new tab in ubuntu
http://rrenomeron.wordpress.com/2009/07/07/ubuntus-firefox-3-5-and-facebook-chat/
It seems like facebook cannot figure out the code name Namoroka rather than Firefox. Modifing the agent name with User Agent Switcher solves it.
It seems like facebook cannot figure out the code name Namoroka rather than Firefox. Modifing the agent name with User Agent Switcher solves it.
2010/06/01
mplayer cannot seek the file
http://ubuntuforums.org/showthread.php?p=8029473
I have a x264 video but it just can be displayed. Mplayer reports it cannot seek the file. The solution above works, adding -forceidx as the parameter for mplayer.
I have a x264 video but it just can be displayed. Mplayer reports it cannot seek the file. The solution above works, adding -forceidx as the parameter for mplayer.
2010/05/09
fn+f1 to turn off monitor power on thinkpad
# ubuntu 10.04
It's based on acpid, acpi-support. while some hotkeys pressed, acpi events are triggered then some handlers be called according to the events respectively.
/etc/acpi contains scripts for handler, /etc/acpi/events contains the events definition. Now it targets on turn off monitor power because it has to modify some codes in my laptop. Fn+F1 is the hotkey to turn off monitor power.
It's based on acpid, acpi-support. while some hotkeys pressed, acpi events are triggered then some handlers be called according to the events respectively.
/etc/acpi contains scripts for handler, /etc/acpi/events contains the events definition. Now it targets on turn off monitor power because it has to modify some codes in my laptop. Fn+F1 is the hotkey to turn off monitor power.
2010/05/08
訂閱:
文章 (Atom)