Microsoft Laptop

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 12 April 2011

Network Adapter Properties

Posted on 00:35 by Unknown
802.1p QOS
The "802.1p QOS" parameter is a standard that enables Quality of Service (QoS). It is responsible for the QoS provisions on the local segment, and the avoidance of the "all packets are treated equally" issue, which falls onto the hub or switch servicing segment. 802.1p QOS provides prioritization of packets traversing a subnet.
ARP offload
ARP offload is the ability of the network adapter to respond to an IPv4 ARP request without waking the computer. Both the hardware and the driver must support ARP offload to enable this feature.
Checksum Offload
Normally the TCP Checksum is computed by the protocol stack. By selecting one of the "Checksum Offload" parameters, the checksum can be computed by the Gigabit Ethernet Adapter.
Ethernet@WireSpeed
"Ethernet@WireSpeed" is a parameter that enables a 1000BASE-T Ethernet adapter to establish a link at a lower speed when only two pairs of wires are available in the cable plant.
Flow Control
"Flow Control" is a parameter that allows the user to enable or disable the receipt or transmission of PAUSE frames. PAUSE frames enable the adapter and the switch to control the transmit rate. The side that is receiving the PAUSE frame temporarily stops transmitting.

This parameter can be set for each port individually, which is helpful if the port at the other end of the cable cannot handle all possible combinations. Using the default setting, the adapter should automatically detect the capabilities of the peer port.

Default value: "Tx & Rx Enabled"
Valid values:

    "Disabled" - No link partner is allowed to send PAUSE frames.
    "Tx & Rx Enabled" - Both link partners are allowed to send PAUSE frames.
Green Ethernet
Link-On and Cable Length Power Saving
Link-Down Power Saving
Interrupt Moderation
If more than the specified rate of interrupts occur, the Interrupt Moderation
function groups these interrupts so that several data packets can be handled
per interrupt. This will lead to lower CPU utilization but may increase the
latency. 
IP Security (IPSec) Offload
Windows offers the ability to offload the encryption work of IPSec to the network adapter hardware. Encryption, especially 3 DES, has a very high cycles/byte ratio. Therefore, it is no surprise that offloading IPSec to the network adapter hardware has high performance yields depending on the scenario and the workload characteristics.
Jumbo MTU/Packets
"Jumbo MTU" is a parameter that allows the adapter to transmit and receive oversized Ethernet frames that are greater than 1514 bytes but less than 9000 bytes in length. Note that this parameter requires a switch that is able to process large frames. 
Large Send Offload
Normally the TCP segmentation is done by the protocol stack. By enabling the Large Send Offload value, the TCP segmentation can be done by the Gigabit Ethernet Adapter. 
Max IRQ per Sec
Specifies the interrupt rate for Interrupt Moderation. If Interrupt Moderation is set to "Off", it will be ignored.
NS offload
NS offload is the ability of the network adapter to respond to a Neighbor Discovery Neighbor Solicitation request with a Neighbor Advertisement without waking the computer. Both the hardware and the driver must support NS offload to enable this feature. 
Preferred Port
Sets the preferred port for RLMT (Redundant Link Management Technology). This port will be used for all network traffic when more than one port has an active link to the network.
Priority & VLAN
Enables/disables 802.1p (QoS) and/or 802.1q (VLAN) capability.

Default value: "Priority Enabled"
Valid values:

    "Priority Enabled"
    "VLAN Enabled"
    "Priority & VLAN Enabled"
    "Priority & VLAN Disabled"

NOTE: This will only enable the capability of the driver to handle such packets. There must be a protocol or application that passes such packets to the driver.
PXE
PXE (Preboot Execution Environment) is a software module that allows your networked computer to boot with the images provided by remote servers across the network. 
Receive Buffers
Defines the number of receive buffers allocated by the driver. If the system does not have enough resources, the driver will fail to load.
Increasing this value may improve the performance.
Receive-Side Scaling
Enables/disables balancing the receive network load from a network adapter across multiple CPUs.

Default value: "Disabled"
Valid values:

    "Enabled"
    "Disabled"

NOTE: This parameter is not available for every adapter type.

RLMT Mode
Default value: "CLS"
Valid values:

    "CLS" (Check Link State) - RLMT uses the link state reported by the adapter hardware for each individual port to determine whether a port can be used for all network traffic or not.
    "CLP" (Check Local Port) - RLMT monitors the network path between the two ports of an adapter by regularly exchanging packets between them. This mode requires a network configuration in which the two ports "see" each other (i.e., there must not be any router between the ports).
    "CLPSS" (Check Local Ports and Segmentation Status) - Supports the same functions as "CLP" mode, and additionally checks network segmentation by sending BPDU hello packets. This mode only works when Gigabit Ethernet switches are installed on the network that have been configured to use the Spanning Tree protocol.

NOTE: RLMT modes "CLP" and "CLPSS" are designed to operate in configurations where a network path between the ports on one adapter exists. Moreover, they are not designed to work where adapters are connected back-to-back. This parameter is only available for dual link adapters.

Speed & Duplex
Contains information regarding auto-negotiation, duplex capabilities, and link speed.

Valid values:

    "Auto-Negotiation"
    "10 Mbps Half Duplex"
    "10 Mbps Full Duplex"
    "100 Mbps Half Duplex"
    "100 Mbps Full Duplex"
    "1000 Mbps Full Duplex"

NOTE: This parameter is not valid for fiber adapters.
Transmit Buffers
Defines the number of transmit buffers allocated by the driver. If the system does not have enough resources, the driver will fail to load. Increasing this value may improve the performance. 

Wake Up Capabilities parameter
The "Wake Up Capabilities" parameter allow the user to set the adapter to wake up from a low power mode when it receives a network wake up frame. There are two wake up frames: Magic Packet and IP frame.

WOL (Wake-On-LAN) Speed
"WOL Speed" is a parameter that allows the user to select the speed at which the adapter connects to the network during Wake-on-LAN mode.

Read More
Posted in | No comments

Wednesday, 6 April 2011

Using Windows Performance Toolkit

Posted on 05:17 by Unknown
I came across this forum post which details how to improve disk layout other than the runidletask command.

You need to install Windows Performance Toolkit by downloading the Windows 7 SDK. (Source).

Then run the commands under Administrative Permission (Source):
xbootmgr -trace boot -prepSystem -verboseReadyBoot
Note: This trick is for Harddisk System Drives only.

It will reboot up to 6 times and after that you should be left with a Windows 7 Installation with Optimized Disk Layout.

The best way to do this is to do it before you sleep
  1. Remove your Login Password for the night
  2. Set UAC to elevate without prompting
  3. By morning everything should be done
  4. Set Password and UAC back to the levels you are happy with
If you ask me I personally felt it worked for me to a certain extend, I will leave this here for you to try it out.

Thanks to the respective authors MagicAndre1981 from MSFN.org for sharing, there are also many other interesting tweaks to check out on the sites.
Read More
Posted in | No comments

Friday, 1 April 2011

Review on Intel Atom D510MO

Posted on 21:12 by Unknown
New:
Found Intel Rapid Storage Controller Driver for NM10 Chipset.

Intel just release a new 5XX series firmware update for this board.
However if you are using the 3XX series firmware you need to update to the 4XX series firmware as a transitional firmware update before you can update to the latest firmware otherwise update will fail. You might like to read this before upgrading though.
Go to http://downloadcenter.intel.com/ and select Desktop Boards -> Intel NM10 Family Chipset -> D510MO.
Be sure to check out readme and read which executable is suitable for you.

Intel just updated their Rapid Storage Driver for Atom Systems it is still "NOT AVAILABLE" for D510MO but the driver which is release for the new generation Atom will work on D510MO
(Links below)


You can get the rest of the drivers from Intel Download Centre.


Recently I switch over the desktop system to an Intel Atom D510 on NM10 Chipset.
The reason was simple, the use of this system is mainly Word, PowerPoint, Internet Browsing, file Server as well as printer server so why not switch over to a energy efficient platform and save on electricity bills.
The Atom is touted to have a TDP of 13 watts, it is a dual core Processor running at 1.66GHZ with Hyperthreading enable on both Cores resulting in a total of 4 logical cores.
In comparison mainstream Intel/AMD Mobile Processors have a typical TDP of 25-35 Watts and Desktop Processors 90-130 Watt depending on processor specification.
I bought a Intel OEM version as it is the cheapest and is the reference board design.


I will not do gaming benchmarks because it is not meant for gaming at all.
Instead I will just comment on what you can expect from this simple system.

So I shall comment on the pros and cons.

Pros:
1) The Chip is embedded in the board so you actually pay for a motherboard and a cpu for the price of a low end cpu quite a bargain.

2) Good responsiveness for general computing tasks.

3) Passive heatsink, there are no fans on the board so it is quiet and the heatsink is capable of dissipating heat generated by the processor but case fan must be present for proper case ventilation.


One observation I made while stress testing the cpu is that it never seems to be fully taxed so it always maintains a good responsiveness, this minimise lagging issues over the weak cpu.

4)Supports Wireless there is a PCI-E express slot for Laptop Wireless Cards (**Antenna & Card sold separately)

5)Decent Realtek High Definition Audio

6)It uses Intel EFI instead of BIOS (There is a way to OEM SLIC it if you know what I mean..)

7)Small i-ATX form factor it can fit into i-ATX, m-ATX and ATX and can take any compatible ATX power Supply.

8)SSD supported.

9)Booting the system is very fast, the Intel EFI Firmware got the system up and running very quickly.
I believe this is due to Intel Boot Optimized EFI Firmware as compared to EFI by other companies like Insyde, AMI and Phoenix.

10)You can self modify the firmware by using Intel Integrator Assistant

Now for the cons.

1)2 SATA ports isn't enough IMO they should include 4. If you have 4 hard drives and is contemplating switching to an Intel Atom platform you can consider buying Atom Boards from OEMs like ASUS, MSI and Gigabyte as most will have more than 2 SATA Ports.

2)Normal Quality Capacitors, the Intel Reference board uses normal capacitors but offerings from other OEMs especially Gigabyte will include solid capacitors.

3)Maximium Flash Rendering up to 720p only on Youtube. At 1080p frame drops occur on Adobe Flash 10.1. I made sure I got the latest driver for Intel 3150 and it supposedly support HD Decoding but well you are still limited to 720p not the highest but good enough for me.

Edit:
Following Updated Flash Plugins and Latest Intel Graphics Driver for D510MO it is capable of rendering 1080p movies. The test is to run Big Buck Bunny 1080p definition and observing the processor utilization.
Older Flash Plugins and Drivers tend to saturate the it to 100% utilization while updates enabled it to render without hitting 100% utilization. There are very little observable frame drops.

If you desperately need HD Capabilites go for an OEM ION Offering instead.

4)Support only Single Channel DDR2 but it isn't suppose to be a performer so memory frequency shouldn't matter much.

5)Legacy I/O Ports like Parallel and Serial Ports are removed although there are pin outs available on the Mainboard you can plug them into.

In conclusion this is a good board for its intended purpose of cost and energy savings.

It will do well for most computing task except Flash Movies played in the  Highest Definition and PC gaming.

Some more details you don't find on the packaging:
1) ICH-7 AHCI SATA Controller (SouthBridge Controller).
2) Intel GMA 3150
3) Realtek RTL8165/8111 PCI-E Gigabit Ethernet Adapter
4) Realtek ALC662 High Definition Audio
5) Intel 82801 GBM ICH-7M


Drivers for the D510MO Storage Driver actually exist. You just need to find Netbooks using the NM10 Chipset and use their corresponding  32bit AHCI Driver or 64bit AHCI Driver.(Older Version because Acer stopped releasing Windows 7 Intel Atom Netbooks supporting 64bit).


Intel Rapid Storage Version 10 for 32/64bit AHCI Driver From Intel
(Both x64/x86 binaries can be found in the file):
http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3382&DwnldID=20768&ProductFamily=Desktop+Boards&ProductLine=Intel%C2%AE+NM10+Chipset+Family+Boards&ProductProduct=Intel%C2%AE+Desktop+Board+DN2800MT&lang=eng

Read More
Posted in ahci, atom, review | No comments

Tuesday, 29 March 2011

Managing Security using UAC on Windows 7 Home Editions

Posted on 05:07 by Unknown
This post demonstrates how to manage Security Levels on Windows 7 Home Editions.

Only Windows 7 Professional and above editions have a front end secpol.msc to manage local security policies.

For Windows 7 Home Edition you can manage the security policies by manually changing the registry values.

The registry location is shown in the picture below.


The corresponding security levels is as describe below:

Key:
_______________________________________________________________

ConsentPromptBehaviorAdmin (Affects account created as Administrators)
Value - Mode 
0 - Elevate Without Prompting (No Security) NOT RECOMMENDED
1 - Prompt for Credentials on the secure desktop (Most Secure) RECOMMENDED
2 - Prompt for Consent on secure desktop (Default Setting)
3 - Prompt for Credentials
4 - Prompt for Consent
5 - Prompt for Consent for non-Windows Binaries
_______________________________________________________________

Key:
_______________________________________________________________

ConsentPromptBehaviorUser (Affects account created as Users)
Value - Mode 
0 - Elevate Without Prompting (No Security) NOT RECOMMENDED
1 - Prompt for Credentials on the secure desktop (Most Secure) RECOMMENDED
2 - Prompt for Consent on secure desktop (Default Setting)
3 - Prompt for Credentials
4 - Prompt for Consent
5 - Prompt for Consent for non-Windows Binaries

 ______________________________________________________________


On Windows 7 Home Editions the default allows users created with admin rights to mindlessly run executables causing headaches for administrators.

This also prevents people who "borrow" your computers with Windows 7 Home Editions from messing with it by locking down security.

You can lock down the security by changing the corresponding registry values hope you guys find this is useful.

By default Windows Administrative Share is enabled on all versions.
However on Home Premium Versions Administrative Backend is disabled but this is a security risk on Linux System you can actually see the administrative shares. It appears as C$ depending on the partitions present.
You can actually access the system disk if you have the administrative password!


To fix this problem do the following:
Type 'REGEDIT', hit Enter
Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Create the new DWORD (32-bit) Value and in the name field type: LocalAccountTokenFilterPolicy
Leave the default value of 0.
or
Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters
Create the new DWORD (32-bit) Value and in the name field type: AutoShareWks and press Enter. (You can also leave this setting with its default value of 0.)
Reboot your PC.

Read More
Posted in windows 7, windows vista | No comments

Monday, 28 March 2011

OpenSUSE 11.4

Posted on 09:25 by Unknown
For those who use Linux you might know that OpenSUSE 11.4 has just released.

I will be doing a short write up on this but unlike many "review" sites I will not just run a LiveCD and do a review just based on the Live CD.

Rather I have completed a Full Setup of the OpenSUSE on my laptop running it natively and complete for usage. Doing a Review based on a Live CD or on VM is like reviewing a book just by reading the first page.

1)Downloading the Distribution

To install OpenSUSE you do not need to download the Full DVDs, simply download the Live CD about 700MB and either a)Burn it to CD and boot from it or b)Create a Bootable Thumbdrive by using the provided Tool SUSE Studio Image Writer and image the LiveCD to Thumbdrive.

Most of the time OpenSUSE will boot successfully without any issue unless you have some exotic hardware or OEM implementations.

2)Installation
Installing to harddisk is pretty standard just remember to uncheck the UTC if your computer is set to local time and adjust the boot entries accordingly.

3)Setup up the Repository

OpenSUSE has made setting it up very easy.
Simply go to YaST, select Software Repositories,
Choose add, Choose Community Repository  and simply check the Repository you need.
For those who are using Nvidia Graphics you need to add Nvidia Repository to the list.
You might want to add Packman to increase the number of package options.
You might want to add VLC as well.

4)Installing the Software

Next you want to pull down the software from the Repositories
Go to YaST, Software Manager and type in the name of the Packages you want.
This is where it shines unlike Fedora finding the package is like googling for the package.
For users of Nvidia Graphics you need the nvidia-gfx02-kmp-desktop (Desktop refers to laptops and desktop) and vdpau (for video acceleration).
If you want VLC and other additional software just select them accordingly.
I will just list some of the more useful packages
  1. java (jre)
  2. flash plugin for x86 OpenSUSE
  3. (if you are using x86_64 OpenSUSE I do not recommend install the x86 flash plugin instead get the square native 64bit plugin, copy it to the plugin folder /usr/lib64/browser-plugins with root permission, this way it pulls in less unnecessary packages and it is less buggy compared to the native x86 plugins)
  4. chromium (cutting edge release of google chrome)
  5. vlc
  6. freetype font
  7. fetchmsttfonts (pulls in Microsoft Fonts useful for document interoperability)
  8. skype (follow the instructions here you need additional libraries for it to work)
  9. cairo-dock & cairo-dock-plugins (from Packman)
  10. Droid Fonts
  11. Add the font hinting Repository (Guide here ) Highly Recommended!
Finally when you have 3D acceleration you can enable desktop compiz effects. The effects are similar to Windows 7 behavior.

9) To modified any file as root while running under Xserver you run the commands like this:

gnomesu gedit /etc/bootsplash/themes/openSUSE/config/bootsplash-1366x768.cfg

Basically I find that this is a pretty good release, it is very responsive, and OpenSUSE chose to exclude a lot of unnecessary drivers, however on the 64bit Live CD they omitted the dependency gnome-audio just remember to pull it from the repo if it is not there. The operating system is very smooth as a whole, compared to Fedora it has definitely less breakages as it aims to be a stable and up-to-date distribution.

I am so stucked on OpenSUSE, I find I am booting up Windows much less than ever ( I don't play games btw)

I also modified the Sonar Theme with the Faenza Theme (Original Source) Monochrome icons.


I have put it up for sharing here.

Workaround for 1360x768 resolution bootsplash:
When you set the vga_mode to 0x34c for 1360x768 resolution the bootsplash will not display a progress bar. This is due to only 1366x768 image and config files (Total 3 files) found in the OpenSUSE bootsplash. To fix this you need to trick the bootsplash into thinking that 1360x768 resolution files exist.

Solution:
sudo cp /etc/bootsplash/themes/openSUSE/config/bootsplash-1366x768.cfg /etc/bootsplash/themes/openSUSE/config/bootsplash-1360x768.cfg

sudo cp /etc/bootsplash/themes/openSUSE/images/bootsplash-1366x768.jpg /etc/bootsplash/themes/openSUSE/images/bootsplash-1360x768.jpg

sudo cp /etc/bootsplash/themes/openSUSE/images/silent-1366x768.jpg /etc/bootsplash/themes/openSUSE/images/silent-1360x768.jpg

su

mkinitrd


Read More
Posted in | No comments

Wednesday, 16 March 2011

Rising Prices

Posted on 02:17 by Unknown
Recently I found that prices for Acer Laptops have been increasing.

For Acer, TimelineX Series of laptops have contributed to the increase in sales of their laptops, however because of that the prices have been higher than before comparatively.

I do not know the reason of the price hikes. It can be attributed to either to greedy retailers who cashed in on the rising popularity or Acer's decision to increase the prices, however 1 thing is certain, Acer computers are no longer as value for money as their other OEM counterparts per specification.

I do not do mindless supporting of companies, if their products do not offer good value for money there is no reason to support it. A computer is a computer. Period.

Edit:
Hey guys did you see this?
I wrote this article on 16 Mar and the news appeared on 1 April almost like I predicted it.
Anyway if the article isn't an April Fools Joke I wouldn't be looking to buy Acer anymore.

My Computers run purely on Electricity & Logic NOT Feelings & Marketing.
Read More
Posted in | No comments

Saturday, 5 March 2011

Don't buy Macbooks

Posted on 06:35 by Unknown

It is 2011 and it keeps getting better!


In the new refresh they decided to downgrade the graphics to Intel HD 3000! Wow, seriously they must have thought consumers are suckers(and maybe they are right the way things are going).


The Sandy Bridge was advertised as a major upgrade even though all other new laptops are going to get it at less than half the price. In this revision, Apple gets to sell 1 Chip (Sandy Bridge CPU) for the price of what was originally 2(1 Core 2 Duo CPU + 1 G320M GPU).


The only laptop worth looking at (the highest end Macbook Pro) cost ~3K SGD comes with a Quad Core i7 Sandy Bridge and a fast middle class ATi Radeon 6750HD.


And Thunderbolt? How many devices actually uses that...it is one of those technology that is going to be successful if and only if the world decided to use it. Still remember FireWire?


Major Profits for Apple in 2011! You got to be an IT idiot to buy 1 of those crapple products...


I would probably get a Acer Aspire 4750G that comes with a Quad Core Sandy Bridge and a GT 540M that has 80-90% of the highest end Macbook Pro's performance @ 1.2K SGD...Less than half its price.


Go Figure!

___________________________________________________________________________________

The new Acer Aspire 4741G 14" with the GT 330M Nvidia GPU (Discrete) cost around 1.5K (SGD) (Specs wise it is equivalent to a Macbook Pro 15") or less but a Macbook Pro 13" with an inferior Core 2 Duo CPU + inferior G 320M Nvidia GPU (Integrated) also cost 1.5K SGD so if this isn't a sign for an obvious ripoff then what is?
Moreover the AS4741G comes with a 60% Gamut Display screen as well.

New Updates:
Seen the new Macbook refresh laptops?
They just added another reason not to buy a Crapbook.
The 13 inch Macbook are still using Core 2 Duo endangered species processor (dangerously obselete if you consider all the new WinTel laptop comes with at least a Core i3) and the most powerful Graphics on the 15 inch Macbook Pro is what? GT 330M GPU ?!
The 11 inch Alienware Gaming Netbook has a GT 335M GPU which even more powerful than the most powerful 15" Crapbook Pro at the fraction of the cost.
Seriously Apple seems to targeting suckers in the computing market.
So you guys who didn't buy a updated Macbook and bought a new WinTel Laptop model, rejoice your current laptop's performance is probably way more powerful and cheaper than the crapbook.
As long as you learn about proper usage and take care of it, you will probably be happier than if you bought a Crapbook.

Lets look at 3D Mark 06 Benchmarks (I usually hate to do this)

Macbook Pro 13 Inch Refresh (Assuming it is a low end model costing 1200 USD)

Lets look at Acer Aspire 4740G (Cost 800USD Converted)
Shader Model 2.0 Score: 1723(MBP13) vs 1422(AS4740G)
Shader Model 3.0 Score: 2013(MBP13) vs 1431(AS4740G)
CPU Score: 2113(MBP13) vs 2246(AS4740G)

So you pay 400USD more for Good Graphics and a penalty in the CPU area?
I am sure for 400USD more we deserve better.

A lot of people complain about lousy unresponsive Windows PCs but it is actually the OEM's fault.
They bundled their computer with so much crapware everything slows down, so doing a clean install will solve everything. It isn't a PC problem but an OEM problem and it is definitely solvable if you follow the previous link.
My sleek Windows 7 installation never lags or crash just like the way it is suppose to be.

here are additional reason why not to buy one.
1)They use propriety EFI so there is no "modded" BIOS/EFI to activate Windows, you have to buy one or use a loader that might break at some point or stick to OS X.


2)They overheat while gaming at the expense of the pretty looking shell.
There are people who game using Macbook Pro and it overheats while gaming in Windows.
They are little or no vent holes. They choose form over function.
There is no such thing as: This laptop is not meant for gaming.
The only thing is if the specs sucks you won't enjoy the game.
Gaming is simply running your CPU & GPU at 100% and see if the thermal module can handle the heat effectively.

3)An equivalently priced Windows System is a lot cheaper than a Macbook, and you can even get a better one cheaper considering they haven't refresh specification according to market conditions in a long time.

4)Their battery is not removable so you have to sent it back to Apple to replace batteries than buy one off ebay. Either that or you have to dismantle it yourself.

5)They don't offer low voltage processors. I am a great advocate of low voltage processors because
1)Nowadays unless you are gaming low voltage processors are great for energy savings
2)Low Heat Output
3)Cheap

6)What struck me was most of these buyers are uninformed on what they are getting, probably on word that they cannot get virus etc: Advertising.
See how Apple calls their sale people:Mac Evangelist.
See how Apple calls their tech support: Genius Bar.
Apple like to abuse the English Vocabulary you as can tell by using different words to describe the same thing.
This is bad because in the world we are living in is not so based on facts and capability but dictated by how advertising gets into the minds of people.

7)OS X sucks when it comes to low level customization, power users will find a lack of control. There is no administrative tools/Control Panel to give you very high, low level control over the OS(Except Terminal but it is not GUI). It is like Ubuntu except Ubuntu is free software (cost as well as source code).
OS X also took code based on BSD while not returning much to the free software community.
OS X looks great at the sales counter but functionality sucks.
I hope I don't have to repeat this.

I hope real word can get around about the ugly truth about Apple. To me it is a marketing company nobody should buy from. Please tell your friends and family, do not let this get any worse.
The reason I am writing this is I don't want to see low-cost Windows System OEM get shutdown due to low sales because people believe Macs are better and buy them.
I still want my choice of cheap & powerful computers to exist! Not cheap Macs with lousy specification, so if my Acer dies I will still be able to get a cheap & powerful replacement(not necessarily an Acer, Lenovos and some HP & Dell are cheap too).

I hope there are many OEMs continue to be around so:
1)I can choose
2)Competition drive down cost and keep OEMs on their toes
3)We all benefit from cheap stuff

If Macs or any single OEM rules:
1)They control pricing.
2)No more cheap computers.
3)New parts specification may not deliver as fast because there are no competition for sales (Apple can afford not to update for a long time because "they are not PC" so they are different and not subjected to compete, and people are still suckers for them however any PC OEMs selling laptops with 9600M GT probably won't be gettting any sales).
4)We will be paying a whole lot more than what it actually cost (so those company profit and execs go on holidays sponsored indirectly by us).

I do not advocate any brands (Acer Laptop sucks as well I bought it because it was cheap), my final advice to anyone who want to buy anything is:

1)Do real research from a neutral party about your needs, and find market pricing standards, don't be lazy and ask the Salesperson/Mac Evangelist because they have an intention to make you buy their products so what they say will definitely contain falsehood.
I am not just saying about Apple Sale Representative, this applies to any Laptop salesperson.
I have seen people doing sales with ZERO knowledge of what they are selling.
They will give you any promise to make you take out your wallet. It is during after sales that their horns emerge.
Also do not ask your hippy Apple fanatic friend about anything.
Their minds have been altered by Apple Marketing to know any real facts.
Ask someone who really know what every line of a computer specification means.

2)Get a competitively priced computer no point paying extra for nice looks, when a computer is meant to be used not admired.
Things that matter:
  • Size, Weight
  • Specification
  • Price Point
  • Battery Life
3)There is no such thing as brand quality.
Laptops are really made by ODM (Original Design Manufacturer) not HP or Dell or any other company. Example of ODM: Compal, Quanta...
Example:
The HP Elitebook is made by Compal, HP only pasted their stickers and label on them.
Read More
Posted in apple, macs | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Delete Windows System Files
    If you play around with Windows System Files sometimes it is not possible to delte them off after you had your fun. The following commands w...
  • Internet Explorer Tweak
    Here is a registry tweak for Internet Explorer Similar to the Mozilla Firefox tweak this enable you to increase the number simultaneous ser...
  • How to Mod your Laptop VGA BIOS
    Basically there are 2 locations where the VGA BIOS in laptops. Some OEMS embed the VGA BIOS in the EFI/BIOS in your laptops, other OEMs have...
  • Acer Phoenix BIOS Emergency Recovery
    This is for people who don't listen and interrupt the flashing BIOS for unknown reasons. This will work provided the BIOS BootBlock isn...
  • Secure Your Windows CD-Key (For Vista and 7)
    As you know everytime you activate a Windows Installation your Product Key can be retrieved via Software means. Don't believe me? Downl...
  • Changing the Acer Arcade Shortcut
    While surfing the Windows Registry (You must be thinking that I am weird =P) yesterday I found something interesting It is actually possible...
  • Some Interesting Modding Ideas
    I modded my Aspire 4530 AGAIN to control resultant temperature. Below are some ideas and pictures. Another mod idea This time a black anodi...
  • How to obtain the DSDT from your laptop
    There are many ways to rip the DSDT out of the laptop BIOS. If there is a BIOS editor it is possible to rip out the .AML file. However below...
  • Acer Aspire 4530 Boot Screen
    Acer Aspire 4530 Boot Dianogostic Screen PhoenixBIOS 4.0 Release 6.1 Copyright 1985-2008 Phoenix Technologies Ltd. All Rights Reserve 1.052....
  • List Of Modified BIOS Collection
    Here are the list of Modified BIOS Collection (mainly SLIC Mods), no warranty provided use at your own discretion! Acer Aspire 4520G BIOS Ac...

Categories

  • 32bit
  • 64bit
  • acer
  • ahci
  • amd
  • apple
  • aspire 4530
  • aspire 4535G
  • aspire 4740
  • atheros
  • atom
  • BIOS
  • boot
  • cleanup
  • configure
  • device
  • disk
  • dismantle
  • download
  • driver
  • fan control
  • firefox
  • firewall
  • firmware
  • fix
  • flash
  • graphics
  • hwmonitor
  • internet
  • linux
  • macs
  • microsoft
  • modified
  • nvidia
  • optimize
  • overclock
  • performance
  • power savings
  • powermizer
  • proxy
  • ram
  • Realtek
  • review
  • secure
  • shortcut
  • speaker
  • synaptics
  • temperature
  • theme
  • timeline
  • tweak
  • undervolt
  • update
  • wallpaper
  • windows 7
  • windows vista
  • Windows Xp
  • winsat
  • wlan

Blog Archive

  • ▼  2013 (10)
    • ▼  November (2)
      • A Simple How to use MiniDLNA on OpenWRT
      • OpenWRT TL-WDR3600/4300/4310 Release
    • ►  October (3)
    • ►  September (1)
    • ►  August (1)
    • ►  July (1)
    • ►  May (1)
    • ►  January (1)
  • ►  2012 (4)
    • ►  September (1)
    • ►  June (1)
    • ►  March (1)
    • ►  February (1)
  • ►  2011 (21)
    • ►  September (1)
    • ►  July (4)
    • ►  June (3)
    • ►  May (3)
    • ►  April (3)
    • ►  March (4)
    • ►  February (2)
    • ►  January (1)
  • ►  2010 (36)
    • ►  December (3)
    • ►  November (2)
    • ►  October (4)
    • ►  September (1)
    • ►  August (5)
    • ►  July (1)
    • ►  June (5)
    • ►  May (3)
    • ►  April (3)
    • ►  March (6)
    • ►  February (1)
    • ►  January (2)
  • ►  2009 (81)
    • ►  December (3)
    • ►  November (3)
    • ►  October (9)
    • ►  September (5)
    • ►  August (1)
    • ►  July (5)
    • ►  June (8)
    • ►  May (15)
    • ►  April (10)
    • ►  March (13)
    • ►  February (8)
    • ►  January (1)
  • ►  2008 (8)
    • ►  November (5)
    • ►  July (3)
Powered by Blogger.

About Me

Unknown
View my complete profile