Apr
27th

Linux communication device standards [Integrated Services Digital Network]

Files under Linux | Leave a Comment

In this coming topic, I am going to give some basic introduces on what is Integrated Services Digital Network (ISDN), digital subscriber line (DSL), and universal serial bus (USB) standards. It explains how each standard enables device communication, as well as its advantages and disadvantages.

ISDN

ISDN overview
Integrated Services Digital Network (ISDN) refers to a set of communication protocols proposed by telephone companies to permit telephone networks to carry data, voice, graphics, music, and video. ISDN was developed to permit faster access over existing telephone systems without the additional call setup time. It enables the simultaneous transmission of voice and data signals using end-to-end digital connectivity. (more…)

Apr
21st

Examining an XBRL taxonomy [Part 1]

Files under Webmastering | 3 Comments

An XBRL taxonomy is a document or set of documents defining a specific information set that can be reported using the XBRL specification. It assigns unique tags to specific accounting elements such as gross profit or price/earnings ratio.

XBRL

Financial reporting taxonomies
Because accounting standards and business requirements vary between regions and organizations, financial reporting taxonomies are created specifically for individual regions, industries, or even companies. To improve the usability of taxonomy documents, XBRL International specifies recommended taxonomy design architecture guidelines on its web site. (more…)

Apr
14th

Streamyx Student Package

Files under Internet | 31 Comments

Few month back I come across Streamyx student package, I was thinking to change my current plan from streamyx combo 1 to this new Streamyx cool Uni Pack. The price for this package is RM50 per month, still cheaper RM10 then my current combo 1 package. The special for this package is come with a HP net book which worth around RM1200- RM1300 with the term of contact 2 year.

cool uni pack

Effective from 1st of April onward, streamyx do have another promotion, price for this package has been reduce from RM50 to RM38 per month, and same offer with the previous package, net book still included.

Current Promotion more expensive then previous promotion
Unfortunately the reduce of the price is not really a good news! I believe this is the business tactic from streamyx. As per my research, the previous RM50 per month package are include telephone line rental (as per understanding from my friend who already register) (more…)

Apr
12th

Implementing UNIX [Part 2]

Files under Unix | Leave a Comment

After understand on how to implementing unix part 1, currently we are look into detail on

X terminals
If you are running UNIX on a central high-spec computer and connecting to it from a group of less powerful terminals – as is the case with mainframe systems – you can install the X Window System on the terminals. This allows the terminals to access the central computer and run applications on it. It provides terminal users with a graphical interface they can use to interact with these applications.

Because X terminals do not need to run any applications apart from the basic UNIX operating system, the X Window System and basic utilities, they don’t need to have large amounts of memory and hard disk space. Therefore they’re a good way of reusing obsolete PCs. For example, a computer with a 486 processor, 16 MB of memory, and 200 MB of disk space would be an adequate X terminal. (more…)