Vertical2

Wartune

Action begins with the first click! Featuring three unique classes, single and multi-player dungeons, PvP arenas, competitive battlegrounds, thousand-player boss battles, a guild system is reliable, and ... agriculture, Wartune incorporate some of your favorite features multiple game genres.

Ayodance Online

Let's dance with your friends that you are an expert dance show

Point Blank

Camon playing time war strategy together with your friends to defeat our enemies

RF Online

Raise your level in the game will be more exciting

Counter Strike

Who is not familiar with this one game. waooo ... surely you'd be curious form time with your friends to defeat the time-time adversary

Seal Online

Each player in the game will be displayed in the form of cute and funny 3D characters, which can provide a sense of comfort for everyone, making it easier for gamers to become acquainted. SEAL has interesting features such as character players can fish, dating, maintaining pet, chat via messenger (chat) and hunting (hunting) together.

Gundbound

Gundbound an online game genre action first entry into Indonesia. Released around 2004, Gunbound very fun play for pleasure. Unlike RPG online games, game BolehGame output is not 'demanding' gamers must stay in front of the computer for hours on end. The system itself can play in groups or individually, where the character played will be driving a 'vehicle' that can shoot ammunition to the opponent.

Showing posts with label Teknologi. Show all posts
Showing posts with label Teknologi. Show all posts

Wednesday, November 7, 2012

How do we make the IP Camera (CCTV)

How do we make the IP Camera (CCTV) in your PC


How do we make the IP Camera can be accessed from the internet?. Actually quite easy to do this, in all D-Link Broadband Router contained a feature called Virtual Server.

The way this feature works is quite simple: forward certain ports to a machine on our internal network. So what's the difference between Virtual Server and Port Forwarding? How it works pretty much the same, only with Port Forwarding we could use a lot of ports (for example, from 8000-8010 or 80,90,100) sdgkan Virtual Server can only use a single port (eg 8000 only)

In this example, I will use a Firstmedia (Fastnet), DIR-655 as Router and DCS-6620 IP Camera as his.

image structure as below:



DIR-655 WAN IP obtained dynamically from the ISP, while its LAN IP is 192.168.0.1 default set

For the DCS-6620, IP set to 192.168.0.80 with gateway and DNS to 192.168.0.1, for HTTP port in this example I change to port 8000 (you can replace with any number of ports (above 1024), provided it does not conflict with that already exist). Can be seen in the following picture:


Once completed then we set Virtual Server on the DIR-655, enter the IP Camera and set to 8000 and the Public Port Private Port to 8000. What is the difference Public Port and Private Port? Public Port is the port that is "visible" on the internet while the Private Port is the port the camera itself (remember I had to change to 8000)


Having finished a "Save Settings" and if there is the "Reboot Now", reboot your DIR-655.
Now we check how IP WAN obtained (as a dynamic IP from your ISP):


After that we tried from other connections, such as ADSL from neighbors or friends:-D or borrowed 3G Sodara:-D, to access IP Camera, we just need to write the address in Internet Explorer with the format: http://ABCD:xxxx where ABCD we are the clay WAN IP from Status -> Device Info earlier and Public Port xxxx is that we define in the Virtual Server setting.

setting results cctv:

Sunday, November 4, 2012

Controlling Access to Web Servers

Controlling Access to Web Servers

How to Control Access?
To control one's access to a web server can be done in two ways, namely via the Internet addresses the user and authenticate users. Web server will accept or reject a connection request from a user via a web browser, based on the Internet address of the user. If a user has an internet address listed in the 'black list' web server, the user will not be able to access the web server except to replace the Internet address to another address that is not included in the list of 'black list'.
In access control using authentication, the user is asked to authorize the memasukin user name and password. This username and password should have been registered on the server, if it fails it will automatically shut down the web server user permissions, and the user must repeat the authorization to succeed in order to access the web server.
Access arrangements can also be used by using a combination of both methods.

Access Controlled With What?
In the web server there is a file that can be used to control access to the web server. These files are known as Access Control File or ACF. There are two pieces of the ACF that can be used globally ACF has access.conf and ACF file name used for the directory, the file name. Htaccess. The second name is the actual file can be set in accordance with the wishes, but by default the name of the two is like that. Name the two files can be set via the web server configuration file, srm.conf.
Almost all the software for the web server has ACF files form the same, be it Apache, NCSA, CERN, as well as others. Here is a common example of the ACF file, and access.conf. Htaccess:

access.conf

htaccess
Access.conf file is used to control access to the web server widespread and can also be used to regulate access to a directory. In installing the web server needs to pay attention to these files, even all the software for the web server requires an administrator to edit this file prior to adjust to the desired service.
If you want to set access to specific directories exist, then it can be used. Htaccess. Use it. Htaccess to share and delegate access settings on each piece, for example if the server is owned by addressing the various divisions, and for each division wants to regulate the access of each. Files. Htaccess should be placed in each directory. Setting access to the file is not available, therefore the file should be placed in a directory.

Regulate access based on Internet address.

On the basis of the Internet address, the administrator can allow or disallow a person to access the web server, regardless of the name of the user. And this will work fine on all web browsers, such as the facility does not authenticate users.
Access arrangements in the ACF file contained on the restricted part <Directory> and </ Directory>, while for the orders contained in part limited by <Limit> and </ Limit>. Here are the commands that can be used to manage access:

order Used to determine the reading order of allow and deny commands. The default is deny, allow.

alow,denyCommands allow evaluated before deny

deny,allowCommands deny evaluated before allow
allow Specifies the Internet address to obtain access rights.
allow from host (host1 host2 host3 ...)
deny Specifies the Internet address to access prohibited.
deny from host (host1 host2 host3 ...)
host domain-nameOnly the host that owns the domain is a closed / denied access on the web server. Example: itb.ac.id

Host nameName host. Example: xxx.itb.ac.id

Ip addressIP address of a host. Example: 167.205.22.108

Part of ip address1-3 The first byte of the IP address to determine a given subnet / closed access to the web server. Example: 167.205.22

ALLThis means that all the hosts closed access to the web server

Outside the Limit part but there is a command in the section Directory Options and AllowOverride. Options are used to set up more facilities are allowed in while the web server is used to determine if the AllowOverride. Access.conf htaccess can override or not.

sample access.conf
On the Limit means:
  • Command is used to tell the httpd order to evaluate the first order deny before allow, and do allow exceptions to section.
  • Deny from all, then shut down access to all hosts.
  • Allow from ITB.ac.id, mean change from all to all domains except itb.ac.id.
If the web server is expected to be accessed by multiple domains then just add the desired domain name in order to allow

Deny from all
    Allow from ac.id net.id co.id
That is to allow anyone from the three domains to access the web server, but denying access to people from other domains.

User authentication
In this way, every time a user will access a directory, then it will be faced with two questions a user name and password. Database for names and passwords have nothing to do with the user account on the server, so for authentication on the web server does not need to have an account on the server.
Not all web server user authentication facilities. One software for web servers that have these facilities is NCSA web server. For basic configuration, the source for user authentication is not supplied, it is therefore necessary to take the source of the NCSA web server completely. Source for user authentication is located in the directory htpasswd.c support
But keep in mind that the web browser is used to support user authentication. If not then the user can not be authorized. Most of the web browser now supports user authentication, including lynx running on unix.
Database username and password located in a hypertext file by default named. Htpasswd. The file name can be replaced by other names as you wish. Here is an example of the file contents. Htpasswd:

Files. Htpasswd created using htpasswd, with syntax like this:
htpasswd-c. htpasswd name_user

FOptions-c is used if the file. Htpasswd still exist, henceforth no need to use that option. Once the command is executed it will be prompted for a password from the user.
Here is the contents of the file access.conf has changed to handle these user authentication.


This configuration can be used on the ACF for the directory,. Htaccess, if it is desired specifically for directory authentication. Caption for the above commands are as follows:

Authuserfile To determine the location and file name of the database user / password
Authgroupfile To determine the location and file name of the user group
Authname Is a form that will be given prompt for authentication
Authtype Command to determine the type of authorization used
Require At the limit, allow and deny replaced with require. This section is to inform httpd that just a name on the list that can access this directory.

The above configuration is intended for personal authentication. Notice the AuthGroupFile are redirected to / dev / null, the standard unix this means it is missing. If you want to create an authentication group shall be determined by a file containing information about the user's group and should be mentioned in the ACF. Here is an example of a modified access.conf for the benefit of the group authentication.


AuthGroupFile has changed from / dev / null into a file called. Htgroup and located didirektori / usr / local / httpd / conf. The contents of the file. Htgroup are as follows:

nama_group1: user1 user2 user3 ... user-n
nama_group2: user_a user_b user_c ... user-n

Wednesday, October 31, 2012

Combining 2 Router (ISP) in 1 Network

Combining 2 Router (ISP) in 1 Network

Have you ever tried using 2 ISP (Internet Service Provider) into one network your network?. Ok, for those of you who have never tried and want to know how to setting 2 for 1 ISP network local area, look we've ever tried tutorian

Actually, should we use 2 ISP's?
it will respond if one of the ISP connections satah we're troubel or missing conektion while revenue or business we have to keep going. 


CAUTION: The following tutorial
  • DHCP Disabled
  • If you use the Router 1 IP 192.168.1.1 then set your router to two
    IP. 192.168.1.2
  • Open the Network Network Conection, the Local Area Conection right click mouse
    and then click Properties
  • Select Internet Protocol (TCP / IP) and click Properties 
  • Centrang Use the "following IP address" and enter the IP address the computer as an example
    picture below
  • IP address for the computer and the client computer must start from 192.168.1.3 to
    so on.
  • To Gatway, enter the IP Router 1 is 192.168.1.1 
  • Enter the DNS IP number.
  • To Gatway Router to 2 in the switch on the network, click "Advanced"
  • Click on "Add" and enter the IP Address Router 2 is 192.168.1.2 then click
    "Add" as shown below.
     

  • Then click DNS, it will show the first two DNS on the router, for adding control to the second router, click "Add" and enter the IP no The first DNS from router to 2, then click "add", repeat once again for enter a second DNS IP from the router to the 2.
  • Then click 'Ok', then click "Ok" again, then click "Close" to exit the Network settings.
  • Perform Network settings on other computers in the same way, which is different from the IP adressnya, do not have the same starting from 192.168.1.4 dst.
Similarly, we review a tutorial from time to combine the two routers and two ISP (Provider) will be able to work in a network and at the same time are able to share printers and documents.

Good luck yahh ...



Saturday, October 20, 2012

Apple Software is Unfriendly to Windows

The recent report published by insecurity experts revealed that Apple security software is perfect for exposing Windows devices. The matter is that the software in question is able to turn over Windows PCs sold by more than 15 largest manufacturers, including Dell and Asus. It exploits Apple’s fingerprint-reading software named UPEK Protector Suite.

Four months ago, Apple spent $356,000,000 to acquire Authentek, which had obtained the abovementioned technology from privately held UPEK a few years ago. So, Apple isn’t actually responsible for creating the vulnerable software, but still keeps playing its security games, thus placing its customers at risk. The software giant has yet to acknowledge the vulnerability and educate the users how to work around it.

Basically, UPEK Protector Suite is used to log into Windows machines with the help of the owner’s unique fingerprint, so that you wouldn’t have to memorize the password. However, the insecurity experts point out that the software makes people less secure than they otherwise would be. The matter is that the program stores Windows account passwords encrypted them with a weak key, which is very easy for hackers to retrieve: the experts said it would take mere seconds. Other security consultants have also confirmed the flaw and even released open-source software which makes it really easy to exploit. The experts announced that they released the software and additional data to allow penetration testers, who are paid to penetrate the defenses of their PCs, to exploit the vulnerability.

When the software is inactive, the operating system doesn’t store account passwords unless you have manually configured automatic log in. The security experts confirmed that every version of the program UPEK Protector Suite they checked had the vulnerability.

A long list of PC makers that preinstall this software includes Asus, Acer, Dell, IBM/Lenovo, MSI, NEC, Samsung, Sony, Toshiba, and others. All of their machines are therefore vulnerable to attack from the Apple software. As for Lenovo, they have a UPEK Protector Suite under the name of ThinkVantage Fingerprint Software. Although Authentic did release a patch for the software a month ago, it was useless because it protected the passwords with encryption which was trivial to brute force.

Thursday, September 27, 2012

Fake Android app


Since Android is booming, many new mobile applications emerge. Three-quarter money, the Android Market (the Android-based device users can download applications) gathering popularity targeted malware (malicious programs).

Unfortunately, not all Android users are 'diligent' check application details. Many were fooled. Not a few users who believe it with applications that are offered and then install it to your mobile device, and eventually infected with malware.

In fact, cyber criminals intentionally making application-Abal Abal in which is inserted malware to piggyback on the name of a popular application that users do not realize it.

Fake Android app is designed to steal information from smartphones or send SMS messages to premium SMS numbers given automatically without the knowledge of their owners. Trick used is offered for free and masquerade as entertainment applications such as gaming applications, calendar.

Another nasty trick is to insert malware into a formal application and then publish it on another site with the same name. In order to avoid such dangerous applications, the following simple tips that can be applied to check whether an application is malicious or not.

1. Check the reputation / rating its
Investigate before installing an application. Because you never know if the application is good (official) or false application containing malware. Therefore, many cyber criminals who create artificial applications that are popular, such as Angry Birds. So, it could be an application made copies. Though the author is different. Obviously this fake application.

How to detect is by checking who the original poster, how reputable the application (if the ratings are good or not), what applications they made. Better to install applications that are widely used user or recommended by a friend / co-worker who had been wearing.

2. Also check out his review on the internet
Although Android Market is the official marketplace to buy / download the application, not necessarily the reviews posted there always right. Therefore, before you download the app you need to perform additional steps in order not to be deceived Fake Android Application dangerous.

The trick, read the reviews related to the application on leading websites. See how the review and comments. Typically, applications are reviewed in reputable websites is a good application. Fake Android app typically has a rating a little.

3. Download from famous sites
It is advisable to download applications only from legal applications that have a good reputation, such as Google's Android Market, Apple App Store, especially if the application is free. If you choose to download it from another site, you should read the first review / comment there. At least the reviews / comments can be used as reference materials before downloading.

4. Check app permissions
Before installation, an app (application) will ask for access rights (permissions) to hardware and software on your device, like contacts, location, internet connection, and so on. Well, if there is something strange on the screen, do not install the application!

For example, the alarm clock app should not need to access your contact list or sending data from your device. The key: if an application ask for more than what he needs, you should avoid the application.

5. Install the antivirus software
Should your mobile phone equipped with security software, although many people think that the antivirus software on the mobile phone is of no use. Some security companies already offer mobile security options, some of which are offered free of charge.

Sunday, September 16, 2012

Combined dual isp


Now it's a lot of providers that offer internet connection with many variants, both speed and price. What if it still feels not enough connection with the offer? hold you want to take 2 connections to put together. Here's the tutorial.

Tool that needed:
1. cmd
2. multi-proxy:
Code
3. proxy server with port 8080
Can be found here:
http://nntime.com/proxy-country/Indonesia-01.htm

Instructions:
1. Command prompt, type route print and then enter ..
note that the gateway is on line 1 and 2 ..

2. Type route delete 0.0.0.0 and then enter ..
3. Add a proxy to the routing table with the command:
route add [proxy ip1] [gateway1] then enter,,
route add [proxy ip2] [gateway2] then enter,,
type route print to see if the proxy has been added to the routing table .....

4. In Multiproxy select options-general options like edit let me (but if you want to vary it's ok)
5. In proxy list proxy add ip1 and ip2 proxy ..
do not forget to select a force to be valid even though the color is so green ..
6. Enter proxy and port and multi proxy browser idm ..
7. Enjoy ..

Video footage:

Wednesday, September 12, 2012

Apps Android Free

Access Paid Apps for FREE!

Applanet's massive database contains more than 14,000 Android applications. You have access to the latest version of both free and paid applications found in the Android Market and even some you can't find and will not need to pay for anything! Applanet is your one-stop alternative app market.

Familiar Interface

Whether you are a power user or a new user to the Android O.S., Applanet has a familiar interface like the one found in the Android Market. You can view Apps, Games and which of your existing applications that might have updates available.

Share Your Experience

Each user has the ability to rate and leave a comment about apps that they have downloaded and installed from Applanet. This includes but not limits you to post reasons why you use/enjoy an app, flaws with an app or notify us if the application appears to be out-of-date.


Enjoy

Tuesday, September 11, 2012

Dell, Sony, Toshiba, Lenovo, Samsung and HP prepare for the Windows 8 Battle


Dragging Windows kicking and screaming in to the future is no easy exercise, but Microsoft has a lot riding on the release of Windows 8. With full cross platform abilities Microsoft has a version of the Tile OS ready for every platform, from Smartphone and tablet to the replacement for the corporate desktop, Microsoft is about to change the computing landscape forever.

Essential to the success of the new platform is the hardware that will run Microsoft’s brand new operating system. At this week’s IFA tech conference in Germany the world has been witness to the Rise of the Transformer. Some slide, some snap together while others convert and some even flip, common to all they are capable of transforming from a tablet into a device capable of replacing your desktop computer.  Far more than a common laptop and far sexier than a vanilla desktop computer Windows 8 is about to bring the gesture revolution to the desktop, especially the corporate desktop world.

The Rise of the Transformers sees manufacturers trying to get more out of the tablet form factor, taking advantage of Windows 8 gesture enabled touch screen as well as the tradition speed and convenience of a tangible keyboard, the Windows 8 transformers seem to have it all.


Del XPS Duo 12
Dell’s contribution to the Rise of the Transformers comes in the most unusual shape of the reborn Duo.  Originally released in 2010 running the Windows 7 platform the Duo transforming device makes far more sense as a Windows 8 Pro transformer.

The Duo’s display is mounted in a swivel frame, hinged horizontally in the middle it is able to be flipped to cover the keyboard, or completely removed from the frame tablet style.

Dell are aiming the Duo 12 at the top end of the Transformer market with 12inch 1080p display, Intel’s latest generation Ivy Bridge i5 or i7 CPU options, 256MB SSD, USB 3 and mini DisplayPort connector.

Build quality is said to be excellent with a one piece machined aluminium case, liberal use of carbon fibre and covered in Corning’s Gorilla glass.

HP Envy x2
HP’s entry into the Windows Transformer market draws on the excellent styling of the Envy family of laptops, from a distance, with the base attached, it could easily be mistaken for the Envy 12 series of Ultrabooks, but it is far more capable than it’s brethren.

The 11.6 inch touch screen tablet includes a 1366 x 768 resolution IPS display, Beats audio, Intel Atom CPU, up to 64GB of SSD storage space, 1080p front camera and 8MP rear camera. Connectivity includes NFC as well as USB, HDMI and card reader which are housed in the keyboard dock.

The full sized keyboard comes with gesture capable touch pad that will allow gestures to be used even when working in a tradition Windows way.

Running full Intel CPU and GPU internally this is a Windows 8 Pro class tablet that combines the best of the Tile and Desktop environments.

The detachable keyboard includes a hinge allowing the tablet to snap into place, transforming into an ultra sleek laptop with proportions that would make any Ultrabook laptop jealous and continuing the styling tradition of the Envy series.

The tablet itself weighs 1.5lbs/.68kg and measures 8.5mm thin, the keyboard add-on doubles these numbers to a total weight of 3.11lbs  / 1.3kg  and thickness of just under 2cm. With the weight of the dock and keyboards nearly identical the HP won’t suffer the top heavy issues that many experience with the ASUS transformers, making a well balanced laptop when docked.

Sony VAIO Duo 11
Sony has put it’ best designers to work producing a stunning piece of industrial design, something not seen from Sony for a long time. While it will undoubtedly be expensive it is by far the most attractive of all of the transformers. With a similar design to Microsoft’s Surface Sony may have out done Microsoft with the design of the Duo 11.

Using a slider mechanism the Duo 11 is a split personality transformer, with the screen laid flat it operates as a Windows 8 gesture capable tablet, sliding the display back tilts the display up to reveal the keyboard.

Hardware options are provided aplenty by Sony, several CPU options are available, from the base Core i5 all the way up to the top of the range Core i7-3517U. Memory options include 4GB or 8GB of RAM and 128GB or 256GB SSD for boot and storage. The 11.6 inch display is capable of 1080p (1920 x 1080 resolution).

The base includes the many connectivity options including WiFi, Bluetooth 4.0, USB 3.0, VGA, HDMI memory card slot and audio jacks. Like many of the new transformers the Duo 11 includes a Stylus, for hand drawn sketching and control. The only obvious omission from the Duo 11 is touchpad, Sony have once  again opted for the nipple.

Weighing in at a light weight 2.8lbs/ 1.3kg the Duo 11 is faster than many Ultrabooks while being  the sexiest member of the Rise of the Transformers.

Lenovo Thinkpad Tablet 2
Lenovo’s  Tablet 2 is their keyboard docking contribution to the Rise of the Transformers. Lenovo believe in being prepared, having already demonstrated the Tablet 2 at Computex at the beginning of the year they have been waiting patiently for the release of Windows 8.

The 10.1 inch Tablet 2 includes a 1366 x 768 resolution IPS display providing a bright and clear display no matter the angle it is viewed from.  Internally an Atom CPU keeps things moving while allowing a 10 hour battery life. Connectivity includes 3G and 4G connectivity,  front and rear camera’s, NFC, finger print reader and digital stylus. The optional keyboard dock includes the extra connectivity, providing 3 USB ports, HDMI and Ethernet.

The lightest of the new Transformers the Tablet 2, on its own, weighs only 600grams / 1.1lbs.

Toshiba Satellite U925t
The sliding transformer from Toshiba, the Satellite U925t, brings the proportions of an old school laptop to the Rise of the Transformers. The sliding mechanism utilized by the U925t allows the display to be pushed back, raising the display and revealing the keyboard. This does mean when slid shut the display is on the outside giving a tablet user experience, instead of tucking the screen away as with traditional laptops. This is one of the major changes that transformers are bringing to the laptop world, sadly there will be no more resting of coffee cups on a closed laptop.

12.5inch display makes the U925t one of the larger and heavier first generation Windows 8 transformers. The display has a maximum 720p (1280 x 720) resolution.

At 3.2lbs / 1.5kg and 2cm thick the U925t is a chunky transformer but it does allow for a full sized chiclet style keyboard that is back illuminated for operating in darkened rooms.

Under the hood of the Windows 8 Pro transformer is Intel’s latest Core i5, 128GB SSD for storage. Two full sized USB 3.0 ports, HDMI and card reader.

Samsung ATIV Smart PC Pro
Taking a leaf out of ASUS’s book (did I hear lawsuit potential) Samsung have prepared a range of transforming laptops ready for the Windows 8 release party. The docking transformer from Samsung promises sleek lines and an option for every price point.

The 11.6 inch tablets will be available in both RT and Pro versions, designated Smart PC and Smart PC Pro.

Both will include 3G and 4G connectivity, micro HDMI, USB along with front and rear cameras. Again Stylus is included, Samsung have even included many of the excellent Note Smartphone’s stylus applications, S Pen and S Note.

The  RT version Smart PC is based on Intel’s latest Atom (Clover Trail) low power CPU instead of the usual ARM based processor that many Windows 8 RT tablets are using. This does allow for a hefty 13.5 hours of battery life however. The RT also includes 2GB of RAM, up to 128GB SSD, while the display offers 1366×768 resolution.

The Pro version, the Smart PC Pro, increases the specs to include Core i5 CPU, 4GB of RAM, up to 256GB SSD and a 1080p display capable of full high definition 1920×1080 resolution.  The extra speed sacrifices battery life for number crunching power, reducing battery life to 8 hours.

The RT version is priced low to compete with Androiid tablets, at $749 for the full bundle including keyboard, the ASUS Transformers are about to have many devices to compete with. The high-end Pro version of the tablet will start at $1,119 USD.

Conclusion
With the Apple v Samsung (Android) court case reaching a conclusion, to the first phase in any case, manufacturers have rediscovered the copyright drama free Windows 8. With the release of Windows 8 fast approaching, October 26, the line-up of new innovative hardware is already looking impressive.
Microsoft’s Surface tablet set the stage for the rise of the Windows 8 transformers. Microsoft, in the process, put many noses out of joint with their entry into the hardware market. In the weeks after the Surfaces first appearances many of Microsoft’s hardware partners announced their displeasure, threatening to withdraw from the Windows 8 tablet market, turns out it was all bluff and bluster.

Microsoft has a single advantage over the iOS and Android tablets taking over the world, the corporate market.  This one fact may allow Microsoft to quickly capture an immense market that has so far been impenetrable to the Apple and Android offerings. Replacing every corporate desktop with a transforming tablet should be Microsoft’s initial goal, if achieved the sales numbers may just be staggering, instead of anaemic as many technoratti are suggesting.

Innovation of Windows laptops has been nonexistent for decades, till now, stuck in a clam shell rut finally some radical new designs are set to shake up the tablet and laptop world, bring on the Rise of the Transformers.


Related Article: Microsoft Surface

Thursday, August 30, 2012

Cara memilih ISP untuk Games Anda


Some time ago I bought a modem for browshing needs. Known, as a blogger should memmiliki modem itself. Of the various options, I finally get the best ISP. There are a few tips to get the best ISP, you need to consider various things to get the best. Here are suggestions from a simple technology, the Internet server Tips on choosing a provider (ISP) is best.


Tip-tis following from us:

Tip 1: Consider your Budged
Our finances is affecting the level of purchases. Therefore, you should be wise in choosing the best ISP. Among the purposes of considering your needs. Now a lot of providers that offer cheap rates. However, you also have to be careful to choose the best provider. You should see the package offered by the provider itself, the packaging in question are various things about the bandwidth as well as other applications.
Tip 2: Your Location
Location is affecting the use of ISP. It is impossible if you use a modem that does not have a signal. You should know the best provider in your place. Provider is whether GSM or CDMA, should really consider not to regret later on.
Tip 3: Type the network has to offer
Choose the modem / network provider that offers complete. The purpose of these networks is the network type, as I chose is evdo, hybrid, and the only CDMA. That's because I prefer CDMA Modem provider.




Tip 4: Choose the services on offer
Choice of provider that offers excellent service. The services include:
Is there a monthly bonus for first purchase. Usually there is a particular provider is free for 1 month, 2 months, and so on.

select the ISP that offers low price and high speed
select an ISP that has a daily rate, weekly, and monthly

Notice if your ISP has a quota system or by time. There are providers that offer a quota system, ie if the quota (500MB, 1GB, 2GB) is up then it can not surf anymore. There are also providers that offer a range of time, ie if the time limit is up then it can not surf anymore.

So had a few tips from me. Cermatlah in buying Internet server provider (ISP) because a lot of internet bidding. Adjust to your needs. Thanks, good tips to choose the Internet server provider (ISP) is the best useful to anda.

Internet Broadband Adu Kualitas



SURABAYA - To ensure that Internet enthusiasts are not disappointed with ads that promise, the Association of Internet Service Providers (APJI) held a total of 7 boardband test.

Unfortunately, the APJI not announced who the best of these tests. "Our results will be published and the people who judge," said Nur Azham, Chairman of the Broadband Test APJI after Hightech Mall, Amusement Parks Area Youth, London, last weekend.

Currently, the Broadband price war but also the quality of the war. Well, so people are not fooled by these promises are followed APJI to Test 7 provider Internet provider. Broadband test using www.Speedtest.Net site. Then viewed through a server Indonesia and Singapore.

"From the server that we see value Ping Time, Uplink and Down Link," he explained.

To Ping Time, he added, is the response time to send the data server. Concrete, how long will it take to get back the data sent. The greater Pingtime it can be said more slow.

Here are the results of fights Broadband. Flexinet with Indonesia to obtain the server Ping Time 37 Ms, 4.98 Mbps Uplink and Downlink 3.42 Mbps. Then Fleksinet with server time Singapore gained 38 Ms Ping, Uplink and Downlink 0.20 Mbps 1.28 Mbps.

Furthermore Telkomsel Indonesia is obtained when using the Server Ping Time 88 Ms, 0.28 Mbps Uplink and Downlink 0, 46 Mbps. Singapore gained Ping Server Time 304 Ms, 0.25 Mbps Uplink and Downlink 0.45 Mbps.

Provider then SmartFren when using server time Singapore gained the 113 Ms Ping, 0.30 Mbps Uplink, Downlink 1.30 Mbps with the server the next time Indonesia gained 84 Ms Ping, 1.54 Mbps Downlink and 0.28 Mbps uplink.

Not to forget Indosat M2 also pitted. The results, obtained when using the server Indonesia Ms Ping Time 284, 0.37 Mbps Uplink and Downlink and 2.48 Mbps Singapore server 109 Ms Ping Time, Uplink and Downlink 0.38 Mbps 2.61 Mbps. So also with 3. Indonesia to obtain Ping time server 307 Ms, 0.03 Mbps Uplink and Downlink 0.08 Mbps. Ms Ping 260 next time, Uplink and Downlink 0.10 Mbps 0.03 Mbps.

Cheers for the provider acquired 133 Ms Ping time, Uplink and Downlink 0.02 Mbps 0.05 Mbps when the server Indonesia. Ping time later Ms 502, 0.06 Mbps Uplink and Downlink 0.06 Mbps for the server in Singapore.

Last Provider Connetivition made by Bakrie, the AHA. When Indonesia obtained using the Ping server time 111 Ms, 0.76 Mbps Uplink and Downlink 1.03 Mbps. Obtained with the Singapore server 116 Ms Ping Time, Uplink and Downlink 1.13 Mbps 0.75 Mbps.

"From the test results that the public can judge. We can not call Broadband is the best. But to test it at least be a reference before using the internet," he said. (Tyo)

source "okezone.com"

Trik Mempercepat Modem CDMA dan GSM


Today, the internet connection in Indonesia is somewhat less so quickly especially for those who use the internet connection with cdma provider (Esia, cheerful, flexi, fren, starone or smart) and gsm (3 three, as, axis, IM3, the sun, sympathy, and also xl) was so slow that it makes us bored sitting too long at the computer.

The Provider

price war with each other even to slam the price by advertising in the media but that the condition of Indonesia cheap price does not reflect the quality of service whether it is dial up, gprs, broadband and 3G either unlimited or limited.

For that we do not expect that providers will provide

a fast internet connection at a cheap price. Thus, in this paper I will give you tips and tricks to speed up internet connection using a modem for cdma and gsm.


As for how to speed up internet connection:

  1. Click Start-> Run-> type "gpedit.msc" (without the quotation marks ") This will bring up display "Windows Policy".
  2. Then go to: Local Computer Policy-> Computer Configuration-> Administrative 
  3. Templates-> Network-> QOS Packet Schedule.
  4. then in view right select "Limit Reservable Bandwidth", there is written "Not Configured" -> doubel click (there's a new look, "Limit reservable bandwidth Properties").
  5. If you want to know the opening statement in the "Explain". It says a statement by default windows uses 20% of your bandwidth.
  6. Back to the "Settings" and select "Enabled" and change 20% to 0%. Click Ok. 
  7. Then Install Mozilla Firefox on your laptop or pc computer.
  8. Then install the add-ons faster fox in mozilla browser.
  9. After that please no download
software and its crack cFosSpeed full tutorial
After that restart your pc and laptop and feel the improved performance of your Internet connection speed.

Good luck.

Cara Mengatur Bandwith Client dengan Mudah


Few tips to limit internet bandwidth, the windows Bandwidth in the cafe must be set for later dpat divide correctly. Usually the owners to limit internet bandwidth with a server with mikrotik bandwidth assigned evenly divided, set download and upload as well as firewall ect...

But if you do not want busy setting up mikrotik there an alternative that is very easy to implement, using DU SUPER CONTRROLLER

Applications Small, lightweight and effective to be installed on each client.

Download aplikasinya




Free Avast 7 + Licensi Kode

At some time ago, the famous Avast antivirus is fast and very fashionable zoom it released version tebarunya. Ok well once Avast 7 just launched in early 2012. Certainly a lot of people who want it and trying to find for download. However, because the free version does not include all the features, so many people who want a license file avast.  ^ O ^' ^ o ^' ^ o ^' ^ O ^'

The use of technology Hybrid Cloud


Databases are updated in real-time: Now you can get virus signature updates directly from the Avast Virus Lab. This technology replaces traditional technologies update can only update within certain times (updated daily / weekly update).
File reputation system: FileRep will tell you if a file is safe to open or not.
 
More useful and easy to use


  • Remote Assistance: Avast latest remote assistance feature that you can use to get remote support. It will be easier if you have a virus or security problem of the computer.
  • Avast management Portal: You will be given an account which is connected with Avast. The account will contain all the information related to the installation of avast, health data, status information, and other important statistics.
  • Modification Installation: Avast can now be installed in Compatibility Mode. It makes avast antivirus can be installed side by side with you more as a second protection.

Avast 7 can be used in Windows 8 Beta
Avast 7 faster and lighter, and requires less computer resources


  1. In addition to the above new features, this latest Avast also has improved features earlier the better. The features that have been improved include: AutoSandbox, Browser Sandbox, WebRep, SafeZone, and easy-to-use user interface.
  2. Avast 7 is much more sophisticated and powerful than Avast but features new, hybrid cloud technology, requires you to keep connected with the internet. For those of you who subscribe to the internet at home, Avast 7 is perfect for you.
 
For This I will separate into 2 files namely file for avast antivirus and license files. Please download at the link below.

Download Master Avast 7

Download Licensi Code Avast 7

After install avast, avast open it, then select MAINTENANCE tab, then select the Registration tab, then click Insert Avast Pro License File. select the license file that had been my friend download.

Tuesday, August 28, 2012

Blackberry Merilis Smartphone P-9981

Blackberry is a very popular brand known for their better quality of the product and now this time came with the launch of the new BlackBerry Porsche Design P9981 is a touchscreen and keypad smart phone. It has a 2.8inch TFT touch screen with 640 × 480 pixels of resolution and runs on the latest Blackberry 7OS. The P9981 has a 1.2GHz processor and blackberry 5MegaPixel camera with LED flash, autofocus and 2592 × 1944 pixels resolution with 720p HD video recording. It is a 3G smart phone with 8GB of internal memory and 32GB external memory with micro SD card and has a large trackpad is amazing.


Fitur dan spesifikasi:

Model: Blackberry Porsche desain P9981
Dimensi: 115x67x11.3mm
Berat: 155g
Jenis: sentuh dan tombol QWERTY
Jalankan pada 7OS Blackberry terbaru
2.8inch layar sentuh TFT dengan 640x480pixel
Optical trackpad
5MP kamera utama dengan 2592 × 1944 piksel dari resolusi
LED flash, autofocus
Geo-tagging, face detection, stabilisasi gambar
Dengan tidak adanya kamera sekunder
1.2GHz prosesor
768MB RAM
Memori internal 8GB
32GB memori eksternal dengan kartu micro sd
EDGE / GPRS
Sebuah DUKUNGAN-GPS
Bluetooth, Wi-Fi
Micro USB V2.0
14.4Mbps kecepatan browsing internet
HTML, DHTML
Sensor: Accelerometer, jarak, kompas
Format audio player / video multi
Messaging: SMS, MMS, EMAIL, PUSH MAIL, IM
document viewer
Voice memo / dial
1230Mah baterai

Setting Router Mikrotik Dial Up Speedy

I wrote this tip from my experience with the use Speedy ADSL modem Articonet ACN-100R and the TP-Link TD 8817 that the quality is not much different. From experience, if the dial-up modem speedy performed by the second, the connection will be interrupted periodically for no apparent reason. It sucks! According to the analysis of a few colleague and power Telkom Speedy outsource its own, this is because the modem buffer memory is overloaded. This process results in troubled dialing

Due to several stages of this disorder makes embarrassed, I think to turn the function dial-up connection to a speedy computer that functioned as a router.

At that time I immediately thought of some computer devices that are not used anymore sitting in the warehouse. Rather than buy a new computer or router, the better I 'turn back' devices such veterans in order to feel its heyday again. he he he ...

Finally, after struggling all night with the old and the dust, I was finally able to bring together again a PC with a processor P III 750MHz, 256MB SDRAM, 40GB hard drive and a. Yes, it was pretty...

Veteran my next computer will take over from dial-up modem speedy. Less than 5 minutes, setting mikrotik is complete. Next I place the position in the network as follows

[INTERNET]——[MODEM ADSL]——[ROUTER MIKROTIK]——[SWITCH]———[CLIENT]
xxx.xxx—192.168.1.1/192.168.1.100—192.168.1.103/192.168.30.1—192.168.30.2-192.168.30.254

PREPARATION

To anticipate things that are not desirable, I suggest you backup your Speedy modem settings first. Almost every modem is equipped with this facility. Configuration given by the officer can you backup in the form of a file that you can call again later to restore the ADSL modem settings to their original condition with ease.

Please go to the modem settings by opening a browser and enter the address of the modem (defaultnya: http://192.168.1.1).

Entered on the service information as follows and noted all the details of the existing LAN and WAN.


SETTING MODEM ADSL

Open your browser, enter the address of the modem(defaultnya adalah http://192.168.1.1)

Enter your username and password: admin / admin
Go to the menu "Advanced Setup" then select "WAN" and click the "Edit" Enter the value of PVC

Configuration: (enter appropriate value TELKOM area of each region)

VPI = X (setting i = 8)
VCI = XX (setting i = 8)

This information can be obtained from Telkom workers or technicians who perform the installation. If you're still not sure with the right settings on your location, please check the configuration in the following article:
Setting Modem Speedy of Various Areas
Service Category = UBR Without PCR, and then click Next
Connection type = Bridging
Encapsulation = LLC, then click the Next button
Mark the check box option "Enable Bridge Service", Next and end with Save
Then click the Save / Reboot, wait a while + - 2 minutes for the modem reboot process is complete.

If you use a package of Modem TP-Link TD8117 way easier. Just follow the step-by-step it from the Start Up Menu> Wizard> Select connections Bridge> End to Finish. That's it!

If you need a guide that comes with a picture, please see the guidelines here:
Speedy setting on the ADSL Modem TP-Link TD-8817


SETTING ROUTER MIKROTIK
There have been many understood that the Mikrotik's rather difficult to identify in the Lan Card. To make it easier to remember, first we give the name of each LAN card that is on Mikrotik. as follows.

/ Interface ethernet set ether1 name = speedy
/ Interface ethernet set name = local ether2

After each LAN card is named, specify its IP

ip address add address = 192.168.1.103/24 interface = speedy
ip address add address = 192.168.30.1/24 interface = local

check whether the name and ip lan card provided is correct.

ip address print

Then do a test ping to each IP is to ensure the configuration is correct.

Next, activate pppoe dial into the Mikrotik to make Speedy ADSL modem. Below we will discuss how to dial-up using the command line in terminal. You can also do this through the Winbox. See also manual settings pppoe-client Speedy Winbox in other parts of this blog.

/ Interface pppoe-client add name = pppoe-client-speedy user = 142xxxxxxxxx@telkom.net
password = XXXXXXXXXX = speedy service interface-name = internet disabled = no
/ Ip route add gateway = 125.124.123.1

Description: IP Gateway can be found than by typing commands from the command ipconfig at the time was the speedy dial from Windows. You can also get this information from the modem configuration information (such as those delivered through the browser settings on the modem) or that you wrote down earlier.

Check once more if the setup is that we are doing is correct with:

/ Ip route print

SETTING DNS
Enter the following code for setting up DNS Speedy:

/ Ip dns set primary-dns = 202.134.1.10 allow-remote-requests = yes
/ Ip dns set secondary-dns = 202.134.0.155 allow-remote-requests = yes

Furthermore masquerade setting, to continue the routing of orders from all clients to the NAT firewall mikrotik.

/ Ip firewall nat add chain = srcnat action = masquerade

The final step, open the Winbox, the pppoe menu that you just created, go to the PPP> Interfaces> double click your connection> select Dial Out tab, make sure to check mark the box "add default route".


After the above process is complete, do a ping to 202.134.0.10. if the connection is connected speedy means Gateway is included in the list mikrotik and you can start surfing.

Troubleshoot
If NOT UP, check again:

Check the cable connection from the modem to mikrotik
Check the username and password speedy

If Ping not walk or error message "Invalid value for argument addresses" means there is one thing missing.

Open Winbox, enter the PPP menu. Double click on an active pppoe. Mark the check box "Add default route" and "Use Peer DNS"

If there is still confused, read the guide on the forums and see step-by-step video tutorial from the right forum if needed. See also the experience of a colleague about setting mikrotik.

Related Posts Plugin for WordPress, Blogger...