Comparisons of international travel insurance packages in Malaysia 2022

Recently, I needed to buy travel insurance in order to apply for a residence visa for one of the European countries. I literally collected quotation from ALL insurance companies who offered travel insurance! Honestly it was time consuming to collect it and i hope with this article, you wont have to do the same as i did.

I was looking for a travel insurance with a duration of 6 months, cover the costs totaling at least EUR 30 000, cover the costs of both emergency and other medical care, as well as hospitalization, dental care and possible repatriation for medical reasons and covers all European countries. From these criteria, here are the quoted price from various insurance companies :-

CompaniesPriceRemarks
Tune ProtectRM571.50seems like it doesn’t cover repatriation
PIAMno facilities to provide online quotation and i lazy to call them
AIGRM3020.00
AllianzRM1820.00
Berjaya SompoRM254.50total cover is rm150k for 3 months max
AXARM493.75
EtiqaRM433.00duration is 2 months
Great EasternRM370.00duration is 2 months
RHBRM751.75
CHUBBsomehow the online quotation doesn’t work
ZurichRM570.00
Tokio MarineRM580.75
MSIGsomehow the online quotation doesn’t work
KurniaRM759.00

I ended up shortlisting Zurich and Tokio Marine since their prices look affordable. Finally i chose Zurich because I can change the start/end date for the policy. I hope this article helps.

Comparisons of international travel insurance packages in Malaysia 2022 Read More »

Running a full end-to-end LTE network on a single computer with srsRAN

Here is the installation guide for deploying complete LTE network (UE, eNodeB, EPC) in a single computer. ZeroMQ is used for the communication bettween the network elements. The whole LTE network can be simulated without using physical UE, sim card and SDR card.

Computer specification
CPU – Intel Core i5-8400
Memory – 16GB RAM
OS – Ubuntu 20.04

Step 1 – install UHD
sudo add-apt-repository ppa:ettusresearch/uhd
sudo apt-get update
sudo apt-get install libuhd-dev uhd-host

Step 2 – install PCSC
//dependencies for pcsc
sudo apt-get install -y autoconf-archive
sudo apt-get install libtool
sudo apt-get install flex
sudo apt-get install libsystemd-dev
sudo apt-get install libudev-dev

//install pcsc
git clone https://salsa.debian.org/rousseau/PCSC.git
cd PCSC
./bootstrap
./configure
make
sudo make install

Step 3 – install soapySDR
//dependencies for soapySDR
sudo apt-get install cmake g++ libpython3-dev python3-numpy swig
sudo apt-get install cmake g++ libpython2-dev python-numpy swig
sudo apt-get install python3-dbg

//install luajit
git clone https://luajit.org/git/luajit.git
make
sudo make install PREFIX=/usr
edit /home/budakgigibesi/SoapySDR/build/CMakeCache.txt, change the /usr/bin/luajit to /usr/bin/luajit-2.1.0-beta3

//install luaUnit
git clone https://github.com/bluebird75/luaunit.git
copy luaunit.lua to /usr/local/share/lua/5.1/
sudo apt-get install -y lua-ldoc
sudo apt-get install doxygen
sudo apt install graphviz

//install soapySDR
git clone https://github.com/pothosware/SoapySDR.git
cd SoapySDR
mkdir build
cd build
cmake ..
make -j4
sudo make install
sudo ldconfig #needed on debian systems
SoapySDRUtil –info

Step 4 – install srsGUI
//dependencies for srsgui
sudo apt-get install libboost-system-dev libboost-test-dev libboost-thread-dev libqwt-qt5-dev qtbase5-dev

//install srsGUI
git clone https://github.com/srsLTE/srsGUI.git
cd srsgui
mkdir build
cd build
cmake ../
make
sudo make install
make test

Step 5 – install zeroMQ
//install zeroMQ core engine
git clone https://github.com/zeromq/libzmq.git
cd libzmq
./autogen.sh
./configure
make
sudo make install
sudo ldconfig

//install High-level C binding for zeroMQ
git clone https://github.com/zeromq/czmq.git
cd czmq
./autogen.sh
./configure
make
sudo make install
sudo ldconfig

Step 5 – install srsRAN
//dependencies for srsRAN
sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev
sudo apt install libdw-dev
sudo apt install libdwarf-dev
sudo apt install binutils-dev #for libbfd
sudo apt install python3-jinja2 #need to install this if not nas integrity check will fail

//install srsRAN
git clone https://github.com/srsRAN/srsRAN.git
cd srsRAN
mkdir build
cd build
cmake ../
make
make test
sudo make install

//generate configuration files
srsran_install_configs.sh user

Step 6 – Run the network
//creating a new network namespace called “ue1” for the (first) UE:
sudo ip netns add ue1
sudo ip netns list

//run the epc
sudo srsepc –pcap.enable=true

//run the enb
sudo srsenb –rf.device_name=zmq –rf.device_args=”fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6″

//run ue
sudo srsue –rf.device_name=zmq –rf.device_args=”tx_port=tcp://*:2001,rx_port=tcp://localhost:2000,id=ue,base_srate=23.04e6″ –gw.netns=ue1

Step 7 – Ping
//ping UE from EPC
ping 172.16.0.2

//ping EPC from UE
sudo ip netns exec ue1 ping 172.16.0.1

Ping test results

References
https://docs.srsran.com/en/latest/general/source/1_installation.html
https://www.sharetechnote.com/html/SDR_srsLTE_Build.bak
https://github.com/bluebird75/luaunit/tree/LUAUNIT_V3_2_1
https://github.com/bluebird75/luaunit
https://luajit.org/install.html
https://github.com/pothosware/SoapySDR/wiki/BuildGuide
https://github.com/pothosware/SoapySDR/wiki
https://github.com/pothosware/SoapySDR/issues/334 #no module issue in soapySDR make test

Running a full end-to-end LTE network on a single computer with srsRAN Read More »

Budget solo motorcycle trip to South Thailand – Volume 2 – Itinerary

Check out my vlog for this trip here
Check out my Krabi trip report here
Check out my Phatthalung & Nakhon Si Tammarat trip report here
Check out my Surat Thani trip report here
Check out my Khao Sok National Park, Takua Pa and Phang Nga trip report here
Check out my Phuket trip report here

Check out my blog about South Thailand travel tips here >>> “in progress”

I spent USD167 for this 8 days trip (excluding flight tickets) and traveled 924KM



Itinerary
24 August 2022
2pm – arrived krabi airport
5pm – arrived Ao Nang. rented a motorcycle at Mr Kord (https://maps.app.goo.gl/KeF7CqT1k2LgEjad7)
6pm – stayed at Krabi Grand Place MYR36/night (https://maps.app.goo.gl/rZnrqdvQDFCZMTjV9)
7pm – Halal Chicken Noodle 40 baht at Karabaw Noodle Duck (https://maps.app.goo.gl/e2ujKkgLQeNzJnoh8)
8pm – Fried mussels with egg 50 baht at Krabi Night Market (https://maps.app.goo.gl/E27ZdREYv651jrKS9)

25 August 2022
2pm – Stayed at โรงแรม นานา รีสอร์ท อ.ชะอวด จ. นครศรีธรรมราช (https://maps.app.goo.gl/YgnkDeKM7mmAFDy77) , 300 baht per night
4pm – Reached Phatthalung
6pm – Reached Meuang Nora
7pm – Reached Khuan Khanun
8pm – Halal 1/4 chicken + sticky rice 70baht, beef burger + egg 45baht at Khuan Khanun night market (opposite municipal food market)

26 August 2022
12pm – reached Nakhon
12:30pm – lunch at Phatdaw Restaurant (https://maps.app.goo.gl/7q6fuyySRgS2vvXq8)
1pm – friday prayer at Kamaludin Mosque
3pm – reached Chawang rubber plantation (https://goo.gl/maps/T7aeXAjAPGuCMRFE6)
7pm – Reached Surat Thani
8pm – Stayed at Cheaper Room Hotel (https://maps.app.goo.gl/KpCHh96DkudzBLzb9) , MYR27 / night

27 August 2022
11am – lunch at halal Chirapan Grilled Chicken, 50baht, (https://maps.app.goo.gl/redP7MmJ8ZfThyRNA)
2pm – reached Rajjarprabha Dam
5pm – reached Khao Sok
7pm – stayed at HappyVille1, 364 baht fan room, (https://maps.app.goo.gl/Xzjkit4mreDPn2VBA)

28 August 2022
10am – reached Khao Lak
10:30am – reached Khok Kloi
11am – lunch at halal Rafah Dim Sum Halal
(https://maps.app.goo.gl/81gryAyzFJh7mB2Q9)
3pm – reached Phuket
3pm – stayed at PKL Residence Patong (https://maps.app.goo.gl/w7vP4BKR85qeozu27), myr35/night via traveloka

29 August 2022
12pm – stayed at Hotel Sole Patong THB291/night (https://goo.gl/maps/XX3a8DekNo7s9pLC7)

30 August 2022
12pm – reached Phang Nga
1pm – visit Phang Nga museum
5pm – reached Krabi
6pm – stayed at Krabi Grand Place hotel

31 August 2022
12pm – reached Krabi Airport
3:30pm – reached KL

Details of Expenses

1. Fuel – 720 baht (4 hari) – 1090 baht
2. Accommodation for 7 nights – 2076 baht
3. Mobile data for 1 week – 105 baht
4. Food expenses – 1425 baht
5. Motorcycle rental for 7 days – 1400 baht
Total spent – 6096 baht ( USD167 )

Total distance traveled – 924 KM (see map)


Budget solo motorcycle trip to South Thailand – Volume 2 – Itinerary Read More »

Budget solo motorcycle trip to South Thailand – Volume 2 – Khao Sok National Park, Takua Pa and Phang Nga

Check out my vlog for this trip here
Have a look at the itinerary for this trip here

27 August 2022

Khao Sok National Park & Rajjaprabha Dam
i visited Rajjaprabha Dam and Khao Sok (did not enter the national park since it requires at least 1 day to explore and my time is limited), just passing thru. the roads along the khao sok region are pretty bad, i guess they will make a new one soon. no mosque at all here, but i am used to pray at the side road/emergency stairway since i started living with the China CCP for several years. Nothing much to see in Takua Pa and it is raining the whole night.

Khao Sok National Park
Road leading to the entrance of the national park
Rajjaprabha Dam

30 August 2022
while heading back to krabi, i visited Phang Nga town and its museum. Entrance is free! and it is much more better than phuket mining museum! at the museum, i was greeted by a sweet lady called ms. สมัย . she is from Phang Nga and works at the museum and introduced me to the history of Phang Nga. i realized that Takua-pa is believed to be one of the pitstop along the ancient silk road where it is called Takola by ancient traders.

Phang Nga Museum
Thailand’s Rong Ngeng which has similarities with Malaysia’s Ronggeng (Phang Nga Museum)

Mangroves forest at บ้านบางพัฒน์ (8°21’53.9″N 98°34’50.9″E)
Mangroves forest at บ้านบางพัฒน์ (8°21’53.9″N 98°34’50.9″E)

Budget solo motorcycle trip to South Thailand – Volume 2 – Khao Sok National Park, Takua Pa and Phang Nga Read More »

Budget solo motorcycle trip to South Thailand – Volume 2 – Phuket

Check out my vlog for this trip here
Have a look at the itinerary for this trip here

28 August 2022

Halal Dim Sum at Khok Kloi
nothing much to do/see at takua pa, the tsunami memorial museum at khao lak does not seem to be a museum at all and paid 300 baht just to enter!!! just a shoplot with a bunch of photos. Phang Nga museum costs nothing and far more worth it! however i found a tasty dim sum restaurant with an affordable price which is called Rafah (ระฟ้า โคกกลอย ติ่มซำ ฮาลาล). 20baht per plate. the tomyam is one of the best (100 baht), i literally drank all its soup!

Dim Sum 20 baht per plate, Fried Dumpling 70 baht
Rafah Restaurant

Phuket – Heaven for budget travellers and full of chinese migrants history
Phuket is pronounced as Bhu-ket is taken from a malay word which means ‘hill’. i must say Phuket is a little better than Bali. Its cheaper to travel here from malaysia and the accommodation is very affordable (but Bali’s accommodation is way cheaper…). and most importantly, Thailand have SuperCheap supermarket! halal food is easily available anywhere and they even have islamic schools here! after i visited Phuket mining museum (100 baht for entrance), i came to know that before Phuket became a tourist spot, Phuket town was famous for its mining industry. Chinese from Penang, Singapore and China came here to make a fortune. Some of them did, and donated to the development of Thai Hua school where chinese influence in Phuket is prevalence until today due to efforts of those hardworking chinese migrants. The ones who migrated from China have good work ethics with high survival skills and they preserve their culture instead of assimilating with culture of the locals. It reminds me of my childhood days where my chinese counterparts were always smarter than me in class and even in the workplace. It was until when i work abroad that i able to compete with my chinese counterparts. There is a saying in malay, “sentiasa hidup dalam kepompong” which means living in a cocoon and disengage from outside world. My experience working overseas really broaden my thinking and helped me look at things differently. Covid19 really killing me mentally and its good to be able to explore again.

Phuket Mining Museum
School children at Mining Museum
Island Hopper Pier ท่าเรือไอส์แลนด์ฮองเปอร์
Met a girl digging the sand to look for clams (Polymesoda erosa)
Surfing at Phuket
Songthaew back in 1954
Pa Klok Viewpoint
Sai Kaew Beach หาดทรายแก้ว

Budget solo motorcycle trip to South Thailand – Volume 2 – Phuket Read More »

Budget solo motorcycle trip to South Thailand – Volume 2 – Phattalung & Nakhon Si Tammarat

Check out my vlog for this trip here
Have a look at the itinerary for this trip here

26 August 2022

bought an engine oil at a pump station and the local guy asked for a selfie

difficult to find halal food at Phattalung
i almost starved to death searching for halal food here. there are few stalls near the one and only mosque in town but no longer selling food as i reached there at 4pm.

halal food at khuan khanun night market
while heading back to hotel, i ran across a night market which has 2 muslim sellers. both of them able to speak malay. one of them came from Tak Bai (the mother speaks Phasa Yawi / Kecek Kelate, but her daughter couldnt) and the other is a Phattalung local but studied at islamic school in Kedah. please help to support them if you travel here. the stalls are located at Khuan Khanun night market (opposite municipal food market)

halal burger stall at Khuan Khanun night market
halal steamed chicken at Khuan Khanun night market

Budget solo motorcycle trip to South Thailand – Volume 2 – Phattalung & Nakhon Si Tammarat Read More »

Budget Solo motorcycle trip to South Thailand – Volume 2 – Surat Thani

Check out my vlog for this trip here
Have a look at the itinerary for this trip here

26 August 2022

Lady chef with Kedah ancestry
after having to starve yesterday, the first thing i did today was to find something to eat first. had a beef soup with fried egg with generous amount which costs 130 baht at Phatdaw Restaurant . the lady chef’s grandfather was from kedah and migrated to Nakhon and married a local there. she speaks “phasa yawi” fluently.

beef soup with fried egg 130 baht
phatdaw restaurant

thai muslim and steamed chicken and fried chicken
i not sure if these food have relation with thai muslim because each time i go to the night market, they are selling these food.

steamed chicken with sticky rice
a street vendor sells fresh fried chicken in Hat Yai, Thailand
fried chicken with rice

Super Cheap supermarket – Thai version of Speedmart99
i have been to 7-11, Big C, some local groceries stores and none of their products seem to impress me. just the same old merchandise sold in Tesco, Hero supermarket but with a slightly cheaper price. i visited Super Cheap after hours of searching fruit juice in Surat Thani and i was surprised with the variety of products sold and its cheap price, including fresh produce, seafood and meat. from the outside it looks like a convenient store attached to a warehouse behind it. its like a combination of Supermart99 and Makro. all this while i have been having breakfast at 7-11 but now i have a better place to go.

SuperCheap supermarket
Fresh Foods at SuperCheap
red chilis at 77 baht per kg
fruit jams for only 48 baht
Rare Fruit Juice at only 15 baht
Assorted Thai Curries
12 baht grapes

Awesome Thai Chicken Biryani (kao mok gai) ข้าวหมกไก่
As usual, the first thing i did after leaving the hotel is to find a good food to eat. i dont really fancy rice type of food but at ไก่ย่างจีราพันธ์ (chirapan), they serve very tasty yellow rice with chicken with an affordable price at 50 baht! the rice can be eaten just like that without adding any sauce. they also have grilled chicken and intestine satay which i regret for not ordering it. i dont know when i will come to surat thani again. this restaurant has a seriously unique menu which differentiate them with other typical thai muslim food ( rice with fried chicken, rice with steamed chicken, typical siamese tomyam stall ).

Thai Chicken Biryani (kao mok gai) ข้าวหมกไก่ at ไก่ย่างจีราพันธ์ (chirapan)

Budget Solo motorcycle trip to South Thailand – Volume 2 – Surat Thani Read More »

Budget solo motorcycle trip to South Thailand – Volume 2 – Krabi

Check out my vlog for this trip here
Have a look at the itinerary for this trip here

24 August 2022

as usual, i ride my motorbike to klia2 and park my bike at the parking area. as i enter the departure hall, the crowd is not as much as before covid. in the plane, there are plenty of empty seats.

3 hours journey from airport to ao nang
the flight took 1 hour. the immigration counters were not busy as well. there are 3 flights per week from KL to Krabi but it used to be 2 flights per day before covid. as i enter the arrival hall, taxi and bus drivers chasing towards me which made me think it looked like a bunch of scammers ( i was planning to take the 150 baht shuttle bus before the chasing event happened ) . so i left the quiet arrival hall and into the main road. i didnt know where to go, i just kept on walking but there is no bus stop in sight. then i arrived at a small restaurant luckily and there was one kindhearted thai lady which helped me grab another songthaew (blue colour, 40 baht) to Krabi Town and then take another songthaew (white colour, 60 baht) to Ao Nang. in wikitravel, it says i should be able to take the white songthaew to Ao Nang but it never came.

the kind lady who helped me look for songthaew

this whole scene took me 3 hours to reach Ao Nang. i headed straight to motorcycle rental shop to grab a yamaha gt 125cc for 200 baht/day. i was almost out of money after paying the deposit. the currency exchange here is very expensive. the rental shop lady said before covid, there were a lot of malaysian came to krabi. but now, only 1/10 of them came here after covid. business must have been pretty bad for them

songthaew

chicken noodle at krabi town
i ate chicken boat noodle for my late lunch and opted for the spicy version which i found too spicy for me. the sweet waitress saw me struggling to finish the small bowl and asked “are you okay mai?” . they even use “mai” when speaking in english.

halal chicken noodle 40 baht

western union saved my life
i am out of money after paying the motorcycle rental deposit. the rates for currency exchange is not attractive at all in krabi and the atm has a 220 baht withdrawal fee for foreign card which is not worth it to withdraw small amount. my hsbc credit card conversion rate is not attractive either (MYR1 = 7.87 baht) because at midvalley i could get MYR1 = 7.94 baht. i decided to use western union by sending money from my local bank account and collect the money at western union’s agent in thailand. there is a myr8 servicw charge for each transaction. in krabi, post office is one of their local agent. i went there and fill up a form, show my passport, and wallaaa, you get money.

exchange currency in malaysia – 5000 baht = MYR650
exchange currency with western union = 5000 baht = MYR628 + MYR8

thailand post office is one of the western union agent
krabi post office

tips : transport from ao nang to airport
i couldnt find a 150 baht shared van and the white songthaew in front of mcdonalds at ao nang wanted 500 baht to go to the airport. however, i took the local bus (songthaew) from a bus stop at ao nang and went to krabi town which costs 50 baht. then i waited at the same bus stop at krabi town and look for a blue songthaew that goes to airport which costs 100 baht. the journey took 1.5 hours and i waited a few minutes for the songthaew to pick me up. allow some buffer time in case of traffic, bus delay, etc. other alternative is to make a booking for a shared van which costs 150 baht at some tour agent shops.

Budget solo motorcycle trip to South Thailand – Volume 2 – Krabi Read More »