<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title> Computer Technology Tips and Updates</title><description>News Computer Technology and Tips </description><managingEditor>noreply@blogger.com (Anonymous)</managingEditor><pubDate>Thu, 24 Oct 2024 22:33:27 -0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">15</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://techrepublic-tips.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>News Computer Technology and Tips </itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>How to Configure IP on Windows</title><link>http://techrepublic-tips.blogspot.com/2013/03/how-to-configure-ip-on-windows.html</link><category>Tips</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Thu, 21 Mar 2013 12:14:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-5801409259765544095</guid><description>There are two ways to configure the IP in Windows:&lt;br /&gt;1. By using "netsh" the comment prompt, and&lt;br /&gt;2. By using the "My Network Place" on the control panel.&lt;br /&gt;&lt;br /&gt;As for the explanation as follows:&lt;br /&gt;
&lt;h3&gt;
&lt;b&gt;1. By using "netsh"&lt;/b&gt;&lt;/h3&gt;
a. First we open Comment Prompt,&lt;br /&gt;b. Then type "ipconfig" to see / know the IP Address, Subnet Mask, and Default Gateway that is on your computer (eg previous IP 192.168.36.12 255.255.255.0 192.168.36.1).&lt;br /&gt;c. Once we know the IP Address, then we are ready to change the IP Addres according to our wish.&lt;br /&gt;d. Type "netsh interface ip set address name =" Local Area Connection "static 192.168.36.36 255.255.255.0 192.168.36.1 1", press enter.&lt;br /&gt;e. Once the process is finished type back "ipconfig" to see the results of the configuration we have created.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;h3&gt;
&lt;b&gt;2. By using My Network Place&lt;/b&gt;&lt;/h3&gt;
a. First we see the first IP address on your computer by typing "ipconfig" at the prompt comment.&lt;br /&gt;b. Once we know the IP first, the next step is to open the "Control Panel", then double click on the icon "Network Connection".&lt;br /&gt;c. Right click on the NIC (Network Interface Card) that we want to configure, then select "properties".&lt;br /&gt;d. Then a new window will appear and select "Internet Protocol (TCP / IP) and click" properties ".&lt;br /&gt;e. Enter the new IP address in the "Use the Following IP Address", and then click OK.&lt;br /&gt;&lt;br /&gt;Similarly several ways to configure the IP in Windows.&lt;br /&gt;Hope can be useful.</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Simple Network Configuration with Simple Topology (Mikrotik IV)</title><link>http://techrepublic-tips.blogspot.com/2013/03/simple-network-configuration-with.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Thu, 21 Mar 2013 11:49:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-4616821584806677384</guid><description>Configuration Simple Network will discuss how to use MikroTik Router to connect to the internet by a simple topology shown in the picture. Hopefully with this simple guide, you can slightly understand the concept or how the mikrotik.&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/AVvXsEgvRRyVdJKRcxtpRX3h8M9LgM_Wk_O8mdZ9kblyBFr3V34qOFJsCMBmU4E0ucCJjBj7dSFBxy71ZSzsmSyxk8rHJG4yjjkrq4fEk2uO0enEYcaWHAsnEvVASBg1GYSuETyRnCwcZkHA07o/s1600/Simple+Network+Configuration.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Simple Network Configuration" border="0" height="101" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvRRyVdJKRcxtpRX3h8M9LgM_Wk_O8mdZ9kblyBFr3V34qOFJsCMBmU4E0ucCJjBj7dSFBxy71ZSzsmSyxk8rHJG4yjjkrq4fEk2uO0enEYcaWHAsnEvVASBg1GYSuETyRnCwcZkHA07o/s320/Simple+Network+Configuration.png" title="Simple Network Configuration" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;br /&gt;Modem configuration will not be discussed here because each modem has its own way or technique. To note the IP address of the modem is 192.168.1.1. As for the PC (host) does not need to be configured but will be discussed in the next article about Setting DHCP Server. PC will be using the IP Address starting from 2-254 or 192.168.2.2 to 192.168.2.254.&lt;br /&gt;&lt;br /&gt;Summary :: IP ::&lt;br /&gt;&lt;br /&gt;Modem IP Address: 192.168.1.1&lt;br /&gt;Mikrotik ether1 IP Address: 192.168.1.2&lt;br /&gt;Mikrotik ether2 IP Address: 192.168.2.1&lt;br /&gt;&lt;br /&gt;So, to begin our first configure the IP address of Mikrotik:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ip address add address = 192.168.1.2/24 interface = ether1 comment = "to the IP Modem"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ip address add address = 192.168.2.1/24 interface = ether2 comment = "IP to the PC / Switch"&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Configuring the DNS Server. Ask the ISP DNS server or here in demonstrated by using Google DNS 8.8.8.8&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ip dns set servers = 8.8.8.8 allow-remote-requests = yes&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Add using interace that is connected to the modem / internet with action = masquerade chain = srcnat position. With this technique, a network that uses private IP addresses can connect to the Internet.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ip firewall nat add chain = srcnat out-interface = ether1 action = masqurade&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The final stage, add the default gateway (IP Modem)&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ip route add dst-address = 0.0.0.0 / 0 gateway = 192.168.1.1&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Make a check, if it is successful&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&amp;gt; Ping www.google.com&lt;/i&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvRRyVdJKRcxtpRX3h8M9LgM_Wk_O8mdZ9kblyBFr3V34qOFJsCMBmU4E0ucCJjBj7dSFBxy71ZSzsmSyxk8rHJG4yjjkrq4fEk2uO0enEYcaWHAsnEvVASBg1GYSuETyRnCwcZkHA07o/s72-c/Simple+Network+Configuration.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Computer Network Types</title><link>http://techrepublic-tips.blogspot.com/2013/03/computer-network-types.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Wed, 20 Mar 2013 09:44:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-225182495713688219</guid><description>&lt;div style="text-align: justify;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMQatg2xIYlAZrO_PGUuh3WwfRSOwpV-dndsy1aQ-jE0x4_NpXvrxZAlvu376ZoMKAdjZm3DgyzQZFLBFocu6MUeHzJTSAXt8Owcft2nGmyyQKVkvGQ4BK8OHlE2XNpDIKIRBAu2tvkmI/s1600/Computer+Network+Types.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;span id="goog_192301063"&gt;&lt;/span&gt;&lt;img alt="Computer Network Types" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMQatg2xIYlAZrO_PGUuh3WwfRSOwpV-dndsy1aQ-jE0x4_NpXvrxZAlvu376ZoMKAdjZm3DgyzQZFLBFocu6MUeHzJTSAXt8Owcft2nGmyyQKVkvGQ4BK8OHlE2XNpDIKIRBAu2tvkmI/s1600/Computer+Network+Types.jpg" title="Computer Network Types" /&gt;&lt;span id="goog_192301064"&gt;&lt;/span&gt;&lt;/a&gt;The main reason for separating MAN as a special category is the already-determined standard for MAN, and the standard is now being implemented. Standart is called DQDB (Distributed Queue Dual Bus) or according to the standard IEEE 802.6. DQDB consists of two unidirectional wires where all the computers are connected, as shown in Figure 1.2. Each bus has a head-end device to start transmitting activity. Computer traffic going to the right of the top of the sender using the bus. Traffic to the left using the bus under.&lt;br /&gt;&lt;br /&gt;We will follow traditional usage and call these machines as hosts. The term End System is sometimes also used in the literature. The hosts are connected by a communication subnet, or simply called a subnet. The task is to bring the message of the subnet host to another host, such as phone systems that carry the conversation from the speaker to the listener. By separating the pure communication aspects of a network (subnet) from the application aspects (the host), the complete network design becomes much simpler.&lt;br /&gt;&lt;br /&gt;In most WAN, subnet consists of two components, namely the transmission cables and switching elements. Transmission cable (also called a circuit, channel, or trunk) move bits from one machine to another.&lt;br /&gt;&lt;br /&gt;Switching element is a special computer that is used to connect two or more transmission lines. When the data cable to the receiver, switching element must choose wired sender to forward messages. Unfortunately there is no standard terminology in the computer name like this. His name is variously called packet switching node, intermidiate system, data switching exchange and so on.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In general, a computer network can dibedekan consisting of five types:&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. the LAN (Local Area Network)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Local Area Network (LAN) is a network of personal property within a building or campus-sized to several kilometers.&lt;br /&gt;LAN is often used to connect personal computers and workstations in company offices or factories for use as a resource (eg, printers, scanners) and exchange information. LAN can be distinguished from other tissue types based on three characteristics: size, transmission technology and topology.&lt;br /&gt;&lt;br /&gt;LAN has a limited size, which means that the transmission time in the worst condition are limited and can be known in advance. By knowing keterbatasnnya, causing the possibility to use a certain type of design. It also facilitates network management.&lt;br /&gt;&lt;br /&gt;LANs often use a single cable transmission teknologih. Traditional LANs operate at speeds ranging from 10 to 100 Mbps (mega bits / sec) with low delay (tens of micro-second) and has a small error factor. Modern LANs can operate at higher speeds, up to hundreds of megabits / sec.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. MAN (Metropolitan Area Network)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Metropolitan Area Network (MAN) is basically a LAN version of the larger size and usually use the same technology to the LAN. MAN can include corporate offices are adjacent and can be used for private purposes (private) or public. MAN usually mamapu support voice and data, and can even relate to the cable television network. MAN only have one or two and do not have cable buiah switching element, which serves to regulate cable package with multiple outputs. The existence of switching elements to make the design become simpler.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. WAN (Wide Area Network)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Wide Area Network (WAN) covers a wide geographical area, sertingkali covering a country or continent. WAN consists of a collection of machines intended to carry out the application programs.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4. Wireless Network&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Mobile computers such as notebook computers and personal digital assistants (PDA), a branch of the computer industry is the fastest growing. Many kinds of computer owners who actually have desktop machines installed on a LAN or WAN but because the cable connection is not possible in a car or an airplane, there are many who are interested to have a computer to the network without wires.&lt;br /&gt;&lt;br /&gt;Wireless networks have many benefits, which have been commonly known is the portable office. People who were on the way often like to use his portable electronic devices to send or receive calls, faxes, e-mails, reading fail remotely log into the remote machine, and so on, and also want to do these things anywhere, land, sea, air.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;5. Internet&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Actually there are many in this world networks, often using hardware and software that is different. People who are connected to the network are hoping to be able to communicate with other people who are connected to other networks. Desires such as these require a network connection between the often kampatibel and different. Normally to do this requires a machine called a gateway to engage and carry out the necessary translation, both hardware and software. Collection of interconnected networks is called the internet.&lt;br /&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMQatg2xIYlAZrO_PGUuh3WwfRSOwpV-dndsy1aQ-jE0x4_NpXvrxZAlvu376ZoMKAdjZm3DgyzQZFLBFocu6MUeHzJTSAXt8Owcft2nGmyyQKVkvGQ4BK8OHlE2XNpDIKIRBAu2tvkmI/s72-c/Computer+Network+Types.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Definition of Computer Networks</title><link>http://techrepublic-tips.blogspot.com/2013/03/definition-of-computer-networks.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Wed, 20 Mar 2013 09:39:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-2479625451551337706</guid><description>&lt;div style="text-align: justify;"&gt;
&lt;b&gt;Computer Networks &lt;/b&gt;: Understanding Computer Networks&lt;/div&gt;
&lt;div 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/AVvXsEiZBYvL6T7kB3LeFu7ajOiYuuZioO8yyrJlloqaYklicJrPbKfOWPupIZinENAAMfg5iSbQuvHSvvl-e3RxZcBloMQvTNZiaSOTcFd2DZfLVWg1govrlE37rIIgQSF9RgBx0lNCmn8EnLc/s1600/jaringan.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="Computer Networks" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZBYvL6T7kB3LeFu7ajOiYuuZioO8yyrJlloqaYklicJrPbKfOWPupIZinENAAMfg5iSbQuvHSvvl-e3RxZcBloMQvTNZiaSOTcFd2DZfLVWg1govrlE37rIIgQSF9RgBx0lNCmn8EnLc/s1600/jaringan.jpg" title="Computer Networks" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Understanding of computer network is a collection of computers and other devices supporting computers connected together in a unity. Media computer network can be via wires or wirelessly enabling network users are able to exchange information, such as documents and data, can also do the printing on the same printer and together using the hardware and software are connected to the network. Each computer, or devices that are connected in a network is called a node. In a computer network can have two, tens, thousands or even millions of nodes.&lt;br /&gt;
&lt;br /&gt;
Computer Network is a group of autonomous computers interconnected with each other using a communication protocol through the medium of communication so that they can share information, programs - programs, use of shared hardware such as printers, hard drives, and so on. Besides computer network can be defined as a collection of a number of communication terminals located in various locations consisting of more than one interconnected computers.&lt;br /&gt;
&lt;br /&gt;
Benefits gained in building computer networks, namely:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Sharing resources &lt;br /&gt;
&lt;br /&gt;
Sharing resources intended for the entire program, equipment or other peripherals can be utilized by any person who is on a computer network without being influenced by the location and the influence of the user.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Media Communication &lt;br /&gt;
&lt;br /&gt;
Computer networks allow communication between users, both for the teleconference and to send a message or other important information.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Integration &lt;br /&gt;
&lt;br /&gt;
Computer networks can avoid reliance on a central computer, because every process data should not be done on one computer only, but can be distributed to other places. Therefore, it is then able to form an integrated data that allows users to acquire and process information at any time.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Development and Maintenance &lt;br /&gt;
&lt;br /&gt;
The development tools are simple and cost-saving, because every purchase components such as printers, so no need to buy a computer printer there but just one piece because the printer can be used together - together. The computer network also allows users to take care of the hard drive and other equipment, for example, to provide protection against virus attacks the wearer enough to focus on the hard drive on a computer center.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; Data Security &lt;br /&gt;
&lt;br /&gt;
Computer Network Systems can provide protection against data. Since the granting and setting permissions to users, as well as technical protection against hard drive so that the data get effective protection.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; More Resource Efficient and Current Information &lt;br /&gt;
&lt;br /&gt;
With the use of shared resources - together, will get the maximum results and high quality. In addition the data or information accessed is always new, because any changes that occur can be readily immediately known by every user. &lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZBYvL6T7kB3LeFu7ajOiYuuZioO8yyrJlloqaYklicJrPbKfOWPupIZinENAAMfg5iSbQuvHSvvl-e3RxZcBloMQvTNZiaSOTcFd2DZfLVWg1govrlE37rIIgQSF9RgBx0lNCmn8EnLc/s72-c/jaringan.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>WHAT IS COMPUTER OPERATING SYSTEM</title><link>http://techrepublic-tips.blogspot.com/2013/03/what-is-computer-operating-system.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Wed, 20 Mar 2013 09:36:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-346847207916862952</guid><description>&lt;div style="text-align: justify;"&gt;
Understanding Computer Operating system is a computer software or that is tasked to carry out the control and management of hardware and basic system operations, including the execution of software applications such as data processing programs that can be used to facilitate human activity. Operating System in English called the Operating System, or regular short OS.&lt;br /&gt;&lt;br /&gt;Operating System software on your computer is the first layer that is placed on a computer memory (memory of the computer in this case there is the hard drive, not memory ram) when the computer is turned on. While other software is run after the computer operating system is running, and the OS will perform core public services for that software. Common core services such as access to the disk, memory management, task scheduling, and user interfaces. So that each software no longer have a common core tasks, because it can be served and performed by the operating system. Sections of code that perform core tasks and general named by an operating system kernel.&lt;br /&gt;&lt;br /&gt;Operating Systems serves as a liaison between the hardware layer and the software layer. Than that, the computer operating system as well do all important commands in the computer, and ensure that different applications can run smoothly functions simultaneously without a hitch. Operating Systems Computers warrant application software others can use the memory, performs input and output to other equipment, and have access to the file system. If several applications are running simultaneously, then the Operating System Kompute r will arrange the exact schedule, so as much as possible all the processes running on the computer to get enough time to use the CPU and not to interfere with other devices.&lt;br /&gt;&lt;br /&gt;Examples of such computer operating system is Windows, Linux, MacOS, and others. Below is the user interface operating system Windows 7, Linux (Ubuntu), and Mac OS X&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;Kind of - kind of Computer Operating Systems&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;In general, the Operating System is the software on the first layer is placed on the computer's memory when the computer is turned on. While other software is run after the operating system is running, and the OS will perform core public services for that software. Common core services such as access to the disk, memory management, task scheduling, and user interfaces. So that each software no longer have a common core tasks, because it can be served and performed by the operating system. Sections of code that perform core tasks and general called the "kernel" an Operating System.&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;Operating systems generally consist of several parts:&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;1.Mekanisme Boot, which puts the kernel into memory kernel, the kernel can be considered as the core of the operating system.&lt;br /&gt;&lt;br /&gt;2.Command Interpreter or Shell, duty to read the input in the form of commands and provide some standard functions and basic functions that can be called by applications / programs maupub other software. Examples of Shell are: Command Prompt in Windows XP (DOS in Windows 98), XTerm and Konsole on Linux machine (Unix).&lt;br /&gt;&lt;br /&gt;3.Driver to interact with the hardware as well as control the performance of hardware.&lt;br /&gt;&lt;br /&gt;4.Resource Allocator. Operating System responsible for managing and allocating resources of the device.&lt;br /&gt;&lt;br /&gt;5.Handler. Handler plays a role in controlling the system in order to avoid mistakes (errors) and use of resources unnecessarily.&lt;br /&gt;&lt;br /&gt;Now we will consider the history and development of the Operating System.&lt;br /&gt;&lt;br /&gt;According Tanebaum, Operating Systems has developed can be divided into four generations.&lt;br /&gt;&lt;br /&gt;Early 1.Generasi&lt;br /&gt;&lt;br /&gt;The early development of the Operating System is still done manually in a sense yet to emerge any Operating System that automatically means the service does not yet support the work that can be done in one series.&lt;br /&gt;&lt;br /&gt;Both 2.Generasi&lt;br /&gt;&lt;br /&gt;In this generation has been the introduction perkejaan to do in the first series or referred to Proccessing Batch System.&lt;br /&gt;&lt;br /&gt;Third 3.Generasi&lt;br /&gt;&lt;br /&gt;In the third generation, operating system already supports the Multi-User, Multi-Programming and Proccessing Batch System (Multi-Task).&lt;br /&gt;&lt;br /&gt;Fourth 4.Generasi&lt;br /&gt;&lt;br /&gt;At this time, it is permitted to GUI (Graphical User Interface), which means that the Operating System has a look and to capitalize mouse, End-Users can run applications / porgram or software.&lt;br /&gt;&lt;br /&gt;Furthermore 5.Generasi&lt;br /&gt;&lt;br /&gt;In the next generation operating system that was introduced in an Operating System, this is an example of an Operating System berbasikan Websites that work in an Operating System. And next-generation mobile operating system diperkenalkanlah (Mobile) on mobile devices such as PDAs, Pocket PCs, and so forth. In the next generation Operating System technology introduced also its virtual network, so the network is only installed in 1 1 piece OS on devices assigned to servers. In addition, it also introduced Cross Platform Operating System that is meant to combine two different Operating Systems such as Linux and Windows.&lt;br /&gt;&lt;br /&gt;Today, almost all people have a PC and Mobile PC. Due to the price factor that is always changing and the human need for automated tools such as: PC, then man made the PC as a primary need. Along with the development of PC technology was made in quick order to serve as a mobile automation tool (Can be used anytime, anywhere and by anyone). Examples are moving PC: Laptop, Notebook and Netbook, the three devices also have operating system like a PC. And now it's time we discussed the existing operating system on your PC.&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- WINDOWS (MICROSOFT WINDOWS)&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;Mircorost Windows or ordinary we are greeted with the title Windows Operating Systems developed by Microsoft Corporation that uses berbasikan interface with GUI (Graphical User Interface) or bergrafis interface.&lt;br /&gt;&lt;br /&gt;Initially Windows started from Ms-Dos (Microsoft Disk Operating System) is a text-based operating system and Command-Line interpreter. The first version of Windows, Windows Graphic Environmnet 1.0 is a software that works on arsitekstur 16-Bit and is not an operating system and runs on MS-DOS, so to run it requires MS-DOS. MS-DOS was actually made by a computer manufacturer Seattle Computer Products, and then was recruited by Microsoft which then purchased the license.&lt;br /&gt;&lt;br /&gt;Later evolved into the first version of Windows 1.0 Operating System in the world Operating System based GUI (Graphical User Interface) and supports Multi-Tasking or can manage numerous tasks simultaneously. After that developed Windows 1.0 to Windows 2.0, Windows 2.0-based GUI and supports the use of VGA (Video GraphicsArray) and also supports Multi-Tasking. Windows 2.0 also supports the use of Intel 80286 processor which Intel 80286 processor is the first processor with the ability to protect the memory area.&lt;br /&gt;&lt;br /&gt;Then proceed with next-generation Windows 3.0 Windows 3.0 which has the same ability with previous Windows and added support SVGA or XGA graphics card and also a better icon. In that era, Microsoft also provides SDK (software development kit) so that software developers can develop applications / programs to be able to run on Windows 3.0 was. Windows 3.0 also introduced the Virtual Device Drivers (VXD) which can be useful to minimize dependence on any specific hardware drivers. Windows 3.0 and then evolved into Windows 3.1 that has been introduced with features True Type Fonts Multimedia and it is also easier due to End-User Drag and Drop and eventually Windows version 3 has grown to be already familiar with Operating System Networking (Windows 3.11).&lt;br /&gt;&lt;br /&gt;Having finally grown long enough Operating System Microsoft introduced a hybrid 16-Bit/32-Bit known as Windows 95. Many of the changes from previous versions of Windows, namely Windows 95 has a GUI is more interesting and attractive, supports Plug and Play, supports long names, has several amenities such as: integrated browser and Windows Explorer to browse Windows. In addition, Windows 95 has the features to manage the power (APM) and also the introduction of Client-Server.&lt;br /&gt;&lt;br /&gt;The next generation of Windows 95 is a Windows 98 Windows 98 which supports VGA AGP-based, and supports quick storage media such as USB, the introduction of NAT to share Internet connections and replaces Virtual Device Drivers with the Windows Driver Model. There are also some additional features such as Microsoft Office and Internet Explorer version 5. Windows 98 also has capabilities to play games and run multimedia applications.&lt;br /&gt;&lt;br /&gt;Further development is Windows ME, nothing special other than the transition from Windows ME graphics support of 16-Bit to 32-Bit and Windows ME era many home users who use it. Windows ME was akhrinya replaced by Windows NT that supports arsitekstur x86 (80 × 86), Intel IA64 and AMD64 (x64) and 32-Bit graphics support. Windows NT was actually built from the development of the IBM OS / 2 and Windows NT are also widely used in computer networks. Windows NT File System NTFS also introduces better than FAT or FAT-32.&lt;br /&gt;&lt;br /&gt;Further developing Windows NT to Windows 2000 many additional features including: Active Directory, Image Preview, Internet Explorer Browser v6, DirectX and Open GL, Plug and Play and Windows Driver Model better performance than before. After generations of Windows NT munculah Windows XP offers many changes, has many more features and performance mengingkat. You could say Windows XP is the best-selling Windows and loved by the users PC and mobile PC devices (Mobile). Along with the need for networking then Microsoft Operating Systems Corporation issued concentrate on networks: Windows Server 2003. You could say Windows Server 2003 is the reincarnation of Windows NT.&lt;br /&gt;&lt;br /&gt;Lots of features offered in Windows Server 2003 is one of them is the introduction of the platform. Net. Introduced also feature a Domain Controller Server, PKI (Public Key Infrastructure) Server, Domain Name System (DNS), Dynamic Host Configuration Protocol (DHCP), Windows Internet Name Service (WINS), Microsoft IIS, and so forth. Microsoft also continue the development of the operating system with Windows Vista (Longhorn), this is a revolution of Windows XP. Windows Vista prefer the interface or interface graphics performance compared to the performance, evidenced by the features: AERO, Sidebar, and so forth.&lt;br /&gt;&lt;br /&gt;Windows Vista also offers a better level of security compared to Windows XP, since Windows Vista introduced the Windows Firewall with Advanced Security, Windows Defender, Parental Control, User Account Control (UAC), BitLocker Drive Encryption, ASLR. Windows Vista has also been known IPv6, the latest version of DirectX, and arsitekstur 64-Bit. Further development is the transition from Windows Server 2003 to Windows Home Server as File Server intended for home. Windows Server also introduces several technologies, namely: Headless Operation (The server does not need a monitor or keyboard for memanjemen device), remote control, health monitoring computers, Sharing and Streaming.&lt;br /&gt;&lt;br /&gt;The next generation is characterized by the emergence of merger Operating System Windows Vista with Windows Server, Windows Server 2008. Features of Windows Vista and Windows Server combined into a single coherent to improve the safety and comfort of End-User. Further developing Windows Server 2008 to Windows Server 2008 R2. The final version of Windows Operating System is made by Windows 7, Windows 7 was released to replace the lack of Windows XP and Windows Vista excess. Perhaps if Windows 7 is said to be a fusion of the Windows XP and Windows Vista, unlike Windows Vista, Windows 7 has better performance than Windows Vista.&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- UNIX&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;UNIX is an operating system created by Ken Thompson and Dennis Ritchie, developed by AT &amp;amp; T Bell Labs. UNIX is designed as a portable Operating System, Multi-Tasking and Multi-User. UNIX Operating System more emphasis on Workstation and Server, Because of the high availability and compatibility causes UNIX can be used, copied and modified so that UNIX was developed by many people and caused a lot of variants of UNIX.&lt;br /&gt;&lt;br /&gt;UNIX itself is written in C language that is similar to the DOS UNIX is Line / Text Command Based otherwise it was a UNIX Operating System secure than other operating system, because every file, directory, user and group has its own set of permissions to access. Because of the support for the GNU Project, we then developed into LINUX UNIX (One variant of UNIX).&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- LINUX&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;Originally developed by Linus Torvalds, who was originally just a terminal emulation required to access the UNIX servers in the university. Linux is a clone of MINIX (One variant of UNIX), system equipment, and libraries usually come from the GNU Operating System. Linux has a lot of design that comes from the basic design of UNIX, Linux uses the Linux kernel Kernel Monilitik handling prosses control, networking, peripherals, and file system access. Just like UNIX, Linuxpun can be controlled by one or more command-line interface (Command Line Interface / CLI) text-based, graphical user interface (Graphical User Interface / GUI) which is the default configuration for dektop version.&lt;br /&gt;&lt;br /&gt;On the computer desktop, GNOME, KDE and Xfce are the most popular user interface user interface among other variants. A Linux system provides a command line interface via a Shell (Console). The main difference between Linux and other Operating Systems Popular lies in the Linux kernel and its components are free and open. Just like on UNIX, Linux Workstation and Server concentrates on many workstations and servers that rely on Linux because Linux is very stable used for a long time and Linuxpun immune to malware.&lt;br /&gt;&lt;br /&gt;One thing that differentiates Linux on other Operating Systems is the price. Price is mostly Linux Free although some are paid (License). Linux can be distributed without having to give royalty to someone. Linux is based on standard POSIX Operating Systems derived from UNIX itself. There are several types of Linux distributions, such as Debian, Lycoris, Xandros, Lindows, Linare, Linux-Mandrake, Red Hat Linux, Slackware, Knoppix, Fedora, Suse, Ubuntu.&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- IBM OS / 2&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;Operating Systems IBM OS / 2 was made jointly by the International Bussiness Machines Corporation and Microsoft Corporation, for use on IBM computer instead of the DOS operating system. Said OS / 2 is short for Operating System / 2, Operating System is designed to use the full capabilities of the Intel 80286 microprocessor, including the Protected Mode (Protected Mode), able to run simultaneous tasks, and support for virtual memory, while maintaining compatibility with many MS-DOS software in circulation at the time,&lt;br /&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- MAC OS (MACINTOSH OPERATING SYSTEM)&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;MAC OS or Macintosh Operating System is Operating System created by Apple Computer specifically for Macintosh computers and is not compatible with IBM-based computers. MAC OS is the first operating system that uses a graphical user interface (Graphical User Interface / GUI). Macintosh Operating System is divided into 2 types:&lt;br /&gt;&lt;br /&gt;1.MAC OS Classic&lt;br /&gt;&lt;br /&gt;Do not have any Command Line (Command line), using the User Interface (UI) completely and use Cooperative Multitasking&lt;br /&gt;&lt;br /&gt;2.MAC OS X&lt;br /&gt;&lt;br /&gt;MAC OS X incorporate elements of BSD Unix, One Step, and MAC OS X has a Unix-style memory and pre-emptive multitasking.&lt;br /&gt;&lt;br /&gt;Excess MAC OS:&lt;br /&gt;&lt;br /&gt;1.Stabil, because using UNIX.&lt;br /&gt;&lt;br /&gt;2.Multitasking.&lt;br /&gt;&lt;br /&gt;3.Tampilan (UI) is very good.&lt;br /&gt;&lt;br /&gt;4.Aman from Malware.&lt;br /&gt;&lt;br /&gt;MAC OS X is a line of computer operating system developed, marketed by Apple Inc, Mac OS X is the successor of the MAC OS (Classic). MAC OS X is built on top of xnu kernel, with standard Unix facilities available from the command line interface.&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;h3&gt;
&lt;b&gt;- Chrome OS&lt;/b&gt;&lt;/h3&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;Chrome OS is Google's operating system that is lightweight and Linux-based and web standards for personal computer PC. Google Chrome works with Windowing method or switching (multi-tasking). Google Chrome OS using a standard web HTML 5, which is the development of software in a browser-based operating system. If seen look, Chrome OS is a combination of Linux and Windows Vista. Chrome OS was released in mid-2010.&lt;br /&gt;&lt;br /&gt;There are so many different kind of computer operating system that continues to evolve, No Operating System perfect for each operating system has its own characteristics and resources. Although there is a paid OS, why do not we try a Free Operating System or free? Free does not mean bad, good or bad depends on an Operating System End-user should own. So we must be careful in choosing the Operating System in use. &lt;/div&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Android Game Sequel Soldier Of Glory Modern Wars 2</title><link>http://techrepublic-tips.blogspot.com/2013/03/android-game-sequel-soldier-of-glory.html</link><category>Application</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Tue, 19 Mar 2013 11:21:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-5127640832208953861</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
For fans of games like Command and Conquer and Warcraft tower defense game, so this time there is a game that combines the two types of games are the games Soldier or Glory: Modern Wars 2. Games made from game publishers Cat Studion Inc. is a new type of game Tower Defense. This game is supported by sophisticated weapons systems, and can make you addicted to play this game Modern Wars 2. You can download the game Soldier of Glory: Modern Wars 2 for free on the Android Market application store. &lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen="" frameborder="0" height="315" src="http://www.youtube.com/embed/F2-QD3W6HOQ" width="560"&gt;&lt;/iframe&gt;

&lt;/div&gt;
&lt;h2&gt;
&lt;span style="font-size: x-large;"&gt;&lt;b&gt;Gameplay and Controls Soldier Of Glory: Modern Wars 2&lt;/b&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;div style="text-align: justify;"&gt;
From the gameplany, Soldier of Glory game: Modern Wars has a war strategy gameplay where you can play as two people who at the time were fighting the Americans and Nazi nation. At the beginning of this game, you will be guided to be able to know in advance the navigation game in Soldier Of Glory game: Modern Wars 2's. Some introduction to basic navigation of this game is like the construction of tower defense, using magic and system controls in the game Soldier Of Glory: Modern Wars 2's.&lt;br /&gt;
&lt;br /&gt;
This game comes with some ultimate weapon that can help you to be able to defeat multiple enemies at once, some ultimate weapon is like a nuclear weapon, Electrical, and bomber aircraft that you can use to be able to defeat multiple enemies at once with a single shot, but you also can not rely on this kind of ultimate weapon, because in every mission also has a different challenge, you can use your defense weapon to defeat the enemy aircraft.&lt;br /&gt;
&lt;br /&gt;
The challenge in this game is how you can build a weapons system to defeat the enemy aircraft with a weapon weight. Several enemy planes were also seen to have different strengths. In the early stages of game play Soldier of Glory: Modern Wars 2 is, you can begin to build a defense system with a cheap weapon, after that you can start to add a little bit of spring with a more powerful weapon.&lt;br /&gt;
&lt;br /&gt;
You can also upgrade any weapon in the game Soldier of Glory: Modern Wars II is a force greater damage, such as the rocket launcher system that you can upgrade faster. There are several types of weapons in the game Soldier of Glory: Modern Wars II, you can combine several types of weapons to the advantages of each weapon.&lt;br /&gt;
&lt;br /&gt;
Controls in the game is also quite easy, that you just need to choose some kind of weapon in the game Modern Wars, and put the weapon system in accordance with your wishes. This game can also be your setting by using three levels, namely levels easy, normal and hard. Each level in the game has some kind of different difficulty levels. Herein lies the challenge in playing this type of game, where you can win every mission by force of arms.&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/AVvXsEjPPQJxGElVSZjVJjZKkCsmmqCw2Ieirbi0IIumW79LBHhjoOt1v7Znez50xoNORQfbsP8Wh4byZ368yph2X3Jeu_4RJQ9rM9vERvJ1HTwZTB09G4-fyKVlIrT6l1EAzr8LYarOLVgiyUE/s1600/game-android-modern-war.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt=" Modern Wars 2" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPPQJxGElVSZjVJjZKkCsmmqCw2Ieirbi0IIumW79LBHhjoOt1v7Znez50xoNORQfbsP8Wh4byZ368yph2X3Jeu_4RJQ9rM9vERvJ1HTwZTB09G4-fyKVlIrT6l1EAzr8LYarOLVgiyUE/s1600/game-android-modern-war.jpg" title=" Modern Wars 2" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
In terms of graphics, game Solider Of Glory: Modern Wars 2's have a look at games like command and conquer, with a view of the background of the second world war era, and with different types of interesting aircraft. Soldier of Glory Game: Modern Wars 2 is also equipped with a system that supports sounds, like the sound of pounding bullets being shot, as well as the effects of some magic in the game Modern Wars 2 makes this game more interesting to play.&lt;/div&gt;
&lt;h2&gt;
&lt;b&gt;Soldier Of Glory Android game: Modern Wars 2 &lt;/b&gt;&lt;/h2&gt;
&lt;div 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/AVvXsEjpVHk1XopNJ6R285Ibord4eSBKo3rVHYLb8R8f6sjUmF-QrfgkuiA9-Kg56ZbfpJ7jnevmY85TNJSo2wz7vLotV-NzLpqpePIUPW6zFxatjX7Exk6rz1NGq1hzY3suKxBDg_KkzVPn3hw/s1600/game-android-modernwar-.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt=" Modern Wars" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjpVHk1XopNJ6R285Ibord4eSBKo3rVHYLb8R8f6sjUmF-QrfgkuiA9-Kg56ZbfpJ7jnevmY85TNJSo2wz7vLotV-NzLpqpePIUPW6zFxatjX7Exk6rz1NGq1hzY3suKxBDg_KkzVPn3hw/s1600/game-android-modernwar-.jpg" title=" Modern Wars" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
For those who love tower defense game with a game format command and conquer like games, then you can play the game Soldier of Glory: Modern Wars 2, the games made from game publishers Cat Studio Inc. is one type of tower defense games are very interesting, with game combines strategy with tower defense game. &lt;a href="https://play.google.com/store/apps/details?id=com.catstudio.sogmw&amp;amp;hl=en"&gt;Download here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://img.youtube.com/vi/F2-QD3W6HOQ/default.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title> Enable USB Debugging on the Nexus 4</title><link>http://techrepublic-tips.blogspot.com/2013/03/enable-usb-debugging-on-nexus-4.html</link><category>Tips</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Tue, 19 Mar 2013 11:00:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-1051448875931314126</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9M3ge5vwkuVRhniQd5SwOt5dYmCtdgIRM-Qbkuoujakh60YwbkLbMto8v-SNuEqbyUNqNm6KHYgFVHnf8mpJLyVIEO-rOrHoShqbNHX9FAXs-Ic7kK-nxEEbA6Cz-a3YaKr1kLDC74to/s1600/Nexus+4.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nexus 4" border="0" height="295" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9M3ge5vwkuVRhniQd5SwOt5dYmCtdgIRM-Qbkuoujakh60YwbkLbMto8v-SNuEqbyUNqNm6KHYgFVHnf8mpJLyVIEO-rOrHoShqbNHX9FAXs-Ic7kK-nxEEbA6Cz-a3YaKr1kLDC74to/s320/Nexus+4.jpeg" title="Nexus 4" width="320" /&gt;&lt;/a&gt;&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: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
For those of you owners of phones Android would have been familiar with USB Debug feature which is required to be activated before tinkering with Android . Besides can be used to install a custom ROM or rooting, USB debugging is also required for the application to PC Suite to recognize poonsel default phone when connected to a PC.&lt;br /&gt;&lt;br /&gt;Given a vital presence in the backup and restore the phone, it knows how to activation of course is very important for the user.&lt;br /&gt;&lt;br /&gt;However, for security reasons, Google apparently has decided to hide the USB debugging capability activation that began to be applied to all phones with OS Android 4.2 Jelly Bean is no exception iconic phone LG Google Nexus 4 . Then where the USB debugging is hiding? Please consider the following tips:&lt;br /&gt;&lt;br /&gt;1. Go to settings through the shortcut contained in the notification bar.&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: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqVge01PALAJv2NOSF8dyRsaRa5qNmknofy-VVkL_6FJ5Th0cUVS1OFonkhLGo6bwJOPBhqWvJ8zstv_u1T-MysO1evV_6wMXxyEK7hiGlClg4d70viJJfc31iNac2WA9zHvBM334gguQ/s1600/Nexus+4.1.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nexus 4 1" border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqVge01PALAJv2NOSF8dyRsaRa5qNmknofy-VVkL_6FJ5Th0cUVS1OFonkhLGo6bwJOPBhqWvJ8zstv_u1T-MysO1evV_6wMXxyEK7hiGlClg4d70viJJfc31iNac2WA9zHvBM334gguQ/s200/Nexus+4.1.jpeg" title="Nexus 4" width="120" /&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;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
2. After getting into settings followed by rolling down the screen until the "about phone"&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmYq2IaPUtHDtleA8t6RSypZcXIo9stb2yZoaUtPwn9BpfB67R56otHnKrF9SeaB1Qr2kuuP5Rj5MdT9vh_qK3WsadoivvTnVdpVpWQh8WuNm7WM1oVKnGo9Z9bRQDbjnrakQjxlSE0Ic/s1600/Nexus+4.2.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nexus 4 2" border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmYq2IaPUtHDtleA8t6RSypZcXIo9stb2yZoaUtPwn9BpfB67R56otHnKrF9SeaB1Qr2kuuP5Rj5MdT9vh_qK3WsadoivvTnVdpVpWQh8WuNm7WM1oVKnGo9Z9bRQDbjnrakQjxlSE0Ic/s200/Nexus+4.2.jpeg" title="Nexus 4 2" width="120" /&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;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
3. Once entered into the "about phone", please tap "build number" seven times in a row until the message "you are now developer"&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDcOO87qyF4x3ljOWbm2Tt6iEasqvzNqHwnZiQeOyXUtPjYNoovshhYtb6R2hOne-7ACKM-kPsyAOK42lC1BNFEeUFVLDxbSDNkHuML_a9deu-Up_c35CWdMb6PJYKzLuh5ZD8xvuKsW4/s1600/Nexus+4.3.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nexus 4 3" border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDcOO87qyF4x3ljOWbm2Tt6iEasqvzNqHwnZiQeOyXUtPjYNoovshhYtb6R2hOne-7ACKM-kPsyAOK42lC1BNFEeUFVLDxbSDNkHuML_a9deu-Up_c35CWdMb6PJYKzLuh5ZD8xvuKsW4/s200/Nexus+4.3.jpeg" title="Nexus 4 3" width="120" /&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;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
4. After that touch the virtual button "back", then the "Developer options" will appear and you can now enable USB Debugging as usual. &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: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8UCuvhsm5ihFyEtYvtp0kTgXYfrj6ApnKBacP7BY8dm5bEN-6tznXRa1gKOQIvMEuq6Mbvw8y-NrOokj44fZ9NzvekHC0I9Z270Cy1X37KxDYj84XFQYgg5N1daeWXi0Zh42ivBhkhA8/s1600/Nexus+4.4.jpeg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Nexus 4 4" border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8UCuvhsm5ihFyEtYvtp0kTgXYfrj6ApnKBacP7BY8dm5bEN-6tznXRa1gKOQIvMEuq6Mbvw8y-NrOokj44fZ9NzvekHC0I9Z270Cy1X37KxDYj84XFQYgg5N1daeWXi0Zh42ivBhkhA8/s200/Nexus+4.4.jpeg" title="Nexus 44" width="120" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&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;a href="http://www.tabloidpulsa.co.id/"&gt;Source&lt;/a&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9M3ge5vwkuVRhniQd5SwOt5dYmCtdgIRM-Qbkuoujakh60YwbkLbMto8v-SNuEqbyUNqNm6KHYgFVHnf8mpJLyVIEO-rOrHoShqbNHX9FAXs-Ic7kK-nxEEbA6Cz-a3YaKr1kLDC74to/s72-c/Nexus+4.jpeg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Xolo X1000, Hp Android with Intel Atom Z2480 World's Fastest</title><link>http://techrepublic-tips.blogspot.com/2013/03/xolo-x1000-hp-android-with-intel-atom.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Tue, 19 Mar 2013 10:50:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-7592247078217653611</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIHLLWJ8aF_tQ7rvPiZuCRtOgcdDOi9TMJ-GyonvxF-VyFq-FekbGtFe0OUm6ki1e9lTtV2X7nYl37IWqgZbGcLPaG9MvYe7zMR1SWZuaxbV_UJIKGj40r-D97aoik2RHMsK7KgdR7IbA/s1600/xolo-x1000-intel-2ghz.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Xolo X1000" border="0" height="280" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIHLLWJ8aF_tQ7rvPiZuCRtOgcdDOi9TMJ-GyonvxF-VyFq-FekbGtFe0OUm6ki1e9lTtV2X7nYl37IWqgZbGcLPaG9MvYe7zMR1SWZuaxbV_UJIKGj40r-D97aoik2RHMsK7KgdR7IbA/s320/xolo-x1000-intel-2ghz.jpg" title="Xolo X1000" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box" lang="en" tabindex="-1"&gt;&lt;span class="hps"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;Apparently&lt;/span&gt; &lt;span class="hps"&gt;Samsung&lt;/span&gt; &lt;span class="hps"&gt;Galaxy&lt;/span&gt; &lt;span class="hps"&gt;S&lt;/span&gt; &lt;span class="hps"&gt;Android&lt;/span&gt; &lt;span class="hps"&gt;smartphone&lt;/span&gt; &lt;span class="hps"&gt;IV&lt;/span&gt; &lt;span class="hps"&gt;is not&lt;/span&gt; &lt;span class="hps"&gt;the only one who&lt;/span&gt; &lt;span class="hps"&gt;was introduced&lt;/span&gt; &lt;span class="hps"&gt;at the weekend&lt;/span&gt; &lt;span class="hps"&gt;this time&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;there are still others&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Xolo&lt;/span&gt; &lt;span class="hps"&gt;as one&lt;/span&gt; &lt;span class="hps"&gt;of the leading&lt;/span&gt; &lt;span class="hps"&gt;vendors&lt;/span&gt; &lt;span class="hps"&gt;also launched a&lt;/span&gt; &lt;span class="hps"&gt;product&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;a manufacturer&lt;/span&gt; &lt;span class="hps"&gt;that is known to&lt;/span&gt; &lt;span class="hps"&gt;apply the model&lt;/span&gt; &lt;span class="hps"&gt;even this&lt;/span&gt; &lt;span class="hps"&gt;joined&lt;/span&gt; &lt;span class="hps"&gt;Intel&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;prosessornya&lt;/span&gt; &lt;span class="hps"&gt;exist&lt;/span&gt; &lt;span class="hps"&gt;in the&lt;/span&gt; &lt;span class="hps"&gt;gadget&lt;/span&gt; &lt;span class="hps"&gt;world stage&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;it&lt;/span&gt; &lt;span class="hps"&gt;looks&lt;/span&gt; &lt;span class="hps"&gt;like he does not&lt;/span&gt; &lt;span class="hps"&gt;want to&lt;/span&gt; &lt;span class="hps"&gt;lose to&lt;/span&gt; &lt;span class="hps"&gt;Samsung&lt;/span&gt; &lt;span class="hps"&gt;as a manufacturer of&lt;/span&gt; &lt;span class="hps"&gt;world&lt;/span&gt; &lt;span class="hps"&gt;come forward&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;The device&lt;/span&gt; &lt;span class="hps"&gt;is quite&lt;/span&gt; &lt;span class="hps"&gt;riveting&lt;/span&gt; &lt;span class="hps"&gt;Xolo&lt;/span&gt; &lt;span class="hps"&gt;X1000&lt;/span&gt; &lt;span class="hps"&gt;has&lt;/span&gt; &lt;span class="hps"&gt;a name&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Why&lt;/span&gt; &lt;span class="hps"&gt;smartphone&lt;/span&gt; &lt;span class="hps"&gt;is mentioned&lt;/span&gt; &lt;span class="hps"&gt;riveting&lt;/span&gt; &lt;span class="hps"&gt;presence?&lt;/span&gt; &lt;span class="hps"&gt;Yes, of course&lt;/span&gt; &lt;span class="hps"&gt;due to the&lt;/span&gt; &lt;span class="hps"&gt;kitchen runway&lt;/span&gt; &lt;span class="hps"&gt;that is brought&lt;/span&gt; &lt;span class="hps"&gt;in the form of&lt;/span&gt; &lt;span class="hps"&gt;the Intel&lt;/span&gt; &lt;span class="hps"&gt;Atom&lt;/span&gt; &lt;span class="hps"&gt;Z2480&lt;/span&gt; &lt;span class="hps"&gt;2GHz&lt;/span&gt; &lt;span class="hps"&gt;speed&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;In which there are&lt;/span&gt; &lt;span class="hps"&gt;more optimal&lt;/span&gt; &lt;span class="hps"&gt;GPU&lt;/span&gt; &lt;span class="hps"&gt;PowerVR&lt;/span&gt; &lt;span class="hps"&gt;SGX&lt;/span&gt; &lt;span class="hps"&gt;540.&lt;/span&gt; &lt;span class="hps"&gt;With&lt;/span&gt; &lt;span class="hps"&gt;this&lt;/span&gt; &lt;span class="hps"&gt;processor&lt;/span&gt; &lt;span class="hps"&gt;brought&lt;/span&gt; &lt;span class="hps"&gt;it&lt;/span&gt; &lt;span class="hps"&gt;claims&lt;/span&gt; &lt;span class="hps"&gt;that this is a&lt;/span&gt; &lt;span class="hps"&gt;smartphone&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;has the&lt;/span&gt; &lt;span class="hps"&gt;speed of&lt;/span&gt; &lt;span class="hps"&gt;the most formidable&lt;/span&gt; &lt;span class="hps"&gt;in the world.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;To&lt;/span&gt; &lt;span class="hps"&gt;apply&lt;/span&gt; &lt;span class="hps"&gt;as an&lt;/span&gt; &lt;span class="hps"&gt;interface&lt;/span&gt; &lt;span class="hps"&gt;screen&lt;/span&gt; &lt;span class="hps"&gt;is not too&lt;/span&gt; &lt;span class="hps"&gt;big&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;but&lt;/span&gt; &lt;span class="hps"&gt;enough to get attention&lt;/span&gt; &lt;span class="hps"&gt;by 4.7&lt;/span&gt; &lt;span class="hps"&gt;inches with&lt;/span&gt; &lt;span class="hps"&gt;a resolution&lt;/span&gt; &lt;span class="hps"&gt;along&lt;/span&gt; &lt;span class="hps"&gt;pretty&lt;/span&gt; &lt;span class="hps"&gt;good&lt;/span&gt; &lt;span class="hps"&gt;1280 x&lt;/span&gt; &lt;span class="hps"&gt;720 pixels&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Prosessornya&lt;/span&gt; &lt;span class="hps"&gt;proceed&lt;/span&gt; &lt;span class="hps"&gt;because&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;optimal&lt;/span&gt; &lt;span class="hps"&gt;supported by&lt;/span&gt; &lt;span class="hps"&gt;1GB of RAM and&lt;/span&gt; &lt;span class="hps"&gt;8GB&lt;/span&gt; &lt;span class="hps"&gt;of internal memory&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;Other specifications&lt;/span&gt; &lt;span class="hps"&gt;contained in the&lt;/span&gt; &lt;span class="hps"&gt;Xolo&lt;/span&gt; &lt;span class="hps"&gt;X1000&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;furnishing&lt;/span&gt; &lt;span class="hps"&gt;features WiFi&lt;/span&gt;&lt;span&gt;, Bluetooth&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;dual&lt;/span&gt; &lt;span class="hps"&gt;8MP camera&lt;/span&gt; &lt;span class="hps"&gt;on the back&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;a 1.3MP&lt;/span&gt; &lt;span class="hps"&gt;camera&lt;/span&gt; &lt;span class="hps"&gt;is also&lt;/span&gt; &lt;span class="hps"&gt;not spared&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;the front.&lt;/span&gt; &lt;span class="hps"&gt;Unfortunately&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;operating system&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Xolo&lt;/span&gt; &lt;span class="hps"&gt;using&lt;/span&gt; &lt;span class="hps"&gt;Android&lt;/span&gt; &lt;span class="hps"&gt;4.0 Ice&lt;/span&gt; &lt;span class="hps"&gt;Cream&lt;/span&gt; &lt;span class="hps"&gt;Sandwich&lt;/span&gt; &lt;span class="hps"&gt;OS&lt;/span&gt; &lt;span class="hps"&gt;which many&lt;/span&gt; &lt;span class="hps"&gt;are now&lt;/span&gt; &lt;span class="hps"&gt;turning to&lt;/span&gt; &lt;span class="hps"&gt;jelly&lt;/span&gt; &lt;span class="hps"&gt;bean&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;For a while&lt;/span&gt; &lt;span class="hps"&gt;the news&lt;/span&gt; &lt;span class="hps"&gt;mentioned that&lt;/span&gt; &lt;span class="hps"&gt;this smartphone will be&lt;/span&gt; &lt;span class="hps"&gt;first rolled out&lt;/span&gt; &lt;span class="hps"&gt;in&lt;/span&gt; &lt;span class="hps"&gt;India.&lt;/span&gt; &lt;span class="hps"&gt;While&lt;/span&gt; &lt;span class="hps"&gt;prices&lt;/span&gt; &lt;span class="hps"&gt;will&lt;/span&gt; &lt;span class="hps"&gt;relating&lt;/span&gt; &lt;span class="hps"&gt;dibandorolkan&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;Xolo&lt;/span&gt; &lt;span class="hps"&gt;membanderolnya&lt;/span&gt; &lt;span class="hps"&gt;a price of&lt;/span&gt; &lt;span class="hps"&gt;370 USD&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIHLLWJ8aF_tQ7rvPiZuCRtOgcdDOi9TMJ-GyonvxF-VyFq-FekbGtFe0OUm6ki1e9lTtV2X7nYl37IWqgZbGcLPaG9MvYe7zMR1SWZuaxbV_UJIKGj40r-D97aoik2RHMsK7KgdR7IbA/s72-c/xolo-x1000-intel-2ghz.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>In order Battery Android Becoming More Durable</title><link>http://techrepublic-tips.blogspot.com/2013/03/in-order-battery-android-becoming-more.html</link><category>Tips</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Tue, 19 Mar 2013 10:46:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-7487193380235179927</guid><description>&lt;div style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box" lang="en" tabindex="-1"&gt;&lt;span title="Agar Baterai Android Menjadi Lebih Tahan Lama"&gt;&lt;/span&gt;&lt;span title="hp android selalu online setiap saat, OS hp android Froyo, handphone android boros baterai, tips menghemat hape android, kena Baterai Android cepat habis, Android selalu online setiap saat Bagi pengguna ponsel kebanyakan dan seintensif mungkin, sebuah ponsel idealnya memiliki daya tahan baterai 1,"&gt;android
 phone is always online at any time, Froyo OS android phone, android 
phone wasteful battery saving tips Android phone, Android Battery 
quickly got up, Android is always online all the time for most mobile 
users and as intensively as possible, ideally a mobile phone has a 
battery life 1, &lt;/span&gt;&lt;span title="5 sampai 2 hari sekali charging, tapi bagi pengguna Android hal itu bisa jadi cuma impian belaka."&gt;5 to 2 days charging, but for Android users it could be a dream. &lt;/span&gt;&lt;span title="Sudah menjadi rahasia umum bahwa OS Android memiliki makanan favorit, yaitu power baterai dan koneksi internet, Inilah kelemahan Android yang kerap kali menjadi momok bagi mereka yang sangat mobile."&gt;It
 is common knowledge that the Android OS has a favorite food, the 
battery power and an internet connection, This is the weakness of 
Android which is often a scourge for those who are highly mobile.&lt;br /&gt;&lt;/span&gt;&lt;span title="Android memang OS yang menganjurkan ponsel agar terkoneksi terus dengan internet/online setiap saat, hal itu membuat power baterai menjadi cepat berkurang dan bahkan temperatur ponsel kerap menjadi panas saat dipakai browsing maupun menjalankan aplikasi yang terkoneksi dengan internet."&gt;Android
 is the OS that advocates continue to connect the phone to internet / 
online all the time, it makes the battery power becomes rapidly reduced 
and even the temperature of the phone often becomes hot when worn 
browsing and running applications that are connected to the Internet.&lt;br /&gt;&lt;/span&gt;&lt;span title="Bagi pengguna pemula pasti akan sedikit menyesal dan bertanya- tanya &amp;quot;kenapa ponselku memiliki kegilaan terhadap baterai&amp;quot;."&gt;For novice users will definitely be a little regret and wonder "why my phone had the battery madness". &lt;/span&gt;&lt;span title="Namun kita bisa membuat daya tahan baterai ponsel menjadi lama seperti ponsel-ponsel lain."&gt;But we can make a cell phone battery life as long as other phones. &lt;/span&gt;&lt;span title="Berikut tipsnya"&gt;The following tips&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="1."&gt;1. &lt;/span&gt;&lt;/b&gt;&lt;span title="Buat android anda “diet” internet"&gt;&lt;b&gt;Make your android "diet" internet&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Coba cermati kembali tulisan di atas “Android memang OS yang MENGANJURKAN ponsel agar terkoneksi terus dengan internet”."&gt;Try look back posts on "Android is the OS RECOMMEND hold the phone to connect to the internet". &lt;/span&gt;&lt;span title="Sengaja saya menulis kata “menganjurkan” karena OS Android memang membutuhkan koneksi internet ponsel tidak harus selalu online."&gt;I accidentally wrote the word "advocate" for the Android OS does require a mobile Internet connection is not always online. &lt;/span&gt;&lt;span title="Koneksi internet hanya dibutuknan jika melakukan singkronisasi akun-akun seperti Google (mail, market, calendar, dll), Facebook, email, dan lain-lain."&gt;Dibutuknan
 internet connection only when doing sync accounts like Google (mail, 
market, calendar, etc.), Facebook, email, and others. &lt;/span&gt;&lt;span title="Lain dari itu anda bisa memutus koneksi internet dan menghubungkannya kembali hanya jika anda membutuknannya."&gt;Other than that you can disconnect and reconnect the internet connection only if you membutuknannya.&lt;br /&gt;&lt;/span&gt;&lt;span title="CARANYA :"&gt;HOW:&lt;/span&gt;&lt;span title="buka settings &amp;gt; wireless &amp;amp; networks &amp;gt; mobile networks hilangkan centang pada data traffic."&gt;&lt;span style="color: red;"&gt;&lt;i&gt;go to settings&amp;gt; wireless &amp;amp; networks&amp;gt; mobile networks uncheck data traffic.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="2."&gt;2. &lt;/span&gt;&lt;/b&gt;&lt;span title="Matikan services yang berjalan di background"&gt;&lt;b&gt;Turn off services running in the background&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Meskipun kita tidak membuka sebuah aplikasi dan menutupnya kembali, kadang masih ada services dari aplikasi tersebut yang masih berjalan dengan tak terlihat."&gt;Although
 we did not open an app and close it again, sometimes there are services
 of such applications are still running invisible. &lt;/span&gt;&lt;span title="Hal itu membuat daya baterai menjadi cepat habis, karena sebuah services sekecil apa pun membutuhkan konsumsi daya dari baterai."&gt;It made a rapid battery charge runs out, because the slightest services require the power consumption of battery. &lt;/span&gt;&lt;span title="Maka matikan services-services yang tidak dibutuhkan."&gt;Then turn off services-services that are not needed.&lt;br /&gt;&lt;/span&gt;&lt;span title="CARANYA : buka settings &amp;gt; applications &amp;gt; running services tap untuk mematikan services."&gt;&lt;i&gt;HOW: &lt;span style="color: red;"&gt;go to settings&amp;gt; applications&amp;gt; running services tap to turn off services.&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="3."&gt;3. &lt;/span&gt;&lt;/b&gt;&lt;span title="Kurangi brightness dan time-out layar"&gt;&lt;b&gt;Reduce the brightness and time-out screen&lt;/b&gt;&lt;/span&gt;&lt;span title="Jika anda menyukai layar ponsel android anda terang dan jernih, pikir kembali."&gt;If you like your android phone's screen is bright and clear, think again. &lt;/span&gt;&lt;span title="Layer ponsel merupakan hal kedua yang membuat android anda cepat kehabisan daya baterai."&gt;Layer is the second phone that makes your android fast running out of battery power. &lt;/span&gt;&lt;span title="Hal itu dikarenakan selain untuk menyuplai tampilan layar, daya baterai juga dipergunakan untuk input pengguna (hampir 99% ponsel android menggunakan layar sentuh)."&gt;That's
 because in addition to supplying the display screen, the battery is 
also used for user input (almost 99% android phone using the touch 
screen). &lt;/span&gt;&lt;span title="Selain itu set waktu layer mati (screen time-out) sesingkat mungkin."&gt;In addition it sets a dead layer (screen time-out) as short as possible.&lt;br /&gt;&lt;/span&gt;&lt;span title="CARANYA : buka settings &amp;gt; sound &amp;amp; display &amp;gt; brightness dan set menjadi 0 (brightness)."&gt;HOW:&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box" lang="en" tabindex="-1"&gt;&lt;span style="color: red;"&gt;&lt;i&gt;&lt;span title="CARANYA : buka settings &amp;gt; sound &amp;amp; display &amp;gt; brightness dan set menjadi 0 (brightness)."&gt;go to settings&amp;gt; Sound &amp;amp; display&amp;gt; brightness and set to 0 (brightness).&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;span title="Untuk mengatur timeout: buka settings &amp;gt; sound &amp;amp; display &amp;gt; screen timeout, set menjadi 15 second (screen timeout)."&gt;&lt;span style="color: red;"&gt;&lt;i&gt;To set the timeout: go to settings&amp;gt; sound &amp;amp; display&amp;gt; screen timeout, set to 15 second (screen timeout).&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="4."&gt;4. &lt;/span&gt;&lt;/b&gt;&lt;span title="Hilangkan animation &amp;amp; accelerometer/auto-rotate"&gt;&lt;b&gt;Remove animation and accelerometer / auto-rotate&lt;/b&gt;&lt;/span&gt;&lt;span title="Salah satu daya tarik ponsel android adalah antarmuka yang atraktif dengan animasi dan orientasi layar yang bisa menyesuaikan saat kita memposisikan ponsel secara lansekap, namun hal itu membutuhkan daya baterai ekstra."&gt;One
 attraction is the android phone interface with attractive animation and
 screen orientation can adjust as we position the phone in landscape, 
but it requires extra battery power. &lt;/span&gt;&lt;span title="Maka untuk kepentingan kesehatan baterai matikan kedua fitur tersebut."&gt;So for the sake of health of the battery switch off both features.&lt;br /&gt;&lt;/span&gt;&lt;span title="CARANYA : buka settings &amp;gt; sound &amp;amp; display hilangkan centang pada orientation, dan set animations menjadi some animations atau no animations."&gt;&lt;span style="color: red;"&gt;&lt;i&gt;HOW: go to settings&amp;gt; Sound &amp;amp; display uncheck orientation, and a set of animations to be some animations or no animations.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Itu tadi merupakan beberapa tips untuk menghemat daya baterai pada ponsel android."&gt;That was a few tips to save battery on android phones. &lt;/span&gt;&lt;span title="Melalui sedikit tips trik diatas, hendaknya ponsel Android anda mampu bertahan 2 hari dengan sekali charging."&gt;Through the little tips and tricks above, should your Android phone can last 2 days with a single charge.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Top 5 Android Games Good </title><link>http://techrepublic-tips.blogspot.com/2013/03/top-5-android-games-good.html</link><category>Application</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Mon, 18 Mar 2013 09:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-1733877602502511252</guid><description>&lt;div style="text-align: justify;"&gt;
&lt;span class="long_text" id="result_box" lang="en" tabindex="-1"&gt;&lt;span title="5 Game Android Paling Bagus -- Dalam hal Android kali ini saya ingin memberitahukan 5 Game yang cocok atau pas dan bagus buat Android yang Anda punya."&gt;Top
 5 Android Games Good - In Android this time I want to tell you that 
Game 5 match or fit and good for the Android that you have. &lt;/span&gt;&lt;span title="Setelah saya mencari banyak game untuk Android saya, saya sekarang sudah menemukan beberapa game yang paling bagus untuk kita instal di Android masing-masing."&gt;Once I find a lot of games for Android, I now find some of the best games for our Android installed on each. &lt;/span&gt;&lt;span title="Game yang saya temukan ini adalah game yang bisa membuat Smartphone Anda menjadi gigit jari hehe."&gt;I found this game is a game that can make your Smartphone into bite finger hehe. &lt;/span&gt;&lt;span title="Untuk lebih jelasnya saya sudah siapkan 5 Game Android yang paling digemari dan paling bagus adalah :"&gt;For more details, I've got 5 Android Games of the most popular and the best are:&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="Grand Theft Auto 3"&gt;Grand Theft Auto 3&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span title="Sudah pernah mendengar bukan tentang game yang satu ini."&gt;'ve Heard is not about this one game. &lt;/span&gt;&lt;span title="Game GTA ( Grand Theft Auto ) ini sudah ada sejak lama, namun waktu itu game GTA ini hanya ada di PS ( Playstation ) dan di komputer maupun laptop."&gt;Game
 GTA (Grand Theft Auto) has been around a long time, but at that time 
there was only GTA games on PS (PlayStation) and on the computer or 
laptop. &lt;/span&gt;&lt;span title="Sekarang seiring berjalannya waktu dan berkembangnya teknologi, game yang sangat seru ini telah hadir di Android kita."&gt;Now with the passage of time and the development of technology, a very exciting game has been present in our Android. &lt;/span&gt;&lt;span title="Masih ingat tentang game ini, Game ini adalah game petualang yang dapat kita main kan seenaknya saja walaupun misi masih banyak dan masih belum terselesaikan semua."&gt;Still
 remember about this game, this game is an adventurous game that we can 
play it offhand though the mission is still a lot and still have not 
resolved all. &lt;/span&gt;&lt;span title="Dalam rangka Ulang tahun GTA yang ke-10 ini, Rockstar telah memboyong game GTA ini di seri ke-3 dan didesain khusus untuk Chipset A5."&gt;In
 order to GTA birthday is the 10th, the Rockstar was bringing GTA game 
in the series to-3 and is designed specifically for the A5 chipset.&lt;br /&gt;&lt;/span&gt;&lt;span title="Archetype"&gt;&lt;b&gt;Archetype&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;span title="Game ini telah terpaket dengan beberapa klasik mode, misalkan seperti FFA, TDM, dan CTF dengan 20 map futuristis yang keren."&gt;This game has been packed with some classic fashion, for example such as FFA, TDM, and CTF with 20 folders futuristic cool. &lt;/span&gt;&lt;span title="Game ini pun tidak akan membuat ribet dalam Gameplaynya."&gt;This game will not make the complicated gameplay. &lt;/span&gt;&lt;span title="Untuk load aplikasinya tinggal klik play kemudian Anda akan dibawa ke lobby dan bertemu dengan pemain-pemain lainnya."&gt;To load application just click play and then you will be taken to the lobby and meet other players.&lt;br /&gt;&lt;/span&gt;&lt;span title="Dead Space"&gt;&lt;b&gt;Dead Space&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;span title="Game Dead Space ini adalah game yang mungkin bisa dikatakan paling menakutkan dan paling berdarah di iphone 4S."&gt;Game Dead Space is a game that may be said scariest and bloodiest in the iPhone 4S. &lt;/span&gt;&lt;span title="Kualitas grafisnya pun telah ditingakatkan atau bisa dikatakan di optimalkan khususnya untuk chipset A5 yang akan membuat Anda terkagum-kagum dan mungkin tercengang dalam level yang terus bertingkat dan yang nantinya akan Anda nikmati."&gt;Graphic
 quality also has to be said ditingakatkan or optimized specifically for
 the A5 chipset that will leave you amazed and stunned the level may 
continue to rise and that you will enjoy. &lt;/span&gt;&lt;span title="Ini mungkin salah satu dari 5 game Android yang paling bagus."&gt;This is probably one of the 5 best Android game.&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="Real Racing"&gt;Real Racing&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span title="Game balap Real Racing ini, game yang paling keren untuk di colokan ke LCD steering dan game ini sangat presisi dan visual 3D yang keren abis."&gt;Real
 Racing is a racing game, the coolest games for the LCD plugs into the 
steering and the game is very precise and very cool 3D visuals. &lt;/span&gt;&lt;span title="Bagi Anda yang suka permainan racing atau balapan, atau mungkin ingin jadi pembalap, coba dulu game ini."&gt;For those of you who like racing games or racing, or perhaps want to be a racer, first try this game. &lt;/span&gt;&lt;span title="Karena ini sangat cocok buat pecinta game racing."&gt;Since this game is perfect for racing lovers.&lt;br /&gt;&lt;/span&gt;&lt;b&gt;&lt;span title="Rage HD"&gt;Rage HD&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span title="Game yang benar-benar didesain oleh Jhon Carmack dan yang di rilis duluan di PC dan konsol dengan sangat baik di iphone 4S."&gt;The gameplay is really designed by John Carmack and the first released on PC and consoles very well on iPhone 4S. &lt;/span&gt;&lt;span title="Dengan gameplay serta dihidangkannya seting yang sama, game ini akan memberikan pengalaman yang sangat luar biasa."&gt;With gameplay and dihidangkannya same setting, this game will give you extraordinary experience.&lt;br /&gt;&lt;/span&gt;&lt;span title="Nah itulah 5 Game Android Paling Bagus menurut saya, jika Ada lagi game android yang menurut anda bagus, dapat di sarankan kepada saya dengan memberitahukan dalam bentuk komentar dan pasti akan saya tambahkan lagi di artikel ini."&gt;Well
 that's 5 Android Games Most Good in my opinion, if there's another 
android games that you think good, can suggest to me to tell you in a 
comment and I will definitely add more in this article. &lt;/span&gt;&lt;span title="Ada juga artikel tentang task manager yang terbaik."&gt;There are also articles about the best task manager. &lt;/span&gt;&lt;span title="Artikel tersebut dapat Anda temukan di 5 Aplikasi Task Manager Terbaik."&gt;The article can be found in the Top 5 Applications Task Manager. &lt;/span&gt;&lt;span title="Semoga dapat bermanfaat buat Anda."&gt;Hope can be useful for you.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>10 Most Powerful Antivirus for Android</title><link>http://techrepublic-tips.blogspot.com/2013/03/10-most-powerful-antivirus-for-android.html</link><category>Application</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Mon, 18 Mar 2013 09:18:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-4369464461073672896</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s1600/android+market+leader+smartphone.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="android" border="0" height="150" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s200/android+market+leader+smartphone.jpg" title="android" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span class="" id="result_box" lang="en" tabindex="-1"&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;span class="" id="result_box" lang="en" tabindex="-1"&gt;&lt;span class="hps"&gt;Tests on&lt;/span&gt; &lt;span class="hps"&gt;41&lt;/span&gt; &lt;span class="hps"&gt;antivirus applications&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;the Android&lt;/span&gt; &lt;span class="hps"&gt;platform&lt;/span&gt; &lt;span class="hps"&gt;shows&lt;/span&gt; &lt;span class="hps"&gt;only 23&lt;/span&gt; &lt;span class="hps"&gt;applications&lt;/span&gt; &lt;span class="hps"&gt;effectively&lt;/span&gt; &lt;span class="hps"&gt;stymie&lt;/span&gt; &lt;span class="hps"&gt;the threat of&lt;/span&gt; &lt;span class="hps"&gt;viruses or&lt;/span&gt; &lt;span class="hps"&gt;malicious software&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;malware&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;"Some&lt;/span&gt; &lt;span class="hps"&gt;parts of&lt;/span&gt; &lt;span class="hps"&gt;the&lt;/span&gt; &lt;span class="hps"&gt;report and the&lt;/span&gt; &lt;span class="hps"&gt;methodology of&lt;/span&gt; &lt;span class="hps"&gt;the tests we&lt;/span&gt; &lt;span class="hps"&gt;deemed&lt;/span&gt; &lt;span class="hps"&gt;inappropriate or&lt;/span&gt; &lt;span class="hps"&gt;disabled&lt;/span&gt; &lt;span class="hps"&gt;by the&lt;/span&gt; &lt;span class="hps"&gt;developer&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;" said&lt;/span&gt; &lt;span class="hps"&gt;Andreas&lt;/span&gt; &lt;span class="hps"&gt;Marx&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;AV&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;&lt;span&gt;Test&lt;/span&gt; &lt;span class="hps"&gt;leader&lt;/span&gt;&lt;span&gt;, one&lt;/span&gt; &lt;span class="hps"&gt;examining body&lt;/span&gt; &lt;span class="hps"&gt;independent information&lt;/span&gt; &lt;span class="hps"&gt;technology security&lt;/span&gt; &lt;span class="hps"&gt;in Germany&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;Tests conducted&lt;/span&gt; &lt;span class="hps"&gt;AV&lt;/span&gt;&lt;span&gt;-Test&lt;/span&gt; &lt;span class="hps"&gt;focuses&lt;/span&gt; &lt;span class="hps"&gt;on&lt;/span&gt; &lt;span class="hps"&gt;the application's ability&lt;/span&gt; &lt;span class="hps"&gt;to&lt;/span&gt; &lt;span class="hps"&gt;withstand&lt;/span&gt; &lt;span class="hps"&gt;network&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;attacks&lt;/span&gt; &lt;span class="hps"&gt;than&lt;/span&gt; &lt;span class="hps"&gt;per&lt;/span&gt; &lt;span class="hps"&gt;unit&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;In a report published&lt;/span&gt; &lt;span class="hps"&gt;March 15&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;AV&lt;/span&gt;&lt;span class="atn"&gt;-&lt;/span&gt;&lt;span&gt;Test&lt;/span&gt; &lt;span class="hps"&gt;calls&lt;/span&gt; &lt;span class="hps"&gt;its 10&lt;/span&gt; &lt;span class="hps"&gt;best antivirus&lt;/span&gt; &lt;span class="hps"&gt;provider&lt;/span&gt; &lt;span class="hps"&gt;that is able to&lt;/span&gt; &lt;span class="hps"&gt;detect&lt;/span&gt; &lt;span class="hps"&gt;over&lt;/span&gt; &lt;span class="hps"&gt;90 percent of&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;on the Android platform&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;The ten&lt;/span&gt; &lt;span class="hps"&gt;companies&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;are Avast&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Dr&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;Web&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;F&lt;/span&gt;&lt;span&gt;-Secure&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Ikarus&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Kaspersky&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Lookout&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;McAfee&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;MYAndroid&lt;/span&gt; &lt;span class="hps atn"&gt;(&lt;/span&gt;&lt;span&gt;MyMobile&lt;/span&gt; &lt;span class="hps"&gt;Security)&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;NQ&lt;/span&gt; &lt;span class="hps"&gt;Mobile /&lt;/span&gt; &lt;span class="hps"&gt;NetQin&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Zoner&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps"&gt;The remaining&lt;/span&gt; &lt;span class="hps"&gt;13 products&lt;/span&gt; &lt;span class="hps"&gt;were able to detect&lt;/span&gt; &lt;span class="hps"&gt;65 to&lt;/span&gt; &lt;span class="hps"&gt;90 percent of&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;is&lt;/span&gt; &lt;span class="hps"&gt;AegisLab&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Mobilation&lt;/span&gt; &lt;span class="hps"&gt;AVG&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Bitdefender&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;BullGuard&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Comodo&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;ESET&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Norton&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt; &lt;span class="hps"&gt;Symantec&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;QuickHeal&lt;/span&gt;&lt;span&gt;, Super&lt;/span&gt; &lt;span class="hps"&gt;Security&lt;/span&gt;&lt;span&gt;, Total&lt;/span&gt; &lt;span class="hps"&gt;Defense&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Trend&lt;/span&gt; &lt;span class="hps"&gt;Micro&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;Vipre&lt;/span&gt; &lt;span class="hps"&gt;/&lt;/span&gt; &lt;span class="hps"&gt;GFI&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class="hps"&gt;and&lt;/span&gt; &lt;span class="hps"&gt;Webroot&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="hps atn"&gt;"&lt;/span&gt;&lt;span class=""&gt;Those products&lt;/span&gt; &lt;span class="hps"&gt;(13&lt;/span&gt; &lt;span class="hps"&gt;products above&lt;/span&gt;&lt;span&gt;)&lt;/span&gt; &lt;span class="hps"&gt;also&lt;/span&gt; &lt;span class="hps"&gt;has the potential to&lt;/span&gt; &lt;span class="hps"&gt;be the best product&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class="hps"&gt;They&lt;/span&gt; &lt;span class="hps"&gt;simply&lt;/span&gt; &lt;span class="hps"&gt;failed to detect&lt;/span&gt; &lt;span class="hps"&gt;one or&lt;/span&gt; &lt;span class="hps"&gt;two networks of&lt;/span&gt; &lt;span class="hps"&gt;malware&lt;/span&gt; &lt;span class="hps"&gt;that&lt;/span&gt; &lt;span class="hps"&gt;may&lt;/span&gt; &lt;span class="hps"&gt;not be prevented&lt;/span&gt; &lt;span class="hps"&gt;in certain circumstances&lt;/span&gt;&lt;span&gt;,&lt;/span&gt;&lt;span&gt;" wrote&lt;/span&gt; &lt;span class="hps"&gt;AV&lt;/span&gt;&lt;span class=""&gt;-Test&lt;/span&gt; &lt;span class="hps"&gt;in its report&lt;/span&gt;&lt;span&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" tabindex="-1"&gt;&lt;span&gt;&lt;a href="http://tekno.kompas.com/read/2012/03/19/09270972/10.Antivirus.Paling.Ampuh.untuk.Android"&gt;source&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s72-c/android+market+leader+smartphone.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>You Should Know What is Android?</title><link>http://techrepublic-tips.blogspot.com/2013/03/you-should-know-what-is-android.html</link><category>Technology</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Mon, 18 Mar 2013 09:10:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-6413061938698703965</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
What is Android? Android can be defined simply as the operating system of your mobile phone. Android is the name of a company that memngkhususkan themselves to produce software for mobile phones. After the company Android Inc. . acquired by Google , the company's products which is the forerunner of the Android operating system, was born.&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: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s1600/android+market+leader+smartphone.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="android market leader smartphone" border="0" height="150" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s200/android+market+leader+smartphone.jpg" title="android market leader smartphone" width="200" /&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;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
There are many benefits offered by the Android operating system, especially for users of smartphones for everyday activities.&lt;br /&gt;&lt;br /&gt;First, the operating system is open source. Therefore, the price of the Android operating system is also much cheaper, when compared with many operating systems for smartphones that we can find today.&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: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh837NsKseRE98HO9fWFUZQggV_5-w7zqmy6emD_t6Qrz3CYNTp3KXtLmfF1ECZAFUNG785ysXV3r4MN0GwOb8d5NcpfCs85M9WzncmGX9jPL9n1dZAZrnlyHZCCx-UqXl2Kb5WWS7sigQ/s1600/android.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="android" border="0" height="112" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh837NsKseRE98HO9fWFUZQggV_5-w7zqmy6emD_t6Qrz3CYNTp3KXtLmfF1ECZAFUNG785ysXV3r4MN0GwOb8d5NcpfCs85M9WzncmGX9jPL9n1dZAZrnlyHZCCx-UqXl2Kb5WWS7sigQ/s200/android.jpg" title="android" width="200" /&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;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
In addition, the Android operating system has a lot of interesting applications that the user can use the mobile phone. And this causes a lot of application developers for smartphones using the operating system as the basis for their application systems.&lt;br /&gt;&lt;br /&gt;The Android operating system also can be used in all kinds of smartphones. So, if you've been to know that Android is an operating system for smartphones Samsung, then you are wrong. Many other smartphones that use the Android operating system, such as Sony Erricsson, HTC, LG and others.&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: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfyuEdhg5T3TlTAUIKPFC1APvQ84NnvSDRHSV2bhicxTi6Udk6PWVmwUQnaq0mlQiNB4wWUQnSh7GuIAtgds19d4AphVuGMBNFydN140DwqDKQtrg_52ImInVvyayfrv3bkTHO1nZzPR8/s1600/samsung-android.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="samsung android" border="0" height="144" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfyuEdhg5T3TlTAUIKPFC1APvQ84NnvSDRHSV2bhicxTi6Udk6PWVmwUQnaq0mlQiNB4wWUQnSh7GuIAtgds19d4AphVuGMBNFydN140DwqDKQtrg_52ImInVvyayfrv3bkTHO1nZzPR8/s200/samsung-android.png" title="samsung android" width="200" /&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;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
And this led products smartphone has become very affordable and make the increasingly popular Android operating system.&amp;nbsp; &lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinBU4xlRXqZAO2BsJDjkDfmGWLTqqxzZsudWPr8uroBhmjEg4rbn_PTXMyYuxipCQKGAcBfOEHb6WblrpiDAYYcK1ntbjVEQSll799m0LjfhN4DxjFtU5JcP2IX4d6SCqORE1E5YNE4-g/s72-c/android+market+leader+smartphone.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Review: Model Samsung Galaxy S4</title><link>http://techrepublic-tips.blogspot.com/2013/03/review-model-samsung-galaxy-s4.html</link><category>News</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 16 Mar 2013 21:54:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-2305610478036916211</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPJDWr8FHsvkf_1y-xBxsDWUI8qNO9UVvsIa-s0_GVZVr22e32h1MHuS8PlhmcZtXJKCMWHtcboiWPV_ZORNUgVZMbhdoHJ4q8WT-QCwuSojV024iVIzRM59FKgNsakFctISrvQwsSI/s1600/Samsung+Galaxy+S4.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Samsung Galaxy S4" border="0" height="248" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPJDWr8FHsvkf_1y-xBxsDWUI8qNO9UVvsIa-s0_GVZVr22e32h1MHuS8PlhmcZtXJKCMWHtcboiWPV_ZORNUgVZMbhdoHJ4q8WT-QCwuSojV024iVIzRM59FKgNsakFctISrvQwsSI/s320/Samsung+Galaxy+S4.jpg" title="Samsung Galaxy S4" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
After a month of speculation, finally Samsung released the Samsung Galaxy S4. This Android smartphone launched in New York, United States, Friday, March 15, 2013.&lt;br /&gt;&lt;br /&gt;MSN Tech was present at the launch of the Samsung Galaxy S4 and feel in the hand. This is a contender smartphone Sony Xperia Z, HTC One and iPhone.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://berita.plasa.msn.com/teknologi/review-samsung-galaxy-s4"&gt;Source&lt;/a&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheQPJDWr8FHsvkf_1y-xBxsDWUI8qNO9UVvsIa-s0_GVZVr22e32h1MHuS8PlhmcZtXJKCMWHtcboiWPV_ZORNUgVZMbhdoHJ4q8WT-QCwuSojV024iVIzRM59FKgNsakFctISrvQwsSI/s72-c/Samsung+Galaxy+S4.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>This reason, Samsung Galaxy S4 Awaited</title><link>http://techrepublic-tips.blogspot.com/2013/03/this-reason-samsung-galaxy-s4-awaited.html</link><category>News</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 16 Mar 2013 21:50:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-6389650061237409147</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxH0Bw_3kUnRoyL45qvZ1BQTI4kiJ2DSHCerw4i1j8p3UL3bd-by75-0Y7V0VXtwhgq5LlqrisiyVXExbGzviP1G-r29rdB3eccMdMIo79YD2miohGRfW0uZvjs0JbeJ2gp_R50ljt1NE/s1600/samsung-galaxy-s-iii.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="Samsung Galaxy Siii" border="0" height="184" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxH0Bw_3kUnRoyL45qvZ1BQTI4kiJ2DSHCerw4i1j8p3UL3bd-by75-0Y7V0VXtwhgq5LlqrisiyVXExbGzviP1G-r29rdB3eccMdMIo79YD2miohGRfW0uZvjs0JbeJ2gp_R50ljt1NE/s320/samsung-galaxy-s-iii.jpg" title="Samsung Galaxy Siii" 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;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
Sail the waves of the year is getting crowded. At the CES (Consumer Electronics Show) 2013 last week, several technology companies take advantage of the moment to release their flagship devices.&lt;br /&gt;&lt;br /&gt;Chinese company, Huawei, launched a phone-tablet device, Ascend Mate, with a screen size of 6.1 inches. Meanwhile, a series of large-screen smartphone also released, such as Huawei introduced Ascend D2, Sony Xperia Z and ZTE introduces Grand S.&lt;br /&gt;&lt;br /&gt;All of the smartphone category 5 inches, a resolution of 1080 pixels, quad-core processor and 13 MP camera. But, the camera with great resolution, and the device with water resistance is not considered a major innovation for the time.&lt;br /&gt;&lt;br /&gt;Samsung, as a leader of the smartphone market may provide different things with the release of its flagship device, the Samsung Galaxy S4.&lt;br /&gt;&lt;br /&gt;As is known, the achievement of previously smartphone Samsung, Galaxy S3, has been able to shift the best-selling iPhone as per the third quarter of 2012. Galaxy S3 has sold 30 million units worldwide, making it the Samsung Galaxy S3 as a successful product.&lt;br /&gt;&lt;br /&gt;Samsung's Galaxy line of course aware that a concern for the audience besutannya technology world. For that, the specifications of Samsung is expected to provide the best specification in S4 Galaxy series later.&lt;br /&gt;&lt;br /&gt;Reporting from Digitaltrends, rumors Samsung Galaxy S4 will be invested eight quad-core processor, Exynos 5 Octa, with dual quad core consists of in it. That is, a quad-core ARM Cortex A15 and quad-core Cortex A7. The processor has been demonstrated by Samsung at CES 2013 starring ago.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Launch Schedule&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Current processor is claimed to be at the heart of mobile devices in the future mainstay. ARM CEO Warren East said, the processor is expected to provide two times better performance, more efficient and half the power consumption compared to the current processor offers.&lt;br /&gt;&lt;br /&gt;Problem presence, S4 Galaxy remains a mystery. Rumors are growing, if you follow the cycle of Samsung, the possibility of a fifth-generation Galaxy S will appear in May.&lt;br /&gt;&lt;br /&gt;However, another rumor, Galaxy S4 will be available in the near future, around March or April.&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;br /&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;a href="http://teknologi.news.viva.co.id/news/read/382338-kenapa-samsung-galaxy-s4-ditunggu--ini-alasannya"&gt;Source&lt;/a&gt;&lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxH0Bw_3kUnRoyL45qvZ1BQTI4kiJ2DSHCerw4i1j8p3UL3bd-by75-0Y7V0VXtwhgq5LlqrisiyVXExbGzviP1G-r29rdB3eccMdMIo79YD2miohGRfW0uZvjs0JbeJ2gp_R50ljt1NE/s72-c/samsung-galaxy-s-iii.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Tips on Choosing a Tablet Samsung Galaxy</title><link>http://techrepublic-tips.blogspot.com/2013/03/tips-on-choosing-tablet-samsung-galaxy_16.html</link><category>Tips</category><author>noreply@blogger.com (Anonymous)</author><pubDate>Sat, 16 Mar 2013 00:57:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-8062096780270176425.post-9021942844693518041</guid><description>&lt;div style="text-align: justify;"&gt;
Outstanding tablet device, the longer will be more interested in a lot of people.&lt;br /&gt;
According to IDC, shipments of 2 million units by 2010, there will be a surge of up to 21 million unit shipments in 2015. No wonder that the gadget has become the need of the urban present. Using it now is not limited to the needs and functions, but also as a lifestyle. It is as if something is missing if we do not bring gadgets / tablets during the move.&lt;br /&gt;
For this reason, Samsung Electronics Indonesia ranks series presents the Samsung Galaxy Tab tablet in Indonesia. Each tablet series, tailored to individual needs. Samsung Galaxy Tab Series is the Galaxy Tab 7.0 Plus , Galaxy Tab 8.9 , Galaxy Tab 10.1 and Galaxy 7.7 (following: Galaxy Tab 2 7.0 )&lt;br /&gt;
Each tablet is designed and tailored to the needs of its users. If you are a young executive with a myriad of activities, Samsung Galaxy tablet which one would you choose? Galaxy Tab 10.1 can be your choice. With the Samsung GALAXY Tab 10.1 you can feel better experience to play and work. Quality HD screens are sharper, web browsing with flash and better multitasking and even better speed with HSPA +. Live plus wireless keyboard, be a tablet as a notebook that you normally use.&lt;br /&gt;
&lt;br /&gt;
Well, now how to fashionable women in choosing a Samsung tablet? Coupled with the density of activities, from work, hang out with friends or college office, gathering, shopping and other activities. You can rely on the Samsung Galaxy Tab 8.9-inch. Tab series is special designed for women, especially those active and fashionable. The shape is sleek and just as light as 453 grams to fit hold and fit in a handbag. The more chick and Fashion fashion with applications such as Camera, Fahsion Trend tracker, Battle Fahion, Fashion Deals, up to Appetite for Fashion show fashion trends globally.&lt;br /&gt;
&lt;br /&gt;
For those of you who need a simple and practical as well as tablets that could have phoned function, the Samsung Galaxy Tab 7.0 Plus can be an option. You will find the convenience of using the tablet as a compact size making it convenient to use anywhere even stored in a pants pocket. His ability to multitasking is no doubt, because the operating system Android 3.2 Honeycomb and 1.2GHz Dual Core processors support performance.&lt;br /&gt;
As for you who always wanted the best, of course gadgets with premium features such as those found in the Samsung Galaxy 7.7 will be suitable for you. Plusnya Super Amoled screen will give you the best visual display that will spoil your eyes, powerful 1.4GHz Dual Core processor ensures fast browsing and multitasking, and a 32GB memory which ensures you can keep all your work in progress in the tablet is as thin as 7.89 mm&lt;br /&gt;
So, which series tablet that suits your needs and your character?&lt;span id="goog_1480323165"&gt;&lt;/span&gt;&lt;span id="goog_1480323166"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG6QyK9ErnRs3yGsz5fYenYCb2UPK49qeF0gUlFQsu2X6WQhpdMdlH3zrHSOTnm9UfzNSTUqjNPFXayaydYRTPjrM1PNOlqEIVIwxBPcfdh3e7vDSj-nbnltM541hkT5NQGUl3v6LxbgE/s1600/choosing+a+tablet+Samsung+Galaxy.png" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img alt="Samsung Tablet Galaxy" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG6QyK9ErnRs3yGsz5fYenYCb2UPK49qeF0gUlFQsu2X6WQhpdMdlH3zrHSOTnm9UfzNSTUqjNPFXayaydYRTPjrM1PNOlqEIVIwxBPcfdh3e7vDSj-nbnltM541hkT5NQGUl3v6LxbgE/s1600/choosing+a+tablet+Samsung+Galaxy.png" title="" /&gt;&lt;/a&gt;Functional or fashionable? Or even both? It's time you have a series of Samsung Galaxy Tab Series and discover an unforgettable experience with a visit www.samsung.com / id or via mobile phone m.samsung.com / id. Also get the latest info from around the Samsung Galaxy Tab family in http://www.facebook.com/SamsungMobileIndonesia community.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.kompas.com/"&gt;source&lt;/a&gt; &lt;/div&gt;
</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG6QyK9ErnRs3yGsz5fYenYCb2UPK49qeF0gUlFQsu2X6WQhpdMdlH3zrHSOTnm9UfzNSTUqjNPFXayaydYRTPjrM1PNOlqEIVIwxBPcfdh3e7vDSj-nbnltM541hkT5NQGUl3v6LxbgE/s72-c/choosing+a+tablet+Samsung+Galaxy.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>