<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-310551619267030587</id><updated>2012-02-04T20:03:43.361-08:00</updated><category term='virus'/><category term='IP Phone'/><category term='Network'/><category term='cisco'/><category term='eclipse'/><category term='android'/><category term='tutorial android'/><category term='Internet'/><category term='mikrotik'/><category term='Security'/><category term='install android in windows xp'/><category term='notebook'/><title type='text'>Computer Tips</title><subtitle type='html'>don't leave trouble behind</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-8837383695826231825</id><published>2010-11-11T00:18:00.000-08:00</published><updated>2010-11-11T00:23:06.706-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='install android in windows xp'/><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='tutorial android'/><category scheme='http://www.blogger.com/atom/ns#' term='android'/><title type='text'>How to install android in windows xp</title><content type='html'>Here’s a &lt;a href="http://www.nadasumbang.com/cara-install-android-di-windows-xp-tutorial-ndroid/"&gt;quick start installation guide&lt;/a&gt; to get you up and running with the Google Android Software Development Kit (SDK). This guide will describe how to install the Android SDK and set up your chosen development environments. If you’ haven’t already done so you can download the Android SDK from the link below, then we can get started.&lt;br /&gt;&lt;br /&gt;First you’ll need to download the Android SDK source files:&lt;br /&gt;( http://code.google.com/android/download.html )&lt;br /&gt;System Requirements&lt;br /&gt;&lt;br /&gt;In order to first use the Android SDK code and tools for development you will of course need a suitable environment develop from.&lt;br /&gt;&lt;br /&gt;Currently the following operating systems are supported:&lt;br /&gt;&lt;br /&gt;    * Windows XP or Vista&lt;br /&gt;    * Mac OS X 10.4.8 or later (x86 only)&lt;br /&gt;    * Linux (tested on Linux Ubuntu Dapper Drake)&lt;br /&gt;&lt;br /&gt;You will also need to install a suitable development environment such as:&lt;br /&gt;&lt;br /&gt;    * Eclipse&lt;br /&gt;&lt;br /&gt;      Eclipse 3.2, 3.3 (Europa)&lt;br /&gt;      Android Development Tools plugin (optional)&lt;br /&gt;    * Other development environments or IDEs&lt;br /&gt;&lt;br /&gt;      JDK 5 or JDK 6 (JRE alone is not sufficient)&lt;br /&gt;      Not compatible with Gnu Compiler for Java (gcj)&lt;br /&gt;      Apache Ant 1.6.5 or later for Linux and Mac, 1.7 or later for Windows&lt;br /&gt;&lt;br /&gt;Installing The Android SDK&lt;br /&gt;&lt;br /&gt;First you will need to download the Android SDK pack .zip archive, once downloaded find a suitable installation location on your machine and extract the zipped files.&lt;br /&gt;&lt;br /&gt;Please note: This installation location will be referred to as $SDK_ROOT from now on through this tutorial&lt;br /&gt;&lt;br /&gt;Alternatively you can add /tools to your root path which will prevent the need to specify the full path to the tools directory along with enabling you to run Android Debug Bridge (adb) along with other command line tools.&lt;br /&gt;&lt;br /&gt;To add /tools:&lt;br /&gt;Linux&lt;br /&gt;&lt;br /&gt;   1. Edit the ~/.bash_profile or ~/.bashrc files looking for a line that sets the PATH variable.&lt;br /&gt;   2. Add the full path location to your $SDK_ROOT/tools location for the PATH variable.&lt;br /&gt;   3. If no PATH line exists you can add the line by typing the following:&lt;br /&gt;   4. export PATH=${PATH}:&lt;path to your $SDK_ROOT/tools&gt;&lt;br /&gt;&lt;br /&gt;Mac OS X&lt;br /&gt;&lt;br /&gt;   1. In the home directory locate the .bash_profile and locating the PATH variable add the location to your $SDK_ROOT/tools folder.&lt;br /&gt;&lt;br /&gt;Windows XP / Vista&lt;br /&gt;&lt;br /&gt;   1. Right click on the My Computer icon and select the properties tab.&lt;br /&gt;   2. Select the Advanced tab and click the Environment Variables button.&lt;br /&gt;   3. In the new dialog box dowble-click on Path (located under System Variables) and type in the full path location to the tools directory.&lt;br /&gt;&lt;br /&gt;The Android SDK also requires a suitable development environment to work in, here’s the installation guides for each of the supported environments.&lt;br /&gt;Android Eclipse Plugin (ADT)&lt;br /&gt;&lt;br /&gt;If you choose to use the Eclipse IDE as your Android development environment you will have the opportunity to install and run a plug-in called Android Development Tools. ADT comes with a variety of powerful tools and extensions that will make creating, running and debugging your Android applications much easier and faster.&lt;br /&gt;&lt;br /&gt;In order to download and install ADT you will first need to configure an Eclipse remote update, this can achieved via the following steps:&lt;br /&gt;&lt;br /&gt;   1. Start Eclipse, then select Help &gt; Software Updates &gt; Find and Install….&lt;br /&gt;   2. In the dialog that appears, select Search for new features to install and press Next.&lt;br /&gt;   3. Press New Remote Site.&lt;br /&gt;   4. In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL: https://dl-ssl.google.com/android/eclipse/.&lt;br /&gt;   5. Press OK.&lt;br /&gt;   6. You should now see the new site added to the search list (and checked).&lt;br /&gt;   7. Press Finish.&lt;br /&gt;   8. In the subsequent Search Results dialog box, select the checkbox for Android Plugin &gt; Eclipse Integration &gt; Android Development Tools and press Next.&lt;br /&gt;   9. Read the license agreement and then select Accept terms of the license agreement, if appropriate.&lt;br /&gt;  10. Press Next.&lt;br /&gt;  11. Press Finish.&lt;br /&gt;  12. The ADT plugin is not signed; you can accept the installation anyway by pressing Install All.&lt;br /&gt;  13. Restart Eclipse.&lt;br /&gt;  14. After restart, update your Eclipse preferences to point to the SDK root directory ($SDK_ROOT):&lt;br /&gt;      Select Window &gt; Preferences… to open the Preferences panel. (Mac OS X: Eclipse &gt; Preferences)&lt;br /&gt;      Select Android from the left panel.&lt;br /&gt;      For the SDK Location in the main panel, press Browse... and find the SDK root directory.&lt;br /&gt;  15. Press Apply, then OK&lt;br /&gt;&lt;br /&gt;Updating the ADT Plugin&lt;br /&gt;&lt;br /&gt;To update the ADT plugin to the latest version, follow these steps:&lt;br /&gt;&lt;br /&gt;   1. Select Help &gt; Software Updates &gt; Find and Install….&lt;br /&gt;   2. Select Search for updates of the currently installed features and press Finish.&lt;br /&gt;   3. If any update for ADT is available, select and install.&lt;br /&gt;&lt;br /&gt;Alternatively:&lt;br /&gt;&lt;br /&gt;   1. Select Help &gt; Software Updates &gt; Manage Configuration.&lt;br /&gt;   2. Navigate down the tree and select Android Development Tools &lt;version&gt;&lt;br /&gt;   3. Select Scan for Updates under Available Tasks.&lt;br /&gt;&lt;br /&gt;How-To Use Eclipse To Develop Android Applications&lt;br /&gt;&lt;br /&gt;In order to begin development on your Android applications you will first need to create a new Android project and then configure a launch configuration. Once completed you will have the capability to write, run and debug your Android creations.&lt;br /&gt;&lt;br /&gt;The following sections below will provide you with the necessary instructions to get you up and running with Android provided you have installed the ADT plugin (as previously mentioned) in your Eclipse environment.&lt;br /&gt;Creating A New Android Project&lt;br /&gt;&lt;br /&gt;The Android Development Tools plugins kindly provides a Wizard for setting up new Projects which will allow us to create new Eclipse projects relatively quickly for either new or existing code.&lt;br /&gt;&lt;br /&gt;Select File &gt; New &gt; Project&lt;br /&gt;&lt;br /&gt;   1. Select Android &gt; Android Project, and press Next&lt;br /&gt;   2. Select the contents for the project:&lt;br /&gt;&lt;br /&gt;    * Select Create new project in workspace to start a project for new code. Enter the project name, the base package name, the name of a single Activity class to create as a stub .java file, and a name to use for your application.&lt;br /&gt;    * Select Create project from existing source to start a project from existing code. Use this option if you want to build and run any of the sample applications included with the SDK. The sample applications are located in the samples/ directory in the SDK. Browse to the directory containing the existing source code and click OK. If the directory contains a valid Android manifest file, the ADT plugin fills in the package, activity, and application names for you.&lt;br /&gt;&lt;br /&gt;Press Finish.&lt;br /&gt;&lt;br /&gt;Once completed the ADT plugin will go ahead and create the following files and folders as appropriate for the type of project selected:&lt;br /&gt;&lt;br /&gt;    * src/ A folder that includes your stub .java Activity file.&lt;br /&gt;    * res/ A folder for your resources.&lt;br /&gt;    * AndroidManifest.xml The manifest for your project.&lt;br /&gt;&lt;br /&gt;Creating A Launch Configuration For Eclipse&lt;br /&gt;&lt;br /&gt;In order to be able to run and debug your own Eclipse applications you must first create a launch configuration. Simply, a launch config is used to specify which project to launch, which activity to start and the specific emulation options to use.&lt;br /&gt;&lt;br /&gt;To create a launch configuration for the application, please see the following steps:&lt;br /&gt;1. Select Run &gt; Open Run Dialog… or Run &gt; Open Debug Dialog… as appropriate.&lt;br /&gt;2. In the project type list on the left, right-click Android Application and select New.&lt;br /&gt;3. Enter a name for your configuration.&lt;br /&gt;4. On the Android tab, browse for the project and Activity to start.&lt;br /&gt;5. On the Emulator tab, set the desired screen and network properties, as well as any other emulator startup options.&lt;br /&gt;6. You can set additional options on the Common tab as desired.&lt;br /&gt;7. Press Apply to save the launch configuration, or press Run or Debug (as appropriate).&lt;br /&gt;Running and Debugging an Eclipse Application&lt;br /&gt;&lt;br /&gt;Once both steps 1 and 2 have been completed and your project and launch configs are up and running you will now be able to run or debug your application.&lt;br /&gt;&lt;br /&gt;From the Eclipse main menu, select Run &gt; Run or Run &gt; Debug as appropriate. This command will run or debug the most recently selected application.&lt;br /&gt;&lt;br /&gt;To set or change the active launch configuration, use the Run configuration manager, which you can access through Run &gt; Open Run Dialog… or Run &gt; Open Debug Dialog….&lt;br /&gt;&lt;br /&gt;Running or debugging the application will trigger the following actions:&lt;br /&gt;&lt;br /&gt;    * Starts the emulator, if it is not already running.&lt;br /&gt;    * Compile the project, if there have been changes since the last build, and installs the application on the emulator.&lt;br /&gt;    * Run starts the application.&lt;br /&gt;    * Debug starts the application in “Wait for debugger” mode, then opens the Debug perspective and attaches the Eclipse Java debugger to the application.&lt;br /&gt;&lt;br /&gt;Developing Android Applications with Other IDEs and Tools&lt;br /&gt;&lt;br /&gt;Although it is recommended you use Eclipse with the Android plugin to develop your applications, the SDK also provides tools which will enable you to develop with other IDE’s including intelliJ (alternatively you could just use Eclipse without the plugin).&lt;br /&gt;Creating an Android Project&lt;br /&gt;&lt;br /&gt;Bundled with the Android SDK is a program called activityCreatory. activityCreator will generate a number of ‘stub’ files for your chosen project alongside a build file. This can be used to either create an Android project for new code or from existing code.&lt;br /&gt;&lt;br /&gt;For Linux and Mac users the Android SDK provides a Python script called activityCreator.py, with Windows users receiving a btach script called activityCreator.bat. The program is used in the same way regardless of operating system.&lt;br /&gt;&lt;br /&gt;In order to run activityCreator and create an Android project, follow these steps:&lt;br /&gt;&lt;br /&gt;   1. In the command line, change to the tools/ directory of the SDK and create a new directory for your project files. If you are creating a project from existing code, change to the root folder of your application instead.&lt;br /&gt;   2. Run activityCreator. In the command, you must specify a fully-qualified class name as an argument. If you are creating a project for new code, the class represents the name of a stub class that the script will create. If you are creating a project from existing code, you must specify the name of one Activity class in the package. Command options for the script include:&lt;br /&gt;&lt;br /&gt;–out &lt;folder&gt; which sets the output directory. By default, the output directory is the current directory. If you created a new directory for your project files, use this option to point to it.&lt;br /&gt;&lt;br /&gt;–ide intellij, which generates IntelliJ IDEA project files in the newly created project&lt;br /&gt;Here’s an example:&lt;br /&gt;&lt;br /&gt;/android_linux_sdk/tools$ ./activityCreator.py –out myproject your.package.name.ActivityName&lt;br /&gt;package: your.package.name&lt;br /&gt;out_dir: myproject&lt;br /&gt;activity_name: ActivityName&lt;br /&gt;~/android_linux_sdk/tools$&lt;br /&gt;&lt;br /&gt;The activityCreator script generates the following files and directories (but will not overwrite existing ones):&lt;br /&gt;&lt;br /&gt;    * AndroidManifest.xml The application manifest file, synced to the specified Activity class for the project.&lt;br /&gt;    * build.xml An Ant file that you can use to build/package the application.&lt;br /&gt;    * src/your/package/name/ActivityName.java The Activity class you specified on input.&lt;br /&gt;    * your_activity.iml, your_activity.ipr, your_activity.iws [only with the -ide intelliJ flag] intelliJ project files.&lt;br /&gt;    * res/ A directory to hold resources.&lt;br /&gt;    * src/ The source directory.&lt;br /&gt;    * bin/ The output directory for the build script.&lt;br /&gt;&lt;br /&gt;Once complete you will now be able to move your folder wherever you choose for development but you’ll need to bear in mind then you will need to use the adb program in the tools folder in order to send the files to the emulator.&lt;br /&gt;How-To Build An Android Application&lt;br /&gt;&lt;br /&gt;Here’s how to use the Ant build.xml file generated by activityCreator to build your application.&lt;br /&gt;&lt;br /&gt;   1. If you don’t have it, you can obtain Ant from the Apache Ant home page. Install it and make sure it is on your executable path.&lt;br /&gt;   2. Before calling Ant, you need to declare the JAVA_HOME environment variable to specify the path to where the JDK is installed.Note: When installing JDK on Windows, the default is to install in the “Program Files” directory. This location will cause ant to fail, because of the space. To fix the problem, you can specify the JAVA_HOME variable like this: set JAVA_HOME=c:\Prora~1\Java\. The easiest solution, however, is to install JDK in a non-space directory, for example: c:\java\jdk1.6.0_02.&lt;br /&gt;   3. If you have not done so already, follow the instructions for Creating a New Project above to set up the project.&lt;br /&gt;   4. You can now run the Ant build file by simply typing ant in the same folder as the build.xml file for your project. Each time you change a source file or resource, you should run ant again and it will package up the latest version of the application for you to deploy.&lt;br /&gt;&lt;br /&gt;How-To Run An Android Application&lt;br /&gt;&lt;br /&gt;In order to run a compiled application you will first need to upload the .apk file to the /data/app/ directory in the emulator using the adb tool:&lt;br /&gt;&lt;br /&gt;   1. Start the emulator (run $SDK_HOME/tools/emulator from the command line)&lt;br /&gt;   2. On the emulator, navigate to the home screen (it is best not to have that application running when you reinstall it on the emulator; press the Home key to navigate away from that application).&lt;br /&gt;   3. Run adb install myproject/bin/&lt;appname&gt;.apk to upload the executable. So, for example, to install the Lunar Lander sample, navigate in the command line to $SDK_ROOT/sample/LunarLander and type ../../tools/adb install bin/LunarLander.apk&lt;br /&gt;   4. In the emulator, open the list of available applications, and scroll down to select and start your application.&lt;br /&gt;&lt;br /&gt;Please Note: When installing an activity for the first time you may need to restart the emulator engine in order for the activity to show up in the application launcher or before any other application can call. This is usually down to the fact that the package manager normally only examines manifests completely on emulator start-up.&lt;br /&gt;How-To Attach a Debugger to Your Application&lt;br /&gt;&lt;br /&gt;The following section details how to display debug information directly onto the screen (for example CPU usage). It also shows you how to hook up your IDE to debug running applications on the emulator.&lt;br /&gt;&lt;br /&gt;The Eclipse plugin automatically attaches a debugger but you can configure other IDE’s to wait on a debugging port by doing the following:&lt;br /&gt;&lt;br /&gt;Start the Dalvik Debug Monitor Server (DDMS) tool , which acts as a port forwarding service between your IDE and the emulator.&lt;br /&gt;&lt;br /&gt;   1. Set optional debugging configurations on your emulator, such as blocking application startup for an activity until a debugger is attached. Note that many of these debugging options can be used without DDMS, such as displaying CPU usage or screen refresh rate on the emulator.&lt;br /&gt;   2. Configure your IDE to attach to port 8700 for debugging. We’ve included information higher up on how to set up Eclipse to debug your project.&lt;br /&gt;&lt;br /&gt;How-To Configure Your IDE To Attach To The Debugging Port&lt;br /&gt;&lt;br /&gt;DDMS will automatically assign a specific debugging port for every virtual machine that it detects on the emulator. You must either attach your IDE to that port, or use a default port 8700 to connect to whatever application is currently selected on the list of discovered virtual machines.&lt;br /&gt;&lt;br /&gt;Ideally your IDE will attach to the application running on the emulator, showing its threads and allowing you to suspend them, inspect them, or set breakpoints. If you choose to “Wait for debugger” in the Development settings panel, this will cause the application to run when Eclipse connects therefore you will need to set any breakpoints you want before connecting. If you change the application being debugged or the “Wait for debugger” then the system will kill the selected currently running application.&lt;br /&gt;&lt;br /&gt;This can be handy if your application is in a bad state, you can simply go to the settings and toggle the checkbox to kill it.&lt;br /&gt;Debugging Android&lt;br /&gt;&lt;br /&gt;Google Android has a fairly extensive set of tools to help you debug your programs:&lt;br /&gt;&lt;br /&gt;    * DDMS – A graphical program that supports port forwarding (so you can set up breakpoints in your code in your IDE), screen captures on the emulator, thread and stack information, and many other features. You can also run logcat to retrieve your Log messages. See the linked topic for more information.&lt;br /&gt;    * logcat – Dumps a log of system messages. The messages include a stack trace when the emulator throws an error, as well as Log messages. To run logcat, see the linked topic. …&lt;br /&gt;      I/MemoryDealer( 763): MemoryDealer (this=0×54bda0): Creating 2621440 bytes heap at 0×438db000&lt;br /&gt;      I/Logger( 1858): getView() requesting item number 0&lt;br /&gt;      I/Logger( 1858): getView() requesting item number 1&lt;br /&gt;      I/Logger( 1858): getView() requesting item number 2&lt;br /&gt;      D/ActivityManager( 763): Stopping: HistoryRecord{409dbb20 com.google.android.home.AllApps}&lt;br /&gt;      …&lt;br /&gt;&lt;br /&gt;    * Android Log- A logging class to print out messages to a log file on the emulator. You can read messages in real time if you run logcat on DDMS (covered next). Add a few logging method calls to your code.&lt;br /&gt;&lt;br /&gt;      To use the Log class, you just call Log.v() (verbose), Log.d() (debug), Log.i() (information), Log.w() (warning) or Log.e (error) depending on the importance you wish to assign the log message.&lt;br /&gt;      Log.i(“MyActivity”, “MyClass.getView() — Requesting item number ” + position) You can use logcat to read these messages&lt;br /&gt;    * Traceview – Android can save a log of method calls and times to a logging file that you can view in a graphical reader called Traceview. See the linked topic for more information.&lt;br /&gt;    * Eclipse plugin – The Eclipse Android plugin incorporates a number of these tools (ADB, DDMS, logcat output, and other functionality). See the linked topic for more information.&lt;br /&gt;&lt;br /&gt;      Debug and Test Device Settings – Android exposes several settings that expose useful information such as CPU usage and frame rate.&lt;br /&gt;&lt;br /&gt;Debug and Test Settings on the Device&lt;br /&gt;&lt;br /&gt;Android enables you to set a number of options that will make it far easier to test and debug your applications.&lt;br /&gt;&lt;br /&gt;To get to the development settings page on the emulator simply go to Dev Tools &gt; Development Settings. This will in turn open up the development settings page with the following options (among others):&lt;br /&gt;&lt;br /&gt;    * Debug app Selects the application that will be debugged. You do not need to set this to attach a debugger, but setting this value has two effects:&lt;br /&gt;&lt;br /&gt;It will prevent Android from throwing an error if you pause on a breakpoint for a long time while debugging.&lt;br /&gt;&lt;br /&gt;It will enable you to select the Wait for Debugger option to pause application startup until your debugger attaches (described next).&lt;br /&gt;&lt;br /&gt;    * Wait for debugger Blocks the selected application from loading until a debugger attaches. This way you can set a breakpoint in onCreate(), which is important to debug the startup process of an Activity. When you change this option, any currently running instances of the selected application will be killed. In order to check this box, you must have selected a debug application as described in the previous option. You can do the same thing by adding waitForDebugger() to your code.&lt;br /&gt;    * Immediately destroy activities Tells the system to destroy an activity as soon as it is stopped (as if Android had to reclaim memory). This is very useful for testing the onFreeze(Bundle) / onCreate(android.os.Bundle) code path, which would otherwise be difficult to force. Choosing this option will probably reveal a number of problems in your application due to not saving state.&lt;br /&gt;    * Show screen updates Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is very useful for discovering unnecessary screen drawing.&lt;br /&gt;    * Show CPU usage Displays CPU meters at the top of the screen, showing how much the CPU is being used. The top red bar shows overall CPU usage, and the green bar underneath it shows the CPU time spent in compositing the screen. Note: You cannot turn this feature off once it is on, without restarting the emulator.&lt;br /&gt;    * Show screen FPS Displays the current frame rate. Mostly useful for games to see the overall frame rate they are achieving. Note: You cannot turn this feature off once it is on without restarting the emulator.&lt;br /&gt;    * Show background Displays a background pattern when no activity screens are visible. This typically does not happen, but can happen during debugging.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-8837383695826231825?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/8837383695826231825/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=8837383695826231825' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/8837383695826231825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/8837383695826231825'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2010/11/how-to-install-android-in-windows-xp.html' title='How to install android in windows xp'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-6136651584467706035</id><published>2010-01-10T19:23:00.000-08:00</published><updated>2010-01-10T20:08:28.493-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Tips Meningkatkan Alexa Rank</title><content type='html'>1. Alexa Traffic&lt;br /&gt;Langkah yang paling dasar : Get lot of site traffic! Karena ide awal dari Alexa rank adalah untuk menentukan website mana yang memiliki traffic paling banyak dengan asumsi, banyak traffic = lebih populer. Yep, Alexa pada dasarnya adalah ranking popularistas suatu website.&lt;br /&gt;&lt;br /&gt;2. Alexa Toolbar&lt;br /&gt;Menggunakan browser yang terinstall toolbar Alexa bisa ningkatin ranking website kamu. Sebenarnya bukan hanya websitemu, setiap website yang dikunjungi browser yang terinstall toolbar Alexa juga mendapat “nilai” yang akan diperhitungkan dalam ranking. Lalu, bukankah pengunjung pasti dari websitemu adalah dirimu sendiri? So, kalau browsermu sudah terinstall toolbar, maka penambahan point ranking akan terjadi secara otomatis! Nah, toolbar Alexa tersebut bisa di install melalui link berikut :&lt;br /&gt;&lt;br /&gt;3. Alexa Widget&lt;br /&gt;Pasang Alexa site stat widget di websitemu. Alexa site stat ini mengandung javascript yang mengantarkan setiap data pengunjung (ping) ke server Alexa sehingga statistik Alexa menjadi lebih akurat. Scriptnya bisa diambil di sini. Tinggal copy paste. Ga perlu malu pasang Alexa widget yang gede, untuk mencapai hasil yang diinginkan tentunya ada harga yang harus dibayar kan? Siapa sangka dulunya ranking 3 juta-an sekarang ranking 300 ribuan?&lt;br /&gt;&lt;br /&gt;4. Alexa Redirection&lt;br /&gt;Gunakan Alexa redirection setiap berkunjung ke websitemu. Formatnya seperti berikut:&lt;br /&gt;&lt;br /&gt;http://redirect.alexa.com/redirect?www.resep.web.id&lt;br /&gt;&lt;br /&gt;(Ganti www.www.resep.web.id dengan URL websitemu)&lt;br /&gt;Alexa Redirection sudah tidak berfungsi lagi. Setiap loading page dengan link ini akan muncul pesan 404.&lt;br /&gt;&lt;br /&gt;404 Not Found&lt;br /&gt;The requested URL /redirect was not found on this server.&lt;br /&gt;&lt;br /&gt;5. Alexa Blog/Content&lt;br /&gt;Tulis/blog tentang Alexa di blogmu. Webmaster dan Blogger suka cara-cara untuk meningkatkan ranking Alexa. Ya… mungkin seperti yang dibaca sekarang ini.&lt;br /&gt;&lt;br /&gt;Mengapa Alexa penting ?&lt;br /&gt;Jawabannya, karena ada beberapa website layanan iklan komersil yang memberikan syarat ranking Alexa dalam batasan tertentu. ReviewMe, Text Link Ads dan Sponsored Reviews adalah 3 diantaranya dan masih banyak lagi. Jikapun kita tidak berkeinginan menggunakan layanan iklan komersil atau tidak ingin menjadikan blog kita sebagai monetize blog, peningkatan ranking Alexa bisa dipandang sebagai upaya untuk melakukan sedikit optimasi yang bisa bermanfaat bagi kwalitas blog.&lt;br /&gt;&lt;br /&gt;source &lt;a href="http://nadasumbang.com"&gt;www.nadasumbang.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-6136651584467706035?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/6136651584467706035/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=6136651584467706035' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6136651584467706035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6136651584467706035'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2010/01/tips-meningkatkan-alexa-rank.html' title='Tips Meningkatkan Alexa Rank'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-5703100964176147010</id><published>2010-01-04T02:36:00.000-08:00</published><updated>2010-01-04T02:37:16.639-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mikrotik'/><title type='text'>IP Hotspot 2</title><content type='html'>Menu is designed to manage HotSpot servers of the router. It is possible to run HotSpot on Ethernet, wireless, VLAN and bridge interfaces. One HotSpot server is allowed per interface. When HotSpot is configured on bridge interface, set HotSpot interface as bridge interface not as bridge port, do not add public interfaces to bridge ports. You can add HotSpot servers manually to /ip hotspot menu, but it is advised to run /ip hotspot setup, that adds all necessary settings.&lt;br /&gt;&lt;br /&gt;    * name (text) : HotSpot server's name or identifier&lt;br /&gt;    * address-pool (name / none; default: none) : address space used to change HotSpot client any IP address to a valid address. Useful for providing public network access to mobile clients that are not willing to change their networking settings&lt;br /&gt;    * idle-timeout (time / none; default: 5m) : period of inactivity for unauthorized clients. When there is no traffic from this client (literally client computer should be switched off), once the timeout is reached, user is dropped from the HotSpot host list, its used address becomes available&lt;br /&gt;    * interface (name of interface) : interface to run HotSpot on&lt;br /&gt;    * addresses-per-mac (integer / unlimited; default: 2) : number of IP addresses allowed to be bind with the MAC address, when multiple HotSpot clients connected with one MAC-address&lt;br /&gt;    * profile (name; default: default) - HotSpot server default HotSpot profile, which is located in /ip hotspot profile &lt;br /&gt;&lt;br /&gt;ip hotspot profile&lt;br /&gt;&lt;br /&gt;HotSpot profile used for common settings of the HotSpot server, which are applied for all users connected to HotSpot server. Profile allows to specify HotSpot server login options, whether to use RADIUS server for clients and much more.&lt;br /&gt;&lt;br /&gt;    * name (text) : HotSpot profile name or identifier&lt;br /&gt;    * dns-name (text) : DNS name of the HotSpot server, it appears as the location of the login page in the web browser. Fully qualified domain name is required, like www.myhotspot.com not www.hotspot&lt;br /&gt;    * hotspot-address (IP address; default: 0.0.0.0) : IP address for the HotSpot server ?!&lt;br /&gt;    * html-directory (text; default: hotspot) : HotSpot HTML pages are stored in the particular directory, for example login page, status page, etc. To change HotSpot login page, connect to the router with FTP and download hotspot folder contents. Basic HTML skills required to change HotSpot login page.&lt;br /&gt;    * http-cookie-lifetime (time; default: 3d) : HTTP cookie validity time, the option is related to cookie HotSpot login method&lt;br /&gt;    * http-proxy (IP address; default: 0.0.0.0) : address of the proxy server for HotSpot service, when default value is used all request are resolved by the local /ip proxy&lt;br /&gt;    * login-by (multiple choice: cookie / http-chap / http-pap / https / mac / mac / trial; default: http-chap, cookie) : used HotSpot authentication method&lt;br /&gt;          o cookie - may only be used with other HTTP authentication method. HTTP cookie is generated, when user authenticates in HotSpot for the first time. User is not asked for the login/password and authenticated automatically, until cookie-lifetime is active&lt;br /&gt;          o http-chap - login/password is required for the user to authenticate in HotSpot. CHAP challenge-response method with MD5 hashing algorithm is used for protecting passwords.&lt;br /&gt;          o http-pap - login/password is required for user to authenticate in HotSpot. Username and password are sent over network in plain text.&lt;br /&gt;          o https - login/password is required for user to authenticate in HotSpot. Client login/password exchange between client and server is encrypted with SSL tunnel&lt;br /&gt;          o mac - client is authenticated without asking login form. Client MAC-address is added to /ip hotspot user database, client is authenticated as soon as connected to the HotSpot&lt;br /&gt;          o trial - client is allowed to use internet without HotSpot login for the specified amount of time &lt;br /&gt;    * mac-auth-password (text) : used together with MAC authentication, field used to specify password for the users to be authenticated by their MAC addresses. The following option is required, when specific RADIUS server rejects authentication for the clients with blank password&lt;br /&gt;    * nas-port-time (text; default: wireless-802.11) : NAS-Port-Type value to be sent to RADIUS server, NAS-Port-Type values are described in the RADIUS RFC. This optional value attribute indicates the type of the physical port of the HotSpot server&lt;br /&gt;    * radius-accounting (yes / no; default: yes) : send RADIUS server accounting information for each user, when yes is used&lt;br /&gt;    * radius-default-domain (text) : default domain to use for RADIUS requests. Allows to use separate RADIUS server per /ip hotspot profile&lt;br /&gt;    * radius-interim-update (time / received) : how often to send accounting updates. When received is configured, interim-time is used from RADIUS server&lt;br /&gt;    * radius-location-name (text) : RADIUS-Location-Id to be sent to RADIUS server. To identify location of the HotSpot server during the communication with RADIUS server. Value is optional and used together with RADIUS server&lt;br /&gt;    * smtp-server (IP address; default: 0.0.0.0) : SMTP server address to be used to redirect HotSpot users SMTP requests&lt;br /&gt;    * split-user-domain (yes / no; default: no) : Split username from domain name when the username is given in "user@domain" or in "domain\user" format from RADIUS server&lt;br /&gt;    * ssl-certificate (name / none; default: none) : name of the SSL certificate on the router to use only for HTTPS authentication&lt;br /&gt;    * trial-uptime (time / time; default: 30m / 1d) : used only with trial authentication method. First time specifies, how long trial user identified by MAC address can use access to public networks without HotSpot authentication. Second time specifies amount of time, that has to pass that user is allowed to use trial again&lt;br /&gt;    * trial-user-profile (name; default: default) : specifies ip hotspot user profile for trial users&lt;br /&gt;    * use-radius (yes / no; default: no) : whether to use RADIUS server of authorization and accounting. When yes RADIUS server should be added to radius menu, firstly local ip hotspot user database is used, only then information is sent to RADIUS server &lt;br /&gt;&lt;br /&gt;to be continued....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-5703100964176147010?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/5703100964176147010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=5703100964176147010' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5703100964176147010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5703100964176147010'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2010/01/ip-hotspot-2.html' title='IP Hotspot 2'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-6777401936879259579</id><published>2010-01-04T02:34:00.000-08:00</published><updated>2010-11-11T00:24:45.352-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mikrotik'/><title type='text'>Mikrotik Hotspot 1</title><content type='html'>HotSpot&lt;br /&gt;&lt;br /&gt;The MikroTik HotSpot Gateway provides authentication for clients before access to public networks .&lt;br /&gt;&lt;br /&gt;HotSpot Gateway features:&lt;br /&gt;&lt;br /&gt;    * different authentication methods of clients using local client database on the router, or &lt;a href="http://www.nadasumbang.com/setting-radius-dan-hotspot-mikrotik/"&gt;remote RADIUS server&lt;/a&gt;;&lt;br /&gt;    * users accounting in local database on the router, or on remote RADIUS server;&lt;br /&gt;    * walled-garden system, access to some web pages without authorization;&lt;br /&gt;    * login page modification, where you can put information about the company;&lt;br /&gt;    * automatic and transparent change any IP address of a client to a valid address; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ip hotspot setup&lt;br /&gt;&lt;br /&gt;The simplest way to setup HotSpot server on a router, by&lt;br /&gt;&lt;br /&gt;/ip hotspot setup &lt;br /&gt;&lt;br /&gt;Router will ask you the questions, when successfully finished default configuration will be added for HotSpot server. Once your run setup command, you will be asked for the particular questions,&lt;br /&gt;&lt;br /&gt;    * hotspot interface (name of the interface) : interface name to run HotSpot on. To run HotSpot on bridge interface, make sure public interfaces are not included to the bridge&lt;br /&gt;    * local address of network (IP address; default: 10.5.50.1/24) : HotSpot gateway address&lt;br /&gt;    * masquerade network (yes / no; default: yes) : Whether to masquerade HotSpot network, when yes rule is added to /ip firewall nat with action=masquerade&lt;br /&gt;    * address pool of network (name) : Address pool for HotSpot network, which is used to change user IP address to a valid address. Useful for providing network access to mobile clients that are not willing to change their networking settings&lt;br /&gt;    * select certificate (none / import-other-certificate) : choose SSL certificate, when HTTPS authorization method is required&lt;br /&gt;    * ip address of smtp server (IP address; default: 0.0.0.0) : IP address of the SMTP server, where to redirect HotSpot's network SMTP requests (25 TCP port)&lt;br /&gt;    * dns servers (IP address) : DNS server addresses used for HotSpot clients, configuration taken from /ip dns menu of the HotSpot gateway&lt;br /&gt;    * dns name (name; default: blank) : domain name of the HotSpot server, full quality domain name is required, for example www.example.com&lt;br /&gt;    * name of local hotspot user (name; default: admin) : username of one automatically created HotSpot user, added to /ip hotspot user&lt;br /&gt;    * password for the user (name) : password for automatically created HotSpot user&lt;br /&gt;&lt;br /&gt;to be continue.....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-6777401936879259579?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/6777401936879259579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=6777401936879259579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6777401936879259579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6777401936879259579'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2010/01/mikrotik-hotspot-1.html' title='Mikrotik Hotspot 1'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-2112888278711505152</id><published>2010-01-04T02:24:00.000-08:00</published><updated>2010-01-04T02:33:08.327-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='mikrotik'/><title type='text'>Setting up a basic MikroTik hotspot</title><content type='html'>Mikrotik RouterOS includes an excellent hotspot solution. Read on for details on getting a basic hotspot going using RouterOS on any standard x86 PC hardware or a RouterBOARD.&lt;br /&gt;&lt;br /&gt;The RouterOS hotspot solution is very powerful and only the very basics of the solution are covered here; just enough to get you started.&lt;br /&gt;Introduction&lt;br /&gt;&lt;br /&gt;This article assumes you want to set up a basic hotspot as shown in the diagram below. If you have a DNS server integrated into your router the same rule applies, just use the router IP for your DNS server as well.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.marlwifi.org.nz/images/articles/basic-hotspot_1.gif"&gt;&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 569px; height: 217px;" src="http://www.marlwifi.org.nz/images/articles/basic-hotspot_1.gif" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;To help get you started MikroTik now include a combined RADIUS server and simple web administration package for RouterOS called the User Manager. This provides a much simpler means of user administration then the command line or Winbox. The User Manager package is included standard with all versions of RouterOS from about 2.9.35 onwards.&lt;br /&gt;&lt;br /&gt;Advanced users might wish to provide their own RADIUS server, however this is outside the scope of this article.&lt;br /&gt;Getting the Hotspot to Work&lt;br /&gt;&lt;br /&gt;First of all you will need to have a copy of RouterOS. You can purchase a license or download a 24-hour trial from Mikrotik. RouterBOARDs also usually come with RouterOS pre-licensed and installed. You will also need a computer with at least a 100MHz CPU, 32MB RAM and an IDE hard disk, or a RouterBOARD. Either method you choose will need a compatible wireless card and Ethernet adapter, or two Ethernet adapters with one connected to a standard wireless access point. You should check your hardware against the RouterOS compatibility list.&lt;br /&gt;&lt;br /&gt;If you are installing RouterOS for the first time, download the ISO image from Mikrotik and burn it to CD. Note that installation of RouterOS will completely wipe the contents of the hard disk! Boot the PC off this CD and install the following packages:&lt;br /&gt;&lt;br /&gt;    * System&lt;br /&gt;    * DHCP&lt;br /&gt;    * Wireless&lt;br /&gt;    * Hotspot&lt;br /&gt;    * Proxy&lt;br /&gt;    * User Manager (optional)&lt;br /&gt;    * Security (optional - recommended)&lt;br /&gt;    * Advanced tools (optional)&lt;br /&gt;&lt;br /&gt;Now to get started. Log onto the PC as admin with no password. If this box intended for deployment, change set a password by typing in password at the prompt. Change the hostname by typing in name.&lt;br /&gt;&lt;br /&gt;Assign an IP address to each interface. As this is going to be set up as a router, they will need to be on a different subnet. Substitute wlan1 with ether2 if you have a separate access point.&lt;br /&gt;&lt;br /&gt;      [admin@Mikrotik] &gt; ip address add address=192.168.24.3/24 interface=ether1&lt;br /&gt;      [admin@Mikrotik] &gt; ip address add address=192.168.30.1/24 interface=wlan1&lt;br /&gt;&lt;br /&gt;Now we need to add a default route to the IP of the internet router.&lt;br /&gt;&lt;br /&gt;      [admin@MikroTik] &gt; ip route add gateway 192.168.24.1&lt;br /&gt;&lt;br /&gt;Enable the wireless interface and set it to run as an access point as below. If you have an access point instead, ignore the command below, make sure it is running with no security enabled, use a suitable SSID and channel and change its admin password.&lt;br /&gt;&lt;br /&gt;      [admin@Mikrotik]&gt; interface wireless set wlan1 ssid="My HotSpot" band=2.4ghz-b mode=ap-bridge&lt;br /&gt;&lt;br /&gt;Run the hotspot setup as below. Substitute the values in italics to suit your network. The user account bears no relation to the admin account and is used for the hotspot service only. You may also need to add a host record to your DNS server for the hostname of the hotspot box. Make sure the address pool does not conflict with any devices using static IPs, such as access points.&lt;br /&gt;&lt;br /&gt;      [admin@MikroTik] &gt; ip hotspot setup&lt;br /&gt;      hotspot interface: wlan1&lt;br /&gt;      local address of network: 192.168.30.1/24&lt;br /&gt;      masquerade network: yes&lt;br /&gt;      address pool of network: 192.168.30.2-192.168.30.99&lt;br /&gt;      select certificate: none&lt;br /&gt;      ip address of smtp server: 0.0.0.0&lt;br /&gt;      dns servers: 192.168.24.2&lt;br /&gt;      dns name: hotspot.mydomain.net (or leave this blank)&lt;br /&gt;      name of local hotspot user: user&lt;br /&gt;      password for the user: password&lt;br /&gt;&lt;br /&gt;That’s the guts of it there. Fire up your laptop, associate to the network and try to access a web page. You should be redirected to the hotspot login page instead where you can enter the user credentials you set up earlier. Click the thumbnails for a full view of the default page.&lt;br /&gt;&lt;br /&gt;You should now be able to access the web normally and a pop-up window will display your connection time and data usage as you go.&lt;br /&gt;&lt;br /&gt;Bear in mind I have left out the certificate so usernames and passwords will be sent as plain text. If you intend on deploying the hotspot, you should install a certificate on it and set up SSL to protect account data from being sniffed.&lt;br /&gt;Setting up User Manager&lt;br /&gt;&lt;br /&gt;The User Manager is a nice and simple web administration for setting up user account for the MikroTik hotspot and other services. It can be hosted on either the same box as the hotspot or located in a separate box on the same local network. One User Manager package can control multiple hotspots.&lt;br /&gt;&lt;br /&gt;Before getting the User Manager set up, check for any existing hotspot account and remove them. To do this, run the following command:&lt;br /&gt;&lt;br /&gt;      [admin@MikroTik] &gt; ip hotspot user print&lt;br /&gt;      Flags: X - disabled, D - dynamic&lt;br /&gt;      # SERVER NAME ADDRESS PROFILE UPTIME&lt;br /&gt;      0 fred default 0s&lt;br /&gt;&lt;br /&gt;If any items are listed (in this case bob), run the following command to remove them:&lt;br /&gt;&lt;br /&gt;      [admin@MikroTik] &gt; ip hotspot user remove 0&lt;br /&gt;&lt;br /&gt;You can delete multiple items at the same time, simply separate each item number with a comma.&lt;br /&gt;&lt;br /&gt;To get the User Manager working we first need to add a customer login. This is used to access the UM web administration. Make sure you substitute the values in italics to suit.&lt;br /&gt;&lt;br /&gt;[admin@MikroTik] &gt; tool user-manager customer add login=hs_admin password=password&lt;br /&gt;&lt;br /&gt;Now we need to add the hotspot as a RADIUS client to the user manager. This is done under the user manager router section. The shared secret can be any string of text and should be reasonably long and complex. If you are setting the user manager up on the same box as the hotspot, use 127.0.0.1 for the IP address.&lt;br /&gt;&lt;br /&gt;[admin@MikroTik] &gt; tool user-manager router add ip-address=hotspot-ip shared-secret=12345 subscriber=hs_admin&lt;br /&gt;&lt;br /&gt;In return, we need to set up the hotspot to use RADIUS for user authentication. First this involves creating a RADIUS client to communicate with the UM. Remember that if you have both services on the same box, the IP address should be set to 127.0.0.1. The secret should be the same as you set up above.&lt;br /&gt;&lt;br /&gt;    [admin@MikroTik] &gt; radius add service=hotspot address=ip-address secret=12345&lt;br /&gt;&lt;br /&gt;Now we tell the hotspot itself to use a RADIUS client. First bring up a list of hotspot profiles:&lt;br /&gt;&lt;br /&gt;    admin@MikroTik] &gt; ip hotspot profile print&lt;br /&gt;&lt;br /&gt;Locate the profile in use and type the following command where 1 is the number of the profile to configure:&lt;br /&gt;&lt;br /&gt;    [admin@MikroTik] &gt; ip hotspot profile set 1 use-radius=yes&lt;br /&gt;&lt;br /&gt;Now we are done with configuration. Browse to http://router-ip/userman where router-ip is the IP address of the box you are configuring UM on. Login using the customer username and password created earlier.&lt;br /&gt;&lt;br /&gt;Click on the User menu and select Add. Enter in a username, password and any other details you wish. You can limit the speed the client can access the internet by selecting the Rate limits checkbox and typing in a suitable speed (e.g. for a flat 128kBps download/64kBps upload speed limit simply type in 128k in the RX field and 64k in the TX field).&lt;br /&gt;&lt;br /&gt;Click Add and you should be able to now access the hotspot using the username and password you specified. If you want to generate a printable ticket for the users you set up, click on the Users link, select the users to make a ticket for, click Generate and select the number of tickets per page.&lt;br /&gt;&lt;br /&gt;======&lt;br /&gt;source : http://www.marlwifi.org.nz&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-2112888278711505152?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/2112888278711505152/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=2112888278711505152' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/2112888278711505152'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/2112888278711505152'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2010/01/setting-up-basic-mikrotik-hotspot.html' title='Setting up a basic MikroTik hotspot'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-4055506713270401009</id><published>2008-11-21T05:53:00.000-08:00</published><updated>2008-11-21T05:57:39.419-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><title type='text'>TIPS : How To Find Cheap DSL Connection</title><content type='html'>Today, there are different types of low-cost DSL Internet connections on the market with different rates depending on the needs of users, for example, ADSL, R-ADSL, HDSL, SDSL, and VDSL. The monthly rate of ADSL depends on your connection speed and download or upload traffic allows. DSL provider, data traffic up to 1 GB database from 128 kbit / s connection to the Internet. But if you want to play online, download audio or video files and data retrieval, and then allowed the movement (1 GB) per month with DSL providers will be the biggest problem for you. Visit the market for the best rate DSL-May, some providers offer DSL up to 2 GB or more traffic allows, with the same rates. Almost all of the provider of DSL service in the month compared with the same rhythm, but you can use your DSL connection is the cost of many computers using any Internet-sharing software. Typically, DSL connection is available in the unrestricted use, but you can also buy a connection for some time, or packages per hour at the monthly cost. Finally, you can ask your DSL share of the costs of business connection to the Internet from your home if your business or home nearby.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-4055506713270401009?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/4055506713270401009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=4055506713270401009' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/4055506713270401009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/4055506713270401009'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/11/tips-how-to-find-cheap-dsl-connection.html' title='TIPS : How To Find Cheap DSL Connection'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-422635341687999159</id><published>2008-11-21T05:51:00.000-08:00</published><updated>2008-11-21T05:52:48.601-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><title type='text'>About DSL Modem</title><content type='html'>Modem, which is used to transmit and receive data and digital phone line, for example, ISDN and DSL modems. These modems send and receive digital signals and digital lines. These modems are available in the market with USB and Ethernet ports only team with a USB modem, is the best option, but if you want to share the DSL connection in more than two computers, then you should try the modem to Ethernet-port. DSL modems use digital signal because these modems convert the digital signal to analog. DSL modems provide high speed Internet up to 24 Mbps downstream and 3.5 Mbps upstream. Price range of DSL modems from $ 60 to $ 225, but some DSL providers offer more advantages you have with ADSL connections in competition with other suppliers of services, like free modem with a year warranty. If you want your DSL is working with good speed and error-free is available, make sure that there is no tower of a telephone line and modem line. Your DSL modem to the heat of May, freezes and slow, if your DSL modem continuously for 24 hours, and then restart to solve this problem.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-422635341687999159?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/422635341687999159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=422635341687999159' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/422635341687999159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/422635341687999159'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/11/about-dsl-modem.html' title='About DSL Modem'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-7620120540850800209</id><published>2008-10-29T18:19:00.000-07:00</published><updated>2008-10-29T18:37:14.420-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Network'/><title type='text'>What is Computer Network ?</title><content type='html'>The network or the network connection is a system of interconnected communications devices that interact with each other and share information. Thus, the computer network can be defined as&lt;br /&gt;The system, which commands a majority or a large number of networked computers together to communicate freely with each other and share information with the name of network computers.&lt;br /&gt;&lt;br /&gt;The network may, within the company or span the world via the Internet. In the computer network, network operating systems, which oversees and coordinates the activities of computers connected to the network. For example, these operating systems: Windows NT, UNIX and Novell, etc.&lt;br /&gt;&lt;br /&gt;Type of network :&lt;br /&gt;&lt;br /&gt;These networks are three. These include:&lt;br /&gt;&lt;br /&gt;        * Local Area Network (LAN)&lt;br /&gt;        * The wide network (WAN)&lt;br /&gt;        * Metropolitan Area Network (MAN)&lt;br /&gt;&lt;br /&gt;Local area network&lt;br /&gt;&lt;br /&gt;Local network is a network system in which computers linked in limited geographic areas, such as computer network at a university computer lab or network of computers in office buildings, etc.&lt;br /&gt;&lt;br /&gt;A wide range of&lt;br /&gt;&lt;br /&gt;The wide network is a network system that covers large geographic areas and in different cities or countries around the world. In a global network of telephone lines, satellite, microwave, optical fiber, etc. used as a means of transmission.&lt;br /&gt;&lt;br /&gt;Metropolitan Area Network&lt;br /&gt;&lt;br /&gt;Network Capital Region is a network that covers only the city. In general, MAN is connected over a local network in the city or town and covers an area smaller than the WAN. Cable TV, local phone company or the use of MAN.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-7620120540850800209?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/7620120540850800209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=7620120540850800209' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/7620120540850800209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/7620120540850800209'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/what-is-computer-network.html' title='What is Computer Network ?'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-851512234921097204</id><published>2008-10-21T02:31:00.000-07:00</published><updated>2008-10-21T02:35:34.859-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Security'/><title type='text'>Adware and spyware : Lets hijack them</title><content type='html'>Spyware is software designed to take personal information from the computer while you are using. This information is then sent to a third party and you have no idea where this is done. Most times it is simply where you are on the Internet, but often goes to their personal identity information. Whether you Batting spyware, adware or both, there are some things you can do to protect themselves. You are on the right track, because they are now trained on adware and spyware.&lt;br /&gt;&lt;br /&gt;What are adware and spyware, and how you can protect your computer from them? While adware and spyware are often grouped in reality are different. Adware is software that decides which ads on your computer while you surf the Internet. It can also be used for the ads appear on your computer if you do not even over the Internet.&lt;br /&gt;How do you tell if your computer is affected&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;The first step in protecting themselves against adware and spyware is to determine whether your computer is the malware. Normally, the first indication that you have a problem is a sudden and unexpected problems with the performance of your computer. If your Internet browser suddenly runs slowly or not at all, may have a problem. In addition, adware and spyware, you can carry your entire computer is very slow. If you notice these problems, it is time to thoroughly check your computer.&lt;br /&gt;Protection of adware and spyware&lt;br /&gt;&lt;br /&gt;Protect your computer from adware and spyware should be one of his first priorities. It may not be possible to completely prevent the installation of these programs on your own, but there are steps you can take to prevent that from happening. The best way to protect yourself is to avoid the installation of software that are not familiar with. Upon arrival pop-up boxes asking if you trust the source of the software you can download now think twice before you click "Yes! The most common form of spyware and adware to the computer through Piggybacking on a program that aims to install. Free programs are one of the best culprits for this problem.&lt;br /&gt;&lt;br /&gt;Do not click on pop-ups say that your computer is in danger! These are also the main locations for the installation of spyware on your computer. The minute you click "yes" to a security analysis, opening up your computer for unwanted and often dangerous software. Make sure that the programming of anti-spyware installed on your computer and use it often. Even if you do not notice a problem, check. You can choose one day a week to do a scan for spyware and adware. This is one of the best things you can do to protect themselves.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-851512234921097204?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/851512234921097204/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=851512234921097204' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/851512234921097204'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/851512234921097204'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/adware-and-spyware-lets-hijack-them.html' title='Adware and spyware : Lets hijack them'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-6558752652658843260</id><published>2008-10-21T02:24:00.000-07:00</published><updated>2008-10-21T02:29:48.738-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='notebook'/><title type='text'>Laptop : Useful Gadget</title><content type='html'>Undeviating laptops are gaining importance in the simple PC. Laptops that have advanced features to date, plus all other benefits can easily be carried to any place anywhere in use. Laptops have suddenly become very important in the lives of individuals with regard to any type of office work, such as documentation, the creation of report, citing projects, and so on. Laptops are a tough competitor to the PC and are available at a reasonable price for users. The customer can find various types of laptops on the market such as Acer laptop, for example: center of the media, general purpose, the gambling type, household, commercial use, inexpensive and ultra-portable notebooks. The low-cost or low Laptops are suitable for people with comparatively low budget or people who prefer to replace your laptop instead of being subjected to repairs of the charges. Inexpensive or cheap cost laptops are a good option for students or new students from computers that are well in this new field of work or who do not want to get caught in anything related to fast-track computer. Number of laptops are thronged into the market and sometimes its very difficult for potential buyers to purchase one for them. Among all these brands Acer and Lenovo are the best choice for users. Acer is presented in the first five brands of portable and is a ranking of the best brands in the world. Its product range has PC notebooks and desktops, servers and storage systems, monitors, peripheral devices, digital services, LCD TVs and e-business solutions for business, government, education and home users. Lenovo was founded by the Chinese of the Chinese Academy of Sciences is the largest PC maker in Asia. It is actually a Pentium PC-based content that comes bundled with a modem and Internet access. The brand had already acquired twenty-five per cent of the Asian market. Therefore laptops are the best bet for the world today. Carry large amounts of data and documentation of work was a burden for people than before. However, with the introduction of these simple and elegant laptops, we have the convenience store unlimited amount of data.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-6558752652658843260?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/6558752652658843260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=6558752652658843260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6558752652658843260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/6558752652658843260'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/laptop-useful-gadget.html' title='Laptop : Useful Gadget'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-964661185952196904</id><published>2008-10-21T02:04:00.000-07:00</published><updated>2008-10-21T02:11:37.729-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='IP Phone'/><title type='text'>IP Phone Revolution</title><content type='html'>IP phone is an excellent opportunity calls. VoIP phone is essential if a person starts to use it. The telephone system is used to indicate when a user request, which will be responsible for themselves in a designated route VoIP, and finally ending his final. This telephone service allows a group of so-called IP routing and provides a VoIP-based IP telephony.&lt;br /&gt;&lt;br /&gt;IP-Phone is a new tool for recruiting people asked at a low level compared with traditional means of communication. This IP-network has its own size, so the user can, they will inevitably lead to connect people around the world. The method is simple and based on the transmission of digital packets in a number of end users to receive calls to go to their original analog form. VoIP phone can be used to connect after recording group IP call. The registration formalities of registration name at the entrance to the node-ID (NID), or user IP-address and the number of channels, which are set to the group.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;After you have finished recording, one to determine the routes VoIP. You must provide local phone numbers for each port. Typically, four ports directly created and the port of the default port is considered an option. Calls to another number, which is not present in four other ports are in this group of 5 insists that as a default route. This will allow to connect the call to its destination.&lt;br /&gt;&lt;br /&gt;The system operates on the principle that the service providers at the local level is activated in the first place. This includes the adoption of policies services. On the assumption that the site identification number should be presented. One might say the following:&lt;br /&gt;&lt;br /&gt;IP routing: enabled&lt;br /&gt;Priority: very high&lt;br /&gt;Hop maximum: 10&lt;br /&gt;Host Name:&lt;br /&gt;NID: 192.168.100.1&lt;br /&gt;&lt;br /&gt;The next step is the creation of groups calling for each remote node. Two groups call has been set. This method remains the same, if a group of fields of intellectual property, name, NID and channels for each group. After recording the claim that a group of sites appears to be in final form, namely:&lt;br /&gt;&lt;br /&gt;This group of intellectual property rights over land to 5 knots and looks node 6:&lt;br /&gt;&lt;br /&gt;Name: ipnode5&lt;br /&gt;NID: 192,168. 99.1&lt;br /&gt;Channels: 4&lt;br /&gt;&lt;br /&gt;Name: ipnode6&lt;br /&gt;NID: 192,168. 99.1&lt;br /&gt;Channels: 4&lt;br /&gt;Thus, the plan would mean that dial, which is named after un'5 "ipnode 5, and, since número'6" addresses ipnode 6th power of IP phone above, in dozens or hundreds of sites that can connect to a series of contacts at once. Indeed, callers can now be a large number of routes the call to service these roads have become a serious problem for themselves.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-964661185952196904?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/964661185952196904/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=964661185952196904' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/964661185952196904'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/964661185952196904'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/ip-phone-revolution.html' title='IP Phone Revolution'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-4762173687639800692</id><published>2008-10-20T21:21:00.000-07:00</published><updated>2008-10-21T02:15:25.766-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='notebook'/><title type='text'>Ultra Portbale : Lenovo ThinkPad X300</title><content type='html'>Lenovo ambitions are clear, create the best ultra-portable computer market. Based on the prestigious ThinkPad family, X300 is an impressive machine that does not compromise, ultra-portable and functional ability. &lt;br /&gt;&lt;br /&gt;Lenovo X300 versus MacBook Air. &lt;br /&gt;&lt;br /&gt;MacBook Air, of course, good design (some would say sexy) and is very thin and lightweight. To see that the possibility of Mac books are some of the victims in the way of features, battery life and performance. X 300 is a more traditional (old modem) looks a bit thicker and heavier, but its success in functionality, performance, DVD burners and still has the size and weight of the ultra-portable computer. To compare the MacBook Air has a nice extra light, trendy and light will satisfy users; X300 looks normal, a powerful and functional, and will meet a number of medium and heavy users.&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;ThinkPad style&lt;br /&gt;&lt;br /&gt;At first glance, you can see many similarities with the previous generation of ThinkPads. Are straight lines (most competitors who surrounded their laptops) and the least joystick is still there. The keyboard is one of the usual soft touch and comes with a retro-light if necessary. The goal is clean, strong, simple screen, possibly susceptible to scratching.&lt;br /&gt;&lt;br /&gt;Inside X300&lt;br /&gt;&lt;br /&gt;The processor for laptops X300 is new, there are two processors Core Duo L7100 is ultra-compact chip similar to MacBook Air, it has a speed of 1.2 GHz and belong to the family of Intel-based low-voltage processors. L7100 operates at 800 MHz and has a 4 Monday cash memory. A laptop comes with 2 gigabytes of memory, enough for Vista. ThinkPad works very well in most situations, and if you are a graphic designer, a large database of users and gamers heaven, you are very satisfied with their work.&lt;br /&gt;&lt;br /&gt;Lenovo X300 equipment&lt;br /&gt;&lt;br /&gt;Despite its small size, X300 focuses on maximum integration. Do not waste space here, it comes with a DVD burner, you will also find three USB and Ethernet connections. Wireless is also well represented Bluetooth 2.0 WiFi, 802,11 and 3G HSDPA. It is also a video output for VGA.&lt;br /&gt;&lt;br /&gt;The screen for professionals&lt;br /&gt;&lt;br /&gt;With 13.3-inch screen is just big enough to accommodate large spreadsheet Excel, as it is built with high-definition in 1440 by 900 pixels. Video Intel Classic GMA X3100 with 368 MB shared memory.&lt;br /&gt;&lt;br /&gt;Disappointing autonomy&lt;br /&gt;&lt;br /&gt;In considering a laptop battery never lasted more than 2 hours and 30 minutes, which is slightly disappointing, with SSD, LED screen and low-voltage processors. Once we "played" with numerous internal controls, we were able to extend autonomy to 4 hours with the use of such as Word. In addition, DVD can be replaced by another 3 cell battery.&lt;br /&gt;&lt;br /&gt;Conclusion&lt;br /&gt;&lt;br /&gt;In general, ThinkPad X300 is a great ultra-portable, lightweight, compact and reliable. Professional travelers are very pleased that the use of a laptop. There are awards for outstanding achievements and the price is $ 3000th final note, X300 comes with a three-year warranty.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-4762173687639800692?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/4762173687639800692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=4762173687639800692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/4762173687639800692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/4762173687639800692'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/ultra-portbale-lenovo-thinkpad-x300.html' title='Ultra Portbale : Lenovo ThinkPad X300'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-5062799151839005128</id><published>2008-10-20T20:53:00.000-07:00</published><updated>2008-10-21T02:20:19.777-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><title type='text'>How to Remove Spyware on 4 Steps</title><content type='html'>Behoove you know that the term "spyware has been in military circles, literally, he explains, as part of hardware that will be for spying. Espionage, the word has a slight shudder, as I have my 600 GB of information, carefully collected over the years, all childhood, adolescence and adulthood, and are packed in byte-size pieces for easier access. And all you can do bad digital-SiC, with his helmet and arrogant codes. Because I believe that everyone should be protected from this vigil ante, so that I would be 4 simple tips on how to remove spyware from your computer.&lt;br /&gt;&lt;br /&gt;Delete suspicious programs&lt;br /&gt;&lt;br /&gt;It is easy to remove spyware for the same reason that, although work in packs like rabid dogs, which, unlike viruses, do not repeat that are free and can not be distributed in different parts of the computer. They prefer not to harbor a comfortable cushion and send a digital code and wreak havoc in their system. Although they get too big, not so well concealed, and found it fairly simple. First, look at your system, objectives and a list of programs, and usually you will be able to land all know how deceptive software that he had no idea of installing in the first place. Be aware of the toolbars, side moldings, the small size of the program, which suddenly appears in your installation or use of the lists. Remove.&lt;br /&gt;&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;Backing up and cleaning system&lt;br /&gt;&lt;br /&gt;If they refuse to be removed, such tenacity can be overcome. Insert the window in "safe mode", which ensures that only those programs critical of the system activation and the weakening of activity "spyware, enough to shake their rapid removal or disposal. Sometimes the problem is too far and too many of them in various parts of the system. If so, I suggest that all backup software and complete, pure "format" clean operating system and then start again from scratch.&lt;br /&gt;&lt;br /&gt;Firewalls and security settings&lt;br /&gt;&lt;br /&gt;Make sure your Internet security settings are at their maximum, browser, is currently unknown function, where applications reject the unfounded and downloads. Firewalls your best friends in these matters, so that they continue. This "best defense is a good offense" Move. Were this a stronghold of the team, for example, a hill that very few or almost no opportunity to see them in a fortress.&lt;br /&gt;&lt;br /&gt;Cleaner software&lt;br /&gt;&lt;br /&gt;The simplest and most important, I believe that this is simply the connection and software clean and environmentally friendly. There are so many good on-line, feature packed and sufficiently broad to ensure nothing is lost. His definition files are updated often enough - that well - remains valid and protected at all times. For all these methods, I can assure you that the team remains free of spyware for a very long time.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-5062799151839005128?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/5062799151839005128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=5062799151839005128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5062799151839005128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5062799151839005128'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/how-to-remove-spyware-on-4-steps.html' title='How to Remove Spyware on 4 Steps'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-5738543883977175319</id><published>2008-10-20T20:35:00.000-07:00</published><updated>2008-10-21T02:22:19.930-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='notebook'/><title type='text'>Maximise Laptop`s Battery Life</title><content type='html'>Laptop batteries are specifically designed for notebooks from various brands and models. Today, laptops powered by a lithium-ion batteries. Lithium-ion batteries lighter, more power weight loads more, have a longer shelf life, rather than the effect of memory to fail prematurely.&lt;br /&gt;&lt;br /&gt;Lithium-ion batteries are also used in the manufacture of inexpensive, compared with the previous generation of Nickel-Metal Hydride batteries. The only drawback for lithium-ion batteries, lithium containing salt dissolved in a solvent is flammable, it is possible that overhead costs, which could cause a short circuit or even fly in the fire.&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;br /&gt;It is a common fact that all laptop batteries for a limited time, energy. A good negotiation is to check the battery when buying a laptop. Here's a snapshot at the end optimize the configuration of the battery under the low power mode for your laptop. These adjustments, the hard disk to Standby mode when the workload is low and the efficiency of notebook microprocessors in order to maximize their batteries.&lt;br /&gt;&lt;br /&gt;Since the preferences of their kind notebook, select the View menu and select the storage of energy in the View menu. Right-click option to show details and select batteries from the popup menu. Finally, choose the length of the longest battery configuration of power pop-up menu.&lt;br /&gt;Tips to optimize your laptop battery-wagon/battery-vehicle are listed below:&lt;br /&gt;&lt;br /&gt;Better to put your laptop in standby mode when not in use for some time. How to ensure that all current information in the memory with a minimal consumption of power.&lt;br /&gt;&lt;br /&gt;This is a good investment to get more memory for laptops, because it saves battery power of Windows, by reducing dependence on virtual memory paging file on your hard drive.&lt;br /&gt;&lt;br /&gt;Try the screen brightness of the LCD panel of your laptop to the lowest level of comfort, as a very bright screen, typically consume more battery power.&lt;br /&gt;&lt;br /&gt;Charging the battery from the notebook often charger or AC adapter. This is very important to clean the battery contacts from metal every few months so that it is free from dust. You can use a damp cloth to clean drinking on the battery from the notebook.&lt;br /&gt;&lt;br /&gt;Turn unused features and technologies for their laptops, which are not often used. For example, it is better to extract the CD or DVD, if you do not use an optical drive has a tendency to read a CD or DVD very often, and that process consumes more battery power.&lt;br /&gt;&lt;br /&gt;Just as it is better to get rid of external peripherals such as printers or digital cameras, since they can still use the battery from a laptop, even if it is not needed.&lt;br /&gt;&lt;br /&gt;Turn off or at least disable the PC Card, USB and FireWire devices when not in use to save power. In fact, disabling modems, network cards and USB ports consumes less battery power, even if they are located. These devices can be easily disabled in Device Manager.&lt;br /&gt;&lt;br /&gt;To save energy, it's a good idea to turn off AirPort, Wi-Fi, Bluetooth and infrared radio option when there is no need to use. The virus scan should be established only during the time they are often linked as a hard disk full of viruses to check the hard drive and processor consumes more battery power.&lt;br /&gt;&lt;br /&gt;Choosing a power console applet for profiling power in the notebook. Do not worry if your laptop does not have the power to the console applet option for most operating systems (Windows 98), Power Options utility in Control Panel.&lt;br /&gt;&lt;br /&gt;You can use the option of energy from your operating system's computing power CPU. Optimal processes processor consumes more battery power, and therefore should be avoided unless necessary. Stop the machine run applications on your laptop so that your laptop CPU `S can be stopped from doing unnecessary work.&lt;br /&gt;&lt;br /&gt;In the above tips, you can really improve the performance of your laptop batteries.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-5738543883977175319?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/5738543883977175319/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=5738543883977175319' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5738543883977175319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/5738543883977175319'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/maximise-laptops-battery-life.html' title='Maximise Laptop`s Battery Life'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-310551619267030587.post-852705787542354587</id><published>2008-10-20T05:39:00.000-07:00</published><updated>2008-10-21T02:24:14.786-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cisco'/><title type='text'>Get Network+, Ccna, Ccnp or Ccie Network Based Certifications is a must ???</title><content type='html'>Because the world is so fast to the integrity of the certification of IT is very important for all. Industry and IT as a profession is greatly increased with great speed.&lt;br /&gt;&lt;br /&gt;Certificates can not be achieved before on some rules. The certificates are required to own more or practical experience. Qualifying person needs to obtain certification is a combination of hands on experience, skills and knowledge deepened. These estimates may vary from one candidate to another certification and are difficult to assess accurately. In an ideal world, the certification authority for the use of hands on practical man who has the knowledge and skills. Since these costs are too expensive and logistically difficult in most cases, agencies use standardized tests to assess the qualifications of candidates. If the legitimacy of the process of testing is under threat, for example, where people can openly find reviews written word for word over the Internet cost of certification less. If the certification has never completely lost their value, IT profession as a whole suffers.&lt;br /&gt;&lt;br /&gt;Thus, the creation of networks on the basis of certification is a basic need today for network engineers. Networking has always been a priority of employment. Installation of LAN, WAN and Internet connectivity to the development of architecture for a file server, print server in emphasizes the need for networking experts. Network certificates from CompTIA, Cisco, Microsoft, Novell and other companies that are trying to achieve professionalism in the installation and configuration of their products. Safety has become an important part of networking and certification of network security, was also included in the network certification. Certification gives better pay, but look at his ability to get teaching certification. It may be spending more and May do not even have. The owner of the certificate should really be valuable to the company. This increases their powers.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/310551619267030587-852705787542354587?l=systelco.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://systelco.blogspot.com/feeds/852705787542354587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=310551619267030587&amp;postID=852705787542354587' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/852705787542354587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/310551619267030587/posts/default/852705787542354587'/><link rel='alternate' type='text/html' href='http://systelco.blogspot.com/2008/10/get-network-ccna-ccnp-or-ccie-network.html' title='Get Network+, Ccna, Ccnp or Ccie Network Based Certifications is a must ???'/><author><name>kang nada</name><uri>http://www.blogger.com/profile/08460621188049307136</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
