Author Archives: invtr

Blue Ocean Strategy – Overview

I’m now reading the Blue Ocean Strategy book. Below are some important notes that I can capture from the book.

Difference between substitute and alternative
– substitute – different product, same function
– alternative – different function, same purpose

Value innovation – key factor in blue ocean
– new innovation that creates value to the customers yet reduce cost to the supplier

6 principles of blue ocean strategy

FORMULATION PRINCIPLES
1. Reconstruct market boundaries
2. Focus on big picture not the numbers
3. Reach beyond existing demand
4. Get the strategic sequence right

EXECUTION PRINCIPLES
5. Overcome key organizational hurdles
6. Build execution into strategy

Analytical Tools and Framework

  1. Strategy canvas
  2. Four actions framework
  3. Eliminate-Reduce-Raise-Create grid (ERRC)
  4. 3 characteristics of good strategy (focus, divergence, compelling tagline)

 

Unifi router default password

Login to router via http://192.168.0.1 or http://192.168.1.1

1. For L7 Networks brand

username: operator
password: h566UniFi

2. For dlink brand

username: admin
password: <no password>

Some other to try if the 2 above failed (username/password)

  1. tmadmin/<no password>
  2. admin/telekom
  3. operator/telekom
  4. Management/TestingR2

Did the above mentioned username and pass work for you? Please take few sec to reply in the comment area. Thanks.

Staff quality

Some of the quality that all staffs should have.

  • High productivity and result oriented
  • Committed and have sense of responsibility
  • Great communication skill with team members and customers
  • Know how to prioritize
  • Proactive, starter and can initiate new things
  • Critical thinker

Mac shortcuts

Some important (sometimes) for Mac

  1. To force quite application – Command+Option+Esc
  2. To show desktop – fn+F11 (volume down)
  3. To open a file – Command+O
  4. To open spotlight (quick launcher) – Command+space bar
  5. To screenshot and auto create file on desktop
  6. To screenshot but just copy in clipboard
  7. To insert row in Google spreadsheet – select whole row and cmd + alt + + OR
    cmd + alt + + then choose R

UiTM important info

This is more on my personal note.

Important date:

  • September 2 – Subject registration
  • September 14 – Class starts

CS770 -MSc IT

Latest timetable (technology track)

Subject listing (Technology Track)

  • SEMESTER 1 (March – September 2013)
    • SYS701 (fundamentals of IST) – exempted
    • SYS702 (Problem solving formalism for IT)
    • SYS703 (Enterprise system development)
    • ITT730 (Business data network and telecommunication)
  • SEMESTER 2
    • SYS706 (Strategic IS planning)
    • SYS705 (Advanced interaction design)
    • SYS711  (Advanced DB technology)
  • SEMESTER 3
    • SYS704 (Research method for IT)
    • SYS710 (Web-based SE)
    • SYS712 (Advanced e-commerce technology)
  • SEMESTER 4
    • SYS713 (Advanced knowledge management tech)
    • ITT740 (Advanced info and network security)
    • SYS798 (Postgraduate IT project)

* All 3 credit hours except SYS798 with 6 cr hr.

Website

Facebook

To check and add internet quota for celcom

Send SMS to 22188

VOL STATUS – to check status
BROADBAND VOL – to top up

To purchase:

ON VOL100MB – to top up 100 MB
ON VOL500MB – to top up 500 MB
ON VOL1GB – to top up 1 GB
ON VOL5GB – to top up 5 GB

Below is sample messages sent to 22188 and response received on 1GB purchase.

celcom data check and top up

Way to insert CSS

1. Attached style sheet

1
2
3
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>

2. Internal

1
2
3
4
5
<head>
<style>
body {color:red;font:arial}
</style>
</head>

3. Inline

1
<p style="color:red;font:arial">Content</p>

How to secure your filezilla password

Filezilla keeps all passwords in plain text file.

You can view the files in the path below (for windows)

Windows XP/2K:
“C:\Documents and Settings\username\Application Data\FileZilla”

Windows Vista/Windows 7:
“C:\Users\username\AppData\Roaming\FileZilla\”

Linux: “/home/username/.filezilla/”

This is how the recentservers.xml that keep the recent connection looks like

<!--?xml version="1.0" encoding="UTF-8" standalone="yes" ?-->
 
 
 
            yourhost.com
            21
            0
            0
            your_username
            your_password
            1
            0
            MODE_DEFAULT
            0
            Auto
            0

To secure your password,

1. Never save any password to your hosting. At most you can only save the username.

 

2. Clear the private data everytime before close the Filezilla application

Choose Edit > Clear private data..

Screen Shot 2013-06-24 at 1.04.39 PM

 

Choose the first 2 options and click OK

Screen Shot 2013-06-24 at 1.04.46 PM