Generating Income with High Dividend Paying Shares

I’ve been looking to generate an income stream through the purchase of shares that pay high dividends. After evaluating the pros and cons of buying shares overseas, I decided to concentrate on shares in Singapore. The three main reasons for this are the currency risk factor, foreign taxes and Asia being where the growth is at the moment.

While researching which shares to purchase I stumbled upon the Investment Moats blog which has a handy list of some of the better dividend paying shares in Singapore. The list also includes useful information on important statistics that indicate the listed companies’ ability to keep paying their dividends. I found this very useful to narrow down the companies I would eventually purchase. After all, you probably don’t want to buy a share of a company that is paying dividends out of its cash reserves, or worse, from borrowings.

After doing the research I decided to go with the following companies:

Starhub with a yield of 7.7% is a stable telecommunications company with a record and ability to pay out a very good dividend. I’m kicking myself for not buying this stock when it was around $2.20. I thought the market was going to correct at the time, so I held off.

Singapore Press Holdings with a yield of 6.6% is a media company with a monopoly in Singapore. It has solid earnings and dividends over the years too.

SP Ausnet is a Singaporean power utility company with a yield of 8.2%. It’s main operations are in Victoria, Australia and the stock is listed on the ASX too. Everyone needs power, so this should be a stable earner too.

Singapore Post is another monopoly, but has moved more into the retail side of things to support government/citizen interaction, bill payments, and other financial services. The yield is a bit lower at 5.3%, but this is a fairly defensive play.

There are a couple of other stocks I’m looking at too, but they need a bit more investigation before I commit.

Hopefully the stocks I’ve selected will keep paying the dividends at similar yields over the time I hold them. They are certainly paying a lot more than what my money would get while it’s sitting in the bank!

Disclaimer: The above is my own opinion and not financial advice.

Renaming a File Starting with “-” or Dash on Linux

I accidentally created a file named “-C” on one of my Linux servers when using the tar command. I was hitting my head against the wall for a while trying to work out how to use the mv command to rename the file to something more meaningful.

The problem is that the command line thinks that the “-C” is an option for the mv command, so you’ll keep getting an error like this:

-bash-3.2# mv -C archive.tgz
mv: invalid option -- C
Try `mv --help' for more information.

Even if you try and use quotes or the escape character it will still process the characters after the dash as an option to the command.

The solution is to tell the command that you have finished passing arguments by using double dash (“–“). Alternatively you can also use the full path to the file or “./-C”

-bash-3.2# mv -- -C archive.tgz
-bash-3.2#

Hopefully this will help someone else who is looking to rename a file starting with “-“.

My First Blog in 2001

It’s amazing what you can find on the Internet! As part of the process to save the old Yahoo Geocities’ content my own little site was saved. Here is what my page looked like in Dec, 2001.

My First Blog

My First Blog

I’m going to create a series of posts over the next few days which will show the original content from this old site. Thankfully I should still have the photos of which some seem to have been lost in the archiving process. I’m looking forward to reliving some old memories, although after seeing some of my old fashion choices I’m not too sure how some people will react!