<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-7639913463007264553</atom:id><lastBuildDate>Wed, 28 Aug 2024 23:25:39 +0000</lastBuildDate><category>news</category><category>security</category><category>tutorial</category><category>Software</category><category>Mobile</category><category>computer</category><title>Computer Information</title><description>News, Tutorials, Computer and Mobile</description><link>http://computer-issue.blogspot.com/</link><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><generator>Blogger</generator><openSearch:totalResults>66</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>News, Tutorials, Computer and Mobile</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-7495254541584937838</guid><pubDate>Fri, 29 Nov 2013 15:34:00 +0000</pubDate><atom:updated>2013-11-29T22:34:05.489+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">computer</category><category domain="http://www.blogger.com/atom/ns#">Software</category><category domain="http://www.blogger.com/atom/ns#">tutorial</category><title>Create Input Method Table for SCIM - Linux</title><description>&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8SbWzzSNw_47wQKX_501yB8HtKd_GdHx7eEpa5pXOq_Z3s4I4wvhXVFRGBlT6eeRgZK3vf_YHuc1WIPjdyauYxT8PJYdRz-QJFkaWU7eUbKL7JxqFHSt5vf1uCBDPsy27VpilKH11bKE/s1600/g2993.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="107" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8SbWzzSNw_47wQKX_501yB8HtKd_GdHx7eEpa5pXOq_Z3s4I4wvhXVFRGBlT6eeRgZK3vf_YHuc1WIPjdyauYxT8PJYdRz-QJFkaWU7eUbKL7JxqFHSt5vf1uCBDPsy27VpilKH11bKE/s320/g2993.png" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Commonly people form country which has
its own alphabet and writing system, usually has a standard keyboard
layout to type or write something with their writing system
especially for not latin alphabet, with this we can write documents,
articles, make logo and anything which comply such writing system,
actually there is still another way to fulfill our needed without
changing our keyboard layout, but we can still typing any inscription
we desire just like typing with common keyboard layout (common
English keyboard layout)&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&amp;nbsp;

 &lt;style type="text/css"&gt;P { margin-bottom: 0.21cm; }A:link {  }&lt;/style&gt;

&lt;br /&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
SCIM (Smart Common Input Method) token
form wikipedia.org it's “an input method (IM) platform containing
support for more than thirty languages”. 
&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
There are lots of IMEs that have been
developed for all of the most commonly used language in the world and
are well supported in Linux, there are similar programs such IBus and
UIM. Thought there are many input methods available, but sometimes we
may need something special which we will not find IMEs for these
language (at least now) or we want to input existing supported
language more conveniently, or may be if we are not a native speaker,
it will be pain to use existing IMEs, and may be not convenient at
all.&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
With SCIM, we can create table based
input method without programming. The mechanism of using input table
method with SCIM is actually just like we create shortcut for some
special symbol, we mapping keyboard button to display symbol that we
want.&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
With the assumptions that our system
already have the fonts and just lack suitable IME, in my case I want
to type in Javanese script (not java script :-D) it's an ancient
writing system used in Java island Indonesia&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
First we need to do is to install the
SCIM it self, you can install this package from your repository, we
only need 2 packages, 'scim' and 'scim-table', in my system (using
Arch Linux) I installed this package using pacman&lt;/div&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
&lt;div class="alert"&gt;
&amp;nbsp;#pacman -Syu
&lt;/div&gt;
&lt;div class="alert"&gt;
&amp;nbsp;#pacman -S scim scim-tables
&lt;/div&gt;
Then I edited the default table form
/usr/share/scim/tables to suite my needed&lt;br /&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
SCIM_Generic_Table_Phrase_Library_TEXT&lt;br /&gt;
VERSION_1_0&lt;br /&gt;
### Begin Table daefinition.&lt;br /&gt;
BEGIN_DEFINITION&lt;br /&gt;
UUID = 8bcd08b9-af58-43d8-9031-b2eaf386de6a&lt;br /&gt;
SERIAL_NUMBER = 20131106&lt;br /&gt;
NAME = Javanese&lt;br /&gt;
ICON = /usr/share/scim/icons/Javanese.png&lt;br /&gt;
LANGUAGES = id_ID&lt;br /&gt;
AUTHOR = Andry Widya Putra &lt;andrywidyaputra gmail.com=""&gt;&lt;br /&gt;
STATUS_PROMPT = JV&lt;br /&gt;
KEYBOARD_LAYOUT = Unknown&lt;br /&gt;
VALID_INPUT_CHARS = ';-,.0123456789ABCDEGHIJKLMNOPQRSTUWXYZabcdefghijklmnopqrstuwxyz)+/*\&amp;lt;&amp;gt;&lt;br /&gt;
### KEY_END_CHARS =&lt;br /&gt;
### SINGLE_WILDCARD_CHAR =&lt;br /&gt;
### MULTI_WILDCARD_CHAR =&lt;br /&gt;
SPLIT_KEYS = apostrophe&lt;br /&gt;
COMMIT_KEYS = space&lt;br /&gt;
FORWARD_KEYS = Return&lt;br /&gt;
### SELECT_KEYS =&lt;br /&gt;
PAGE_UP_KEYS = Page_Up&lt;br /&gt;
PAGE_DOWN_KEYS = Page_Down&lt;br /&gt;
### MODE_SWITCH_KEYS =&lt;br /&gt;
### FULL_WIDTH_PUNCT_KEYS =&lt;br /&gt;
### FULL_WIDTH_LETTER_KEYS =&lt;br /&gt;
MAX_KEY_LENGTH = 5&lt;br /&gt;
SHOW_KEY_PROMPT = TRUE&lt;br /&gt;
AUTO_SELECT = TRUE&lt;br /&gt;
AUTO_WILDCARD = FALSE&lt;br /&gt;
AUTO_COMMIT = FALSE&lt;br /&gt;
AUTO_SPLIT = TRUE&lt;br /&gt;
AUTO_FILL = TRUE&lt;br /&gt;
DISCARD_INVALID_KEY = TRUE&lt;br /&gt;
DYNAMIC_ADJUST = TRUE&lt;br /&gt;
ALWAYS_SHOW_LOOKUP = TRUE&lt;br /&gt;
USE_FULL_WIDTH_PUNCT = FALSE&lt;br /&gt;
DEF_FULL_WIDTH_PUNCT = FALSE&lt;br /&gt;
USE_FULL_WIDTH_LETTER = FALSE&lt;br /&gt;
DEF_FULL_WIDTH_LETTER = FALSE&lt;br /&gt;
END_DEFINITION&lt;/andrywidyaputra&gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
First we need to create new unique id
for the table, run this command in terminal&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
uuidgen&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Copy and paste the output to our table 
&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
UUID = 8bcd08b9-af58-43d8-9031-b2eaf386de6a&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Change the serial nummber, I make it
the date I create the table in YYYMMDD format
&lt;br /&gt;
&lt;div class="alert"&gt;
SERIAL_NUMBER = 20131106&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Set the name for the icon, then copy my
icon into /usr/share/scim/icons/&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
ICON = /usr/share/scim/icons/Javanese.png&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Set the name of the table&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
NAME = Javanese&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
I commented out these variable because
I don't know what the do :-D &lt;br /&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;style type="text/css"&gt;P { margin-bottom: 0.21cm; }A:link &lt;/style&gt;### KEY_END_CHARS =&lt;/div&gt;
&lt;div class="alert"&gt;
### KEY_END_CHARS = &lt;br /&gt;
### SINGLE_WILDCARD_CHAR = &lt;br /&gt;
### MULTI_WILDCARD_CHAR =&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Changed “LANGUAGES” variable to
suit your language, if you doubt this, you can fill it with en_US&lt;/div&gt;
&lt;div class="alert"&gt;
LANGUAGES = id_ID&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
You can change the author to your name
and email if you want&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
AUTHOR = Andry Widya Putra
&amp;lt;&lt;a href="mailto:andrywidyaputra@gmail.com"&gt;andrywidyaputra@gmail.com&lt;/a&gt;&amp;gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
I changed my status prompt to&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
STATUS_PROMPT = JV&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
Then next part is important, enter all
of the valid input characters, these are the characters on our
keyboard that we will map to our new special symbols. The capital
letters allow us to map extra symbols by using the Shift keyboard&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
VALID_INPUT_CHARS = ';-,.0123456789ABCDEGHIJKLMNOPQRSTUWXYZabcdefghijklmnopqrstuwxyz)+/*\&amp;lt;&amp;gt;&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
For this input table I make the maximum
key length to 5&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
MAX_KEY_LENGTH = 5&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
I set auto-commit to false so I can
select the options of symbol from a menu&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
AUTO_COMMIT = FALSE&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
because I will choosing the symbol from
the list, I set the dynamic adjust to true&lt;br /&gt;
&lt;div class="alert"&gt;
DYNAMIC_ADJUST = TRUE&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm; text-align: justify;"&gt;
Next part is where we assign values for
all of the keys, this is the table data. There are three values on
each line and separated by tabs. The first value is the input key we
press on keyboard, second value is the output (we can input unicode
code from our font to map the symbol). The third values is the
frequency of the symbol. We can map many characters to a single key
or string. The IME will then give us a list with choices, the
character with highest frequency will be at the top of the list&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
we should write everything between
BEGIN_TABLE and END_TABLE section&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
BEGIN_TABLE&lt;br /&gt;
h&lt;span style="font-family: DejaVu Sans;"&gt;&lt;span lang="hi-IN"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ꦲ&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;	1&lt;br /&gt;
hra&amp;nbsp;	&lt;span style="font-family: DejaVu Sans;"&gt;&lt;span lang="hi-IN"&gt;ꦲꦿ&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;	1&lt;br /&gt;
END_TABLE&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
Save it with the name we want with
*.bin extension, mine is “Javanese.bin” than install it by
copying it into /usr/share/scim/tables/&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
To start SCIM in every login (assume
for all desktop environment support), add this to your profile
environment (mine is /home/user/.config/openbox/environment, you can
add to /home/user/.profile)&lt;/div&gt;
&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div class="alert"&gt;
export XMODIFIERS=@im=SCIM&lt;br /&gt;
export GTK_IM_MODULE="scim"&lt;br /&gt;
export QT_IM_MODULE="scim"&lt;br /&gt;
scim -d&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
After that we need to logout, relogin
and start SCIM.&lt;/div&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
&lt;div style="margin-bottom: 0cm;"&gt;
That's it, our input table is ready to
be used. Activate the input method by pressing Ctrl-Spacebar. &lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAqnTulQV-z1t6CKqgrsyFoNfOSdt-coxO-Sn_RiEgEeiFnlYoI2HqRwvGAUk13CQMzue1wOZL3jLkUAgxfcSrZAy1KUTajoN-8YENUFTHDwZ0GLTrSTVc4neNTrBjsstDcxatx9iBKaI/s1600/text2985.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="37" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAqnTulQV-z1t6CKqgrsyFoNfOSdt-coxO-Sn_RiEgEeiFnlYoI2HqRwvGAUk13CQMzue1wOZL3jLkUAgxfcSrZAy1KUTajoN-8YENUFTHDwZ0GLTrSTVc4neNTrBjsstDcxatx9iBKaI/s400/text2985.png" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</description><link>http://computer-issue.blogspot.com/2013/11/create-input-method-table-for-scim-linux.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8SbWzzSNw_47wQKX_501yB8HtKd_GdHx7eEpa5pXOq_Z3s4I4wvhXVFRGBlT6eeRgZK3vf_YHuc1WIPjdyauYxT8PJYdRz-QJFkaWU7eUbKL7JxqFHSt5vf1uCBDPsy27VpilKH11bKE/s72-c/g2993.png" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-7600071031045145838</guid><pubDate>Sat, 09 Jun 2012 05:27:00 +0000</pubDate><atom:updated>2012-06-09T12:37:44.313+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><category domain="http://www.blogger.com/atom/ns#">security</category><title>LinkedIn Steps To Protect Members Password</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdsZ9HX8kilzr_XRgAj6-f1jKruxXC9y1yKOf12qFcl6USNlNb6kSiKCf6mZTEATxAHFOoqjeZ0rXxufi3hwdherg3c1Crk2cTVOo-O0c04PyVbjWL7tyzNVUuSB3Pds_ldiDWh19WRZ0/s1600/Silveria+Vincente.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="Silveira Vincente" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdsZ9HX8kilzr_XRgAj6-f1jKruxXC9y1yKOf12qFcl6USNlNb6kSiKCf6mZTEATxAHFOoqjeZ0rXxufi3hwdherg3c1Crk2cTVOo-O0c04PyVbjWL7tyzNVUuSB3Pds_ldiDWh19WRZ0/s1600/Silveria+Vincente.jpg" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
After the rumor about password of LinkedIn User that has been stolen and posted in online hacker community in Russia, then LinkedIn ask for apologize and doing action to protect the user. Vicente Silveira, Director at LinkedIn in his blog said that 6,5 million password has been posted in hacker website.&lt;br /&gt;
&lt;br /&gt;
According to Silveira, most of the password is still in encryption condition (hashed). He admitted few of this hashed password has been decrypted and published. Fortunately email login related to the password was not go on public. He said that there is no report about access to user account related to this issue.&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
LinkedIn, as Silveria said on LinkedIn Blog "It is of the utmost importance to us that we keep you, our members, 
informed regarding the news this week that some LinkedIn member 
passwords were compromised. We want to reiterate that we sincerely 
apologize for the inconvenience this has caused our members.", LinkedIn has locked and protect user account which the password is stolen.&lt;/div&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTXnigof2Nh2gxvmgbWnnMuO3ii3g7hjzcbYEIgp-FGhSQCKFmlB71EUetvQbZJpeyjMDA16E0anvRbkZARougayMihAJet6wVwEKb1KY6WTVEnMBXxsI49GVA-yzlxOMI2knQJeG0gx4/s1600/LinkedIn.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="LinkedIn" border="0" height="231" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTXnigof2Nh2gxvmgbWnnMuO3ii3g7hjzcbYEIgp-FGhSQCKFmlB71EUetvQbZJpeyjMDA16E0anvRbkZARougayMihAJet6wVwEKb1KY6WTVEnMBXxsI49GVA-yzlxOMI2knQJeG0gx4/s400/LinkedIn.jpg" title="" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
LinkedIn email the member and tell them the way how to reset their password. LinkedIn also has deactivated other member account which potentially able to influenced by this occurrence and then call the pertinent user to change their password. Silveria also reminds other member and suggests them to change password periodically&lt;br /&gt;
&lt;br /&gt;
Meanwhile, Sophos Security, like it said in &lt;a href="http://computerworld.com/"&gt;computerworld.com&lt;/a&gt;, about 60% hashes password of LinkedIn member posted has been cracked by hacker. So about 3,5 million password has been cracked. This thing shows how weak the password protection of LinkedIn.&lt;br /&gt;
&lt;br /&gt;
Actually, whole password of LinkedIn member is already protected (hashed) using SHA-1 protocol, though SHA-1 offered protection against password cracking, but in fact it's still able to cracked.&lt;br /&gt;
&lt;br /&gt;
Beside SHA-1, there is still another protection way known "salting". In this protection, a random string is added in password character before hashed. This way increase strength of password protection. Salting know is common in big company.&lt;br /&gt;
&lt;br /&gt;
The professional from Sophos security was regretted LinkedIn for using just SHA-1, fortunately Silveria said that has been implementing salting after this occurrence of password cracked.&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/06/linkedin-steps-to-protect-members.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdsZ9HX8kilzr_XRgAj6-f1jKruxXC9y1yKOf12qFcl6USNlNb6kSiKCf6mZTEATxAHFOoqjeZ0rXxufi3hwdherg3c1Crk2cTVOo-O0c04PyVbjWL7tyzNVUuSB3Pds_ldiDWh19WRZ0/s72-c/Silveria+Vincente.jpg" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-5489739096220967942</guid><pubDate>Mon, 28 May 2012 09:34:00 +0000</pubDate><atom:updated>2012-06-06T22:10:34.921+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Software</category><category domain="http://www.blogger.com/atom/ns#">tutorial</category><title>Virtualization on Linux</title><description>&lt;div align="justify" style="font-family: inherit;"&gt;
What operating system do you use for your computer?
 Linux or Windows? I was using Microsoft Windows when I was senior high 
school but then I move to linux, formerly I decided to move to linux 
just because my desire of computer tweaking and to try a different feel 
of computing. I had also move back to windows because at that time I had
 trouble when I found problem about my computer, especially comes from 
my hardware. I can't play any multimedia file because my sound card and 
graphic card are not supported yet with Linux I used, I've tried many 
distros and I found the distro which most suitable with my computer 
Ubuntu 06.04.&lt;/div&gt;
&lt;div align="justify" style="font-family: inherit;"&gt;
&lt;/div&gt;
&lt;div align="justify" style="font-family: inherit;"&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Oh_-HAL2Q9wLhZihF8xRWttyx-YjN-LpaupsP7nT4zrjGfLYpj_S7wDRI975obuqzAz07UcER3Xk2fLTtoNq9GFwlCIoNg01nFbd6ZRfXDKtf1L89MU8nPZUYefGrYi6_PHckO6nEWw/s1600/virtualization.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Virtualization on Linux" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Oh_-HAL2Q9wLhZihF8xRWttyx-YjN-LpaupsP7nT4zrjGfLYpj_S7wDRI975obuqzAz07UcER3Xk2fLTtoNq9GFwlCIoNg01nFbd6ZRfXDKtf1L89MU8nPZUYefGrYi6_PHckO6nEWw/s1600/virtualization.png" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
But in this post, I'm not gonna talk about my ubuntu. It's Okay for me 
who have a long time using linux, I have already move all things to 
Linux, I do my job with this, but what about people who are beginners 
using linux, ok we can say that commonly Linux has come with many 
alternative application on it, such openoffice to switch microsoft 
office (I think openoffice is better than microsoft office), thunderbird
 as email client, and for you who like multimedia (graphic or audio) 
there are several applications available to fullfil your desire. But 
sometimes for some people, this applications still cannot meet with 
their need in any reason, like not get used to, to difficult to learn or
 etc, and they want to use their ultimate weapon when used Microsoft 
Windows, no problem there is still an emulator called wine (wine is not 
emulator) funny name of application I think :), it is an emulator to 
emulate windows software to run in linux, but it is still limited in 
number of software which can use with.&lt;br /&gt;
&lt;br /&gt;
So how the conclusion for all of this, in one side we want to migrate in
 linux because it capability and performance but in one side we need 
Microsoft Windows application to done our job. Don't worry there are 2 
more way to solve this problem&lt;br /&gt;
1 with dual boot&lt;br /&gt;
2 with virtualization&lt;br /&gt;
&lt;br /&gt;
this post is to explain about virtualization in linux, what virtualization is?&amp;nbsp;
like it said, virtualization is to virtualize operating system inside 
operating system. in this case is to install Microsoft Windows inside 
Linux using Virtualization application, with this we are not only 
install application on our Linux&amp;nbsp; but also install the operating system 
by virtualising the resource (Hardisk, Processor, Graphic, Audio etc). 
There are so many Virtualization application spread on internet, the 
famous one in Linux is VirutalBox and Qemu (Opensource). Though it's 
free, but the features is no less than licensed software like VMware. 
VirtualBox has GUI interface like VMware. To choose processor which has 
been supported to virtualization, you could check it in each official 
site. For Intel check &lt;a href="http://www.intel.com/" target="_blank"&gt;here&lt;/a&gt;, and for AMD can be 
checked &lt;a href="http://www.amd.com/us-en/0,,,00.html" target="_blank"&gt;here&lt;/a&gt;. for Intel know as &lt;a href="http://www.intel.com/technology/itj/2006/v10i3/1-hardware/5-architecture.htm" target="_blank"&gt;Intel VT-x &lt;/a&gt;technology and for AMD called AMD-V&lt;/div&gt;
&lt;div align="justify" style="font-family: inherit;"&gt;
&lt;br /&gt;
Technology in this processor is enable the operating system we emulate 
to use and access directly the processor like using OS not virtualize. 
So the emulated OS will has speed, feature and compatibility of 
processor as same as when OS done with real hardware without virtualize.&lt;br /&gt;
&lt;br /&gt;
In ubuntu (I use Ubuntu) we can download Qemu and VirtualBox via synaptic or from console with this steps:&lt;br /&gt;
&lt;br /&gt;
to install qemu&lt;br /&gt;
$ sudo apt-get install qemu qemu-launcher qtemu&lt;br /&gt;
&lt;br /&gt;
to install VirtualBox&lt;br /&gt;
$ sudo apt-get install virtualbox&lt;br /&gt;
&lt;br /&gt;
or you can download the newest version of VirtualBox from official site 
&lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads" target="_blank"&gt;here&lt;/a&gt; or install via 
ppa:launchpad&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/virtualization-in-linux.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Oh_-HAL2Q9wLhZihF8xRWttyx-YjN-LpaupsP7nT4zrjGfLYpj_S7wDRI975obuqzAz07UcER3Xk2fLTtoNq9GFwlCIoNg01nFbd6ZRfXDKtf1L89MU8nPZUYefGrYi6_PHckO6nEWw/s72-c/virtualization.png" width="72"/><thr:total>0</thr:total><georss:featurename>New York, NY, USA</georss:featurename><georss:point>40.7143528 -74.0059731</georss:point><georss:box>40.5217853 -74.3218301 40.9069203 -73.690116100000012</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-4872153976582602846</guid><pubDate>Mon, 28 May 2012 03:35:00 +0000</pubDate><atom:updated>2012-06-02T10:01:21.391+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Software</category><title>Ubuntu 12.04 Review</title><description>&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
Ubuntu 12.04
LTS, after the release in April 2012, now it ready to be downloaded and try it
in our desktop. With several features it not forgot to be added on it, for this
LTS version, ubuntu give warranty in the term of support for next 5 years, this
warranty given either for desktop version and server version&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;b&gt;SEVERAL EDITION OF UBUNTU 12.04&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDVpZd33TXLJhRPyhtPUeUOeJ-XigmszxsOzVBQ4xV1e5Whq7XCHQdlKZLnIRtRcJZ30-656GFUgXOpg06GXG6MSOZxP11DLXIToxUvbS2L4FnXJjWS20bRdsYet6cBFXSKeMML-JfWSs/s1600/ubuntu.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="ubuntu lst 12.04" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDVpZd33TXLJhRPyhtPUeUOeJ-XigmszxsOzVBQ4xV1e5Whq7XCHQdlKZLnIRtRcJZ30-656GFUgXOpg06GXG6MSOZxP11DLXIToxUvbS2L4FnXJjWS20bRdsYet6cBFXSKeMML-JfWSs/s1600/ubuntu.jpg" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
Ubuntu 12.04
comes in several edition, such ubuntu server, ubuntu desktop, ubuntu netboot,
ubuntu cloud server, ubuntu studio, ubuntu core, edubuntu, xubuntu, kubuntu,
mythbuntu and lubuntu.&lt;br /&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
Using Linux
kernel 3.2 and GNOME 3.4 desktop, Precise Pangoling is still using Unity for it
interface. However, with the several features which getting developed, ubuntu
12.04 hopes that it will be able to produce a better performance than it predecessor.&lt;/div&gt;
&lt;ul style="font-family: inherit; text-align: justify;"&gt;
&lt;li&gt;
    
      
      The enhanced of desktop. Though still using unity but this time the
     interface has been added with several improvementntuk&lt;br /&gt;

  &lt;/li&gt;
&lt;li&gt;
    For customizing unity will be more facilitated in launcher
     setting by the interface which feel more user friendly&lt;br /&gt;

  &lt;/li&gt;
&lt;li&gt;
    Rhytmbox was brought in ubuntu 12.04 in order to enhanced Banshee
     as default musik player.&lt;br /&gt;

  &lt;/li&gt;
&lt;li&gt;
    There are new wallpaper with 14 wallpapers designed by popular
     photographer.&lt;br /&gt;

  &lt;/li&gt;
&lt;li&gt;
    Ubuntu 12.04 using browser and e-mail client from newest Mozilla
     version, Firefox 11 and Thunderbird 11.0&lt;br /&gt;

  &lt;/li&gt;
&lt;li&gt;
    Head-Up Display will try to offers new feel in searching and
     accessing application on desktop more faster&lt;/li&gt;
&lt;li&gt;Login screen now is supported by LightDM engine so the interface
     of login page now available to using image from wallpaper gallery&lt;/li&gt;
&lt;li&gt;Ubuntu one now is already integrated with Proxy feature and new Control Panel&lt;/li&gt;
&lt;li&gt;The HUD, this feature has a simple function, just by press and hold "Alt" and then looking for anything that we've found inside "File, Edit, View" bar. But the deficiency is we have to know the name of previous function. That's why there is still "Global Menu". "File, Edit etc" bar in top of the screen will still be there when we swing our cursor on it&lt;/li&gt;
&lt;li&gt;The Software Center, as we know that Ubuntu Linux has its own system where the developer can upload and maintain software from many channels. We can add or remove channels in order to install new software which it is not available in default, or just to keep application up to date. When we run update system, whole system and all application in this channel will be automatically updated. &lt;/li&gt;
&lt;/ul&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
Canonical as the official developer presents OS package which has a small
size and can be burn in a CD, Ubuntu 12.04 LTS of desktop version and server (
either 32 bit or 64 bit) has only 700MB of size. Beside those applications above used in Ubuntu 12.04. generally is same with
Ubuntu 11.10&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
If you want to try it, you can visit this link:&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
PC (Intel x86) desktop CD (for all PC based on Microsoft Windows)&lt;br /&gt;
&lt;a href="http://cdimage.ubuntu.com/daily-live/current/precise-desktop-i386.iso" target="_blank"&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
64-bit PC (AMD64) desktop CD&lt;br /&gt;
&lt;a href="http://cdimage.ubuntu.com/daily-live/current/precise-desktop-amd64.iso" target="_blank"&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
64-bit Mac (AMD64) desktop CD&lt;br /&gt;
&lt;a href="http://cdimage.ubuntu.com/daily-live/current/precise-desktop-amd64+mac.iso" target="_blank"&gt;Download&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
Mac (PowerPC) and IBM-PPC (POWER5) desktop CD&lt;br /&gt;
&lt;a href="http://cdimage.ubuntu.com/daily-live/current/precise-desktop-powerpc.iso" target="_blank"&gt;Download&lt;/a&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/ubuntu-1204-review.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDVpZd33TXLJhRPyhtPUeUOeJ-XigmszxsOzVBQ4xV1e5Whq7XCHQdlKZLnIRtRcJZ30-656GFUgXOpg06GXG6MSOZxP11DLXIToxUvbS2L4FnXJjWS20bRdsYet6cBFXSKeMML-JfWSs/s72-c/ubuntu.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8107320429016256898</guid><pubDate>Sat, 26 May 2012 04:37:00 +0000</pubDate><atom:updated>2012-06-02T10:08:29.139+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>Gigabyte Will Announces The World's Lightest Notebook</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHgYfSypp8vVqO8lfAWhkpsGoLedN2O9yImcbjgtYjO20qtOnPXepw4tx8IzwnwmmP6SPm2T5izZnO8imrDWJHYZtelsBRULrnZPpjP28OiSriglohLUdK10_yS8-fqKlUATWcwJpuMrs/s1600/x11-invitation-slide.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="gigabyte x11" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHgYfSypp8vVqO8lfAWhkpsGoLedN2O9yImcbjgtYjO20qtOnPXepw4tx8IzwnwmmP6SPm2T5izZnO8imrDWJHYZtelsBRULrnZPpjP28OiSriglohLUdK10_yS8-fqKlUATWcwJpuMrs/s1600/x11-invitation-slide.jpg" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBwgK6E_LRxb7UCisyuWNCP-heTluj0a3JoyG1kpmLpbqf-km75w-l7_s7o7_9wo3FFKfwUmWNSB3ZOHXZeM5voNix8bfyOIK89mTmwOZENUxlpB_cNlhoF5k3axOjlLAqajyC5__FA4k/s1600/x11-invitation.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;has invited&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;media&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;Taiwan&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;attend&lt;/span&gt; &lt;span class="hps"&gt;the launch of&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;X11&lt;/span&gt; &lt;span class="hps"&gt;notebook&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;that is claimed to&lt;/span&gt; &lt;span class="hps"&gt;be the&lt;/span&gt; &lt;span class="hps"&gt;lightest&lt;/span&gt; &lt;span class="hps"&gt;in the world&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt; Maybe&lt;/span&gt;, &lt;span class="hps"&gt;because they do not&lt;/span&gt; &lt;span class="hps"&gt;want to&lt;/span&gt; &lt;span class="hps"&gt;drown&lt;/span&gt; of &lt;span class="hps"&gt;the clamor&lt;/span&gt; that &lt;span class="hps"&gt;Computex&lt;/span&gt; &lt;span class="hps"&gt;2012&lt;/span&gt; &lt;span class="hps"&gt;event&lt;/span&gt; it &lt;span class="hps"&gt;will be held&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;Taipei&lt;/span&gt;, &lt;span class="hps"&gt;Taiwan&lt;/span&gt;, &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;June 5 to 9&lt;/span&gt;, 2012, &lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;X11&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt; planned&lt;/span&gt; &lt;span class="hps"&gt;it launching before&lt;/span&gt; &lt;span class="hps"&gt;the event.&lt;/span&gt; &lt;span class="hps"&gt;The launch of&lt;/span&gt; &lt;span class="hps"&gt;the new&lt;/span&gt; &lt;span class="hps"&gt;X11&lt;/span&gt; &lt;span class="hps"&gt;will be held on&lt;/span&gt; &lt;span class="hps"&gt;May 31, 2012&lt;/span&gt;, &lt;span class="hps"&gt;as stated&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;his official&lt;/span&gt; &lt;span class="hps"&gt;invitation&lt;/span&gt;&lt;span class="hps"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;So far&lt;/span&gt;&lt;span class="alt-edited"&gt;, it is not known the&lt;/span&gt; &lt;span class="hps"&gt;detailed&lt;/span&gt; &lt;span class="hps"&gt;specifications&lt;/span&gt; &lt;span class="hps"&gt;offered&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;With the&lt;/span&gt; &lt;span class="hps"&gt;claim of being&lt;/span&gt; &lt;span class="hps"&gt;the lightest&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;gave&lt;/span&gt; &lt;span class="hps"&gt;leaked&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;its&lt;/span&gt; &lt;span class="hps"&gt;weight&lt;/span&gt; &lt;span class="hps"&gt;is only&lt;/span&gt; &lt;span class="hps"&gt;about 2&lt;/span&gt; &lt;span class="hps"&gt;pounds&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;0.9&lt;/span&gt; &lt;span class="hps"&gt;kg&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;X11&lt;/span&gt; &lt;span class="hps"&gt;Naming&lt;/span&gt; &lt;span class="hps"&gt;refers to the&lt;/span&gt; &lt;span class="hps"&gt;diagonal&lt;/span&gt; &lt;span class="hps"&gt;screen&lt;/span&gt; &lt;span class="hps"&gt;size&lt;/span&gt; &lt;span class="hps"&gt;of 11 or&lt;/span&gt; &lt;span class="hps"&gt;11.6&lt;/span&gt; &lt;span class="hps"&gt;inches&lt;/span&gt;&lt;span class="hps"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;As it &lt;/span&gt;&lt;span class="hps"&gt;want&lt;/span&gt; &lt;span class="hps"&gt;to make&lt;/span&gt; &lt;span class="hps"&gt;people curious&lt;/span&gt;, &lt;span class="hps"&gt;only these&lt;/span&gt; &lt;span class="hps"&gt;new two&lt;/span&gt; &lt;span class="hps"&gt;information is &lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;leaked&lt;/span&gt;. &lt;span class="hps"&gt;In fact,&lt;/span&gt; &lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;is not&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span class=""&gt;or&lt;/span&gt; &lt;span class="hps"&gt;not&lt;/span&gt;) &lt;span class="hps"&gt;give&lt;/span&gt; &lt;span class="hps"&gt;another&lt;/span&gt; &lt;span class="hps"&gt;leak&lt;/span&gt; &lt;span class="hps"&gt;about the&lt;/span&gt; &lt;span class="hps"&gt;performance&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;will be&lt;/span&gt; &lt;span class="hps"&gt;pointed out&lt;/span&gt; to &lt;span class="hps"&gt;as well as&lt;/span&gt; the &lt;span class="hps"&gt;segments&lt;/span&gt; &lt;span class="hps"&gt;that will be&lt;/span&gt; &lt;span class="hps"&gt;addressed.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Speculation&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;there are&lt;/span&gt; &lt;span class="hps"&gt;states that &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;the use of&lt;/span&gt; &lt;span class="hps"&gt;storage media&lt;/span&gt; &lt;span class="hps"&gt;will use&lt;/span&gt; &lt;span class="hps"&gt;mini sized SSD&lt;/span&gt; &lt;span class="hps"&gt;mSATA&lt;/span&gt; with&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;high-performance&lt;/span&gt;&lt;span class=""&gt;. &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;As for the&lt;/span&gt; &lt;span class="hps"&gt;support&lt;/span&gt; &lt;span class="hps alt-edited"&gt;of the exclusivity&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;the notebook&lt;/span&gt; &lt;span class="hps"&gt;will be wrapped&lt;/span&gt; &lt;span class="hps"&gt;using&lt;/span&gt; &lt;span class="hps"&gt;carbon materials&lt;/span&gt; &lt;span class="hps"&gt;instead of&lt;/span&gt; &lt;span class="hps"&gt;aluminum&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;plastic&lt;/span&gt;&lt;span class="hps"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;In terms of price&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Gigabyte&lt;/span&gt; &lt;span class="hps"&gt;has not&lt;/span&gt; &lt;span class="hps"&gt;officially&lt;/span&gt; &lt;span class="hps alt-edited"&gt;publish it&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;However&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;many analysts expect&lt;/span&gt; &lt;span class="hps alt-edited"&gt;the price offered will be&lt;/span&gt; &lt;span class="hps"&gt;too high, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;considering the&lt;/span&gt; &lt;span class="hps"&gt;special features&lt;/span&gt; &lt;span class="hps"&gt;it offers&lt;/span&gt; which can be said&lt;span class="hps"&gt; innovative&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;unique&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/gigabyte-will-announces-worlds-lightest.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHgYfSypp8vVqO8lfAWhkpsGoLedN2O9yImcbjgtYjO20qtOnPXepw4tx8IzwnwmmP6SPm2T5izZnO8imrDWJHYZtelsBRULrnZPpjP28OiSriglohLUdK10_yS8-fqKlUATWcwJpuMrs/s72-c/x11-invitation-slide.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-1273777892963614566</guid><pubDate>Sat, 26 May 2012 04:11:00 +0000</pubDate><atom:updated>2012-05-26T11:11:46.870+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mobile</category><title>Cougar MID Review | More Earthly Version</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0fTF0lO56trE1SQcfdw2Ch2zvGQPRVsc4bsgpSvvN84jCo7EFlY_jw5bVe4BPfTsdE1i4jw3GMnlfToy9RsaFGrDkAS3cd5fE4TQ9zN2i3f2Q-Iv65wyvTWcHsbHvleiBZh764rC3rbM/s1600/tb-02-12-cougar-mid.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="Cougar MID" border="0" height="228" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0fTF0lO56trE1SQcfdw2Ch2zvGQPRVsc4bsgpSvvN84jCo7EFlY_jw5bVe4BPfTsdE1i4jw3GMnlfToy9RsaFGrDkAS3cd5fE4TQ9zN2i3f2Q-Iv65wyvTWcHsbHvleiBZh764rC3rbM/s320/tb-02-12-cougar-mid.jpg" title="" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Among of the&lt;/span&gt; &lt;span class="hps"&gt;economies computers &lt;/span&gt;&lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;which exist, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;this&lt;/span&gt; &lt;span class="hps"&gt;product is s&lt;/span&gt;&lt;span class="hps"&gt;omewhat&lt;/span&gt; &lt;span class="hps"&gt;interesting&lt;/span&gt; with attractive&lt;span class="hps"&gt; specification&lt;/span&gt; &lt;span class="hps"&gt;and price&lt;/span&gt;&lt;span class="hps"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Though&lt;/span&gt; &lt;span class="hps"&gt;is often&lt;/span&gt; &lt;span class="hps"&gt;amazed by&lt;/span&gt; &lt;span class="hps"&gt;the emergence of&lt;/span&gt; &lt;span class="hps"&gt;premium PC&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computers&lt;/span&gt; with &lt;span class="hps"&gt;beautiful design&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;, but &lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;consumer&lt;/span&gt; &lt;span class="hps"&gt;does not necessarily&lt;/span&gt; &lt;span class="hps"&gt;desperate&lt;/span&gt; &lt;span class="hps"&gt;to buy if they do not really need it, it seems that &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;consumers are more&lt;/span&gt; &lt;span class="hps"&gt;likely to seek&lt;/span&gt; &lt;span class="hps alt-edited"&gt;the alternative&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computers&lt;/span&gt; &lt;span class="hps"&gt;which&lt;/span&gt; &lt;span class="hps"&gt;much cheaper&lt;/span&gt; &lt;span class="hps"&gt;though&lt;/span&gt; &lt;span class="hps"&gt;will be &lt;/span&gt;&lt;span class="hps alt-edited"&gt;reduced in&lt;/span&gt; &lt;span class="hps"&gt;features and&lt;/span&gt; &lt;span class="hps"&gt;performance. This is where the entry level tablet computer such cougar find its market.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;Cougar &lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;comes in&lt;/span&gt; &lt;span class="hps"&gt;a 7 inches display&lt;/span&gt; &lt;span class="hps"&gt;which&lt;/span&gt; &lt;span class="hps"&gt;attracted many people&lt;/span&gt; &lt;span class="hps"&gt;because it&lt;/span&gt; &lt;span class="hps"&gt;is enough to&lt;/span&gt; &lt;span class="hps"&gt;put into&lt;/span&gt; &lt;span class="hps"&gt;their pants pockets. B&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;y&lt;/span&gt; &lt;span class="hps"&gt;look for a second&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;we can assume&lt;/span&gt; &lt;span class="hps"&gt;that the&lt;/span&gt; &lt;span class="hps"&gt;product is classified as&lt;/span&gt; &lt;span class="hps"&gt;economical&lt;/span&gt; &lt;span class="hps alt-edited"&gt;version of&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computer. &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;marked with a&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;rigid&lt;/span&gt; &lt;span class="hps"&gt;instrument&lt;/span&gt; &lt;span class="hps"&gt;panel&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps alt-edited"&gt;looks&lt;/span&gt; &lt;span class="hps"&gt;non-exclusive, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;looks&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;a physical button&lt;/span&gt; &lt;span class="hps alt-edited"&gt;of navigating&lt;/span&gt; &lt;span class="hps"&gt;on the screen&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;the character of&lt;/span&gt; &lt;span class="hps alt-edited"&gt;button&lt;/span&gt; &lt;span class="hps"&gt;volume&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;power&lt;/span&gt; &lt;span class="hps alt-edited"&gt;button&lt;/span&gt; &lt;span class="hps"&gt;that are&lt;/span&gt; &lt;span class="hps alt-edited"&gt;a bit hard.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;But&lt;/span&gt; &lt;span class="hps"&gt;behind&lt;/span&gt; &lt;span class="hps"&gt;these&lt;/span&gt; &lt;span class="hps"&gt;physical shortcomings&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;apparently&lt;/span&gt;&lt;span&gt;&lt;/span&gt; &lt;span class="hps"&gt;cougar&lt;/span&gt; &lt;span class="hps"&gt;offers&lt;/span&gt; &lt;span class="hps"&gt;a fairly complete&lt;/span&gt; &lt;span class="hps"&gt;range of&lt;/span&gt; &lt;span class="hps"&gt;connections&lt;/span&gt;&lt;span&gt;. S&lt;/span&gt;&lt;span class="hps"&gt;tarting&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;slot&lt;/span&gt; &lt;span class="hps"&gt;microSD&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;expansion&lt;/span&gt; &lt;span class="hps"&gt;up to 32GB&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;3.5&lt;/span&gt; &lt;span class="hps"&gt;mm&lt;/span&gt; &lt;span class="hps"&gt;earphone&lt;/span&gt; &lt;span class="hps"&gt;jack&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;a mini&lt;/span&gt; &lt;span class="hps"&gt;HDMI&lt;/span&gt; &lt;span class="hps"&gt;port&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;mini&lt;/span&gt; &lt;span class="hps"&gt;USB&lt;/span&gt; &lt;span class="hps"&gt;connections&lt;/span&gt; &lt;span class="hps"&gt;that can be used&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps alt-edited"&gt;flashdisk, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;3G&lt;/span&gt; &lt;span class="hps"&gt;modem&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps alt-edited"&gt;and&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;a LAN&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;RJ&lt;/span&gt;&lt;span&gt;-45)&lt;/span&gt; &lt;span class="hps"&gt;via&lt;/span&gt; &lt;span class="hps"&gt;an extension&lt;/span&gt; &lt;span class="hps"&gt;cable&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt; &lt;span class="hps"&gt;adapter&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;Yes, apparently&lt;/span&gt; &lt;span class="hps alt-edited"&gt;in addition of&lt;/span&gt; &lt;span class="hps"&gt;internet&lt;/span&gt; &lt;span class="hps"&gt;connection&lt;/span&gt; &lt;span class="hps"&gt;facility&lt;/span&gt; &lt;span class="hps"&gt;via WiFi&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;cougar&lt;/span&gt; &lt;span class="hps"&gt;is also&lt;/span&gt; &lt;span class="hps"&gt;possible&lt;/span&gt; &lt;span class="hps"&gt;to connect&lt;/span&gt; &lt;span class="hps"&gt;via commonly network cable. Internet connection through 3G channel is also possible from USB modem. However, note about &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;type of modem&lt;/span&gt; &lt;span class="hps"&gt;as displayed&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;3G&lt;/span&gt; &lt;span class="hps"&gt;support information&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Although&lt;/span&gt; &lt;span class="hps"&gt;included in the&lt;/span&gt; &lt;span class="hps"&gt;category of&lt;/span&gt; &lt;span class="hps"&gt;cheap&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computer, &lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;cougar&lt;/span&gt; &lt;span class="hps"&gt;carrying the&lt;/span&gt; &lt;span class="hps"&gt;Allwinner&lt;/span&gt; &lt;span class="hps"&gt;tech&lt;/span&gt; &lt;span class="hps"&gt;A10 processor &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;1 GHz&lt;/span&gt; &lt;span class="hps"&gt;speed&lt;/span&gt; &lt;span class="hps"&gt;combined with&lt;/span&gt; &lt;span class="hps"&gt;512 MB&lt;/span&gt; &lt;span class="hps"&gt;RAM&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Mali&lt;/span&gt;&lt;span class=""&gt;-400&lt;/span&gt; MP &lt;span class="hps"&gt;graphics&lt;/span&gt; &lt;span class="hps"&gt;chip&lt;/span&gt;. &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;This&lt;/span&gt; &lt;span class="hps"&gt;is clearly a&lt;/span&gt; &lt;span class="hps"&gt;fairly&lt;/span&gt; &lt;span class="hps"&gt;steady&lt;/span&gt; &lt;span class="hps"&gt;combination&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;in its class &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;considering&lt;/span&gt; an entry level &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computers&lt;/span&gt; are &lt;span class="hps"&gt;rarely&lt;/span&gt; to &lt;span class="hps"&gt;have&lt;/span&gt; &lt;span class="hps"&gt;such&lt;/span&gt; &lt;span class="hps"&gt;specification.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Cougar has already use&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;android&lt;/span&gt; &lt;span class="hps atn"&gt;2.4 (&lt;/span&gt;&lt;span class=""&gt;gingerbread&lt;/span&gt;&lt;span class=""&gt;)&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;though it interface is&lt;/span&gt; &lt;span class="hps"&gt;still&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;standard. U&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;nfortunately, the&lt;/span&gt; &lt;span class="hps"&gt;800x480&lt;/span&gt; &lt;span class="hps"&gt;pixel&lt;/span&gt; &lt;span class="hps"&gt;screen&lt;/span&gt; &lt;span class="hps"&gt;on this&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;computer&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;still highly&lt;/span&gt; &lt;span class="hps"&gt;resistive&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;more&lt;/span&gt; &lt;span class="hps"&gt;convenient to be access&lt;/span&gt; &lt;span class="hps"&gt;using &lt;/span&gt;&lt;span class="hps"&gt;stylus.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;b&gt;&lt;i&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Specification&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" style="width: 411px;"&gt;&lt;colgroup&gt;&lt;col style="mso-width-alt: 4827; mso-width-source: userset; width: 99pt;" width="132"&gt;&lt;/col&gt;
 &lt;col style="mso-width-alt: 10203; mso-width-source: userset; width: 209pt;" width="279"&gt;&lt;/col&gt;
 &lt;/colgroup&gt;&lt;tbody&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="height: 12.75pt; width: 99pt;" width="132"&gt;Processor&lt;/td&gt;
  &lt;td class="xl22" style="border-left: none; width: 209pt;" width="279"&gt;All winner Tech
  A10 1GHz&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;RAM&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;384 MB&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Graphic Card&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;Mali-400 MP&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Cellular
  Network&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;None&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl23" height="17" style="border-top: none; height: 12.75pt;"&gt;Internal
  Storage&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;2 GB NAND Flash&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl23" height="17" style="border-top: none; height: 12.75pt;"&gt;Wireless&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;WiFi (802.11 b/g/n),
  GPS&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Other
  Connection&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;mini USB, mini HDMI&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Camera&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;1,3 MP&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Screen&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;7” / 800x480 pixel
  (WVGA), &lt;span class="font5"&gt;Resistive touchscreen&lt;/span&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr height="17" style="height: 12.75pt;"&gt;
  &lt;td class="xl22" height="17" style="border-top: none; height: 12.75pt;"&gt;Weight /
  dimension&lt;/td&gt;
  &lt;td class="xl22" style="-moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color windowtext windowtext; border-left: none; border-top: none;"&gt;346 gram
  /19,8x12,2x1,3 cm&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://computer-issue.blogspot.com/2012/05/cougar-mid-review-more-earthly-version.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0fTF0lO56trE1SQcfdw2Ch2zvGQPRVsc4bsgpSvvN84jCo7EFlY_jw5bVe4BPfTsdE1i4jw3GMnlfToy9RsaFGrDkAS3cd5fE4TQ9zN2i3f2Q-Iv65wyvTWcHsbHvleiBZh764rC3rbM/s72-c/tb-02-12-cougar-mid.jpg" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-4975817536778538001</guid><pubDate>Fri, 25 May 2012 02:16:00 +0000</pubDate><atom:updated>2012-06-02T09:39:00.399+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">security</category><title>Check PC Security With Kaspersky Scan</title><description>&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div class="separator" style="clear: both; color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhciaIRg5O3hkRBxgOJUteWmvdQYWu3fwyrCng1oyAANxPLHC4Lr_1QE3Tp2jYmNK1z4j-FKQrGVD16cjv8O4ukLagpUHWz39WOGkSS7CEniuzFQ3KeBTjoMms4nmCsI_g-UU6CWEMO1iA/s1600/kaspersky.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Survei Harris Interactive yang dilakukan terhadap konsumen secara global pada Maret 2012 menunjukkan bahwa 15 persen dari pemilik PC Windows tidak menggunakan perangkat lunak apapun untuk aset digital mereka."&gt;Harris
 Interactive survey that conducted for consumers globally in March 2012 
showed that 15 percent of Windows PC owners do not use any software for 
their digital assets.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;At the same time&lt;/span&gt;, &lt;span class="hps"&gt;60&lt;/span&gt; &lt;span class="hps"&gt;percent of users&lt;/span&gt; &lt;span class="hps"&gt;concerned about the&lt;/span&gt; &lt;span class="hps"&gt;confidentiality of&lt;/span&gt; &lt;span class="hps"&gt;their&lt;/span&gt; &lt;span class="hps"&gt;financial data&lt;/span&gt; &lt;span class="hps"&gt;and 80&lt;/span&gt; &lt;span class="hps"&gt;percent&lt;/span&gt; &lt;span class="hps"&gt;had experienced&lt;/span&gt; &lt;span class="hps"&gt;security threats&lt;/span&gt; &lt;span class="hps"&gt;at least once&lt;/span&gt;.&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;To&lt;/span&gt; &lt;span class="hps"&gt;overcome this problem&lt;/span&gt;, &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;introduces&lt;/span&gt; &lt;span class="hps"&gt;a new&lt;/span&gt; &lt;span class="hps"&gt;device&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps"&gt;detecting&lt;/span&gt; &lt;span class="hps"&gt;the status of&lt;/span&gt; &lt;span class="hps"&gt;computer security&lt;/span&gt;. &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt;, that is the name, it &lt;span class="hps"&gt;is &lt;/span&gt;&lt;span class="hps"&gt;specifically&lt;/span&gt; intended &lt;span class="hps"&gt;for users&lt;/span&gt; &lt;span class="hps"&gt;who&lt;/span&gt; &lt;span class="hps"&gt;do not&lt;/span&gt; &lt;span class="hps"&gt;use&lt;/span&gt; &lt;span class="hps"&gt;antivirus&lt;/span&gt; &lt;span class="hps"&gt;solution&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;are still unsure&lt;/span&gt; &lt;span class="hps"&gt;with the&lt;/span&gt; common &lt;span class="hps"&gt;security&lt;/span&gt; &lt;span class="hps"&gt;software&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2uiLzwbqiU2IdHqDpTOINTN8HWmuWd1yFMMRJY5t9O2ljcFS2EsSHBIvFHQ14GaJ0x8_Z6mG9mK-1TvPRtZieiBnWk3Ltk2SP_xgqIaEZkzDfN9QT6VlE_f8SWZhSQIbDRpsmRNgeg3g/s1600/kaspersky.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="kaspersky" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2uiLzwbqiU2IdHqDpTOINTN8HWmuWd1yFMMRJY5t9O2ljcFS2EsSHBIvFHQ14GaJ0x8_Z6mG9mK-1TvPRtZieiBnWk3Ltk2SP_xgqIaEZkzDfN9QT6VlE_f8SWZhSQIbDRpsmRNgeg3g/s1600/kaspersky.jpg" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt; &lt;span class="hps"&gt;is very&lt;/span&gt; &lt;span class="hps"&gt;easily to installed&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;removed&lt;/span&gt;. &lt;span class="hps"&gt;These devices&lt;/span&gt; &lt;span class="hps"&gt;can also work&lt;/span&gt; &lt;span class="hps"&gt;in conjunction with&lt;/span&gt; &lt;span class="hps"&gt;other&lt;/span&gt; &lt;span class="hps"&gt;antivirus&lt;/span&gt; &lt;span class="hps"&gt;solutions&lt;/span&gt;. &lt;span class="hps"&gt;If&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt; &lt;span class="hps"&gt;found the problem&lt;/span&gt;, &lt;span class="hps"&gt;the user&lt;/span&gt; &lt;span class="hps"&gt;will be given&lt;/span&gt; &lt;span class="hps"&gt;advice&lt;/span&gt; &lt;span class="hps"&gt;on a&lt;/span&gt; &lt;span class="hps"&gt;full-scale&lt;/span&gt; &lt;span class="hps"&gt;protection&lt;/span&gt; &lt;span class="hps"&gt;solutions&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;fit&lt;/span&gt; &lt;span class="hps"&gt;like&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Antivirus&lt;/span&gt;, &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Internet&lt;/span&gt; &lt;span class="hps"&gt;Security&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky &lt;/span&gt;&lt;span class="hps"&gt;PURE&lt;/span&gt;.&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;
    &lt;/span&gt;&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Nikolay&lt;/span&gt; &lt;span class="hps"&gt;Grebennikov&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;Chief &lt;span class="hps"&gt;Technology&lt;/span&gt; &lt;span class="hps"&gt;Officer&lt;/span&gt;, &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Lab&lt;/span&gt;) &lt;span class="hps"&gt;said that&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;a desktop&lt;/span&gt; &lt;span class="hps"&gt;personal&lt;/span&gt; &lt;span class="hps"&gt;computer&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;device&lt;/span&gt; are &lt;span class="hps"&gt;still be the&lt;/span&gt; &lt;span class="hps"&gt;primary&lt;/span&gt; &lt;span class="hps"&gt;communication&lt;/span&gt; &lt;span class="hps"&gt;device&lt;/span&gt; &lt;span class="hps"&gt;by most&lt;/span&gt; &lt;span class="hps"&gt;consumers&lt;/span&gt;. Whereas, i&lt;span class="hps"&gt;n reality&lt;/span&gt; &lt;span class="hps"&gt;millions of&lt;/span&gt; &lt;span class="hps"&gt;PC users around&lt;/span&gt; &lt;span class="hps"&gt;the world&lt;/span&gt; &lt;span class="hps"&gt;have&lt;/span&gt; a weak&lt;span class="hps"&gt; or&lt;/span&gt; &lt;span class="hps"&gt;no&lt;/span&gt; &lt;span class="hps"&gt;protection&lt;/span&gt; &lt;span class="hps"&gt;to use&lt;/span&gt; &lt;span class="hps"&gt;any security&lt;/span&gt; &lt;span class="hps"&gt;software&lt;/span&gt;.&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps atn"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps atn"&gt;"&lt;/span&gt;&lt;span class=""&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt; &lt;span class="hps"&gt;is the great solution&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps"&gt;such&lt;/span&gt; &lt;span class="hps"&gt;devices&lt;/span&gt;. &lt;span class="hps"&gt;By&lt;/span&gt; &lt;span class="hps"&gt;checking&lt;/span&gt; &lt;span class="hps"&gt;the security&lt;/span&gt; &lt;span class="hps"&gt;status of&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt;&lt;span class=""&gt;, this tool&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;inform them if&lt;/span&gt; &lt;span class="hps"&gt;there are&lt;/span&gt; &lt;span class="hps"&gt;threats &lt;/span&gt;&lt;span class="hps"&gt;found&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;help users&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;get the&lt;/span&gt; real time &lt;span class="hps"&gt;appropriate protection&lt;/span&gt; &lt;span class="hps"&gt;solutions&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Lab&lt;/span&gt;, &lt;span class="hps"&gt;"said&lt;/span&gt; &lt;span class="hps"&gt;Nikolay&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;small&lt;/span&gt; &lt;span class="hps"&gt;device&lt;/span&gt;, which is &lt;span class="hps"&gt;optimized for&lt;/span&gt; quick&lt;span class="hps"&gt; installation&lt;/span&gt; &lt;span class="hps"&gt;with no&lt;/span&gt; &lt;span class="hps"&gt;additional&lt;/span&gt; &lt;span class="hps"&gt;questions&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;reboot&lt;/span&gt;. &lt;span class="hps"&gt;By default&lt;/span&gt;, the system &lt;span class="hps"&gt;automatically&lt;/span&gt; scan &lt;span class="hps"&gt;performed&lt;/span&gt; &lt;span class="hps"&gt;three&lt;/span&gt; &lt;span class="hps"&gt;times a week&lt;/span&gt;&lt;span class=""&gt;, twice&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;background&lt;/span&gt; &lt;span class="hps"&gt;mode.&lt;/span&gt; &lt;span class="hps"&gt;However&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;these settings&lt;/span&gt; &lt;span class="hps"&gt;can be modified&lt;/span&gt; &lt;span class="hps"&gt;by the user&lt;/span&gt;. &lt;span class="hps"&gt;It also&lt;/span&gt; &lt;span class="hps"&gt;allows for&lt;/span&gt; &lt;span class="hps"&gt;either&lt;/span&gt; &lt;span class="hps"&gt;a quick&lt;/span&gt; &lt;span class="hps"&gt;scan&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;a whole&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt;&lt;span class=""&gt; scan.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Once the&lt;/span&gt; &lt;span class="hps"&gt;scan&lt;/span&gt; &lt;span class="hps"&gt;is done, users&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;receive a&lt;/span&gt; &lt;span class="hps"&gt;report&lt;/span&gt; that &lt;span class="hps"&gt;displays&lt;/span&gt; &lt;span class="hps"&gt;a security threat&lt;/span&gt; &lt;span class="hps alt-edited"&gt;were detected&lt;/span&gt; &lt;span class="hps"&gt;in some categories.&lt;/span&gt; &lt;span class="hps"&gt;Users&lt;/span&gt; &lt;span class="hps"&gt;are also&lt;/span&gt; will be &lt;span class="hps"&gt;given&lt;/span&gt; &lt;span class="hps"&gt;advice&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;security solutions&lt;/span&gt; &lt;span class="hps"&gt;available&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Lab&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;which&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;help repair&lt;/span&gt; &lt;span class="hps"&gt;an infected system&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;provide&lt;/span&gt; &lt;span class="hps"&gt;more&lt;/span&gt; &lt;span class="hps"&gt;protection&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Although&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt; &lt;span class="hps"&gt;can be&lt;/span&gt; used &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;detect&lt;/span&gt; &lt;span class="hps"&gt;the majority of&lt;/span&gt; &lt;span class="hps"&gt;malicious programs&lt;/span&gt;, &lt;span class="hps"&gt;but&lt;/span&gt; &lt;span class="hps"&gt;these devices are not&lt;/span&gt; &lt;span class="hps"&gt;designed&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;provide&lt;/span&gt; &lt;span class="hps"&gt;complete&lt;/span&gt; &lt;span class="hps"&gt;protection&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;detect&lt;/span&gt; &lt;span class="hps"&gt;some&lt;/span&gt; &lt;span class="hps"&gt;complex&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;like&lt;/span&gt; &lt;span class="hps"&gt;rootkits&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;bootkits&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;For&lt;/span&gt; &lt;span class="hps"&gt;testing the&lt;/span&gt; &lt;span class="hps"&gt;ability of&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt; &lt;span class="hps"&gt;Security Scan&lt;/span&gt;, &lt;span class="hps"&gt;you can&lt;/span&gt; &lt;span class="hps"&gt;download it&lt;/span&gt; &lt;span class="hps"&gt;via the&lt;/span&gt; &lt;span class="hps"&gt;following&lt;/span&gt; &lt;span class="hps"&gt;link&lt;/span&gt; &lt;a href="http://www.kaspersky.com/security-scan"&gt;&lt;span class="hps"&gt;www.kaspersky.com&lt;/span&gt;&lt;span class="hps"&gt;/security&lt;/span&gt;&lt;span class=""&gt;-scan&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit; text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit;"&gt;
&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit;"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="color: #666666; font-family: inherit;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;
      &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="color: #666666; font-family: inherit;"&gt;
&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/check-pc-security-with-kaspersky.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2uiLzwbqiU2IdHqDpTOINTN8HWmuWd1yFMMRJY5t9O2ljcFS2EsSHBIvFHQ14GaJ0x8_Z6mG9mK-1TvPRtZieiBnWk3Ltk2SP_xgqIaEZkzDfN9QT6VlE_f8SWZhSQIbDRpsmRNgeg3g/s72-c/kaspersky.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-4516935586950674158</guid><pubDate>Thu, 24 May 2012 03:38:00 +0000</pubDate><atom:updated>2012-06-02T11:01:37.866+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mobile</category><title>Behind Android Virus</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQOOiEG5siocfqUKqZbVwOHbGsndcIQ7Apaio-M7I1m6Hy7CLbvTueMFbeIQ-Lwh47ADYjfElZbHKjNxkuD__oMXW2JuNFoIegyganovuTyZ50knvAxmDsZWq9Ty8bWk3DRtiujbEBBy8/s1600/android-mal.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="android" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQOOiEG5siocfqUKqZbVwOHbGsndcIQ7Apaio-M7I1m6Hy7CLbvTueMFbeIQ-Lwh47ADYjfElZbHKjNxkuD__oMXW2JuNFoIegyganovuTyZ50knvAxmDsZWq9Ty8bWk3DRtiujbEBBy8/s1600/android-mal.jpg" title="" /&gt;&lt;/a&gt;&lt;/div&gt;
There are so many story about virus and malware in order to drop the image of any company, for example, there is an operating system because of the frequent of being target of virus attacks so then become victims of negative campaigns, with a variety of labels such not safe, many security holes or just for the novice user and so on.&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: #ebeff9;" title="Ada satu sistem operasi yang karena seringnya menjadi sasaran serangan virus lalu menjadi korban promosi negatif, dengan berbagai macam label: tidak aman, banyak celah keamanan, hanya untuk pengguna awam, dan seterusnya."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Biasanya, pihak yang menuding tersebut memosisikan dirinya sebagai sistem operasi yang “aman” dengan berbagai macam argumentasi, seperti didukung oleh komunitas, memiliki pertahanan berlapis, diprogram dengan memikirkan faktor sekuriti, dan seterusnya."&gt;Typically,

 that accused party is positioning itself as the "safe" operating system
 is with a variety of arguments, such as supported by the community, 
have a
 layered defense, programmed by the think of security factors, and so 
on.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Biasanya, pihak yang menuding tersebut memosisikan dirinya sebagai sistem operasi yang “aman” dengan berbagai macam argumentasi, seperti didukung oleh komunitas, memiliki pertahanan berlapis, diprogram dengan memikirkan faktor sekuriti, dan seterusnya."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Jika kita berbicara dalam hal sekuriti, pada prinsipnya sistem operasi adalah buatan manusia, dan buatan manusia tidak ada yang sempurna."&gt;If we talk about security, basically the operating system is man-made and man-made is nothing perfect. &lt;/span&gt;&lt;span style="background-color: white;" title="Ini membuat sistem operasi tersebut selalu memiliki kelemahan sehingga bisa diserang."&gt;This makes any operating system always have weakness that when it found it would be the hole to attacked.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Ini membuat sistem operasi tersebut selalu memiliki kelemahan sehingga bisa diserang."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Jadi, sebenarnya pertanyaannya bukanlah tentang apakah suatu sistem operasi bersifat aman atau tidak, tetapi apakah sistem operasi tersebut cukup menarik untuk diserang atau tidak."&gt;So,
 the real question is not about whether an operating system is safe or 
not, but whether the operating system is quite interesting to be 
attacked or not. If there is one operating system market share getting more than 70%, it's very difficult to not get people interested to and make malware to attack it.&lt;/span&gt;&lt;span style="background-color: #ebeff9;" title="Jika ada satu sistem operasi yang menguasai pangsa pasar lebih dari 70%, sangat sulit membuat orang tidak tertarik untuk mengoprek dan membuat malware untuk menyerang sistem operasi tersebut."&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: #ebeff9;" title="Jika ada satu sistem operasi yang menguasai pangsa pasar lebih dari 70%, sangat sulit membuat orang tidak tertarik untuk mengoprek dan membuat malware untuk menyerang sistem operasi tersebut."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Asumsi ini dapat dibuktikan pada sistem operasi Microsoft Windows yang menjadi sasaran virus di ranah PC."&gt;This
 assumption can be demonstrated on Microsoft Windows operating system, 
it has been a long time since it popular for dekstop user and use in 
many corporate, Windows Operating System has been the most delicious to 
be target of virus attack in the realm of PC. &lt;/span&gt;&lt;span style="background-color: white;" title="Pada kenyataannya, sistem operasi Windows Mobile yang notabene juga keluaran Microsoft tidak diminati oleh pembuat malware."&gt;But
 in other side, the Windows Mobile operating system which incidentally 
also come from Microsoft is not attractive for malware authors.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Pada kenyataannya, sistem operasi Windows Mobile yang notabene juga keluaran Microsoft tidak diminati oleh pembuat malware."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Kalau di ranah smartphone, penguasa pangsa pasar terbesar adalah si robot hijau Android yang notabene menggunakan kernel Linux."&gt;But in the realm of smartphones, the ruler of the largest market share is the 
green robot Android that uses the Linux kernel. &lt;/span&gt;&lt;span style="background-color: white;" title="Sistem operasi ini memang fenomenal karena dalam beberapa tahun saja mampu menguasai pangsa pasar terbesar smartphone dunia dan terpasang di 200 juta perangkat per November 2011."&gt;This

 operating system is phenomenal because just in a few years this android
 now able to control the world market share of smartphone and installed 
on 200 million 
devices per November 2011.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Sistem operasi ini memang fenomenal karena dalam beberapa tahun saja mampu menguasai pangsa pasar terbesar smartphone dunia dan terpasang di 200 juta perangkat per November 2011."&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Penguasaan pasar yang sangat besar oleh Android ini mengundang para kriminal yang ingin mendapatkan keuntungan secara tidak baik dengan membuat malware."&gt;This very large market share by Android is inviting the criminals who want to get profit by creating malware. &lt;/span&gt;&lt;span style="background-color: white;" title="Saat ini, dapat dikatakan Android adalah sistem operasi smartphone yang paling seksi dan menjadi incaran nomor satu pembuat malware."&gt;So at
 present, it can be said that Android is the most sexy smartphone operating system and become the target for malware authors.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/behind-android-virus.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQOOiEG5siocfqUKqZbVwOHbGsndcIQ7Apaio-M7I1m6Hy7CLbvTueMFbeIQ-Lwh47ADYjfElZbHKjNxkuD__oMXW2JuNFoIegyganovuTyZ50knvAxmDsZWq9Ty8bWk3DRtiujbEBBy8/s72-c/android-mal.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-1863752299921123876</guid><pubDate>Tue, 22 May 2012 02:11:00 +0000</pubDate><atom:updated>2012-05-26T07:28:33.478+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>Google Chrome Being The Most Popular In May</title><description>&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU83pn7v2bfznMN15CmAirykeBc_Yqvyt85fF3Y3Ij2wpH0n3J3XAcMa-WBPFNdUO_BG5TJjpaP7AKNsnqD0tCMRPPd7hX_pYHHZqhIgVCqqWT_67z_kf_3_IJqtjDBGOoLFp-an50h5s/s1600/browser.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="164" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU83pn7v2bfznMN15CmAirykeBc_Yqvyt85fF3Y3Ij2wpH0n3J3XAcMa-WBPFNdUO_BG5TJjpaP7AKNsnqD0tCMRPPd7hX_pYHHZqhIgVCqqWT_67z_kf_3_IJqtjDBGOoLFp-an50h5s/s320/browser.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="long_text" id="result_box"&gt;&lt;span style="background-color: white;" title="Hingga tiga minggu pertama selama Mei 2012, Google Chrome menjadi peramban yang paling banyak digunakan di seluruh dunia berdasarkan laporan dari situs Statcounter."&gt;Until
 the first three weeks during May 2012, Google Chrome become the most 
widely used browser in the world based on reports from StatCounter 
website. &lt;/span&gt;&lt;span title="Hal ini merupakan yang pertama kalinya bisa dicapai oleh peramban besutan Google tersebut."&gt;This is the first time that can be achieved by Google with the browser.
&lt;br /&gt;
&lt;/span&gt;&lt;span title="Selama ini Internet Explorer mendominasi peramban internet berkat keberadaannya yang sudah tersedia secara langsung pada sistem operasi Windows."&gt;So
 far, Internet Explorer dominated the internet browser because its 
existence that is available on every Windows operating system. W&lt;/span&gt;&lt;span title="Dengan beberapa keunggulan yang dimilikinya, Chrome mampu mengungguli terutama pada rentang waktu 14 hingga 20 Mei lalu."&gt;ith some of the advantages it has, Chrome now is able to outperform, especially in period of 14 to 20 May.
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span title="Data statistik yang dikeluarkan Statcounter menunjukkan bahwa Chrome mencatatkan trafik sekitar 32,76%, sedangkan IE hanya sekitar 31,94%."&gt;StatCounter
 released the statistics showing that Chrome has recorded traffic 
approximately 32.76%, while IE is only about 31.94%.
&lt;br /&gt;
&lt;/span&gt;&lt;span title="Meski demikian di kawasan Amerika utara, Internet Explorer masih memimpin dengan digunakan oleh sekitar 37% pengguna."&gt;Still in the north America, Internet Explorer still leads, about 37% user still use it. &lt;/span&gt;&lt;span title="Di daratan Eropa, Chrome telah mengungguli IE selama dua minggu ini, meski dengan selisih pengguna hanya sekitar 1% saja."&gt;In mainland Europe, Chrome has surpassed IE over the past two weeks, although the difference is only about 1% of users. &lt;/span&gt;&lt;span title="Sementara Firefox masih jauh mengungguli keduanya."&gt;While Firefox is vastly superior to both.
&lt;br /&gt;
&lt;/span&gt;&lt;span title="Jadi darimana sajakah pengguna Chrome terbanyak berasal?"&gt;So where the most Chrome users are come from? &lt;/span&gt;&lt;span title="Pengguna terbesar Chrome ternyata berasal dari kawasan Asia dan Amerika Selatan."&gt;The biggest Chrome users are from Asia and South America. &lt;/span&gt;&lt;span title="Di Asia, negara India menempatkan Chrome sebagai yang terdepan hanya unggul dengan selisih 8% lebih tinggi dibanding IE."&gt;In Asia, the Indian state puts Chrome as a winner though by a margin of only 8% higher than IE.
&lt;br /&gt;
&lt;/span&gt;&lt;span title="Sementara yang paling mencolok yaitu pengguna dari Amerika Selatan yang sekitar 50%-nya menggunakan Chrome."&gt;While the most striking is the user from South America about 50% of it are using Chrome. &lt;/span&gt;&lt;span title="Beberapa pengamat memperkirakan hal ini akibat populernya layanan jejaring sosial buatan Google yaitu Orkut yang memang cukup kondang di Brasil."&gt;Some
 analysts have speculated that it was due to the popularity of social 
networking service from Google called Orkut which is quite famous in 
Brazil.
&lt;br /&gt;
&lt;/span&gt;&lt;span style="background-color: white;" title="Berikut posisi 5 besar peramban yang paling banyak digunakan di seluruh dunia selama bulan Mei 2012:"&gt;These is the&amp;nbsp; following five positions of the most widely used browser worldwide during the month of May 2012:
  &lt;br /&gt;
&lt;/span&gt;&lt;span title="1."&gt;1. &lt;/span&gt;&lt;span style="background-color: white;" title="Google Chrome - 32,76%"&gt;Google Chrome - 32.76%
&lt;/span&gt;&lt;span title="2."&gt;2. &lt;/span&gt;&lt;span style="background-color: white;" title="Internet Explorer - 31,94%"&gt;Internet Explorer - 31.94%
&lt;/span&gt;&lt;span style="background-color: white;" title="3."&gt;3. &lt;/span&gt;&lt;span title="Firefox - 25,47%"&gt;Firefox - 25.47%
&lt;/span&gt;&lt;span title="4."&gt;4. &lt;/span&gt;&lt;span style="background-color: white;" title="Safari - 7,08%"&gt;Safari - 7.08%
&lt;/span&gt;&lt;span title="5."&gt;5. &lt;/span&gt;&lt;span style="background-color: white;" title="Opera - 1,74%"&gt;Opera - 1.74%&lt;/span&gt;</description><link>http://computer-issue.blogspot.com/2012/05/google-chrome-being-most-popular-in-may.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgU83pn7v2bfznMN15CmAirykeBc_Yqvyt85fF3Y3Ij2wpH0n3J3XAcMa-WBPFNdUO_BG5TJjpaP7AKNsnqD0tCMRPPd7hX_pYHHZqhIgVCqqWT_67z_kf_3_IJqtjDBGOoLFp-an50h5s/s72-c/browser.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-5094770471319119493</guid><pubDate>Thu, 17 May 2012 02:42:00 +0000</pubDate><atom:updated>2012-05-26T07:29:02.114+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>Windows 8 RT Just Can Use IE</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNz8-bddEv7BRLzDLs2HSNz5tvnHuMcnSWNn8i-HGUYZpXHijcY9mJqAz6uPI30-qD2m8s1XCyfLedk8TeVR2wmV-wOF412ENSqtwNBQwngPiwDfUQgq8vBOLJ6gWGQba4e-MPJ3okSu0/s1600/windows8-rt.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNz8-bddEv7BRLzDLs2HSNz5tvnHuMcnSWNn8i-HGUYZpXHijcY9mJqAz6uPI30-qD2m8s1XCyfLedk8TeVR2wmV-wOF412ENSqtwNBQwngPiwDfUQgq8vBOLJ6gWGQba4e-MPJ3okSu0/s320/windows8-rt.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps alt-edited"&gt;For you&lt;/span&gt; &lt;span class="hps"&gt;who&lt;/span&gt; &lt;span class="hps"&gt;await the arrival of&lt;/span&gt; &lt;span class="hps alt-edited"&gt;the newest Microsoft&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;its&lt;/span&gt; &lt;span class="hps"&gt;operating system&lt;/span&gt; &lt;span class="hps"&gt;Windows 8&lt;/span&gt;, here the&lt;span class="hps"&gt; following&lt;/span&gt; &lt;span class="hps"&gt;explanation&lt;/span&gt; &lt;span class="hps"&gt;about&lt;/span&gt; &lt;span class="hps"&gt;the product&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Microsoft&lt;/span&gt; &lt;span class="hps"&gt;announced&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;Windows 8&lt;/span&gt; &lt;span class="hps"&gt;operating&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt; &lt;span class="hps"&gt;RT&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span class=""&gt;Runtime&lt;/span&gt;&lt;span class=""&gt;)&lt;/span&gt; &lt;span class="hps"&gt;which will be&lt;/span&gt; &lt;span class="hps"&gt;reserved for&lt;/span&gt; &lt;span class="hps"&gt;the ARM processor&lt;/span&gt; &lt;span class="hps"&gt;supports only&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;Internet&lt;/span&gt; &lt;span class="hps"&gt;Explorer&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt;&lt;span class="hps alt-edited"&gt;&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;br class="" /&gt; &lt;span class="hps"&gt;With&lt;/span&gt; &lt;span class="hps"&gt;this&lt;/span&gt;&lt;span class=""&gt;, it means that&lt;/span&gt; &lt;span class="hps"&gt;your third party browser&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;not&lt;/span&gt; &lt;span class="hps"&gt;run&lt;/span&gt; on this &lt;span class="hps"&gt;operating system&lt;/span&gt; &lt;span class="hps"&gt;designed for&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;tablet&lt;/span&gt; &lt;span class="hps"&gt;device&lt;/span&gt;&lt;span class=""&gt;.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Knowing&lt;/span&gt; &lt;span class="hps"&gt;this,&lt;/span&gt; &lt;span class="hps"&gt;the two&lt;/span&gt; &lt;span class="hps"&gt;big names&lt;/span&gt;, &lt;span class="hps"&gt;Mozilla&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Google&lt;/span&gt; &lt;span class="hps"&gt;expressed their disappointment&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;trying&lt;/span&gt; &lt;span class="hps"&gt;so Microsoft can&lt;/span&gt; &lt;span class="hps"&gt;change the&lt;/span&gt; &lt;span class="hps"&gt;policies that harm&lt;/span&gt; &lt;span class="hps"&gt;them&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Mozilla&lt;/span&gt; &lt;span class="hps"&gt;General Counsel&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Harvey&lt;/span&gt; &lt;span class="hps"&gt;Anderson&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;in his blog&lt;/span&gt; &lt;span class="hps"&gt;saying&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;it was a&lt;/span&gt; &lt;span class="hps"&gt;setback&lt;/span&gt; &lt;span class="hps"&gt;in the&lt;/span&gt; &lt;span class="hps"&gt;digital&lt;/span&gt; &lt;span class="hps"&gt;era&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;With&lt;/span&gt; &lt;span class="hps"&gt;these&lt;/span&gt; &lt;span class="hps"&gt;provisions&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Mozilla&lt;/span&gt; &lt;span class="hps"&gt;regretted&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; monopoly &lt;span class="hps"&gt;actions&lt;/span&gt; &lt;span class="hps"&gt;that would&lt;/span&gt; &lt;span class="hps"&gt;destroy&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;other developers&lt;/span&gt; &lt;span class="hps"&gt;in presenting&lt;/span&gt; &lt;span class="hps"&gt;an alternative&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;With&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;third&lt;/span&gt;&lt;span class=""&gt;-party&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;this will&lt;/span&gt; &lt;span class="hps"&gt;make the&lt;/span&gt; &lt;span class="hps"&gt;competition&lt;/span&gt; &lt;span class="hps"&gt;more&lt;/span&gt; &lt;span class="hps"&gt;fierce&lt;/span&gt; &lt;span class="hps"&gt;in improving&lt;/span&gt; &lt;span class="hps"&gt;the quality&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;every&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Microsoft&lt;/span&gt; &lt;span class="hps"&gt;has taken&lt;/span&gt; &lt;span class="hps"&gt;steps that&lt;/span&gt; &lt;span class="hps"&gt;could be&lt;/span&gt; &lt;span class="hps"&gt;wrong&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;eventually&lt;/span&gt; &lt;span class="hps"&gt;face charges&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;third parties&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Harvey&lt;/span&gt; &lt;span class="hps"&gt;said, he was&lt;/span&gt; &lt;span class="hps"&gt;sampling&lt;/span&gt; &lt;span class="hps"&gt;events&lt;/span&gt; &lt;span class="hps"&gt;in 1998&lt;/span&gt; &lt;span class="hps"&gt;when&lt;/span&gt; &lt;span class="hps"&gt;Microsoft&lt;/span&gt; &lt;span class="hps"&gt;lost a&lt;/span&gt; &lt;span class="hps"&gt;lawsuit&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;Netscape&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;similar&lt;/span&gt; &lt;span class="hps"&gt;issues&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Google&lt;/span&gt;&lt;span class=""&gt; also speak up&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;by saying&lt;/span&gt; &lt;span class="hps"&gt;that the policy&lt;/span&gt; &lt;span class="hps"&gt;would&lt;/span&gt; &lt;span class="hps"&gt;limit&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;user's&lt;/span&gt; &lt;span class="hps"&gt;choice&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; the &lt;span class="hps"&gt;innovation that&lt;/span&gt; &lt;span class="hps"&gt;has been created&lt;/span&gt; &lt;span class="hps"&gt;by&lt;/span&gt; &lt;span class="hps"&gt;other&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt; &lt;span class="hps"&gt;developers&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;However&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;through&lt;/span&gt; &lt;span class="hps"&gt;his attorney,&lt;/span&gt; &lt;span class="hps"&gt;Microsoft&lt;/span&gt; &lt;span class="hps"&gt;said&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;they restrict the&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;a third party&lt;/span&gt; &lt;span class="hps"&gt;because the&lt;/span&gt; &lt;span class="hps"&gt;chip&lt;/span&gt; &lt;span class="hps"&gt;used&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;devices&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span class=""&gt;ARM&lt;/span&gt;&lt;span class=""&gt;)&lt;/span&gt; &lt;span class="hps"&gt;has the&lt;/span&gt; &lt;span class="hps"&gt;power&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;security methods&lt;/span&gt; &lt;span class="hps alt-edited"&gt;which are&lt;/span&gt; &lt;span class="hps"&gt;unique&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;different&lt;/span&gt;&lt;span class=""&gt;, and said &lt;/span&gt;&lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;ARM&lt;/span&gt;&lt;span class=""&gt;-based&lt;/span&gt; &lt;span class="hps"&gt;Windows&lt;/span&gt; &lt;span class="hps"&gt;RT&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;different from the&lt;/span&gt; &lt;span class="hps"&gt;desktop&lt;/span&gt; &lt;span class="hps"&gt;version of&lt;/span&gt; &lt;span class="hps"&gt;Windows 8&lt;/span&gt;&lt;span class=""&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/05/windows-8-rt-just-can-use-ie.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNz8-bddEv7BRLzDLs2HSNz5tvnHuMcnSWNn8i-HGUYZpXHijcY9mJqAz6uPI30-qD2m8s1XCyfLedk8TeVR2wmV-wOF412ENSqtwNBQwngPiwDfUQgq8vBOLJ6gWGQba4e-MPJ3okSu0/s72-c/windows8-rt.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8545229094030668703</guid><pubDate>Sun, 11 Mar 2012 04:33:00 +0000</pubDate><atom:updated>2012-05-26T07:29:59.421+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">computer</category><title>Asus Launches PC All In One and Latest Desktop</title><description>&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfk3ocwcK7e_cE6VbtFFgpotOVnKPC8eS-GrDaLdV2gWFVH01hllmy8UzUnU41MtIT2HLwTW1VJoatit4d8ry5MU9em6pZsu36_Rb7VDVyZI7Poarp7Y6iKkEt8U0OsrZLCGvs3Ew1hG4/s1600/asus-pc-aio-et2700.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfk3ocwcK7e_cE6VbtFFgpotOVnKPC8eS-GrDaLdV2gWFVH01hllmy8UzUnU41MtIT2HLwTW1VJoatit4d8ry5MU9em6pZsu36_Rb7VDVyZI7Poarp7Y6iKkEt8U0OsrZLCGvs3Ew1hG4/s200/asus-pc-aio-et2700.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;In&lt;/span&gt; &lt;span class="hps atn"&gt;the "&lt;/span&gt;Asus Experience &lt;span class="hps"&gt;2012&lt;/span&gt;" organized &lt;span class="hps"&gt;for the&lt;/span&gt; &lt;span class="hps"&gt;media&lt;/span&gt; &lt;span class="hps"&gt;crew&lt;/span&gt; &lt;span class="hps"&gt;at&lt;/span&gt; &lt;span class="hps"&gt;Le&lt;/span&gt; &lt;span class="hps"&gt;Grandeur&lt;/span&gt; &lt;span class="hps"&gt;Hotel&lt;/span&gt;, &lt;span class="hps"&gt;Jakarta&lt;/span&gt;, &lt;span class="hps"&gt;last week&lt;/span&gt;, &lt;span class="hps"&gt;Asus is&lt;/span&gt; &lt;span class="hps"&gt;showing off&lt;/span&gt; &lt;span class="hps"&gt;several&lt;/span&gt; &lt;span class="hps"&gt;new&lt;/span&gt; &lt;span class="hps"&gt;products&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;are ready to help&lt;/span&gt; &lt;span class="hps"&gt;the user&lt;/span&gt; &lt;span class="hps"&gt;to enter&lt;/span&gt; &lt;span class="hps"&gt;the digital&lt;/span&gt; &lt;span class="hps"&gt;era&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;One of them is&lt;/span&gt; &lt;span class="hps"&gt;&lt;a href="http://www.amazon.com/gp/offer-listing/B0077PAOMU/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=am2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B0077PAOMU"&gt;Asus ET2700INKS-B062C 27-Inch Desktop (Black)&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=am2&amp;amp;o=1&amp;amp;a=B0077PAOMU" style="border: none !important; margin: 0px !important;" width="1" /&gt;
 &lt;span class="hps"&gt;Series.&lt;/span&gt; &lt;span class="hps"&gt;This&lt;/span&gt; &lt;span class="hps"&gt;Windows&lt;/span&gt; based &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;AiO&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;1920x1080&lt;/span&gt; &lt;span class="hps"&gt;pixel&lt;/span&gt; &lt;span class="hps"&gt;27 inch&lt;/span&gt; &lt;span class="hps"&gt;monitor&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;touch screen&lt;/span&gt; &lt;span class="hps"&gt;technology&lt;/span&gt;. &lt;span class="hps"&gt;Remarkably, this&lt;/span&gt; &lt;span class="hps"&gt;multitouch&lt;/span&gt; &lt;span class="hps"&gt;screen&lt;/span&gt; &lt;span class="hps"&gt;is the first&lt;/span&gt; &lt;span class="hps"&gt;in the&lt;/span&gt; &lt;span class="hps"&gt;world which capable of&lt;/span&gt; &lt;span class="hps"&gt;recognizing&lt;/span&gt; &lt;span class="hps"&gt;up to 10&lt;/span&gt; &lt;span class="hps"&gt;touch points&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;These features are&lt;/span&gt; &lt;span class="hps"&gt;become more perfect&lt;/span&gt; &lt;span class="hps"&gt;because &lt;/span&gt;&lt;span class="hps"&gt;the inclusion of&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;latest version&lt;/span&gt; &lt;span class="hps"&gt;Sonic Master&lt;/span&gt; &lt;span class="hps"&gt;technology&lt;/span&gt;, &lt;span class="hps"&gt;DTS&lt;/span&gt; &lt;span class="hps"&gt;Surround&lt;/span&gt; &lt;span class="hps"&gt;Sensation&lt;/span&gt; &lt;span class="hps"&gt;Ultra PC&lt;/span&gt;, &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;external&lt;/span&gt; &lt;span class="hps"&gt;subwoofer&lt;/span&gt; &lt;span class="hps"&gt;that is included&lt;/span&gt; &lt;span class="hps"&gt;in the package&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;increased&lt;/span&gt; audiovisual on &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;AiO&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;presentation&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;Connectivity&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;available&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;ET2700&lt;/span&gt; &lt;span class="hps"&gt;AiO&lt;/span&gt; &lt;span class="hps"&gt;include&lt;/span&gt; &lt;span class="hps"&gt;two&lt;/span&gt; &lt;span class="hps"&gt;USB&lt;/span&gt; &lt;span class="hps"&gt;3.0&lt;/span&gt; &lt;span class="hps"&gt;ports&lt;/span&gt;, &lt;span class="hps"&gt;port&lt;/span&gt; &lt;span class="hps"&gt;eSATA&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt; &lt;span class="hps"&gt;USB&lt;/span&gt; &lt;span class="hps"&gt;2.0&lt;/span&gt;, &lt;span class="hps"&gt;SD&lt;/span&gt; &lt;span class="hps"&gt;card&lt;/span&gt; &lt;span class="hps"&gt;reader&lt;/span&gt;, &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;HDMI&lt;/span&gt; &lt;span class="hps"&gt;port&lt;/span&gt;. &lt;span class="hps"&gt;VESA&lt;/span&gt; &lt;span class="hps"&gt;mounting&lt;/span&gt; &lt;span class="hps"&gt;an extra bonus&lt;/span&gt; &lt;span class="hps"&gt;to make&lt;/span&gt; &lt;span class="hps"&gt;the monitor&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;be hung&lt;/span&gt; &lt;span class="hps"&gt;on the wall&lt;/span&gt; &lt;span class="hps"&gt;like a&lt;/span&gt; &lt;span class="hps atn"&gt;flat &lt;/span&gt;&lt;span class=""&gt;screen&lt;/span&gt; &lt;span class="hps"&gt;television&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;In addition to the&lt;/span&gt; &lt;span class="hps"&gt;AiO&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt;, &lt;span class="hps"&gt;Asus&lt;/span&gt; &lt;span class="hps"&gt;is also&lt;/span&gt; &lt;span class="hps"&gt;still&lt;/span&gt; &lt;span class="hps"&gt;have a&lt;/span&gt; &lt;span class="hps"&gt;desktop&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;line&lt;/span&gt; &lt;span class="hps"&gt;are grouped&lt;/span&gt; &lt;span class="hps"&gt;into the&lt;/span&gt; &lt;span class="hps"&gt;category&lt;/span&gt; &lt;span class="hps"&gt;Gaming&lt;/span&gt;, &lt;span class="hps"&gt;Living&lt;/span&gt; &lt;span class="hps"&gt;Slim&lt;/span&gt;, &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Multimedia&lt;/span&gt; &lt;span class="hps"&gt;Entertainment.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;Asus&lt;/span&gt; &lt;span class="hps"&gt;Essentio&lt;/span&gt; &lt;span class="hps"&gt;CG&lt;/span&gt; &lt;span class="hps"&gt;Series comes&lt;/span&gt; &lt;span class="hps"&gt;as a set of&lt;/span&gt; &lt;span class="hps"&gt;current&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt; &lt;span class="hps"&gt;with a processor&lt;/span&gt; &lt;span class="hps"&gt;Intel&lt;/span&gt; &lt;span class="hps"&gt;Core&lt;/span&gt; &lt;span class="hps"&gt;i7&lt;/span&gt; &lt;span class="hps"&gt;2nd Gen&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;reliable&lt;/span&gt; &lt;span class="hps"&gt;graphics&lt;/span&gt; &lt;span class="hps"&gt;solutions&lt;/span&gt; &lt;span class="hps"&gt;to arm&lt;/span&gt; &lt;span class="hps"&gt;the lovers of&lt;/span&gt; &lt;span class="hps"&gt;the game&lt;/span&gt;, &lt;span class="hps"&gt;work&lt;/span&gt; &lt;span class="hps"&gt;graphic arts&lt;/span&gt;, &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;visual&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;Then, the&lt;/span&gt; &lt;span class="hps"&gt;CP&lt;/span&gt; &lt;span class="hps"&gt;series&lt;/span&gt; &lt;span class="hps"&gt;offers the&lt;/span&gt; &lt;span class="hps"&gt;best&lt;/span&gt; &lt;span class="hps"&gt;efficiency&lt;/span&gt; &lt;span class="hps"&gt;in working&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;EPU&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;save power consumption&lt;/span&gt; &lt;span class="hps"&gt;up to 40&lt;/span&gt;%&lt;span class=""&gt;, USB&lt;/span&gt; &lt;span class="hps"&gt;3.0&lt;/span&gt;, &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Q&lt;/span&gt; Fan &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;reduce&lt;/span&gt; &lt;span class="hps"&gt;noise levels&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;Finally, the&lt;/span&gt; &lt;span class="hps"&gt;CM&lt;/span&gt; &lt;span class="hps"&gt;Series&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;designed for&lt;/span&gt; &lt;span class="hps"&gt;multimedia&lt;/span&gt; &lt;span class="hps"&gt;entertainment&lt;/span&gt; &lt;span class="hps"&gt;enthusiasts&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;a capacity&lt;/span&gt; &lt;span class="hps"&gt;up to&lt;/span&gt; &lt;span class="hps"&gt;4TB&lt;/span&gt; &lt;span class="hps"&gt;HDD&lt;/span&gt; &lt;span class="hps"&gt;to store&lt;/span&gt; &lt;span class="hps"&gt;favorite music and videos&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;enjoy&lt;/span&gt; &lt;span class="hps"&gt;high definition&lt;/span&gt; &lt;span class="hps"&gt;movie experience&lt;/span&gt; &lt;span class="hps"&gt;through&lt;/span&gt; &lt;span class="hps"&gt;HDMI&lt;/span&gt; &lt;span class="hps"&gt;port&lt;/span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=am2&amp;amp;o=1&amp;amp;a=B0077PAOMU" style="border: none !important; margin: 0px !important;" width="1" /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?lt1=_blank&amp;amp;bc1=FFFFFF&amp;amp;IS2=1&amp;amp;nou=1&amp;amp;bg1=FFFFFF&amp;amp;fc1=000000&amp;amp;lc1=0000FF&amp;amp;t=computinfor07-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;m=amazon&amp;amp;f=ifr&amp;amp;ref=qf_sp_asin_til&amp;amp;asins=B0077PAOMU" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;</description><link>http://computer-issue.blogspot.com/2012/03/asus-launches-pc-all-in-one-and-latest.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfk3ocwcK7e_cE6VbtFFgpotOVnKPC8eS-GrDaLdV2gWFVH01hllmy8UzUnU41MtIT2HLwTW1VJoatit4d8ry5MU9em6pZsu36_Rb7VDVyZI7Poarp7Y6iKkEt8U0OsrZLCGvs3Ew1hG4/s72-c/asus-pc-aio-et2700.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8516891785869380743</guid><pubDate>Wed, 29 Feb 2012 07:30:00 +0000</pubDate><atom:updated>2012-05-26T07:30:19.140+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">computer</category><title>Apple Provide a Gift For 25.000.000th Downloader</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6WlLrn8edjLQeoUBhXi1Zz4H1XdJj9lKC8fggEkKGpkt3EvRO6ssow3f1ja19wWyYwxpguLvpNEgUc2YPDqhr4U9jKvIaAbUWtTr6zVqU95zGSfHsMWZiQHZMTwURC24Mcf0hWgI4D14/s1600/apple-5milyar.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="220" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6WlLrn8edjLQeoUBhXi1Zz4H1XdJj9lKC8fggEkKGpkt3EvRO6ssow3f1ja19wWyYwxpguLvpNEgUc2YPDqhr4U9jKvIaAbUWtTr6zVqU95zGSfHsMWZiQHZMTwURC24Mcf0hWgI4D14/s400/apple-5milyar.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
Based on the calculations are displayed in real time, Apple recorded that the current number of applications that have been downloaded through the App Store is almost reach to 25 billion.&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
If it being averaged, it means that every 2 seconds about 1000 applications continue to be downloaded from users all over the world. These figures are very encouraging for Apple.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
To celebrate it, Apple announced a contest with a prize of U.S. $ 10,000 for the users who download the application in 25th billion.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
As of today (Monday, 27/02), nearly 25 billion apps have been downloaded from the Apps store all over the world. Therefore, as a sign of our gratitude to the loyal users, you can win an App Store Gift Card of U.S. $ 10,000 for the 25th billion downloaders, "Apple spokesman, also published on its website.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
One winner will get the voucher card which can be used to shop at iTunes Store, App Store, and iBookstore for U.S. $ 10,000.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Unfortunately the contest is valid for users who are in countries that participated in the App Store.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
You can see the calculation of the number of applications that are downloaded from the users all over the world in real time by visiting the address http://www.apple.com/itunes/25-billion-app-countdown/&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/02/apple-provide-gift-for-25000000th.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6WlLrn8edjLQeoUBhXi1Zz4H1XdJj9lKC8fggEkKGpkt3EvRO6ssow3f1ja19wWyYwxpguLvpNEgUc2YPDqhr4U9jKvIaAbUWtTr6zVqU95zGSfHsMWZiQHZMTwURC24Mcf0hWgI4D14/s72-c/apple-5milyar.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8090767559567033437</guid><pubDate>Sat, 18 Feb 2012 06:59:00 +0000</pubDate><atom:updated>2012-02-18T13:59:42.204+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Software</category><title>Mountain Lion, The Newest Mac OS X Operating System</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCJVeYKHZ8P5uHUS1lXyhSHC0Y0Yqy-uKNWGIPCG5YdPvqI9jqchCyxySuMtkEUbLtloXulkbl-yGzG3qU6F6h36C9mVtOGoccPmizx74maCNhTJgGEv6nnZbDUGEtQzFLd6hFSCZsOYM/s1600/osx.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="218" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCJVeYKHZ8P5uHUS1lXyhSHC0Y0Yqy-uKNWGIPCG5YdPvqI9jqchCyxySuMtkEUbLtloXulkbl-yGzG3qU6F6h36C9mVtOGoccPmizx74maCNhTJgGEv6nnZbDUGEtQzFLd6hFSCZsOYM/s320/osx.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Apple&lt;/span&gt; &lt;span class="hps"&gt;began&lt;/span&gt; to &lt;span class="hps"&gt;introducing&lt;/span&gt; &lt;span class="hps"&gt;new&lt;/span&gt; &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Mac&lt;/span&gt; &lt;span class="hps"&gt;OS&lt;/span&gt; &lt;span class="hps"&gt;X &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;desktop&lt;/span&gt; &lt;span class="hps"&gt;operating&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt; &lt;span class="hps"&gt;with the&lt;/span&gt; &lt;span class="hps"&gt;name "&lt;/span&gt;&lt;span class="hps"&gt;Mountain&lt;/span&gt; &lt;span class="hps"&gt;Lion"&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;This operating&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;OS&lt;/span&gt; &lt;span class="hps"&gt;x 10.8&lt;/span&gt; &lt;span class="hps"&gt;official&lt;/span&gt; &lt;span class="hps"&gt;code&lt;/span&gt; &lt;span class="hps"&gt;is a continuation&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;the previous&lt;/span&gt; &lt;span class="hps"&gt;generation of&lt;/span&gt; &lt;span class="hps"&gt;Mac&lt;/span&gt; &lt;span class="hps"&gt;OS&lt;/span&gt; &lt;span class="hps"&gt;X&lt;/span&gt; &lt;span class="hps"&gt;Lion&lt;/span&gt; &lt;span class="hps"&gt;10.7.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;For now, the&lt;/span&gt; &lt;span class="hps"&gt;newly released&lt;/span&gt; &lt;span class="hps"&gt;Mountain&lt;/span&gt; &lt;span class="hps"&gt;Lion&lt;/span&gt; &lt;span class="hps alt-edited"&gt;just for&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;developer&lt;/span&gt; &lt;span class="hps alt-edited"&gt;only&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;While the&lt;/span&gt; &lt;span class="hps"&gt;full&lt;/span&gt; &lt;span class="hps"&gt;version&lt;/span&gt; &lt;span class="hps"&gt;will be&lt;/span&gt; &lt;span class="hps alt-edited"&gt;released around the&lt;/span&gt; &lt;span class="hps"&gt;summer&lt;/span&gt; &lt;span class="hps alt-edited"&gt;of this year&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Yet&lt;/span&gt; &lt;span class="hps"&gt;Apple&lt;/span&gt; &lt;span class="hps"&gt;has&lt;/span&gt; &lt;span class="hps alt-edited"&gt;leaked&lt;/span&gt; &lt;span class="hps alt-edited"&gt;to much about&lt;/span&gt; &lt;span class="hps"&gt;the new&lt;/span&gt; &lt;span class="hps"&gt;feature&lt;/span&gt; &lt;span class="hps"&gt;that will be&lt;/span&gt; &lt;span class="hps"&gt;presented&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br class="" /&gt;&lt;br class="" /&gt; &lt;span class="hps alt-edited"&gt;Described&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;the additional&lt;/span&gt; &lt;span class="hps alt-edited"&gt;features&lt;/span&gt; &lt;span class="hps alt-edited"&gt;much inspired&lt;/span&gt; &lt;span class="hps alt-edited"&gt;from IOS&lt;/span&gt; &lt;span class="hps"&gt;operating&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt; &lt;span class="hps"&gt;used on the&lt;/span&gt; &lt;span class="hps"&gt;iPad&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;iPhone&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Mountain&lt;/span&gt; &lt;span class="hps"&gt;Lion&lt;/span&gt; &lt;span class="hps"&gt;was deliberately&lt;/span&gt; &lt;span class="hps"&gt;made so that&lt;/span&gt; &lt;span class="hps"&gt;Mac&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt; &lt;span class="hps"&gt;feel like&lt;/span&gt; &lt;span class="hps"&gt;using the&lt;/span&gt; &lt;span class="hps"&gt;Apple&lt;/span&gt; &lt;span class="hps"&gt;gadget&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;br class="" /&gt;&lt;br class="" /&gt; &lt;span class="hps"&gt;Generally there are&lt;/span&gt; &lt;span class="hps"&gt;two important things&lt;/span&gt; &lt;span class="hps alt-edited"&gt;that want to highlighted&lt;/span&gt; &lt;span class="hps"&gt;here&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps alt-edited"&gt;which is&lt;/span&gt; &lt;span class="hps alt-edited"&gt;the features of&lt;/span&gt; &lt;span class="hps"&gt;a more&lt;/span&gt; &lt;span class="hps"&gt;maximized&lt;/span&gt; &lt;span class="hps"&gt;iCloud&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;ease of&lt;/span&gt; &lt;span class="hps"&gt;migration&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;devices&lt;/span&gt; &lt;span class="hps alt-edited"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;Mac&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;br class="" /&gt;&lt;br class="" /&gt; &lt;span class="hps"&gt;From&lt;/span&gt; &lt;span class="hps"&gt;the security side&lt;/span&gt; &lt;span class="hps"&gt;there is a&lt;/span&gt; &lt;span class="hps"&gt;Gatekeeper&lt;/span&gt; &lt;span class="hps"&gt;feature&lt;/span&gt; &lt;span class="hps"&gt;that can be selected&lt;/span&gt; &lt;span class="hps"&gt;to be activated&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;With it&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;protect&lt;/span&gt; &lt;span class="hps alt-edited"&gt;the system&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;malicious threats&lt;/span&gt; &lt;span class="hps"&gt;such as&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt; &lt;span class="hps"&gt;So the user&lt;/span&gt; &lt;span class="hps"&gt;can be more secure&lt;/span&gt; &lt;span class="hps"&gt;when&lt;/span&gt; &lt;span class="hps"&gt;utilizing&lt;/span&gt; &lt;span class="hps"&gt;Mac&lt;/span&gt; &lt;span class="hps"&gt;apps&lt;/span&gt; &lt;span class="hps"&gt;from the App&lt;/span&gt; &lt;span class="hps"&gt;Store&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;br class="" /&gt;&lt;br class="" /&gt; &lt;span class="hps"&gt;To find out&lt;/span&gt; &lt;span class="hps"&gt;more&lt;/span&gt; &lt;span class="hps atn alt-edited"&gt;&lt;/span&gt;&lt;span class=""&gt;complete&lt;/span&gt; &lt;span class="hps alt-edited"&gt;features&lt;/span&gt;&lt;span class=""&gt;, you&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt; &lt;span class="hps"&gt;visit&lt;/span&gt; &lt;span class="hps"&gt;Apple&lt;/span&gt; &lt;span class="hps"&gt;official website&lt;/span&gt; &lt;span class="hps"&gt;here&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;</description><link>http://computer-issue.blogspot.com/2012/02/mountain-lion-newest-mac-os-x-operating.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgCJVeYKHZ8P5uHUS1lXyhSHC0Y0Yqy-uKNWGIPCG5YdPvqI9jqchCyxySuMtkEUbLtloXulkbl-yGzG3qU6F6h36C9mVtOGoccPmizx74maCNhTJgGEv6nnZbDUGEtQzFLd6hFSCZsOYM/s72-c/osx.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8675106982140028623</guid><pubDate>Wed, 08 Feb 2012 00:52:00 +0000</pubDate><atom:updated>2012-05-26T07:30:48.125+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">security</category><title>Valentine Malware Shoot Facebook Users</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJBNtX6k-3hvKC94mVS0lrRahlBn7QLU8LF6CGazaKakuQ7pPpKAIoQWGks9PezrJYKGnrpWZNB2lncLxJuYD-Sa0e0UU6AaXLKZwMgNYztm7OI4GCwVv57qJHTL7OM9GYHbvQWIPw5Lg/s1600/valentine2.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="261" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJBNtX6k-3hvKC94mVS0lrRahlBn7QLU8LF6CGazaKakuQ7pPpKAIoQWGks9PezrJYKGnrpWZNB2lncLxJuYD-Sa0e0UU6AaXLKZwMgNYztm7OI4GCwVv57qJHTL7OM9GYHbvQWIPw5Lg/s320/valentine2.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Valentine&lt;/span&gt; &lt;span class="hps"&gt;is still&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;week away&lt;/span&gt;, &lt;span class="hps"&gt;but&lt;/span&gt; &lt;span class="hps"&gt;the nuance&lt;/span&gt; &lt;span class="hps"&gt;is starting to feel&lt;/span&gt; &lt;span class="hps"&gt;in cyberspace&lt;/span&gt;. &lt;span class="hps"&gt;Unfortunately, that was&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;not a&lt;/span&gt; &lt;span class="hps"&gt;positive&lt;/span&gt; &lt;span class="hps"&gt;feel&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
R&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;ecently&lt;/span&gt;, &lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt;, &lt;span class="hps"&gt;a leading&lt;/span&gt; &lt;span class="hps"&gt;security&lt;/span&gt; &lt;span class="hps"&gt;company&lt;/span&gt;, &lt;span class="hps"&gt;identified the presence of&lt;/span&gt; &lt;span class="hps"&gt;valentine malware&lt;/span&gt; &lt;span class="hps"&gt;which targets&lt;/span&gt; &lt;span class="hps"&gt;facebook users&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;worldwide.&lt;/span&gt; &lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt; &lt;span class="hps"&gt;reminds&lt;/span&gt; &lt;span class="hps"&gt;facebok&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;be more observant and&lt;/span&gt; &lt;span class="hps"&gt;careful when&lt;/span&gt; &lt;span class="hps"&gt;accessing&lt;/span&gt; &lt;span class="hps"&gt;this&lt;/span&gt; &lt;span class="hps"&gt;largest&lt;/span&gt; &lt;span class="hps"&gt;social network&lt;/span&gt;, &lt;span class="hps"&gt;using either a&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;via&lt;/span&gt; &lt;span class="hps"&gt;PC&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;br /&gt; &lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt; &lt;span class="hps"&gt;found a&lt;/span&gt; &lt;span class="hps"&gt;clickjacking&lt;/span&gt; &lt;span class="hps"&gt;activities&lt;/span&gt; &lt;span class="hps"&gt;that take advantage of&lt;/span&gt; &lt;span class="hps"&gt;facebook&lt;/span&gt; &lt;span class="hps"&gt;pages&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;carry out the action&lt;/span&gt;. &lt;span class="hps"&gt;The attack&lt;/span&gt; &lt;span class="hps"&gt;began with&lt;/span&gt; &lt;span class="hps"&gt;the discovery of&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;post&lt;/span&gt; &lt;span class="hps"&gt;on the&lt;/span&gt; &lt;span class="hps"&gt;wall&lt;/span&gt; &lt;span class="hps"&gt;that contains&lt;/span&gt; &lt;span class="hps"&gt;an invitation&lt;/span&gt; &lt;span class="hps"&gt;to click&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;install a&lt;/span&gt; &lt;span class="hps"&gt;free&lt;/span&gt; &lt;span class="hps"&gt;theme&lt;/span&gt; &lt;span class="hps"&gt;for&lt;/span&gt; the feel and&lt;span class="hps"&gt; look up&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;a typical&lt;/span&gt; &lt;span class="hps"&gt;personal&lt;/span&gt; &lt;span class="hps"&gt;valentine.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt; &lt;span class="hps"&gt;detects&lt;/span&gt; &lt;span class="hps"&gt;as&lt;/span&gt; &lt;span class="hps"&gt;TROJ_FOOKBACE.A&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;.&lt;span class="hps"&gt;When executed&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;this&lt;/span&gt; &lt;span class="hps"&gt;TROJ_FOOKBACE.A&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;execute&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;script&lt;/span&gt; &lt;span class="hps"&gt;that displays&lt;/span&gt; &lt;span class="hps"&gt;ads from&lt;/span&gt; &lt;span class="hps"&gt;certain sites&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;br /&gt; &lt;span class="hps"&gt;Users who&lt;/span&gt; &lt;span class="hps"&gt;click&lt;/span&gt; &lt;span class="hps"&gt;through&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt; such &lt;span class="hps"&gt;Google&lt;/span&gt; &lt;span class="hps"&gt;Chrome&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Mozilla&lt;/span&gt; &lt;span class="hps"&gt;Firefox&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;will&lt;/span&gt; be &lt;span class="hps"&gt;lead to the&lt;/span&gt; &lt;span class="hps"&gt;installation of&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;Environment&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt; &lt;span class="hps"&gt;Facebook.com&lt;/span&gt; &lt;span class="hps"&gt;that appears in the&lt;/span&gt; &lt;span class="hps"&gt;top right of &lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;the Facebook&lt;/span&gt; &lt;span class="hps"&gt;page tab&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Furthermore&lt;/span&gt;, &lt;span class="hps"&gt;if&lt;/span&gt; &lt;span class="hps"&gt;the application is&lt;/span&gt; &lt;span class="hps"&gt;already&lt;/span&gt; &lt;span class="hps"&gt;installed&lt;/span&gt;, &lt;span class="hps"&gt;it will&lt;/span&gt; &lt;span class="hps"&gt;monitor the&lt;/span&gt; &lt;span class="hps"&gt;activities of&lt;/span&gt; &lt;span class="hps"&gt;users at once&lt;/span&gt; &lt;span class="hps"&gt;directed&lt;/span&gt; &lt;span class="hps"&gt;to a&lt;/span&gt; &lt;span class="hps"&gt;page&lt;/span&gt; &lt;span class="hps"&gt;survey&lt;/span&gt;, &lt;span class="hps"&gt;which&lt;/span&gt; &lt;span class="hps"&gt;asks&lt;/span&gt; &lt;span class="hps"&gt;the user to&lt;/span&gt; &lt;span class="hps"&gt;enter a&lt;/span&gt; &lt;span class="hps"&gt;phone&lt;/span&gt; &lt;span class="hps"&gt;number&lt;/span&gt;. &lt;span class="hps"&gt;For those&lt;/span&gt; &lt;span class="hps"&gt;who&lt;/span&gt; &lt;span class="hps"&gt;use the&lt;/span&gt; &lt;span class="hps"&gt;Internet&lt;/span&gt; &lt;span class="hps"&gt;Explorer&lt;/span&gt; &lt;span class="hps"&gt;browser&lt;/span&gt;, &lt;span class="hps"&gt;without having to&lt;/span&gt; &lt;span class="hps"&gt;install a&lt;/span&gt; &lt;span class="hps"&gt;Facebook&lt;/span&gt; &lt;span class="hps"&gt;Environment&lt;/span&gt;, &lt;span class="hps"&gt;then the user&lt;/span&gt; &lt;span class="hps"&gt;will be directed&lt;/span&gt; &lt;span class="hps"&gt;to the&lt;/span&gt; &lt;span class="hps"&gt;survey page&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPXi5MaaobfjNUpcRpnJ4OTkj3x9ukv8Swv51XAupneKxDrYyqhX0S6SuEDovxIq5Y81n1gieNBN_12O3qT4ksaE4-kyj8O2IIveH0DvpfjGT60l2wzpA-NRzgbBbfb9XkDpHmeRVYyn4/s1600/valentine1.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="187" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiPXi5MaaobfjNUpcRpnJ4OTkj3x9ukv8Swv51XAupneKxDrYyqhX0S6SuEDovxIq5Y81n1gieNBN_12O3qT4ksaE4-kyj8O2IIveH0DvpfjGT60l2wzpA-NRzgbBbfb9XkDpHmeRVYyn4/s320/valentine1.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;However,&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;from the&lt;/span&gt; &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt; &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;coast&lt;/span&gt; &lt;span class="hps"&gt;up to&lt;/span&gt; &lt;span class="hps"&gt;the time&lt;/span&gt; &lt;span class="hps"&gt;of this writing&lt;/span&gt;, &lt;span class="hps"&gt;yet, no data&lt;/span&gt; &lt;span class="hps"&gt;theft&lt;/span&gt; &lt;span class="hps"&gt;techniques occured&lt;/span&gt;. &lt;span class="hps"&gt;However,&lt;/span&gt; this &lt;span class="hps"&gt;Taiwan based&lt;/span&gt; &lt;span class="hps"&gt;antivirus&lt;/span&gt; &lt;span class="hps"&gt;vendors&lt;/span&gt; &lt;span class="hps"&gt;are&lt;/span&gt; &lt;span class="hps"&gt;still&lt;/span&gt; &lt;span class="hps"&gt;warn&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;beware of&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;this&lt;/span&gt; &lt;span class="hps"&gt;valentine&lt;/span&gt; &lt;span class="hps"&gt;theme&lt;/span&gt; &lt;span class="hps"&gt;free&lt;/span&gt; &lt;span class="hps"&gt;nuanced&lt;/span&gt;&lt;span class=""&gt; traps.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class=""&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt; &lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/02/valentine-malware-shoot-facebook-users.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJBNtX6k-3hvKC94mVS0lrRahlBn7QLU8LF6CGazaKakuQ7pPpKAIoQWGks9PezrJYKGnrpWZNB2lncLxJuYD-Sa0e0UU6AaXLKZwMgNYztm7OI4GCwVv57qJHTL7OM9GYHbvQWIPw5Lg/s72-c/valentine2.jpg" width="72"/><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-6430128733307996134</guid><pubDate>Fri, 27 Jan 2012 00:45:00 +0000</pubDate><atom:updated>2012-05-26T07:31:09.346+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">security</category><title>Anonymous Threatens To Attack On January 28 Facebook</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7DPDL_hkVdx_ZixGp7JmQgstXEgplWTn7s3sAyDdftvvHQleZNvsDtmucU5VZnxQHQGw7BLO4n_Yf04BAHIbrurNc5DP2iAh7KPrKYBxADYBSm_v03BvKWtG40_ZAD9P9ue3Jm_kIDS8/s1600/anonymous+gadungan.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="231" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7DPDL_hkVdx_ZixGp7JmQgstXEgplWTn7s3sAyDdftvvHQleZNvsDtmucU5VZnxQHQGw7BLO4n_Yf04BAHIbrurNc5DP2iAh7KPrKYBxADYBSm_v03BvKWtG40_ZAD9P9ue3Jm_kIDS8/s400/anonymous+gadungan.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Tidak puas hanya dengan menyerang situs pemerintah dan juga industri hiburan Amerika, Anonymous menebar ancaman baru bahwa mereka akan mematikan situs jejaring sosial Facebook sebagai bentuk protes terhadap pembelengguan atas kebebasan internet."&gt;Not
 content with attacking government websites as and the American 
entertainment industry, anonymous spread of new threats that they would 
turn off the social networking site Facebook as a form of protest 
against the restriction of Internet freedom.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Inilah kesimpulan sejumlah pihak setelah terbit beberapa video yang mengatasnamakan Anonymous."&gt;This is the conclusion of a number of parties after several videos appeared on behalf of Anonymous. &lt;/span&gt;&lt;span title="Video tersebut menampilkan gambar dengan logo Anonymous dengan suara digital yang menyatakan akan menyerang situs Facebook serta mengajak masyarakat untuk bersama-sama menyerang tepat pada tanggal 28 Januari 2012 ini."&gt;The
 video displays images with Anonymous logo with a digital voice that 
states will attack the site up and invite the community to joint the 
attack right on January 28, 2012.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Tidak puas hanya dengan menyerang situs pemerintah dan juga industri hiburan Amerika, Anonymous menebar ancaman baru bahwa mereka akan mematikan situs jejaring sosial Facebook sebagai bentuk protes terhadap pembelengguan atas kebebasan internet."&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Tidak puas hanya dengan menyerang situs pemerintah dan juga industri hiburan Amerika, Anonymous menebar ancaman baru bahwa mereka akan mematikan situs jejaring sosial Facebook sebagai bentuk protes terhadap pembelengguan atas kebebasan internet."&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Melalui video yang disebar melalui Youtube, pihak yang mengklaim sebagai Anonymous mengajak masyarakat untuk membantu melancarkan serangan secara bersama-sama menggunakan Low Orbit Ion Cannon (LOIC) yang merupakan tool untuk mengirim banjir trafik ke target."&gt;Through
 the video distributed via Youtube, the party claiming as Anonymous 
invites the community to joint the attack and help launch it using Low Orbit Ion Cannon 
(Loic) which is a tool to send a flood of traffic to the target. &lt;/span&gt;&lt;span title="Waktu yang ditentukan yaitu 28 Januari 2012 pukul 12.00 waktu setempat."&gt;The attack determined on January 28, 2012 at 12.00 local time. &lt;/span&gt;&lt;span title="Bahkan mereka menyertakan panduan untuk melakukan serangan tersebut melalui Youtube."&gt;They even include a guide to conduct such attacks through Youtube.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Bahkan mereka menyertakan panduan untuk melakukan serangan tersebut melalui Youtube."&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="&amp;quot;Perang cyber telah dimulai antara Anonymous, masyrakat, dan pemerintah Amerika. Meski RUU SOPA dan PIPA telah ditunda, namun pembelengguan kebebasan berinternet masih mengancam. Masih ada undang-undang lain yang mengancam yaitu ACTA atau Anti-Counterfeiting Trade Agreement,&amp;quot; ujar mereka."&gt;This cyber
 ​​war has begun between anonymous, society, and the American 
government. Though SOPA and PIPA bill has been delayed, but 
freedom to surf restriction is still threatened. There is ACTA (&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="&amp;quot;Perang cyber telah dimulai antara Anonymous, masyrakat, dan pemerintah Amerika. Meski RUU SOPA dan PIPA telah ditunda, namun pembelengguan kebebasan berinternet masih mengancam. Masih ada undang-undang lain yang mengancam yaitu ACTA atau Anti-Counterfeiting Trade Agreement,&amp;quot; ujar mereka."&gt;Anti-Counterfeiting Trade Agreemen) &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="&amp;quot;Perang cyber telah dimulai antara Anonymous, masyrakat, dan pemerintah Amerika. Meski RUU SOPA dan PIPA telah ditunda, namun pembelengguan kebebasan berinternet masih mengancam. Masih ada undang-undang lain yang mengancam yaitu ACTA atau Anti-Counterfeiting Trade Agreement,&amp;quot; ujar mereka."&gt;as the other laws 
that threaten," they
 said.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Namun hal tersebut dibantah oleh suatu akun twitter @anonops yang biasa digunakan Anonymous."&gt;But this was denied by a twitter account @anonops used by anonymous, &lt;/span&gt;&lt;span title="&amp;quot;Again we must say that we will not attack #Facebook! Again the mass media lie.&amp;quot;"&gt;"Again We must say That We Will not Attack Facebook! Again the mass media lie." written in that &lt;/span&gt;&lt;span title="tulis akun tersebut."&gt;account. &lt;/span&gt;&lt;span title="Beberapa jam kemudian akun tersebut menegaskan kembali dengan mengatakan, &amp;quot;AGAIN: Anonymous Threatens Facebook Shutdown Jan&amp;quot; IS A FAKE."&gt;A few hours later this account reaffirmed, saying, "AGAIN: Anonymous Facebook Threatens Shutdown jan" IS A FAKE.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Masih dari akun twitter yang biasa digunakan Anonymous, @YourAnonNews juga ikut membantah dengan mengatakan, &amp;quot;FaceBook, YouTube, Twitter, and Tumblr are not going to be DDoSed. Why would we kill our way to communicate?”"&gt;Still
 from a twitter account which is used anonymous, @YourAnonNews also 
denied by saying, "FaceBook, YouTube, Twitter, and Tumblr are not going 
to be DDoSed. Why We would kill our way to Communicate?"&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Apakah Anonymous terpecah menjadi beberapa kubu?"&gt;Is Anonymous split into several entrenchment? &lt;/span&gt;&lt;span title="Ataukah ini hanya ancaman belaka dari pihak yang memanfaatkan situasi?"&gt;or is it just a mere threat of those who exploit the situation? &lt;/span&gt;&lt;span title="Tapi yang pasti pihak Facebook sudah mempersiapkan segala kemungkinan untuk menangkal segala ancaman yang ditujukan padanya."&gt;But definitely the Facebook already preparing everything possible to ward off any threats directed at them. &lt;/span&gt;&lt;span title="Dan Facebook juga meyakinkan bahwa data-data pengguna tidak akan terganggu dengan adanya hal in"&gt;And Facebook also ensure that user data will not be distracted by this things.&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Masih dari akun twitter yang biasa digunakan Anonymous, @YourAnonNews juga ikut membantah dengan mengatakan, &amp;quot;FaceBook, YouTube, Twitter, and Tumblr are not going to be DDoSed. Why would we kill our way to communicate?”"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Beberapa jam kemudian akun tersebut menegaskan kembali dengan mengatakan, &amp;quot;AGAIN: Anonymous Threatens Facebook Shutdown Jan&amp;quot; IS A FAKE."&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="&amp;quot;Perang cyber telah dimulai antara Anonymous, masyrakat, dan pemerintah Amerika. Meski RUU SOPA dan PIPA telah ditunda, namun pembelengguan kebebasan berinternet masih mengancam. Masih ada undang-undang lain yang mengancam yaitu ACTA atau Anti-Counterfeiting Trade Agreement,&amp;quot; ujar mereka."&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Bahkan mereka menyertakan panduan untuk melakukan serangan tersebut melalui Youtube."&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/anonymous-threatens-to-attack-on.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh7DPDL_hkVdx_ZixGp7JmQgstXEgplWTn7s3sAyDdftvvHQleZNvsDtmucU5VZnxQHQGw7BLO4n_Yf04BAHIbrurNc5DP2iAh7KPrKYBxADYBSm_v03BvKWtG40_ZAD9P9ue3Jm_kIDS8/s72-c/anonymous+gadungan.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-341395213205572571</guid><pubDate>Sat, 21 Jan 2012 03:04:00 +0000</pubDate><atom:updated>2012-05-26T07:31:35.140+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mobile</category><title>In 2012, Android Malware Getting Rampant</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-LTtocjIWLk-hBfYV_wIgOPsYQhtSZgRcaPtq3_Fl4nbtuH-G5NQlQo9P47U-E73B5bumBa88T55fUbke6AarogHDERpDKs_TXIdZCxwRPaOjAvUdYbfkxaMKSmtQ5CR2by5db7ec9_E/s1600/malware+android.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-LTtocjIWLk-hBfYV_wIgOPsYQhtSZgRcaPtq3_Fl4nbtuH-G5NQlQo9P47U-E73B5bumBa88T55fUbke6AarogHDERpDKs_TXIdZCxwRPaOjAvUdYbfkxaMKSmtQ5CR2by5db7ec9_E/s1600/malware+android.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Android&lt;/span&gt; &lt;span class="hps"&gt;sales&lt;/span&gt; &lt;span class="hps"&gt;increased,&lt;/span&gt; &lt;span class="hps"&gt;so does&lt;/span&gt; &lt;span class="hps"&gt;the number of its malware&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;, in a past 2011&lt;/span&gt;, there are so many &lt;span class="hps"&gt;observer industry &lt;/span&gt;&lt;span class="hps"&gt;said&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;last year was the&lt;/span&gt; &lt;span class="hps"&gt;emergence&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;mobile malware&lt;/span&gt;. &lt;span class="hps"&gt;This means&lt;/span&gt;, it could be&amp;nbsp;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;a real threat&lt;/span&gt; &lt;span class="hps"&gt;for mobile device users&lt;/span&gt; at&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt; the year 2012.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;By &lt;/span&gt;&lt;/span&gt;&lt;span class="short_text" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;increasingly widespread&lt;/span&gt; &lt;span class="hps"&gt;gadgets of android, &lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;makes&lt;/span&gt; &lt;span class="hps"&gt;rogue&lt;/span&gt; &lt;span class="hps"&gt;developers&lt;/span&gt; &lt;span class="hps"&gt;want to deploy&lt;/span&gt; their &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;make profits&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt; for them self&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;Recently&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;, &lt;span class="hps"&gt;the &lt;/span&gt;&lt;span class="hps"&gt;symantec&lt;/span&gt; security vendor was c&lt;span class="hps"&gt;reated a blog&lt;/span&gt; &lt;span class="hps"&gt;(can be&lt;/span&gt; &lt;span class="hps"&gt;viewed here&lt;/span&gt;: &lt;a href="http://www.symantec.com/connect/blogs/more-fraudware-headaches-android-marketplace"&gt;&lt;span class="hps"&gt;http://www.symantec.com/connect/blogs/more-fraudware-headaches-android-marketplace&lt;/span&gt;&lt;/a&gt;) &lt;span class="hps"&gt;regarding &lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;of new&lt;/span&gt; &lt;span class="hps"&gt;fake&lt;/span&gt; &lt;span class="hps"&gt;application&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;called&lt;/span&gt; &lt;span class="hps"&gt;android&lt;/span&gt; steek and the worse thing is that this appalication is available in official site of android market&lt;span class="hps"&gt;&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;Then &lt;/span&gt;&lt;span class="hps"&gt;symantec found&lt;/span&gt; &lt;span class="hps"&gt;a&lt;/span&gt; &lt;span class="hps"&gt;new&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;attempting&lt;/span&gt; &lt;span class="hps"&gt;to exploit the&lt;/span&gt; &lt;span class="hps"&gt;fears of&lt;/span&gt; &lt;span class="hps"&gt;other&lt;/span&gt; a&lt;span class="hps"&gt;ndroid&lt;/span&gt; &lt;span class="hps"&gt;users&lt;/span&gt; &lt;span class="hps"&gt;regarding the controversies&lt;/span&gt;&lt;span class="hps"&gt; of &lt;/span&gt;&lt;span class="hps"&gt;IQ&lt;/span&gt; carrier &lt;span class="hps"&gt;(can be seen&lt;/span&gt; &lt;span class="hps"&gt;here&lt;/span&gt;: &lt;a href="http://www.symantec.com/connect/blogs/day-after-year-mobile-%20malware"&gt;&lt;span class="hps"&gt;http://www.symantec.com/connect/blogs/day-after-year-mobile-&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt;&lt;/a&gt;).&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;Android.Qicsomos&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;is disguised as&lt;/span&gt; &lt;span class="hps"&gt;an Carrier IQ eraser&lt;/span&gt; &lt;span class="hps"&gt;tool&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;, so its possible to deceive the users to download this malware. &lt;span class="hps"&gt;These attacks&lt;/span&gt; &lt;span class="hps"&gt;targeting&lt;/span&gt; &lt;span class="hps"&gt;to smart phone users&lt;/span&gt; &lt;span class="hps"&gt;in France&lt;/span&gt; &lt;span class="hps"&gt;with the&lt;/span&gt; &lt;span class="hps"&gt;scheme of&lt;/span&gt; &lt;span class="hps"&gt;sending&lt;/span&gt; &lt;span class="hps"&gt;text using&lt;/span&gt; &lt;span class="hps"&gt;hidden premium numbers&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;It is not stop there&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;, &lt;span class="hps"&gt;the malware author&lt;/span&gt; &lt;span class="hps"&gt;has also found&lt;/span&gt; &lt;span class="hps"&gt;the ways to&lt;/span&gt; &lt;span class="hps"&gt;get around the&lt;/span&gt; &lt;span class="hps"&gt;android&lt;/span&gt; &lt;span class="hps"&gt;application&lt;/span&gt; &lt;span class="hps"&gt;authorization&lt;/span&gt; &lt;span class="hps"&gt;model&lt;/span&gt; &lt;span class="hps"&gt;in certain situations&lt;/span&gt;. &lt;span class="hps"&gt;The threat&lt;/span&gt; was &lt;span class="hps"&gt;marked&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;by&lt;/span&gt; &lt;span class="hps"&gt;a certificate issued&lt;/span&gt; &lt;span class="hps"&gt;as&lt;/span&gt; &lt;span class="hps"&gt;part&lt;/span&gt; &lt;span class="hps"&gt;of the&lt;/span&gt; &lt;span class="hps"&gt;Android Open&lt;/span&gt; &lt;span class="hps"&gt;Source Project&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;AOSP), completely seem like a normal application.&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;This enables&lt;/span&gt; &lt;span class="hps"&gt;the application&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;installed on particular device&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;without&lt;/span&gt; &lt;span class="hps"&gt;having to go through&lt;/span&gt; &lt;span class="hps"&gt;the usual&lt;/span&gt; &lt;span class="hps"&gt;notice screen of&lt;/span&gt; &lt;span class="hps"&gt;licensing&lt;/span&gt; &lt;span class="hps"&gt;which usually be the&lt;/span&gt; &lt;span class="hps"&gt;main&lt;/span&gt; &lt;span class="hps"&gt;defense&lt;/span&gt; &lt;span class="hps"&gt;mechanism&lt;/span&gt; &lt;span class="hps"&gt;to face&lt;/span&gt; &lt;span class="hps"&gt;dangerous&lt;/span&gt; &lt;span class="hps"&gt;applications&lt;/span&gt;. So my advice to you who use android, be carefull if you wanna downlaod and install application because eventhough a trusted certificate it is still could deceive us.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/android-sales-increased-so-does-number.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-LTtocjIWLk-hBfYV_wIgOPsYQhtSZgRcaPtq3_Fl4nbtuH-G5NQlQo9P47U-E73B5bumBa88T55fUbke6AarogHDERpDKs_TXIdZCxwRPaOjAvUdYbfkxaMKSmtQ5CR2by5db7ec9_E/s72-c/malware+android.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-1556646699825118810</guid><pubDate>Thu, 19 Jan 2012 12:20:00 +0000</pubDate><atom:updated>2012-05-26T07:31:53.653+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>Protests against the bill SOPA and PIPA Get Bustling</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizybQJkyVfePIYGOit-t_myM5RBDZcl0D83M0QZ3f49pT9S-eo34yngy21qFAOaSkgBP5OlejrkWMhsbmvnjMPg_3VXQqcdE_r-bbiDiwqJbUnKKAuipSXggvNYyVy7PNK7ieG4AvL8fE/s1600/sopa.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="223" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizybQJkyVfePIYGOit-t_myM5RBDZcl0D83M0QZ3f49pT9S-eo34yngy21qFAOaSkgBP5OlejrkWMhsbmvnjMPg_3VXQqcdE_r-bbiDiwqJbUnKKAuipSXggvNYyVy7PNK7ieG4AvL8fE/s320/sopa.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Setelah Wikipedia.org mematikan layanan online-nya selama 24 jam sebagai bentuk protes, Mozilla.org serta browser Firefox turut serta melancarkan protesnya kepada Senat Amerika yang saat ini sedang menggodok RUU SOPA (Stop Online Piracy Act) dan PIPA (Protect IP Act)."&gt;After
 Wikipedia.org shut down its online services for 24 hours as a form of 
protest, Now Mozilla.org or Firefox browser will participate as well as a 
protest to the United Stated Senate it is currently brewing bill SOPA (Stop Online 
Piracy Act) and PIPA (Protect IP Act).&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span title="Setelah Wikipedia.org mematikan layanan online-nya selama 24 jam sebagai bentuk protes, Mozilla.org serta browser Firefox turut serta melancarkan protesnya kepada Senat Amerika yang saat ini sedang menggodok RUU SOPA (Stop Online Piracy Act) dan PIPA (Protect IP Act)."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Jika Anda perhatikan, mulai Rabu kemarin (18/1), tampilan default Firefox maupun situs Mozilla menampilkan latar belakang warna hitam dengan logo bertuliskan &amp;quot;STOP CENSORSHIP&amp;quot;."&gt;If
 you notice, starting on Wednesday (18 / 1), the default view Mozilla 
Firefox and the site displays a black background with a logo that read 
"Stop Censorship". &lt;/span&gt;&lt;span title="Hal yang sama juga dilakukan situs Reddit.com dan Wordpress.com"&gt;The same is also done by Reddit.com and Wordpress.com&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Secara garis besar, RUU SOPA dan PIPA ini adalah bentuk keprihatinan pemerintah AS dalam masalah pembajakan melalui internet."&gt;Broadly speaking, the bill SOPA and PIPA is a form of U.S. government concerns the issue of piracy through the Internet. &lt;/span&gt;&lt;span title="Dengannya, pemerintah AS bisa memblokir secara sepihak segala bentuk pelanggaran hak cipta dan menjeratnya dengan hukum yang berlaku."&gt;With it, the U.S. government could unilaterally block all forms of copyright infringement and trick them with applicable law.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Dengannya, pemerintah AS bisa memblokir secara sepihak segala bentuk pelanggaran hak cipta dan menjeratnya dengan hukum yang berlaku."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Hanya saja, banyak yang tidak setuju dengan penerapan yang bakal dilakukan nantinya."&gt;However, there are so many people disagree with the application that will be done later. &lt;/span&gt;&lt;span title="SOPA dan PIPA dianggap bakal tidak tepat sasaran dengan menerapkan peraturan yang bisa membatasi hak pengguna internet dalam mendapatkan segala informasi."&gt;SOPA
 and PIPE would be missing the target by implementing regulations that 
could restrict the rights of Internet users in getting any information.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="SOPA dan PIPA dianggap bakal tidak tepat sasaran dengan menerapkan peraturan yang bisa membatasi hak pengguna internet dalam mendapatkan segala informasi."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Protes terhadap SOPA dan PIPA ini sebenarnya sudah berlangsung sejak beberapa bulan lalu."&gt;Protests against SOPA and PIPA has actually been going on since a few months ago. &lt;/span&gt;&lt;span title="Seiring makin dekatnya waktu pengesahan UU tersebut yang direncanakan pada tanggal 24 Januari ini, gerakan protes para pendukung anti-SOPA dan PIPA pun makin kencang dikumandangkan."&gt;With
 the increasing close passage of time planned on January 24, the protest
 movement's supporters and anti-SOPA PIPA was echoed even louder.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Seiring makin dekatnya waktu pengesahan UU tersebut yang direncanakan pada tanggal 24 Januari ini, gerakan protes para pendukung anti-SOPA dan PIPA pun makin kencang dikumandangkan."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Nama-nama besar yang telah lebih dahulu melancarkan protes dengan menulis surat terbuka kepada senat dan pemerintah AS dalam menentang hal tersebut di antaranya Google, Facebook, Twitter, Zynga, eBay, Youtube, Yahoo, AOL, serta LinkedIn."&gt;Big
 names who had already been protested by writing an open letter to the 
senate and the U.S. government in opposing it include Google, Facebook, 
Twitter, Zynga, eBay, Youtube, Yahoo, AOL, and LinkedIn. &lt;/span&gt;&lt;span title="Para pengembang open source juga turut ambil bagian, di antaranya OpenSUSE, Fedora, serta LibreOffice."&gt;The open-source developers also took a part, including OpenSUSE, Fedora, and LibreOffice. &lt;/span&gt;&lt;span title="Tidak terhitung ribuan situs serta berbagai kalangan yang mendukung untuk membatalkan RUU SOPA dan PIPA."&gt;Countless thousands of sites and various circles of support for the bill to cancel the SOPA and PIPA.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Tidak terhitung ribuan situs serta berbagai kalangan yang mendukung untuk membatalkan RUU SOPA dan PIPA."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Beberapa situs berupaya memberikan pemahaman dan penjelasan terhadap apa yang hendak dilakukan SOPA dan PIPA."&gt;Some sites attempt to provide an understanding and explanation of what SOPA and PIPA would do. &lt;/span&gt;&lt;span title="Mereka juga menjabarkan dampak yang ditimbulkan jika RUU ini disahkan dan diterapkan."&gt;They also describe the impact if the bill was passed and implemented. &lt;/span&gt;&lt;span title="Wikipedia, Mozilla dan Reddit merupakan salah satu yang melakukan hal tersebut."&gt;Simple, Mozilla and Reddit is one who does that. &lt;/span&gt;&lt;span title="Jika Anda ingin mengetahui lebih jauh bisa mengunjungi link berikut."&gt;If you want to know more, visit the following link.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Jika Anda ingin mengetahui lebih jauh bisa mengunjungi link berikut."&gt;&lt;a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more"&gt;(http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more)&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Jika Anda ingin mengetahui lebih jauh bisa mengunjungi link berikut."&gt;&lt;a href="http://www.mozilla.org/sopa/?WT.mc_id=strike"&gt;(http://www.mozilla.org/sopa/?WT.mc_id=strike)&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span title="Jika Anda ingin mengetahui lebih jauh bisa mengunjungi link berikut."&gt;&lt;a href="http://www.reddit.com/#faq"&gt;(http://www.reddit.com/#faq)&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/protests-against-bill-sopa-and-pipa-get.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizybQJkyVfePIYGOit-t_myM5RBDZcl0D83M0QZ3f49pT9S-eo34yngy21qFAOaSkgBP5OlejrkWMhsbmvnjMPg_3VXQqcdE_r-bbiDiwqJbUnKKAuipSXggvNYyVy7PNK7ieG4AvL8fE/s72-c/sopa.jpg" width="72"/><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-9096771416966644326</guid><pubDate>Wed, 18 Jan 2012 13:56:00 +0000</pubDate><atom:updated>2012-05-26T07:32:14.372+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>First Time Bing outperform Yahoo!</title><description>&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmQxrkortckERhIMrWnd9iTAP0H4a9zoZpoCmaeSKdsTkgj4jG_3Tb9DNQzni0VyOtsqNSYWdkvJlV0sRKfD4hXS5MTyEaAhCVGKMefrVkzJsM2ob6igC3W-AmROTvMFc8gEaRZpTK0as/s1600/google-bing-yahoo.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmQxrkortckERhIMrWnd9iTAP0H4a9zoZpoCmaeSKdsTkgj4jG_3Tb9DNQzni0VyOtsqNSYWdkvJlV0sRKfD4hXS5MTyEaAhCVGKMefrVkzJsM2ob6igC3W-AmROTvMFc8gEaRZpTK0as/s1600/google-bing-yahoo.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;S&lt;/span&gt;&lt;span class="hps"&gt;earch engine&lt;/span&gt; competition &lt;span class="hps"&gt;is still&lt;/span&gt; &lt;span class="hps"&gt;dominated&lt;/span&gt; &lt;span class="hps"&gt;by Google&lt;/span&gt;. &lt;span class="hps"&gt;However, it&lt;/span&gt; &lt;span class="hps"&gt;is quite&lt;/span&gt; &lt;span class="hps"&gt;interesting&lt;/span&gt; &lt;span class="hps"&gt;if we&lt;/span&gt; &lt;span class="hps"&gt;look at&lt;/span&gt; &lt;span class="hps"&gt;the competition&lt;/span&gt; &lt;span class="hps"&gt;in second&lt;/span&gt; &lt;span class="hps"&gt;and third&lt;/span&gt; &lt;span class="hps"&gt;between&lt;/span&gt; &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;and Yahoo!&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;In&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;December 2011&lt;/span&gt; &lt;span class="hps"&gt;study&lt;/span&gt; &lt;span class="hps"&gt;by&lt;/span&gt; &lt;span class="hps"&gt;comScore&lt;/span&gt;, &lt;span class="hps"&gt;Google&lt;/span&gt; &lt;span class="hps"&gt;is at top the&lt;/span&gt; &lt;span class="hps"&gt;list of search engines&lt;/span&gt; &lt;span class="hps"&gt;most widely&lt;/span&gt; &lt;span class="hps"&gt;used&lt;/span&gt; &lt;span class="hps"&gt;by&lt;/span&gt; &lt;span class="hps"&gt;U.S. communities&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;65.9%&lt;/span&gt; &lt;span class="hps"&gt;market share&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;Now attention is on&lt;/span&gt;&lt;span class="hps"&gt; the&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;runner&lt;/span&gt;-up&amp;nbsp;&lt;span class="hps"&gt;occupied&lt;/span&gt; &lt;span class="hps"&gt;by&lt;/span&gt; &lt;span class="hps"&gt;Bing&lt;/span&gt;, which stood at &lt;span class="hps"&gt;15.1%&lt;/span&gt;. &lt;span class="hps"&gt;This is the&lt;/span&gt; &lt;span class="hps"&gt;first&lt;/span&gt; &lt;span class="hps"&gt;time&lt;/span&gt; &lt;span class="hps"&gt;Microsoft's&lt;/span&gt; &lt;span class="hps"&gt;search engine&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;managed to outperform&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt; &lt;span class="hps"&gt;since&lt;/span&gt; &lt;span class="hps"&gt;its launch&lt;/span&gt; &lt;span class="hps"&gt;in mid&lt;/span&gt; &lt;span class="hps"&gt;2008.&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt; &lt;span class="hps"&gt;itself&lt;/span&gt; &lt;span class="hps"&gt;narrowly defeated&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;14.5%&lt;/span&gt; &lt;span class="hps"&gt;achievement&lt;/span&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;br /&gt; &lt;span class="hps"&gt;The signs&lt;/span&gt; &lt;span class="hps"&gt;to overtake&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt; &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;has been&lt;/span&gt; &lt;span class="hps"&gt;seen since&lt;/span&gt; &lt;span class="hps atn"&gt;mid-&lt;/span&gt;December 2011. &lt;span class="hps"&gt;At that time&lt;/span&gt;, &lt;span class="hps"&gt;both&lt;/span&gt; &lt;span class="hps"&gt;reached&lt;/span&gt; &lt;span class="hps"&gt;the same&lt;/span&gt; &lt;span class="hps"&gt;percentage of&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;market&lt;/span&gt; &lt;span class="hps"&gt;by 15&lt;/span&gt;%. &lt;span class="hps"&gt;However,&lt;/span&gt; &lt;span class="hps"&gt;in about&lt;/span&gt; &lt;span class="hps"&gt;three&lt;/span&gt; &lt;span class="hps"&gt;weeks&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;, &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;was capable to&lt;/span&gt; &lt;span class="hps"&gt;infiltrating&lt;/span&gt; &lt;span class="hps"&gt;into&lt;/span&gt; &lt;span class="hps"&gt;the second position&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;It should be noted&lt;/span&gt;, &lt;span class="hps"&gt;data released by&lt;/span&gt; &lt;span class="hps"&gt;comScore&lt;/span&gt; &lt;span class="hps"&gt;did not considered from&lt;/span&gt; &lt;span class="hps"&gt;the search&lt;/span&gt; &lt;span class="hps"&gt;via&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;phones&lt;/span&gt; &lt;span class="hps"&gt;and tablets&lt;/span&gt;. &lt;span class="hps"&gt;Google&lt;/span&gt; &lt;span class="hps"&gt;quick search&lt;/span&gt; &lt;span class="hps"&gt;Instant&lt;/span&gt; &lt;span class="hps"&gt;style&lt;/span&gt; &lt;span class="hps"&gt;is also ignored&lt;/span&gt; &lt;span class="hps"&gt;because&lt;/span&gt; &lt;span class="hps"&gt;its competitors&lt;/span&gt; &lt;span class="hps"&gt;did not&lt;/span&gt; &lt;span class="hps"&gt;have&lt;/span&gt; &lt;span class="hps"&gt;a similar&lt;/span&gt; &lt;span class="hps"&gt;feature&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;As quoted&lt;/span&gt; &lt;span class="hps"&gt;by the Associated&lt;/span&gt; &lt;span class="hps"&gt;Press,&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;one and a half&lt;/span&gt; &lt;span class="hps"&gt;years,&lt;/span&gt; &lt;span class="hps"&gt;precisely&lt;/span&gt; &lt;span class="hps"&gt;since the&lt;/span&gt; &lt;span class="hps"&gt;joint venture&lt;/span&gt; &lt;span class="hps"&gt;between Microsoft&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;Bing) &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt; &lt;span class="hps"&gt;entwined in&lt;/span&gt; &lt;span class="hps"&gt;search engine technology&lt;/span&gt; &lt;span class="hps"&gt;cooperation&lt;/span&gt;, &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;market&lt;/span&gt; &lt;span class="hps"&gt;continues to&lt;/span&gt; &lt;span class="hps"&gt;grow&lt;/span&gt; &lt;span class="hps"&gt;while&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt; &lt;span class="hps"&gt;declined&lt;/span&gt;. &lt;span class="hps"&gt;In July&lt;/span&gt; &lt;span class="hps"&gt;2009,&lt;/span&gt; &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;controls only&lt;/span&gt; &lt;span class="hps"&gt;9% of&lt;/span&gt; &lt;span class="hps"&gt;the market&lt;/span&gt; &lt;span class="hps"&gt;compared to&lt;/span&gt; &lt;span class="hps"&gt;19%&lt;/span&gt; &lt;span class="hps"&gt;owned by&lt;/span&gt; &lt;span class="hps"&gt;Yahoo!&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;However,&lt;/span&gt; &lt;span class="hps"&gt;until now&lt;/span&gt;, &lt;span class="hps"&gt;Bing&lt;/span&gt; &lt;span class="hps"&gt;is not a&lt;/span&gt; &lt;span class="hps"&gt;profitable business&lt;/span&gt; &lt;span class="hps"&gt;units&lt;/span&gt; &lt;span class="hps"&gt;for Microsoft.&lt;/span&gt; &lt;span class="hps"&gt;Operational&lt;/span&gt; &lt;span class="hps"&gt;losses&lt;/span&gt; &lt;span class="hps"&gt;worth&lt;/span&gt; &lt;span class="hps"&gt;at least&lt;/span&gt; &lt;span class="hps"&gt;$ 7 billion,&lt;/span&gt; &lt;span class="hps"&gt;Microsoft&lt;/span&gt; &lt;span class="hps"&gt;has&lt;/span&gt; &lt;span class="hps"&gt;suffered&lt;/span&gt; &lt;span class="hps"&gt;since&lt;/span&gt; &lt;span class="hps"&gt;June 2008&lt;/span&gt;.&lt;br /&gt; &lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://computer-issue.blogspot.com/2012/01/first-time-bing-outperform-yahoo.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmQxrkortckERhIMrWnd9iTAP0H4a9zoZpoCmaeSKdsTkgj4jG_3Tb9DNQzni0VyOtsqNSYWdkvJlV0sRKfD4hXS5MTyEaAhCVGKMefrVkzJsM2ob6igC3W-AmROTvMFc8gEaRZpTK0as/s72-c/google-bing-yahoo.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-5371722892587684170</guid><pubDate>Thu, 12 Jan 2012 01:13:00 +0000</pubDate><atom:updated>2012-05-26T07:32:36.738+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>I Can Always Update My Facebook Status, Though I'm Dead</title><description>&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNgmX3SCEC0tekQAcRRm76oZ117rQm7wJOrSoBDN60O7kqR4ZgPzVT1rgA6fSE210AqBTR_MIen8ocb5s0lL5Yw3VyRVrid2YuRYrqk2m7FpY7ELBo8pzztCF1z9WyoGFE76mXhT4tvGk/s1600/if-i-die-762501.jpg" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5696546820197888194" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNgmX3SCEC0tekQAcRRm76oZ117rQm7wJOrSoBDN60O7kqR4ZgPzVT1rgA6fSE210AqBTR_MIen8ocb5s0lL5Yw3VyRVrid2YuRYrqk2m7FpY7ELBo8pzztCF1z9WyoGFE76mXhT4tvGk/s320/if-i-die-762501.jpg" /&gt;&lt;/a&gt;&lt;span style="color: black;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;Please do not scare when you read this       article, this is not a mystics story and I'm not trying to scare       you (I'll scare you when have a chance :D), still consistent with       computer topic for my blog and completely no ghost. Recently, I       found a website review about this facebook apps, this apps called       'If I Die'.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;With this apps, Facebook user can still update their       status and sending messages through theri wall though they       allready death. This 'If I Die' apps, could be simply called as a testament, but       it's only share memoar article and photos of its user while still       alive.&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;&lt;br /&gt;       How this apps works?&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;&lt;br /&gt;       So, when the user of facebook still alive, the user has to chose       his 3 friends in his Facebook friendlist who will he entrusted       with to spread the testament. Then these 3 people will announce       the news of his death of their friend through status post in       Facebook.&lt;br /&gt;       &lt;br /&gt;     &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Wilook&lt;/span&gt;,       &lt;span class="hps"&gt;enterprise&lt;/span&gt; &lt;span class="hps"&gt;applications&lt;/span&gt;       &lt;span class="hps"&gt;maker&lt;/span&gt; of '&lt;span class="hps"&gt;If I&lt;/span&gt; &lt;span class="hps"&gt;Die'&lt;/span&gt;, &lt;span class="hps"&gt;said         the reason of&lt;/span&gt; &lt;span class="hps"&gt;making this application&lt;/span&gt;       &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;because no one&lt;/span&gt;       &lt;span class="hps"&gt;knows when&lt;/span&gt; &lt;span class="hps"&gt;the death&lt;/span&gt;       &lt;span class="hps"&gt;came&lt;/span&gt;. &lt;span class="hps"&gt;Eran&lt;/span&gt;       &lt;span class="hps"&gt;Alfonta&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;founder       &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;CEO&lt;/span&gt; &lt;span class="hps"&gt;Wilook&lt;/span&gt;) &lt;span class="hps"&gt;said         that&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;this         application&lt;/span&gt; &lt;span class="hps"&gt;the user&lt;/span&gt; &lt;span class="hps"&gt;is expected&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;convey&lt;/span&gt; &lt;span class="hps"&gt;the impression of&lt;/span&gt;       &lt;span class="hps"&gt;sweet&lt;/span&gt; &lt;span class="hps"&gt;goodbyes&lt;/span&gt;       &lt;span class="hps"&gt;through words&lt;/span&gt;, &lt;span class="hps"&gt;pictures&lt;/span&gt;, &lt;span class="hps"&gt;or&lt;/span&gt;       &lt;span class="hps"&gt;videos that have been&lt;/span&gt; &lt;span class="hps"&gt;made&lt;/span&gt;       &lt;span class="hps"&gt;​​previously&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="color: black;"&gt;&lt;br /&gt;     &lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Alfonta&lt;/span&gt;       &lt;span class="hps"&gt;claimed to get&lt;/span&gt; &lt;span class="hps"&gt;this         idea&lt;/span&gt; &lt;span class="hps"&gt;after hearing&lt;/span&gt; &lt;span class="hps"&gt;from&lt;/span&gt; &lt;span class="hps"&gt;two friends&lt;/span&gt; &lt;span class="hps"&gt;who&lt;/span&gt; &lt;span class="hps"&gt;survived the&lt;/span&gt; &lt;span class="hps"&gt;deadly accident&lt;/span&gt;. &lt;span class="hps"&gt;Two friends&lt;/span&gt; &lt;span class="hps"&gt;Alfonta&lt;/span&gt;       &lt;span class="hps"&gt;then tell the&lt;/span&gt; &lt;span class="hps"&gt;story,&lt;/span&gt;       &lt;span class="hps"&gt;what if&lt;/span&gt; &lt;span class="hps"&gt;they&lt;/span&gt; &lt;span class="hps"&gt;really&lt;/span&gt; &lt;span class="hps"&gt;end up&lt;/span&gt; with       &lt;span class="hps"&gt;dead and&lt;/span&gt; &lt;span class="hps"&gt;no one&lt;/span&gt;       &lt;span class="hps"&gt;knows to tell&lt;/span&gt; &lt;span class="hps"&gt;the news&lt;/span&gt;       &lt;span class="hps"&gt;of their death,&lt;/span&gt; &lt;span class="hps"&gt;especially&lt;/span&gt;       &lt;span class="hps"&gt;to the children&lt;/span&gt; &lt;span class="hps"&gt;they         left behind&lt;/span&gt;.&lt;br /&gt;       &lt;br /&gt;       &lt;span class="hps"&gt;For this reason,&lt;/span&gt; &lt;span class="hps"&gt;Alfonta&lt;/span&gt;       &lt;span class="hps"&gt;finally created&lt;/span&gt; &lt;span class="hps"&gt;an         application called&lt;/span&gt; &lt;span class="hps"&gt;If I&lt;/span&gt; &lt;span class="hps"&gt;Die&lt;/span&gt;. &lt;span class="hps"&gt;Looking         ahead&lt;/span&gt;, &lt;span class="hps"&gt;Alfonta&lt;/span&gt; &lt;span class="hps"&gt;and his &lt;/span&gt;&lt;span class="hps"&gt;developers team&lt;/span&gt;       &lt;span class="hps"&gt;at&lt;/span&gt; &lt;span class="hps"&gt;Wilook&lt;/span&gt; &lt;span class="hps"&gt;plan to connect&lt;/span&gt; &lt;span class="hps"&gt;If I&lt;/span&gt;       &lt;span class="hps"&gt;Die&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;other applications&lt;/span&gt; &lt;span class="hps"&gt;outside         of&lt;/span&gt; &lt;span class="hps"&gt;Facebook&lt;/span&gt;&lt;span class=""&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/i-can-always-update-my-facebook-status.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNgmX3SCEC0tekQAcRRm76oZ117rQm7wJOrSoBDN60O7kqR4ZgPzVT1rgA6fSE210AqBTR_MIen8ocb5s0lL5Yw3VyRVrid2YuRYrqk2m7FpY7ELBo8pzztCF1z9WyoGFE76mXhT4tvGk/s72-c/if-i-die-762501.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-4124771385321557320</guid><pubDate>Wed, 11 Jan 2012 01:38:00 +0000</pubDate><atom:updated>2012-05-26T07:33:12.639+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">tutorial</category><title>Creating Local Repository on Ubuntu</title><description>&lt;div style="text-align: justify;"&gt;
&lt;span class="hps"&gt;Is your&lt;/span&gt; &lt;span class="hps"&gt;computer&lt;/span&gt;     &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;laptop&lt;/span&gt; &lt;span class="hps"&gt;connected&lt;/span&gt; &lt;span class="hps"&gt;to the internet&lt;/span&gt;??&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt; &lt;span class="hps"&gt;If           yes&lt;/span&gt;, &lt;span class="hps"&gt;you&lt;/span&gt; may         probably &lt;span class="hps"&gt;install any linux package&lt;/span&gt;s &lt;span class="hps"&gt;from the Internet&lt;/span&gt; &lt;span class="hps"&gt;or&lt;/span&gt;         &lt;span class="hps"&gt;Intranet&lt;/span&gt;. &lt;span class="hps"&gt;Well&lt;/span&gt;,         &lt;span class="hps"&gt;now&lt;/span&gt; &lt;span class="hps"&gt;if there is &lt;/span&gt; &lt;span class="hps"&gt;something&lt;/span&gt; &lt;span class="hps"&gt;that we don't&lt;/span&gt; &lt;span class="hps"&gt;expected&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;occurs&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;our computer&lt;/span&gt;         &lt;span class="hps"&gt;such &lt;/span&gt;&lt;span class="hps"&gt;system           failed&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;requires&lt;/span&gt; &lt;span class="hps"&gt;us to&lt;/span&gt; &lt;span class="hps"&gt;reinstall&lt;/span&gt; &lt;span class="hps"&gt;our&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt;. T&lt;span class="hps"&gt;hat means&lt;/span&gt; we         &lt;span class="hps"&gt;have to&lt;/span&gt; &lt;span class="hps"&gt;redo&lt;/span&gt;         &lt;span class="hps"&gt;everything from scratch&lt;/span&gt;, &lt;span class="hps"&gt;from&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;updating our&lt;/span&gt;         &lt;span class="hps"&gt;packages&lt;/span&gt; &lt;span class="hps"&gt;list&lt;/span&gt;         &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;download&lt;/span&gt;         the &lt;span class="hps"&gt;packages&lt;/span&gt; &lt;span class="hps"&gt;needed,           and know something about this, it is truly eat much time and           anoying (my personal experience, hehehehe :D).&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;But,           there is still one&lt;/span&gt; &lt;span class="hps"&gt;solution that&lt;/span&gt; &lt;span class="hps"&gt;I think can&lt;/span&gt; &lt;span class="hps"&gt;solve the           problem,&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;by           creating&lt;/span&gt; &lt;span class="hps"&gt;a local&lt;/span&gt; &lt;span class="hps"&gt;repository&lt;/span&gt; &lt;span class="hps"&gt;of&lt;/span&gt; &lt;span class="hps"&gt;packages&lt;/span&gt; which &lt;span class="hps"&gt;already installed&lt;/span&gt; &lt;span class="hps"&gt;on our           computer&lt;/span&gt;. &lt;span class="hps"&gt;This method&lt;/span&gt;         &lt;span class="hps"&gt;can also be&lt;/span&gt; &lt;span class="hps"&gt;implemented&lt;/span&gt;         &lt;span class="hps"&gt;on a&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;other people computer&lt;/span&gt; &lt;span class="hps"&gt;(friends&lt;/span&gt;,         &lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;relatives&lt;/span&gt;)           who do not &lt;span class="hps"&gt;have an internet           connection&lt;/span&gt;&lt;span class=""&gt;,&lt;/span&gt; &lt;span class="hps"&gt;but           have a&lt;/span&gt; &lt;span class="hps"&gt;great&lt;/span&gt; &lt;span class="hps"&gt;willingness&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;learn&lt;/span&gt; &lt;span class="hps"&gt;linux.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;&lt;br /&gt;         &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="almost_half_cell" id="gt-res-content" style="text-align: justify;"&gt;
&lt;div dir="ltr"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Before we&lt;/span&gt; &lt;span class="hps"&gt;go&lt;/span&gt; &lt;span class="hps"&gt;to the&lt;/span&gt; &lt;span class="hps"&gt;tutorial&lt;/span&gt;, &lt;span class="hps"&gt;there             is little&lt;/span&gt; &lt;span class="hps"&gt;information&lt;/span&gt; &lt;span class="hps"&gt;regarding&lt;/span&gt; &lt;span class="hps"&gt;this             tutorial&lt;/span&gt;.&lt;br /&gt;           &lt;span class="hps"&gt;T&lt;/span&gt;&lt;span class="hps"&gt;his tutorial&lt;/span&gt; &lt;span class="hps"&gt;only applies&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt;           &lt;span class="hps"&gt;debian&lt;/span&gt; based           &lt;span class="hps"&gt;distro&lt;/span&gt; (I have done it in my             ubuntu), &lt;span class="hps"&gt;why&lt;/span&gt;?           &lt;span class="hps"&gt;because to&lt;/span&gt; &lt;span class="hps"&gt;create&lt;/span&gt;           &lt;span class="hps"&gt;a local&lt;/span&gt; &lt;span class="hps"&gt;list of&lt;/span&gt;           &lt;span class="hps"&gt;packages (&lt;i&gt;packages list&lt;/i&gt;)&lt;/span&gt; &lt;span class="hps"&gt;in this tutorial, I use&lt;/span&gt; &lt;i&gt;dpkg&lt;/i&gt;&lt;span class="hps"&gt; which a package tools from debian and its child&lt;/span&gt;.&lt;br /&gt;           &lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;br /&gt;         &lt;/span&gt;&lt;span class="hps"&gt;For debian based distro, any &lt;/span&gt;&lt;span class="hps"&gt;packages&lt;/span&gt; &lt;span class="hps"&gt;that already&lt;/span&gt;         &lt;span class="hps"&gt;downloaded&lt;/span&gt; &lt;span class="hps"&gt;with &lt;i&gt;apt&lt;/i&gt;&lt;/span&gt;&lt;i&gt;-get&lt;/i&gt;         &lt;span class="hps"&gt;command&amp;nbsp;&lt;/span&gt;&lt;span class="hps"&gt;or&lt;/span&gt; &lt;span class="hps"&gt;synaptic&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;GUI),           is stored &lt;span class="hps"&gt;in the cache&lt;/span&gt; &lt;span class="hps"&gt;apt&lt;/span&gt; &lt;span class="hps"&gt;itself,&lt;/span&gt; &lt;span class="hps"&gt;so when&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;the time&lt;/span&gt; &lt;span class="hps"&gt;needed&lt;/span&gt;, &lt;i&gt;&lt;span class="hps"&gt;apt-get&lt;/span&gt;&lt;/i&gt;         &lt;span class="hps"&gt;does not&lt;/span&gt; &lt;span class="hps"&gt;have to&lt;/span&gt;         &lt;span class="hps"&gt;download it&lt;/span&gt; &lt;span class="hps"&gt;again&lt;/span&gt;,         in consequence it is always e&lt;span class="hps"&gt;at&lt;/span&gt; &lt;span class="hps"&gt;space to store the packages in our drive.&lt;/span&gt;&lt;br /&gt;
&lt;div class="almost_half_cell" id="gt-res-content"&gt;
&lt;div dir="ltr"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;br /&gt;               &lt;span class="hps"&gt;Okay&lt;/span&gt;&lt;span class=""&gt;, because I've                 done it in my ubuntu so &lt;/span&gt;&lt;span class="hps"&gt;I                 assume that we&lt;/span&gt; &lt;span class="hps"&gt;will install&lt;/span&gt;               &lt;span class="hps"&gt;the new Ubuntu&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt;.               &lt;span class="hps"&gt;Here are&lt;/span&gt; &lt;span class="hps"&gt;the                 steps&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;:&lt;br /&gt;                 &lt;br /&gt;               &lt;/span&gt;             &lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;Backup&lt;/span&gt; &lt;span class="hps"&gt;all packages&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;that                     already&lt;/span&gt; &lt;span class="hps"&gt;downloaded&lt;/span&gt;.                   &lt;span class="hps"&gt;Just by&lt;/span&gt;&lt;span class="hps"&gt;                     copying&lt;/span&gt; &lt;span class="hps"&gt;all files ending                     in *.&lt;/span&gt; d&lt;span class="hps"&gt;eb&lt;/span&gt;                   extention &lt;span class="hps"&gt;located in the directory&lt;/span&gt; &lt;span class="hps"&gt;'&lt;i&gt;/&lt;/i&gt;&lt;/span&gt;&lt;i&gt;&lt;span class="hps"&gt;var&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;cache&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;apt&lt;/span&gt;&lt;span class="hps"&gt;/archives&lt;/span&gt;&lt;/i&gt;' [without quote] &lt;span class="hps"&gt;to                     any&lt;/span&gt; &lt;span class="hps"&gt;folder you desire&lt;/span&gt;.                   I&lt;span class="hps"&gt;f&lt;/span&gt; &lt;span class="hps"&gt;it posible&lt;/span&gt;,                   do not copying the packages in &lt;span class="hps"&gt;the                     same partitioned&lt;/span&gt; with &lt;span class="hps"&gt;our &lt;/span&gt;&lt;span class="hps"&gt;system&lt;/span&gt;                   &lt;span class="hps"&gt;where its installed.&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="hps"&gt;Reinstall the&lt;/span&gt; &lt;span class="hps"&gt;system&lt;/span&gt;. &lt;span class="hps"&gt;After that&lt;/span&gt;, move all &lt;span class="hps"&gt;file&lt;/span&gt;s *.d&lt;span class="hps"&gt;eb&lt;/span&gt;                 &lt;span class="hps"&gt;extention that has been&lt;/span&gt; &lt;span class="hps"&gt;previously&lt;/span&gt; &lt;span class="hps"&gt;backed                   up&lt;/span&gt;, &lt;span class="hps"&gt;into&lt;/span&gt;                 &lt;span class="hps"&gt;the folder&lt;/span&gt; '&lt;span class="hps"&gt;/home&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;usernam&lt;/span&gt;&lt;span class="hps"&gt;e/any_folder/'&lt;/span&gt;,                 in my computer I moved the files to &lt;span class="hps"&gt;'&lt;i&gt;/home&lt;/i&gt;&lt;/span&gt;&lt;i&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;andre&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;/i&gt;&lt;span class="hps"&gt;&lt;i&gt;repo/&lt;/i&gt;'&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="hps"&gt;Install&lt;/span&gt; &lt;i&gt;&lt;span class="hps"&gt;dpkg&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;dev&lt;/i&gt; &lt;span class="hps"&gt;package&lt;/span&gt;. &lt;span class="hps"&gt;This package is&lt;/span&gt; &lt;span class="hps"&gt;already&lt;/span&gt;                 &lt;span class="hps"&gt;available&lt;/span&gt; &lt;span class="hps"&gt;in                   the&lt;/span&gt; &lt;span class="hps"&gt;Ubuntu CD&lt;/span&gt;.                 &lt;span class="hps"&gt;For those&lt;/span&gt; &lt;span class="hps"&gt;who                   do not know&lt;/span&gt; &lt;span class="hps"&gt;how,&lt;/span&gt; &lt;span class="hps"&gt;you can use Synaptic Packages Manager&lt;/span&gt;.                 &lt;span class="hps"&gt;Insert the&lt;/span&gt; &lt;span class="hps"&gt;Ubuntu                   installation CD&lt;/span&gt;. &lt;span class="hps"&gt;Go to&lt;/span&gt; &lt;span class="hps"&gt;System&lt;/span&gt;&amp;gt;                   Administration&amp;gt; &lt;span class="hps"&gt;Synaptic&lt;/span&gt; &lt;span class="hps"&gt;Packages&lt;/span&gt;                 &lt;span class="hps"&gt;Manager.&lt;/span&gt; &lt;span class="hps"&gt;Click                   on&lt;/span&gt; &lt;span class="hps"&gt;Settings&lt;/span&gt; and Repositories. &lt;span class="hps"&gt;Check&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt;                 &lt;span class="hps atn"&gt;checkbox "&lt;/span&gt;Instalable                 &lt;span class="hps"&gt;from CD-ROM&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;" &lt;span class="hps"&gt;and then&lt;/span&gt; &lt;span class="hps"&gt;close&lt;/span&gt;.                 &lt;span class="hps"&gt;After that,&lt;/span&gt; &lt;span class="hps"&gt;reload&lt;/span&gt;                 &lt;span class="hps"&gt;it by pressing&lt;/span&gt; &lt;span class="hps                   atn"&gt;[&lt;/span&gt;Ctrl] &lt;span class="hps"&gt;+&lt;/span&gt; &lt;span class="hps"&gt;R.&lt;/span&gt; &lt;span class="hps"&gt;If&lt;/span&gt; &lt;span class="hps"&gt;the reading                   process&lt;/span&gt; &lt;span class="hps"&gt;from the CD&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;ROM &lt;span class="hps"&gt;package&lt;/span&gt; &lt;span class="hps"&gt;is                   complete&lt;/span&gt;, locate the &lt;span class="hps"&gt;package&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt;                 &lt;i&gt;&lt;span class="hps"&gt;dpkg&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;dev&lt;/i&gt;                 &lt;span class="hps"&gt;name&lt;/span&gt;, right click on it,                 &lt;span class="hps"&gt;select&lt;/span&gt; &lt;span class="hps"&gt;Mark&lt;/span&gt;                 &lt;span class="hps"&gt;for installation&lt;/span&gt; and &lt;span class="hps"&gt;then&lt;/span&gt; a&lt;span class="hps"&gt;pply&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;&lt;span class="hps"&gt;Create&lt;/span&gt; &lt;span class="hps"&gt;packages&lt;/span&gt;                 &lt;span class="hps"&gt;list&lt;/span&gt;. &lt;span class="hps"&gt;Open a terminal&lt;/span&gt;, type:&lt;span class="hps"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="hps"&gt;$&lt;/span&gt; &lt;i&gt;&lt;span class="hps"&gt;sudo&lt;/span&gt; &lt;span class="hps"&gt;dpkg&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;scanpackages &lt;span class="hps"&gt;repo&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;dev&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;null&lt;/span&gt; &lt;span class="hps"&gt;|&lt;/span&gt;                   &lt;span class="hps"&gt;gzip&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;9c                     &amp;gt; &lt;span class="hps"&gt;repo&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;Packages.gz&lt;/span&gt;&lt;/i&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;span class="hps"&gt;Update&lt;/span&gt; &lt;span class="hps"&gt;packages&lt;/span&gt;                 &lt;span class="hps"&gt;list&lt;/span&gt;, &lt;span class="hps"&gt;so that all&lt;/span&gt; &lt;span class="hps"&gt;packages&lt;/span&gt;&lt;span class="hps"&gt; that we&lt;/span&gt; &lt;span class="hps"&gt;have&lt;/span&gt;                 made and write in to Packages List&lt;span class="hps"&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="hps"&gt;can be recognized&lt;/span&gt; &lt;span class="hps"&gt;by apt&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;or                 S&lt;span class="hps"&gt;ynaptic&lt;/span&gt;).&lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="hps"&gt;$&lt;/span&gt; &lt;i&gt;&lt;span class="hps"&gt;sudo&lt;/span&gt;                   &lt;span class="hps"&gt;gedit&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;etc&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;apt&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;sources.list&lt;/span&gt;&lt;/i&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="hps"&gt;Create a&lt;/span&gt;                   &lt;span class="hps"&gt;new line&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt;                   &lt;span class="hps"&gt;the end of file&lt;/span&gt;,                   &lt;span class="hps"&gt;then add&lt;/span&gt;:&lt;span class="hps"&gt; deb&lt;/span&gt; &lt;span class="hps"&gt;file&lt;/span&gt;:                   &lt;span class="hps"&gt;/home&lt;/span&gt;&lt;span class="hps"&gt;/&lt;/span&gt;&lt;span class="hps"&gt;username&lt;/span&gt; &lt;span class="hps"&gt;repo&lt;/span&gt;&lt;span class="hps"&gt;/ (in mine : /home/andre repo/)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="hps"&gt;Then save&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;close&lt;/span&gt;.                   &lt;span class="hps"&gt;Still in&lt;/span&gt; &lt;span class="hps"&gt;terminal&lt;/span&gt;,                   &lt;span class="hps"&gt;apt&lt;/span&gt; &lt;span class="hps"&gt;update&lt;/span&gt;                   &lt;span class="hps"&gt;with the command&lt;/span&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;$&lt;/span&gt; &lt;i&gt;&lt;span class="hps"&gt;sudo&lt;/span&gt; &lt;span class="hps atn"&gt;apt-&lt;/span&gt;get                       update&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ol&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class="almost_half_cell" id="gt-res-content"&gt;
&lt;div dir="ltr"&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;span class="hps"&gt;If those&lt;/span&gt; &lt;span class="hps"&gt;steps&lt;/span&gt;&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;above&lt;/span&gt; &lt;span class="hps"&gt;is done                 correctly&lt;/span&gt;, &lt;span class="hps"&gt;now                 you&lt;/span&gt; &lt;span class="hps"&gt;should&lt;/span&gt; be&lt;span class="hps"&gt;&lt;/span&gt; &lt;span class="hps"&gt;&lt;/span&gt;&lt;span class="hps"&gt;have&lt;/span&gt; &lt;span class="hps"&gt;your own&lt;/span&gt;               &lt;span class="hps"&gt;local&lt;/span&gt; &lt;span class="hps"&gt;repository&lt;/span&gt;.               &lt;span class="hps"&gt;Next you&lt;/span&gt; &lt;span class="hps"&gt;can&lt;/span&gt;               &lt;span class="hps"&gt;install any packege you &lt;/span&gt;&lt;span class="hps"&gt;desire&lt;/span&gt; from this, could be from               &lt;span class="hps"&gt;a terminal&lt;/span&gt; &lt;span class="hps"&gt;or                 via&lt;/span&gt; &lt;span class="hps"&gt;Synaptic&lt;/span&gt; &lt;span class="hps"&gt;Packages&lt;/span&gt; &lt;span class="hps"&gt;Manager.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;span class="" id="result_box" lang="en"&gt;&lt;br /&gt;           &lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/creating-local-repository-on-ubuntu.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-7225178350611889924</guid><pubDate>Mon, 09 Jan 2012 00:47:00 +0000</pubDate><atom:updated>2012-05-31T16:54:01.824+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>Malware Predictions in 2012</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga0-zb1evE3YUG7MJQ7TuHenHYUBYa3tSN0KqlFihl4Db61VNLjb49HTtpiMHAelzjtUm1dlGRAOGzcE_hrAZa6WpK9IoDQ5swv1jomIVaAb-eVYGRaXJcyzrcJmM6tzpvxQtn0g_7XO0/s1600/malware-pc.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="malware" border="0" height="165" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga0-zb1evE3YUG7MJQ7TuHenHYUBYa3tSN0KqlFihl4Db61VNLjb49HTtpiMHAelzjtUm1dlGRAOGzcE_hrAZa6WpK9IoDQ5swv1jomIVaAb-eVYGRaXJcyzrcJmM6tzpvxQtn0g_7XO0/s200/malware-pc.jpg" title="" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="Memasuki tahun 2012, perkembangan threat dan keamanan dunia maya akan menghadapi tantangan dan kondisi yang semakin rumit."&gt;Entering 2012, the development of cyber security and threat will facing a challenge and complex conditions. &lt;/span&gt;&lt;span title="Di sisi lain, tumbuhnya kesadaran terhadap aspek tersebut sangat membantu menekan tingkat eskalasi serangan malware."&gt;On the other hand, the awareness growing of these aspects help to suppress &lt;/span&gt;&lt;/span&gt;&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="Di sisi lain, tumbuhnya kesadaran terhadap aspek tersebut sangat membantu menekan tingkat eskalasi serangan malware."&gt;malware&lt;/span&gt;&lt;/span&gt;&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="Di sisi lain, tumbuhnya kesadaran terhadap aspek tersebut sangat membantu menekan tingkat eskalasi serangan malware."&gt; escalation level&amp;nbsp; attack.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="Di sisi lain, tumbuhnya kesadaran terhadap aspek tersebut sangat membantu menekan tingkat eskalasi serangan malware."&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Berikut ini beberapa prediksi yang perlu menjadi catatan di tahun 2012:"&gt;Here are some predictions that need to be a record in 2012:&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;ol style="text-align: justify;"&gt;
&lt;li&gt;&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="1."&gt;&lt;/span&gt;&lt;span title="Data statistik global yang dilansir Gartner menunjukkan, penggunaan OS Windows 7 pada komputer di dunia meningkat seiring berakhirnya tahun 2011 dengan share sebesar 42 persen, menggantikan posisi Windows XP di peringkat atas."&gt;Global
 statistics reported by Gartner indicates that the use of OS Windows 7 on a 
computer in the world is increased in the end of 2011 with a share of 42 
percent, it is replacing Windows XP in the top rankings. &lt;/span&gt;&lt;span title="Kondisi tersebut akan mengubah peta ancaman yang dikembangkan oleh pelaku kejahatan dunia maya."&gt;These conditions will change the map that was developed by the threat of cyber criminals. &lt;/span&gt;&lt;span title="Di tahun 2012 diperkirakan akan ada perubahan signifikan dalam pengembangan malware menyangkut target serangan yang bergeser ke OS “baru” yaitu Windows 7 dan Windows 8, dengan melakukan by pass pada mekanisme keamanan."&gt;In

 the year 2012 it is expected to be no significant change in the 
development of related malware attacks that target shifted to a "new" OS
 Windows 7 and Windows 8, by doing a by pass of security mechanisms.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span title="Di tahun 2012 diperkirakan akan ada perubahan signifikan dalam pengembangan malware menyangkut target serangan yang bergeser ke OS “baru” yaitu Windows 7 dan Windows 8, dengan melakukan by pass pada mekanisme keamanan."&gt;&lt;/span&gt;&lt;span title="2."&gt;&lt;/span&gt;&lt;span title="Konsekuensi lain perubahan dari Windows XP ke Windows 7 adalah penurunan tingkat infeksi Conficker."&gt;Another consequence of the change from Windows XP to Windows 7 is reduced level of Conficker infections. &lt;/span&gt;Worm that appeared since November 2009 and became a legendary worm, and it most commonly found in the last three years.&lt;/li&gt;
&lt;li&gt;&lt;span title="Worm yang muncul sejak November 2009 dan menjadi worm yang melegenda, sekaligus paling banyak ditemukan di tiga tahun terakhir."&gt;&lt;/span&gt;&lt;span title="3."&gt;&lt;/span&gt;&lt;span title="Localized attacks akan terus berlanjut, yakni menggunakan jejaring sosial sebagai medium dengan bentuk serangan phishing dan trojans."&gt;Localized attacks will continue, ie, using social networking as a media in the form of phishing attacks and trojans. &lt;/span&gt;The target is clear, to steal banking related data stored on the computer.&lt;/li&gt;
&lt;li&gt;&lt;span title="Targetnya jelas, yaitu mencuri data terkait dengan perbankan yang tersimpan di komputer."&gt;&lt;/span&gt;&lt;span title="4."&gt;&lt;/span&gt;&lt;span title="Hacktivism."&gt;Hacktivism. &lt;/span&gt;&lt;span title="Semakin maraknya serangan internet dengan latar belakang ideologi."&gt;By the Increase and widespread of Internet attacks with a ideology background, a&lt;/span&gt;&lt;span title="Serangkaian serangan tersebut terjadi di beberapa bagian dunia."&gt; series of attacks occurred in some parts of the world. &lt;/span&gt;&lt;span title="Pada 2012 diperkirakan akan mengalami peningkatan dan meluas pada bagian dunia lain."&gt;In 2012 it is expected to have increased and expanded to other parts of the world. &lt;/span&gt;Therefore,
 whether institutional or enterprise is encouraged to complete their computer 
system with full security to prevent the attacks of certain groups 
such as anonymous or something.&lt;/li&gt;
&lt;li&gt;&lt;span title="Oleh sebab itu, baik institusi maupun perusahaan sangat dihimbau untuk melengkapi sistem komputernya dengan kelengkapan keamanan demi mencegah serangan-serangan dari kelompok tertentu seperti Anonymous atau semacamnya."&gt;&lt;/span&gt;&lt;span title="5."&gt;&lt;/span&gt;&lt;span title="Data hasil curian menjadi komoditi yang diperjual belikan."&gt;Data loot becomes the traded commodity. &lt;/span&gt;&lt;span title="Perdagangan informasi hasil curian akan makin marak dan digunakan untuk aktivitas legal."&gt;Trade the stolen information will be more intense and used for legal activities. &lt;/span&gt;&lt;span title="Fungsi pencarian informasi tersebut tentu saja dilakukan dengan memanfaatkan botnet yang tidak lagi terbatas mencuri alamat email dan password dan peminatnya terbatas pada spammer."&gt;Information
 search function is of course done by using botnets that are no longer 
limited just to steal your email address and password and limited demand on 
the spammers. &lt;/span&gt;&lt;span title="Berikutnya botnet akan mengembangkan pencarian data secara masif dan sangat lengkap, informasi tersebut kemudian akan diperjual belikan, dengan target pembeli adalah perusahaan untuk mendorong lead generation perusahaan."&gt;Next
 botnet will develop massive data search and so complete, that 
information will then be traded, with the target buyer is a company to 
push company lead generation. &lt;/span&gt;For these needs, Botnets collect the information and appears as a fake online form.&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="long_text" id="result_box" lang="en"&gt;&lt;span title="Untuk kebutuhan itu, Botnet melakukan pengumpulan informasi dengan modus tampil sebagai online form palsu."&gt;&lt;/span&gt;&lt;span title="6."&gt;&lt;/span&gt;&lt;span title="Perangkat komunikasi mobile akan menjadi vector untuk melakukan penyerangan sebuah jaringan dan sistem-sistem penting lain."&gt;Mobile communication devices will be a vector to attack a network and other critical systems. &lt;/span&gt;&lt;span title="Pada PC, konfigurasi manual dan patch bisa dilakukan dalam hitungan hari sehingga threat bisa ditangani secara lebih cepat dan mudah."&gt;On
 the PC, the manual configuration and patch can be done in a matter of 
days so that the threat could be handled more quickly and easily, w&lt;/span&gt;&lt;span title="Sementara pada perangkat komunikasi mobile – smartphone butuh waktu lebih lama."&gt;hile the mobile communication devices - smartphones take a little longer. &lt;/span&gt;&lt;span title="Sehingga ketiadaan patch dan update tersebut membuat perangkat komunikasi mobile menjadi rentan terhadap ancaman dan penanganan threat-nya jauh lebih sulit."&gt;So
 the absence of patches and updates are on mobile communication 
devices become vulnerable to threats and will be much more 
difficult to handled.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;</description><link>http://computer-issue.blogspot.com/2012/01/malware-predictions-in-2012.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga0-zb1evE3YUG7MJQ7TuHenHYUBYa3tSN0KqlFihl4Db61VNLjb49HTtpiMHAelzjtUm1dlGRAOGzcE_hrAZa6WpK9IoDQ5swv1jomIVaAb-eVYGRaXJcyzrcJmM6tzpvxQtn0g_7XO0/s72-c/malware-pc.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-3461198064455325252</guid><pubDate>Mon, 09 Jan 2012 00:23:00 +0000</pubDate><atom:updated>2012-05-26T07:33:30.915+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">computer</category><title>Toshiba Mini NB505-N508OR 10.1" Widescreen Netbook</title><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1tJIa36tZN-4UPPED43tvi6aWiOyKqFoimuQOh0neC27mo6lT0ozkS4Al-Hg_x39KXvUdVURVdOKfCjkxURlpYtpQndauXZPHQ92i5yikk2mV7Kc8YVeZR-OkDCYk4l6vBNlsqQHSiEI/s1600/51SWsE52BRL._AA300_PIbundle-1%252CTopRight%252C0%252C0_AA280_SH20.jpg" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1tJIa36tZN-4UPPED43tvi6aWiOyKqFoimuQOh0neC27mo6lT0ozkS4Al-Hg_x39KXvUdVURVdOKfCjkxURlpYtpQndauXZPHQ92i5yikk2mV7Kc8YVeZR-OkDCYk4l6vBNlsqQHSiEI/s200/51SWsE52BRL._AA300_PIbundle-1%252CTopRight%252C0%252C0_AA280_SH20.jpg" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
This
 is a great netbook for you who want to stay online when you mobile, 
with 10.1 inch, it's easy to carry in your backpack, pursue, or book 
bag. We can enjoy a better Internet experience on the run. Toshiba mini 
NB505 offering a smart, comfortdriven design and exclusive convenience 
for light. It turns heads with a stylish design in a spectrum of 
fashionable colors-brown, blue, lime green, orange and turquoise.&lt;br /&gt;
&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Specification:&lt;br /&gt;
Intel Atom processor N455 1.66 GHz, 512KB L2 Cache&lt;br /&gt;
Configured with 1GB DDR2 (works at 667MHz, max 2GB)&lt;br /&gt;
250GB (5400 RPM) Serial ATA hard disk drive&lt;br /&gt;
10.1? diagonal widescreen TruBrite display at 1024 x 600 native resolution (WSVGA) with a 16:9 aspect ratio and LED backlite&lt;br /&gt;
Genuine
 Windows 7 Starter 32-bit with a 6 cell/48Wh Lithium Ion battery pack; 
Battery Life (measured by MobileMark 2007): 8 hours, 21 minutes&lt;br /&gt;
&lt;br /&gt;
There
 are a lot of netbooks like this on the market, but what really stands 
out on Toshiba NB505-N508BL 10.1" is the keyboard, FULL size main keys 
with ALL the cursor movement keys: DEDICATED UP, DOWN, RIGHT, LEFT, 
PGUP, PGDN, HOME and END.&lt;br /&gt;
&lt;br /&gt;
When you work with excel 
spreadsheets, you must be ever feel really uncomfortable to move 
pressing fn+END/UP or fn+END/DOWN and any similar keys combination to 
move around, or scrolling with fn+PGUP/PGDOWN combination while reading a
 long web page. &lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: center;"&gt;
&lt;a href="http://www.amazon.com/gp/product/B004G8QZPG/ref=as_li_tf_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B004G8QZPG"&gt;Toshiba NB505-N508BL 10.1 Inch Netbook&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B004G8QZPG" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;
&lt;/div&gt;
&lt;br /&gt;
With most netbooks you have to live with the fn 
key, but not in this case, you can say goodbye with that annoying moment
 (LOL), the NB505 keyboard is really practical and comfortable, almost 
like a full laptop or pc keyboard, even do the position of the keys is 
not standard, they let you do the work easier and faster. &lt;br /&gt;
&lt;br /&gt;
Windows
 7 Starter is really basic, but you can find programs, utilities and 
tips on the Internet to take care of the basic "missing features" like 
changing the background image, colors, sounds, re-size pictures, etc.&lt;br /&gt;
&lt;br /&gt;
If you need a netbook for doing data processing and surfing the internet, you can try this Toshiba NB505-N508BL 10.1"&lt;br /&gt;
&lt;a href="http://www.amazon.com/gp/product/B004G8QZPG/ref=as_li_tf_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B004G8QZPG"&gt;&lt;br /&gt;&lt;/a&gt;


&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=computinfor07-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;asins=B004G8QZPG&amp;amp;ref=tf_til&amp;amp;fc1=FFFFFF&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=99999D&amp;amp;bc1=000000&amp;amp;bg1=040404&amp;amp;f=ifr" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;</description><link>http://computer-issue.blogspot.com/2012/01/toshiba-mini-nb505-n508or-101.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1tJIa36tZN-4UPPED43tvi6aWiOyKqFoimuQOh0neC27mo6lT0ozkS4Al-Hg_x39KXvUdVURVdOKfCjkxURlpYtpQndauXZPHQ92i5yikk2mV7Kc8YVeZR-OkDCYk4l6vBNlsqQHSiEI/s72-c/51SWsE52BRL._AA300_PIbundle-1%252CTopRight%252C0%252C0_AA280_SH20.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-8534425600000243306</guid><pubDate>Mon, 09 Jan 2012 00:21:00 +0000</pubDate><atom:updated>2012-01-18T17:27:51.754+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Mobile</category><title>Samsung Exhibit II 4G Prepaid Android Phone (T-Mobile)</title><description>&lt;div style="text-align: justify;"&gt;
&lt;a href="http://www.amazon.com/gp/product/B00607JBNO/ref=as_li_qf_sp_asin_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B00607JBNO"&gt;Samsung Exhibit II 4G Prepaid Android Phone (T-Mobile)&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B00607JBNO" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;

Budget-friendly and feature-rich, the Android-powered Samsung
Exhibit II 4G keeps you connected to everything you love–fast. And with
prepaid and postpaid calling plans from T-Mobile’s No Annual Contract,
you’ll be able to pay the way you want without being tied down to a
monthly contract (learn more about prepaid services below).&lt;br /&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Combining a 1 GHz processor and T-Mobile’s blazing fast 4G network,
the Exhibit II provides seamless viewing of live and on-demand channels
from preloaded T-Mobile TV–including free programming from select
stations like ABC News Now, FOX Sports, PBS Kids and Azteca America.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
This phone is specifically designed for T-Mobile’s 4G HSPA+ mobile
broadband network, which currently covers over 200 million people
across the U.S. (read more about HSPA+ below). The Exhibit II 4G also
offers Wireless-N Wi-Fi networking as well as the ability to share its
3G/4G Internet connection with other laptops and other Wi-Fi enabled
devices.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B00607JBNO" style="border: medium none ! important; margin: 0px ! important;" width="1" /&gt;

&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Capture on-the-go photos and videos with the 3-megapixel camera
(with DVD-quality video capture). Additionally, the Exhibit II is
outfitted with a front-facing VGA camera for composing self portraits
for social networks as well as video chats over 4G or Wi-Fi.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7pAdDyBJj6YDg6RJYQpdsx6mtXQT3650BfPLtFqT7dASKB6ouTVCKKO3ssCNYdEIRi6e2HMjki9OEV9y_vjNhNWFdOCdrlx8X0_KmnQETJ6Nnl6vSH2O6fO1RoXTN6c6_7P4jTwlAtA/s1600/0e5e3_android_samsung-exhibit-ii-tmob-main-sm.jpg" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7pAdDyBJj6YDg6RJYQpdsx6mtXQT3650BfPLtFqT7dASKB6ouTVCKKO3ssCNYdEIRi6e2HMjki9OEV9y_vjNhNWFdOCdrlx8X0_KmnQETJ6Nnl6vSH2O6fO1RoXTN6c6_7P4jTwlAtA/s320/0e5e3_android_samsung-exhibit-ii-tmob-main-sm.jpg" width="143" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Other features include a 3.7-inch multi-touch display, Bluetooth 3.0
connectivity for hands-free devices and stereo music streaming, microSD
memory expansion to 32 GB, access to personal/corporate e-mail, music
player, full HTML web browser with support for Flash, and up to 5.5
hours of talk time.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h4 style="text-align: justify;"&gt;
















&lt;b&gt;Moblie Entertaiment&lt;/b&gt;&lt;/h4&gt;
&lt;div style="text-align: justify;"&gt;
Samsung’s Media Hub enables you to rent or purchase movies and TV
shows within seconds watch from the convenience of anywhere. With Media
Hub’s progressive downloading feature, you can start watching your
content almost immediately as the rest of the file downloads to the
Exhibit II. Plus, all Media Hub content can be shared among five Media
Hub-enabled devices on the same account.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
The pre-loaded T-Mobile TV app offers access to live and on-demand
mobile HDTV on T-Mobile’s 4G network, including free programming from
select stations like ABC News NOW, FOX Sports, PBS Kids, and Azteca
America. You can upgrade T-Mobile TV to a variety of premium packages,
including Prime (with ESPN Mobile TV, Disney Channel, CNBC, and more),
En Español, Life &amp;amp; Style, and Crackle Movies.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;h4 style="text-align: justify;"&gt;







&lt;b&gt;&lt;b&gt;Vitals Statistics&lt;/b&gt;&lt;/b&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
The Samsung Exhibit II 4G weighs 4.1 ounces and measures 4.54 x 2.35
x 0.45 inches. Its 1500 mAh lithium-ion battery is rated at up to 5.5
hours of talk time, and up to 360 hours (15 days) of standby time. It
runs on the 850/900/1800/1900 MHz GSM/GPRS/EDGE frequencies, as well as
T-Mobile’s 3G/4G network (1700/2100 MHz; UMTS/HSDPA/HSPA+).&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;b&gt;What’s in the Box&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Samsung Exhibit II 4G handset, rechargeable battery, charger, USB cable, quick start guide&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;
&lt;iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://rcm.amazon.com/e/cm?t=computinfor07-20&amp;amp;o=1&amp;amp;p=8&amp;amp;l=as1&amp;amp;asins=B00607JBNO&amp;amp;ref=qf_sp_asin_til&amp;amp;fc1=FFFFFF&amp;amp;IS2=1&amp;amp;lt1=_blank&amp;amp;m=amazon&amp;amp;lc1=99999D&amp;amp;bc1=000000&amp;amp;bg1=040404&amp;amp;f=ifr" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/samsung-exhibit-ii-4g-prepaid-android.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT7pAdDyBJj6YDg6RJYQpdsx6mtXQT3650BfPLtFqT7dASKB6ouTVCKKO3ssCNYdEIRi6e2HMjki9OEV9y_vjNhNWFdOCdrlx8X0_KmnQETJ6Nnl6vSH2O6fO1RoXTN6c6_7P4jTwlAtA/s72-c/0e5e3_android_samsung-exhibit-ii-tmob-main-sm.jpg" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-3039464425686288123</guid><pubDate>Sat, 07 Jan 2012 01:24:00 +0000</pubDate><atom:updated>2012-05-26T07:33:48.548+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">computer</category><title>New Apple iMac MC813LL/A 27-Inch Desktop</title><description>&lt;h4 style="font-family: inherit; text-align: justify;"&gt;














&lt;/h4&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;a href="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-main-lg.jpg" rel="nofollow" target="_blank"&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;h4&gt;














&lt;span style="font-size: large;"&gt;The Ultimate All-in-One Goes All Out.
&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
The 27-inch iMac features a brilliant LED-backlit, edge-to-edge glass display. The  new iMac features next-generation Intel Core i5 quad-core 
processors  and the fastest graphics ever in an all-in-one computer. It 
also brings  Thunderbolt I/O technology to the desktop for 
lightning-fast data  transfer. And a new FaceTime HD camera lets you 
make full-screen HD  video calls. All from a beautiful, widescreen 
27-inch LED-backlit  display that takes up just a sliver of your desk. 
It’s everything you  want in a desktop. Now more powerful, more 
advanced, and even more  incredible than before.&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;a href="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-main-lg.jpg" rel="nofollow" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"&gt;&lt;img alt="apple imac2011 q2 270 main sm Apple iMac MC813LL/A 27 Inch Desktop" height="252" src="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-main-sm.jpg" title="Apple iMac MC813LL/A 27 Inch Desktop" width="320" /&gt;&lt;/a&gt; &lt;/div&gt;
&lt;div style="font-family: inherit; text-align: center;"&gt;
&lt;script src="http://wms.assoc-amazon.com/20070822/US/js/link-enhancer-common.js?tag=computinfor07-20" type="text/javascript"&gt;
&lt;/script&gt;

&lt;a href="http://www.amazon.com/gp/product/B004YLCBRG/ref=as_li_qf_br_asin_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B004YLCBRG"&gt;Buy The Best Deal Now !!!&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;The iMac’s display offers a 2560 x  1440-pixel resolution (for native
 1080p high-definition viewing), and it  uses IPS technology to deliver 
consistent color across an ultra wide  178 degree viewing angle. This 
27-inch model (MC813LL/A) offers improved  graphics with AMD Radeon HD 
6770M discrete graphics featuring 512 MB of  GDDR5 memory, a 1 TB hard 
drive, and 4 GB of installed RAM. Other  features include integrated 
Wireless-N Wi-Fi networking, Bluetooth  connectivity, an SD card slot 
(compatible with SDHC and SDXC cards), one  Thunderbolt port, a FireWire
 800 port, and a total of four USB 2.0  ports&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;It  also comes with the Mac OS X Snow Leopard operating system as 
well as  the iLife software suite, which includes the latest versions of
 iPhoto,  iMovie, and GarageBand.&lt;/span&gt;&lt;/div&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









&lt;span style="font-size: large;"&gt;Key Features&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;Next-Generation Dual-Core Intel Processor&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/h4&gt;
&lt;h5 style="font-family: inherit; font-weight: normal; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;This  iMac is powered by a second-generation Intel Core i5 quad-core 
 processor (dubbed “Sandy Bridge”), which provides breakthrough digital 
 media management, content creation, and 3D gaming capabilities. With  
updated Intel Turbo Boost Technology 2.0, the latest Core i5 increases  
speed automatically for whatever you’re doing, dynamically accelerating 
 performance to match your workload.&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;
&lt;h5 style="font-family: inherit; font-weight: normal; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;Intel’s Hyper-Threading  Technology enables each core of your 
processor to work on two tasks at  the same time, delivering the 
performance you need for smart  multitasking. And you’ll enjoy a rich 
set of new features for a stunning  and seamless visual experience with 
no additional hardware. The “Sandy  Bridge” Core i5 processor also 
provides faster access to the installed  RAM, with an integrated memory 
controller to connect fast 1333 MHz  memory directly to the processor.&lt;/span&gt;&lt;/h5&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;a href="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-rear-lg.jpg" rel="nofollow" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" target="_blank"&gt;&lt;img alt="apple imac2011 q2 270 rear sm Apple iMac MC813LL/A 27 Inch Desktop" height="256" src="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-rear-sm.jpg" title="Apple iMac MC813LL/A 27 Inch Desktop" width="320" /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;div&gt;
The iMac’s seamless aluminum enclosure and full range of ports, including two Thunderbolt ports&lt;/div&gt;
&lt;/div&gt;
&lt;h5 style="font-family: inherit; text-align: justify;"&gt;














&lt;span style="font-size: small;"&gt;Revolutionary Thunderbolt Technology&lt;/span&gt;&lt;span style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/h5&gt;
&lt;h5 style="font-family: inherit; font-weight: normal; text-align: justify;"&gt;


&lt;span style="font-size: small;"&gt;Developed  by Intel with collaboration from Apple, high-speed 
Thunderbolt I/O  (input/output) technology delivers an amazing 10 
gigabits per second of  transfer speeds in both directions. Built into 
the iMac, the Thunderbolt  port allows you to connect to new 
Thunderbolt-compatible peripherals as  well as existing USB and FireWire
 peripherals using simple adapters.  You’ll be able to move data up to 
20 times faster than with USB 2.0 and  more than 12 times faster than 
with FireWire 800, and you can  daisy-chain multiple high-speed devices 
without using a hub. Thunderbolt  also supports DisplayPort for high 
resolution displays and works with  existing adapters for HDMI, DVI and 
VGA displays.&lt;/span&gt;&lt;/h5&gt;
&lt;h5 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









Bright, Colorful Display&lt;/span&gt;&lt;/h5&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;This  27-inch, all-in-one Apple iMac features an edge-to-edge glass 
display  that utilizes LED backlighting for improved brightness and 
energy  efficiency as well as In-Plane Switching (IPS) technology, which
  delivers consistent color across a wide 178-degree viewing angle.&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: center;"&gt;
&lt;a href="http://www.amazon.com/gp/product/B004YLCBRG/ref=as_li_qf_br_asin_tl?ie=UTF8&amp;amp;tag=computinfor07-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=9325&amp;amp;creativeASIN=B004YLCBRG"&gt;Buy The Best Deal Now !!!&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=computinfor07-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B004YLCBRG" style="border: none !important; margin: 0px !important;" width="1" /&gt;&lt;span style="font-family: inherit; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;Clutter-Free Desktop, You’ll  be able to cut the cord with the included Wireless Keyboard 
and Magic  Mouse, both of which connect to the iMac using Bluetooth 
wireless  technology. Additionally, the Magic Mouse features a seamless 
 Multi-Touch surface that enables you to use the same intuitive gestures
  used on the MacBook trackpad to easily scroll through long documents 
or  swipe to move forward or backward through a collection of web pages 
or  photos. And it can be configured as either a single- or two-button  
mouse.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;a href="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-profile-lg.jpg" rel="nofollow" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"&gt;&lt;img alt="apple imac2011 q2 270 profile sm Apple iMac MC813LL/A 27 Inch Desktop" height="320" src="http://images.amazon.com/images/G/01/electronics/apple/apple-imac2011_q2-270-profile-sm.jpg" title="Apple iMac MC813LL/A 27 Inch Desktop" width="144" /&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;span style="font-size: small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;And  with the FaceTime HD camera placed above the display in the 
iMac’s thin  aluminum and glass design, you’ll be able to make video 
calls in HD  720p resolution to friends and family on another iMac or 
MacBook.  Additionally, you’ll be able to connect to those using an iPad
 2, iPhone  4, or iPod touch.&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;&lt;a href="http://www.blogger.com/blogger.g?blogID=7639913463007264553" name="techspecs"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









Key Specifications&lt;/span&gt;&lt;/h4&gt;
&lt;ul style="font-family: inherit; text-align: justify;"&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;27-inch LED-backlit glossy widescreen display&lt;/b&gt; with 
IPS technology, a 2560 x 1440-pixel resolution, 16:9 aspect ratio,  and 
178-degree viewing angle (horizontal and vertical). Simultaneously  
supports full native resolution on the built-in display and up to a  
30-inch display (2560 by 1600 pixels) on an external display.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;2.7 GHz Intel Core i5 quad-core processor&lt;/b&gt; (“Sandy Bridge”) with 6 MB shared L3 cache for excellent multitasking.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;1 TB Serial ATA hard drive&lt;/b&gt; (7200 RPM)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;4 GB installed RAM&lt;/b&gt; (1333 MHz DDR3; supports up to 16 GB)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;AMD Radeon HD 6770M graphics processor&lt;/b&gt; (with 512 MB
 of DDR5 SDRAM discrete video memory) for high performance  when playing
 3D games, editing HD video, or running design software.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;8x slot-loading SuperDrive with double-layer DVD support&lt;/b&gt; (DVD±R DL/DVD±RW/&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Built-in FaceTime camera for video chatting&lt;/b&gt; (up to HD 720p resolution when connecting to other Macs)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Wireless-N Wi-Fi wireless networking&lt;/b&gt; (based on 802.11n specification; 802.11a/b/g compatible)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Gigabit Ethernet wired networking&lt;/b&gt; (10/100/1000BASE-T)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Bluetooth 2.1 + EDR (Enhanced Data Rate)&lt;/b&gt; for connecting with peripherals such as keyboards, mice and cell phones&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Side-loading SDXC card slot&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Four USB 2.0 ports, one FireWire 800 port&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Two Thunderbolt ports&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Mini DisplayPort video output&lt;/b&gt; with support for DVI, VGA, and dual-link DVI (adapters sold separately).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Built-in stereo speakers with two internal 17-watt high-efficiency amplifiers&lt;/b&gt; along with built-in microphone, optical digital audio output/headphone out, optical digital audio input/audio line in&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Wall-mountable&lt;/b&gt; with optional VESA Mount Adapter Kit.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Dimensions:&lt;/b&gt; 25.6 x 8.15 x 20.4 inches (WxDxH)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Weight:&lt;/b&gt; 30.5 pounds&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









What’s in the Box&lt;/span&gt;&lt;/h4&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;iMac,  Apple Wireless Keyboard, Magic Mouse, cleaning cloth, power 
cord,  install/restore DVDs, printed and electronic documentation&lt;/span&gt;&lt;/div&gt;
&lt;table border="0" cellpadding="10" style="font-family: inherit; margin-left: 0px; margin-right: 0px; text-align: left;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align="center" valign="top" width="200"&gt;&lt;span style="clear: left; float: left; font-size: small; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="apple accessories magicmouse sm Apple iMac MC813LL/A 27 Inch Desktop" height="57" src="http://images.amazon.com/images/G/01/electronics/apple/apple-accessories-magicmouse-sm.jpg" title="Apple iMac MC813LL/A 27 Inch Desktop" width="180" /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: justify;" valign="top"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Apple Magic Mouse&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;Magic Mouse is unlike any other mouse you’ve ever used. The Multi-Touch 
 surface lets you use gestures to swipe through photos and scroll down  
web pages. And the entire mouse is the button, so you can click  
anywhere.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align="center" valign="top" width="200"&gt;&lt;span style="clear: left; float: left; font-size: small; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="apple accessories wirelesskeyboard sm Apple iMac MC813LL/A 27 Inch Desktop" height="46" src="http://images.amazon.com/images/G/01/electronics/apple/apple-accessories-wirelesskeyboard-sm.jpg" title="Apple iMac MC813LL/A 27 Inch Desktop" width="180" /&gt;&lt;/span&gt;&lt;/td&gt;
&lt;td style="text-align: justify;" valign="top"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;Apple Wireless Keyboard&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size: small;"&gt;The sleek aluminum Apple Wireless Keyboard lets you type in front of  
your computer, on your lap, or anywhere within range. It’s also  
incredibly thin and streamlined, so it sits on your desk surrounded by  
nothing but glorious space.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









Limited Warranty And Service&lt;/span&gt;&lt;/h4&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;The  iMac comes with 90 days of free telephone support and a 1-year 
limited  warranty, which can be extended to 3 years with the AppleCare 
Protection  Plan.&lt;/span&gt;&lt;/div&gt;
&lt;h4 style="font-family: inherit; text-align: justify;"&gt;




&lt;span style="font-size: small;"&gt;









Installed software&lt;/span&gt;&lt;/h4&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;Mac OS X Snow Leopard is an  even more powerful and refined version 
of the world’s most advanced  operating system. In ways big and small, 
it gets faster, more reliable,  and easier to use. New core technologies
 unleash the power of today’s  advanced hardware technology and prepare 
Mac OS X for future innovation.&lt;/span&gt;&lt;/div&gt;
&lt;ul style="font-family: inherit; text-align: justify;"&gt;
&lt;li&gt;&lt;span style="font-size: small;"&gt;Mac OS X v10.6 Snow Leopard (includes iTunes, Time  Machine, Quick 
Look, Spaces, Spotlight, Dashboard, Mail, iChat, Safari,  Address Book, 
QuickTime, iCal, DVD Player, Photo Booth, Front Row, Xcode  Developer 
Tools, and more)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="font-family: inherit; text-align: justify;"&gt;
&lt;span style="font-size: small;"&gt;iLife helps you do more with  photos, movies, and music than you ever
 thought possible. In iPhoto, you  can browse, edit, and share your 
photos in stunning new full-screen  views. Create epic Hollywood-style 
movie trailers from your home video  in iMovie. And GarageBand gives you
 everything you need to make a  great-sounding song–including tools for 
keeping your song in perfect  rhythm and guitar and piano lessons.&lt;/span&gt;&lt;/div&gt;
&lt;ul style="font-family: inherit; text-align: justify;"&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-size: small;"&gt;iLife (includes iPhoto, iMovie, GarageBand, iWeb, and iDVD)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;</description><link>http://computer-issue.blogspot.com/2012/01/apple-imac-mc813lla-27-inch-desktop.html</link><author>noreply@blogger.com (Anonymous)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-7639913463007264553.post-4600524598221586404</guid><pubDate>Sat, 07 Jan 2012 01:05:00 +0000</pubDate><atom:updated>2012-05-26T07:34:11.246+07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">news</category><title>The Most Downloaded Movies Ilegally in 2011</title><description>&lt;div class="separator" style="clear: both; text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3IUlg6-OGvC3yzA8jBE9MusG8xdh1-N7ChxavF2RETd3EJwDILjOIn-B-PTsI_P_fxxh9n5mL3Wxdb_e9hn8QzNGrbZIPgqMlFHA6mkCq660LHoHRJNXh2kEpJGfMQ4tzeg9hhoKZVfU/s1600/movies-in-2011.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3IUlg6-OGvC3yzA8jBE9MusG8xdh1-N7ChxavF2RETd3EJwDILjOIn-B-PTsI_P_fxxh9n5mL3Wxdb_e9hn8QzNGrbZIPgqMlFHA6mkCq660LHoHRJNXh2kEpJGfMQ4tzeg9hhoKZVfU/s200/movies-in-2011.jpg" width="189" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
More recently, TorrentFreak announced the list of most downloaded movies illegally using torrent applications. The list is compiled based on data reported from several sources, including thousands of BitTorrent trackers.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
In the first sequence is occupied by Fast Five movies that are downloaded as many as 9.2 million times.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a name='more'&gt;&lt;/a&gt;&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
However this figure is still less than the film Avatar which holds the record for most downloaded movies in the year 2010 and then as many as 16 million times.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Although the overall number of downloaded movies is less than the previous year, the number of torrent users do not experience a decrease based on the current account is used to download illegally.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
This small amount could be due to the enactment of increasingly strict legal system in several countries in overcoming it. Moreover, in the year 2011 is in force piracy prevention system that was pioneered by the consortium for the entertainment industry use a torrent to combat piracy.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Interestingly, box office movies such as Pirates Of The Caribbean, On Stranger Tides and Transformers: Dark Of The Moon is not included in the release list. They lost from films such as Source Code, Sucker Punch, and 127 Hours.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Here's a list of movies that were announced along with the total downloading TorrentFreak performed:&lt;/div&gt;
&lt;ol style="text-align: justify;"&gt;
&lt;li&gt;Fast Five (9,26 juta)&lt;/li&gt;
&lt;li&gt;The Hangover II&amp;nbsp; (8,84 juta)&lt;/li&gt;
&lt;li&gt;Thor (8,33 juta)&lt;/li&gt;
&lt;li&gt;Source Code (7,91 juta)&lt;/li&gt;
&lt;li&gt;I Am Number Four (7,67 juta)&lt;/li&gt;
&lt;li&gt;Sucker Punch (7,2 juta)&lt;/li&gt;
&lt;li&gt;127 Hours (6,91 juta)&lt;/li&gt;
&lt;li&gt;Rango (6,48 juta)&lt;/li&gt;
&lt;li&gt;The King's Speech (6,25 juta)&lt;/li&gt;
&lt;li&gt;Harry Potter and The Deadly Hallows Part 2 (6,03 juta)&lt;/li&gt;
&lt;/ol&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Last month also announced TorrentFreaks film TV series Dexter as the most downloaded illegally in 2011.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://computer-issue.blogspot.com/2012/01/most-downloaded-movies-ilegally-in-2011.html</link><author>noreply@blogger.com (Anonymous)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3IUlg6-OGvC3yzA8jBE9MusG8xdh1-N7ChxavF2RETd3EJwDILjOIn-B-PTsI_P_fxxh9n5mL3Wxdb_e9hn8QzNGrbZIPgqMlFHA6mkCq660LHoHRJNXh2kEpJGfMQ4tzeg9hhoKZVfU/s72-c/movies-in-2011.jpg" width="72"/><thr:total>2</thr:total><georss:featurename>Jalan Nginden Jaya 1, Surabaya, Indonesia</georss:featurename><georss:point>-7.301943 112.769075</georss:point><georss:box>-7.3039115 112.7666075 -7.2999744999999994 112.7715425</georss:box></item></channel></rss>