<?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:blogger='http://schemas.google.com/blogger/2008' 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-1514948454641431409</id><updated>2026-03-24T05:03:48.377-07:00</updated><category term="NETWORK"/><category term="WINDOWS TRICKS"/><category term="INTERNET TIPS AND TRICKS"/><category term="FREE SHARING"/><category term="PC TIPS AND TRICKS"/><category term="WINDOWS"/><category term="BLOGGER TIPS"/><category term="INTERNET TIPS N TRICKS"/><category term="SEO TIPS"/><category term="WORDPRESS TIPS"/><category term="PC TIPS N TRICKS"/><category term="FREE DOWNLOADS"/><category term="GOOGLE TRICKS"/><category term="LINUX OS"/><category term="MONEY MAKER TIPS"/><category term="GOOGLE TIPS AND TRICKS"/><category term="MOBILE TIPS AND TRICKS"/><category term="VPN"/><category term="ANTIVIRUS"/><category term="BACKLINK"/><category term="DOWNLOAD TRICKS"/><category term="NOTE PAD TIPS AND TRICKS"/><category term="ONLINE DATA/HOSTING"/><category term="SPEED UP INTERNET"/><category term="ADSENSE TIPS"/><category term="DOWNLOAD TIPS AND TRICKS"/><category term="FACEBOOK"/><category term="NOTEPAD TRICKS"/><category term="UNLOCK MODEM"/><category term="BROWSER TIPS AND TRICKS"/><category term="FIREFOX TIPS N TRICKS"/><category term="FREE CALL"/><category term="GAMES"/><category term="OPERAMINI"/><category term="SECRET CODE"/><title type='text'>Technology Is Free For All</title><subtitle type='html'>Always Give The Most Usefull PC, Mobile, Internet, Network, Gadget Social Networking Nice Tips And Tricks, Free Downloads Colections For Free.(2012 tips and tricks)</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://u-tips-n-tricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>159</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-2757897474327223095</id><published>2012-12-13T12:19:00.000-08:00</published><updated>2012-12-13T12:19:18.877-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX OS"/><title type='text'>Basic Linux Commands List</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
The purpose of this blog entry is to document a few basic Linux 
commands that i find useful. I&#39;m fairly new to Linux and recording these
 commands gives me a point of reference and helps me remember them.&lt;br /&gt;&lt;br /&gt;It&#39;s important to note that in Linux syntax is case sensitive.&lt;br /&gt;&lt;br /&gt;I
 am using Ubuntu so my syntax may differ slightly to yours if you are 
using another distro. If you want to learn more about any of the 
commands i list try the following:&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;man &lt;span style=&quot;font-style: italic;&quot;&gt;command&lt;/span&gt;&lt;/span&gt; (e.g man ls)&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new; font-style: italic;&quot;&gt;command&lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; -h&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;command&lt;/span&gt; --help&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The sections i have added so far are:&lt;br /&gt;&lt;br /&gt;1. Users&lt;br /&gt;2. Navigation&lt;br /&gt;3. Files&lt;br /&gt;4. Networking&lt;br /&gt;5. Hardware&lt;br /&gt;6. System Tools&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I will add to this document as i learn more commands.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;1. Users&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To add a new user called bob:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;adduser bob&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To switch to a new user called bob:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;su bob&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To change bobs password:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;passwd bob&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To switch straight to root:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;su&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To run a command as root whilst logged in as another use&lt;span style=&quot;font-family: courier new;&quot;&gt;r:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;sudo &lt;span style=&quot;font-style: italic;&quot;&gt;command&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* this assumes you are in the sudo group.&lt;br /&gt;&lt;br /&gt;To view which user you are currently logged in as use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;whoami&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;2. Navigation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list directories use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ls&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list all directories including hidden and permissions use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ls -la&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list all directories in another folder use the following syntax:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ls -la /home/bob/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In the output anything preceded with a . is hidden.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To change directory use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd directory_name&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Or the path:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd /etc/directory_name&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To move back in the directory structure use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd ..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd ../..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To navigate directly to the root / directory:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd /&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To navigate directly to your home directory:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cd #&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To print the current directory use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;pwd&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;3. Files&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To view the contents of a file:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cat filename.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To delete a file:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;rm filename.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To delete all files and directories and sub-directories (without prompting)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;rm -Rf directory_name&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To locate a file:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;locate filename.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To change the owner of a file use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;chown bob filename.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To change the group ownership as well use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;chown bob:users_group filename.txt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To create a directory use:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;mkdir mydirectory&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To create a file use:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;touch myfilename&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To move or rename a file use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;mv file1 file2&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To copy a file to bobs home directory use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;cp file1 /home/bob/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;4. Networking&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To obtain a DHCP address (on all interfaces):&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;dhclient&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;Or on just one particular interface:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;dhclient eth1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To view the interface network properties:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ifconfig&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set the IP address of a interface:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ifconfig eth1 192.168.1.100/24&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To change the MAC address of an interface:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ifconfig eth1 hw ether 11:22:33:44:55:66:77:00&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To put an interface into promiscuous mode:&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ifconfig eth1 promisc&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To take an interface out of promiscuous mode:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ifconfig eth1 -promisc&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To view the wireless interface settings:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iwconfig&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set the wireless interface to a particular wireless AP:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iwconfig eth1 essid my_wireless_network&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set the wireless interface to managed mode:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iwconfig eth1 mode managed&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set a wireless interface to monitor mode (for sniffing etc..)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;iwconfig eth1 mode monitor&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To configure WEP encryption on a wireless interface:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iwconfig eth1 enc {enc key}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To configure a wireless interface to use a particular channel:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;iwconfig eth1 channel 3&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To view the routing table:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;route&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To view the routing cache:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;route -C&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To set a static route to a network:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;route add -net 172.16.1.1 netmask 255.255.0.0 dev eth1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set a static route to a host:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;route add -host 80.127.23.65 eth1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To delete a route:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;route del -host 80.127.23.65 eth1&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;To add a default gateway of 192.168.1.1:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;route add default gw 192.168.1.1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tracerouting in linux uses UDP packets as oppose to Windows using ICMP.&lt;br /&gt;&lt;br /&gt;To traceroute to a target (yahoo in my example) use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;traceroute www.yahoo.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Another really cool program i found on my system for tracerouting and providing really useful diagnostic info is mtr:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;mtr www.yahoo.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Bear in mind that unlike traceroute mtr use ICMP echo requests.&lt;br /&gt;&lt;br /&gt;To list all network connection (external):&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;netstat -punta&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list network statistics:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;netstat -s&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list statistics on an interface:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;netstat -i eth1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For a continuous listing on any netstat commands add -c to the command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;netstat -punta -c&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To list any IPTables rules:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iptables -L -v&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To quickly add a rule to drop ICMP requests:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iptables -A OUTPUT -p icmp -d 0/0 -j DROP&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The
 above command appends (-A) a rule to the output (OUTPUT) chain telling 
it that ICMP (-p ICMP) from any destination (-d 0/0) should be dropped 
(-j DROP)&lt;br /&gt;&lt;br /&gt;To remove your rule you can use the command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iptables -F OUTPUT&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To flush all rules use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;iptables -F&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To remove any currently active rules:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;iptables -X&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;The following rules can be used to rate limit connections to prevent brute-force login to port 21 (for FTP)&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;iptables -I INPUT -p tcp --dport 21 -i eth1 -m state --state NEW -m recent \&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;
&lt;pre style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;  --set&lt;/span&gt;

&lt;span style=&quot;color: #33ff33;&quot;&gt;iptables -I INPUT -p tcp --dport 21 -i eth1 -m state --state NEW -m recent \&lt;/span&gt;
&lt;span style=&quot;color: #33ff33;&quot;&gt; --update --seconds 60 --hitcount 4 -j DROP&lt;/span&gt;&lt;/pre&gt;
Using the rule above will drop any more than 3 connection attampts in 60 seconds from the same IP address.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;br /&gt;(I will post a blog article on iptables rules)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Or to block icmp you could run or script the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;echo 1 &amp;gt; /proc/sys/net/ipv4/icmp_echo_ignore_all&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The default is 0, to to revert it back use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;echo 0 &amp;gt; /proc/sys/net/ipv4/icmp_echo_ignore_all&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To use a capture network traffic:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ifconfig eth1 promisc&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;tcpdump -i eth1 -vv&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: monospace;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;All
 the above commands assume the interface is eth1. If you are unsure 
which is your wireless interface run iwconfig and look for the interface
 with the wireless extensions&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;5. Hardware&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list installed hardware (available on ubuntu):&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;lshw&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list all PCI devices:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;lspci&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list all USB devices:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;lsusb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To list the loaded modules&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;lsmod&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;Another
 useful trick i have found relating to hardware, is when i attach a new 
USB HDD and i am unsure of the what it will be called, i attach the 
device and then immediately look at /var/log/messages for the last 
entries. This usually gives me what i need. The tail command is useful 
here.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;tail -n 10 /var/log/messages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This will display the last 10 lines of the log file.&lt;br /&gt;&lt;br /&gt;To use tail and have it update (-s 2 will update every 2 seconds) as the log updates use the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;tail -n 10 -s 2 -f /var/log/messages&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Running the dmesg command will also reveal useful information about hardware.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;6. System Tools&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To view free disk space use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;df -h&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To view disk usage on the system use:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;du&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;du can also specify a directory:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;du /home/bob/&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;A useful tool for viewing running processes is top:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;top&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;or for a more interactive version:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;htop&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;You can also use ps to view process information.&lt;br /&gt;&lt;br /&gt;To view a list of all running processes:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ps aux&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To view a list of processes by a particular user (bob):&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ps U bob&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To view process in a tree:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ps -eH&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To kill a process by it&#39;s PID (example of 28556):&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;kill 28556&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia; font-weight: bold;&quot;&gt;Mounting Disks&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To view a list of currently mounted file systems view /etc/mtab or use:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;mount -L&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To mount a disk first create a folder which you will mount it to:&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;mkdir /media/usb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;mount - t ntfs /dev/sdb /media/usb&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;To unmount a disk:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;umount /media/usb&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2757897474327223095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2757897474327223095'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/basic-linux-commands-list.html' title='Basic Linux Commands List'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-3119327497192143037</id><published>2012-12-13T12:16:00.002-08:00</published><updated>2012-12-13T12:16:38.425-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><title type='text'>SSH Tunnel</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot;&gt;
&lt;a href=&quot;http://synjunkie.blogspot.com/2008/04/ssh-tunnelling.html&quot;&gt;SSH Tunneling&lt;/a&gt;
&lt;/h3&gt;
This is a quick blog post to let my mate Ollie know about a few ways that I use SSH and how it is useful.&lt;br /&gt;&lt;br /&gt;Firstly,
 a SSH client connects to a SSH server, logs in with either a password 
or certificate and communicates over an encrypted tunnel.  The beauty of
 SSH is that it is also easy to tunnel other types of traffic such as 
HTTP or VNC over the tunnel.  This is useful for the following:&lt;br /&gt;&lt;br /&gt;&amp;gt; Secure Administration of a remote server.&lt;br /&gt;&amp;gt; Secure File transfer.&lt;br /&gt;&amp;gt; Securing web traffic over a non-secure wired or wireless network.&lt;br /&gt;&amp;gt; Bypassing of restrictions and filtering imposed on the local network.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Tools&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;gt; Privoxy&lt;br /&gt;&amp;gt; SSH&lt;br /&gt;&amp;gt; Screen&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Setup&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;At
 home I have installed SSH on a server and started the service 
(/etc/init.d/ssh start) listening on port 22 for SSH traffic.  I have 
set  port forwarding up on my firewall to allow traffic to hit the 
server on this port.  Usually I will set up a non-standard port but for 
the sake of an easy explanation I&#39;ll leave it at port 22.&lt;br /&gt;&lt;br /&gt;On that server I have also installed &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_0&quot;&gt;pivoxy&lt;/span&gt; (apt-get install &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_1&quot;&gt;privoxy&lt;/span&gt;), and started it (/etc/init.d/privoxy start). By default, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_2&quot;&gt;Privoxy&lt;/span&gt;
 binds to 127.0.0.1:8118 , and I have also installed Screen.  Screen is a
 program that allows you to have multiple terminal sessions open at once
 and leave them running after disconnecting &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_3&quot;&gt;from&lt;/span&gt; the SSH server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Connecting To The Server&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;From my client I connect to the server by using the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ssh synjunkie@ssh_server_ipaddress&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;After
 logging in I can issue commands as if I&#39;m sitting at the server. After 
connecting I would start Screen by issuing the `screen` command.  If I 
wanted to connect to a previous screen session I would use `screen -r`&lt;br /&gt;&lt;br /&gt;You navigate through Screen by issuing commands through key-bindings.  A few of  the ones I find most &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_4&quot;&gt;useful&lt;/span&gt; are:&lt;br /&gt;&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_5&quot;&gt;Ctrl&lt;/span&gt;+a c    new window   &lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_6&quot;&gt;Ctrl&lt;/span&gt;+a n    next window&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_7&quot;&gt;Ctrl&lt;/span&gt;+a p    previous window&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_8&quot;&gt;Ctrl&lt;/span&gt;+a &quot;    select window from list&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_9&quot;&gt;Ctrl&lt;/span&gt;+a A    set window title&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_10&quot;&gt;Ctrl&lt;/span&gt;+a ?    show key bindings/command names&lt;br /&gt;&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_11&quot;&gt;Ctrl&lt;/span&gt;+a d    detach screen from terminal&lt;br /&gt;&lt;br /&gt;Screen is great because you can leave a scan going in one session, &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_12&quot;&gt;irc&lt;/span&gt; in another and say a traffic capture in another.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Tunneling Traffic&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;as well as connecting to the server I might want to tunnel some traffic over SSH to my home server and then back out.&lt;br /&gt;&lt;br /&gt;For this I would issue the following command on my client and log in.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33; font-family: courier new;&quot;&gt;ssh -&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_13&quot;&gt;NL&lt;/span&gt; 8118:&lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_14&quot;&gt;localhost&lt;/span&gt;:8118 synjunkie@ssh_server_ipaddress&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After setting up the tunnel I would go into the proxy settings on my browser and point them to &lt;span class=&quot;blsp-spelling-error&quot; id=&quot;SPELLING_ERROR_15&quot;&gt;localhost&lt;/span&gt; port 8118.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I hope this illustrates a couple of good uses for SSH.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3119327497192143037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3119327497192143037'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/ssh-tunnel.html' title='SSH Tunnel'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-7913982926729682611</id><published>2012-12-13T12:15:00.001-08:00</published><updated>2012-12-13T12:15:40.448-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><title type='text'>SSH Tunneling Full Tutorial</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot;&gt;
&lt;a href=&quot;http://synjunkie.blogspot.com/2008/10/ssh-tunnelling-pretty-way.html&quot;&gt;SSH Tunneling the Pretty Way&lt;/a&gt;
&lt;/h3&gt;
This is just a quick post about a nice little tool I found that 
allows you to setup and save your SSH tunnels and then quickly bring 
them up when required.  Why might you want to do this? Well theres 
plenty of reasons. They range from it feels geeky, to you&#39;re paranoid 
about those kids in the coffee shop with the &quot;Hack Naked&quot; stickers on 
there laptops, to just because you can.&lt;br /&gt;&lt;br /&gt;Now this guide does assume that you have a SSH server that you can get too and its running Privoxy on port 8118.&lt;br /&gt;&lt;br /&gt;The tool is Gnome SSH Tunnel Manager (gSTM) and is available from http://gstm.sourceforge.net the repositories.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;apt-get install gstm&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now, a quick reminder of the manual way:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #33ff33;&quot;&gt;ssh -NL 8118:localhost:8118 synjunkie@ssh_server_ipaddress&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Then point your browsers proxy at localhost:8118&lt;br /&gt;&lt;br /&gt;And now the pretty way.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Create The Tunnel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Open
 gSTM from Applications &amp;gt; Internet Menu, and enter your SSH server 
details. Click Add to configure the port redirection settings and click 
OK.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4qmFiO0o_6qW0ZXloANH4CaaOGdTqCgJPTiA-aL2NwzpUAC0KDGCv8m2VI1S-dJ2eJhTIE-pr3u988lrb4oLVgJ5vexeya2Ww4UixxMOmvGCJP7GJ9F0o8qmt45GrtrWzIrvnvCNBIl9w/s1600-h/tunnel+config.png&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5260996167105305186&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4qmFiO0o_6qW0ZXloANH4CaaOGdTqCgJPTiA-aL2NwzpUAC0KDGCv8m2VI1S-dJ2eJhTIE-pr3u988lrb4oLVgJ5vexeya2Ww4UixxMOmvGCJP7GJ9F0o8qmt45GrtrWzIrvnvCNBIl9w/s400/tunnel+config.png&quot; style=&quot;cursor: pointer; height: 326px; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Save the settings by clicking OK.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibOMSm8x_XtDWcIIBEMAFkUPh9ptxPSTRQc3sNVjivr1h3h_8f7Lqam_CvSO9ezfCv3dfYRwm5THGtJxDwc250LlsR-uq4yyMxX73CUGoaLF56MPFNipFODlwPLRotEW93sLvHt20FC3he/s1600-h/tunnel+ready.png&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5260996448237016258&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibOMSm8x_XtDWcIIBEMAFkUPh9ptxPSTRQc3sNVjivr1h3h_8f7Lqam_CvSO9ezfCv3dfYRwm5THGtJxDwc250LlsR-uq4yyMxX73CUGoaLF56MPFNipFODlwPLRotEW93sLvHt20FC3he/s400/tunnel+ready.png&quot; style=&quot;cursor: pointer; height: 400px; width: 334px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now you have a tunnel that is saved for you and can be started by Clicking on the Start Button.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Configure The Browser&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now
 you need to tell Firefox to use your tunnel. Open Firefox Preferences 
from the Edit menu in Firefox and amend the network proxy settings.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk26lkdhz4dvS1IGQ5xzfVR6ktxXuRvSZ15ouN_i5o_AT3b0xel4Lhsl_JRA1fjPcIA4cGB5YUEhyphenhyphen4ZDtLc-y8V9KVlKWmBV1HBaXiiCKQlhv2DpUyW0G9ScyLoaF1stP7JYo1nh79Oanf/s1600-h/firefox+settings.png&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5260997081516093186&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk26lkdhz4dvS1IGQ5xzfVR6ktxXuRvSZ15ouN_i5o_AT3b0xel4Lhsl_JRA1fjPcIA4cGB5YUEhyphenhyphen4ZDtLc-y8V9KVlKWmBV1HBaXiiCKQlhv2DpUyW0G9ScyLoaF1stP7JYo1nh79Oanf/s400/firefox+settings.png&quot; style=&quot;cursor: pointer; height: 390px; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now you can safely browse the web&lt;br /&gt;&lt;br /&gt;You
 could make this even more seamless by adding a Firefox extension to 
allow you to have multiple proxy configurations set up and simply select
 which one you want using drop down list on the toolbar. Switch Proxy 
works well for this.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Check The Tunnel&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You
 can test that your traffic is being tunneled by using Netstat, 
Etherape, TCPDump or a number of other tools.  Bellow I have used 
Netstat.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhocHOc2mNAkAljrySp7Ye8x0W7715QhhL7jX-Ljpqtzailajlv9k5lUXpGFYSURJntx0ms-UFfX8XgU8lX512jB9gegN_Nu303P917zR8LKhFeYEILt9tHYkd06XOUe4uc6qDOHndTLHIa/s1600-h/netstat.png&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5261004054141357938&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhocHOc2mNAkAljrySp7Ye8x0W7715QhhL7jX-Ljpqtzailajlv9k5lUXpGFYSURJntx0ms-UFfX8XgU8lX512jB9gegN_Nu303P917zR8LKhFeYEILt9tHYkd06XOUe4uc6qDOHndTLHIa/s400/netstat.png&quot; style=&quot;cursor: pointer; height: 202px; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I can see that I am making connections to local port 8118 and that the only external web traffic is going to my SSH server.&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;When
 I used Etherape to check my traffic I saw that DNS was not tunneled so 
one thing to bear in mind is that if your attacker is using subverting 
your DNS, The whole tunnel will not work.  Which I guess is better than 
it working and your data being stolen!&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7913982926729682611'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7913982926729682611'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/ssh-tunneling-full-tutorial.html' title='SSH Tunneling Full Tutorial'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi4qmFiO0o_6qW0ZXloANH4CaaOGdTqCgJPTiA-aL2NwzpUAC0KDGCv8m2VI1S-dJ2eJhTIE-pr3u988lrb4oLVgJ5vexeya2Ww4UixxMOmvGCJP7GJ9F0o8qmt45GrtrWzIrvnvCNBIl9w/s72-c/tunnel+config.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-3292818577371075244</id><published>2012-12-13T12:10:00.002-08:00</published><updated>2012-12-13T12:10:43.723-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><title type='text'>Free ICMP Tunnel</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
On the computer network a person feels himself not comfortable with 
all those security measures implemented (firewalls, proxy servers, 
Router Access lists…), these measures are very important to protect 
users but even if all these perimeters are installed we can have a good 
opportunity to eliminate and bypass them.
&lt;br /&gt;
Usually there are some standard protocol that are allowed on any 
network (HTTP/HTTPS, SMTP, POP…) and even for these protocols traffic do
 not directly go to outside network but it passes by NAT over getaways 
that will scan and block non legitimate packets. &lt;br /&gt;

ICMP protocol has been used by system administrators to send error 
messages—indicating, for instance, that a requested service is not 
available or that a host or router could not be reached and while ICMP 
is required and do not cause a big threat from the security prospective 
you can find it enabled on most network. &lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;

Now there are many programs that allows user to create  ICMP Tunnel for having a full access to internet such as (&lt;a href=&quot;http://sourceforge.net/projects/itun/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Simple ICMP tunnel&lt;/a&gt;, &lt;a href=&quot;http://icmpshell.sourceforge.net/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;ICMP Shell&lt;/a&gt; and &lt;a href=&quot;http://www.cs.uit.no/%7Edaniels/PingTunnel/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;PingTunnel&lt;/a&gt;),
 the concept of ICMP tunneling works by injecting arbitrary data into an
 echo packet sent to a remote computer. The remote computer replies in 
the same manner, injecting an answer into another ICMP packet and 
sending it back as a result client performs all communication using ICMP
 echo request packets.&lt;br /&gt;

What I suggest is to use Ping tunnel (Ptunnel) by Daniel Stodle which provides the following functionality:&lt;br /&gt;

* Tunnel TCP using ICMP echo request and reply packets&lt;br /&gt;
* Connection are reliable&lt;br /&gt;
* Handles multiple connection&lt;br /&gt;
* Acceptable bandwidth (150 kb/s downstream and about 50 kb/s upstream)&lt;br /&gt;
* Authentication to prevent others from using the proxy.&lt;br /&gt;

&lt;a href=&quot;http://www.sectechno.com/wp-content/uploads/2010/10/Ptunnel.png&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;aligncenter size-full wp-image-2827&quot; height=&quot;199&quot; src=&quot;http://www.sectechno.com/wp-content/uploads/2010/10/Ptunnel.png&quot; title=&quot;Ptunnel&quot; width=&quot;312&quot; /&gt;&lt;/a&gt;&lt;br /&gt;

You will need to have 2 machines that runs ptunnel one Client and the second is the ICMP proxy server, On the client:&lt;br /&gt;

# ./ptunnel -p
 -lp
 -da  -dp  [-c ] [-v ] [-f ] [-u] [-x password]&lt;br /&gt;

On the proxy server:&lt;br /&gt;

# ./ptunnel [-c ] [-v ] [-f ] [-u] [-x password]&lt;br /&gt;

For Example:&lt;br /&gt;

# ./ptunnel -p 192.168.X.X -lp 4567 -da HomeserverIP -dp 80&lt;br /&gt;

Do not forget to configure your proxy browser settings to localhost 
on port 4567 and set the password on both side for authentication. you 
can use ptunnel for other TCP protocols such as SSH or pop the most 
important is to change the port value accordingly.The only negative 
point by using ICMP tunneling that bandwidth are not perfect but 
acceptable.&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3292818577371075244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3292818577371075244'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/free-icmp-tunnel.html' title='Free ICMP Tunnel'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-5841367273923699760</id><published>2012-12-13T12:05:00.001-08:00</published><updated>2012-12-13T12:05:10.834-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE TIPS AND TRICKS"/><title type='text'>Google Maps for iOS Download Now</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span id=&quot;lblBody&quot;&gt;To say that Apple Maps for iOS 6 has been a &lt;a href=&quot;http://www.dailytech.com/Googles+Schmidt+Apple+Shouldve+Stuck+with+Us+for+Maps+/article27773.htm&quot;&gt;blunder is quite the understatement&lt;/a&gt;.
 Ever since iOS 6 was released to the public a few months ago, 
complaints began rolling out about the mapping services. Everything from
 misplaced roads, to &lt;a href=&quot;http://www.dailytech.com/Apples+iOS+6+Maps+Leads+Australian+Motorists+to+Dangerous+Areas/article29379.htm&quot;&gt;wonky directions&lt;/a&gt;, to horrible rendering of terrain became fodder for the online media and even mainstream media -- not to mention &lt;a href=&quot;http://theamazingios6maps.tumblr.com/&quot; rel=&quot;nofollow&quot;&gt;Apple&#39;s customers&lt;/a&gt; and &lt;a href=&quot;http://www.dailytech.com/Motorola+Pokes+Fun+at+Apple+iOS+6+Users+Maps+Misery/article27768.htm&quot;&gt;Apple&#39;s competitors&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Things got so bad that Apple CEO Tim Cook even &lt;a href=&quot;http://www.dailytech.com/Apple+CEO+Tim+Cook+Apologizes+for+iOS+6+Maps+Fiasco+Tells+Customers+to+Use+Bing+Google/article27809.htm&quot;&gt;apologized to Apple customers&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
However, even as Apple is looking to improve its native Maps application
 on a continuing basis, Google is looking to offers users a seasoned 
alternative -- Google Maps. The refreshed Google Maps app for iOS has 
all the goodies (and more) that users loved before Apple decided to give
 the application the boot for its own homegrown solution.&lt;br /&gt;
&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.dailytech.com/Google+Maps+Street+View+Available+to+iOS+6+Users+Via+Safari/article27853.htm&quot;&gt;Street View&lt;/a&gt;, transit directions, walking directions, traffic data, and restaurant reviews (provided by &lt;a href=&quot;http://www.dailytech.com/UPDATE+Zagat+is+the+Latest+Company+Sucked+Into+Googles+Empire/article22671.htm&quot;&gt;Zagat&lt;/a&gt;)
 are all included. And in case you were wondering, yes, turn-by-turn 
navigation is front in center in the new Google Maps iOS app.&lt;br /&gt;
&lt;br /&gt;
For users of Android smartphones, none of this stuff is really news to 
you -- you&#39;ve been enjoying such functionality for years. However, for 
Apple customers that have complained about Apple&#39;s native Maps app, you 
now can install an alternative that appears to be better in nearly every
 way.&lt;br /&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/5841367273923699760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/5841367273923699760'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/google-maps-for-ios-download-now.html' title='Google Maps for iOS Download Now'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-5901627095317451194</id><published>2012-12-13T12:03:00.002-08:00</published><updated>2012-12-13T12:03:32.376-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE TIPS AND TRICKS"/><title type='text'>Samsung Exec Praises Apple Ecosystem, Uses iPhone and iPad at Home </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span class=&quot;ArticleSummary&quot; id=&quot;lblSummary&quot;&gt;Samsung exec shows Apple some love&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;
     
     &lt;span id=&quot;lblBody&quot;&gt;Samsung and Apple definitely have an awkward relationship. Samsung is one of Apple&#39;s &lt;a href=&quot;http://www.dailytech.com/Samsung+to+Crown+Texas+Fab+With+4B+USD+Revamped+SoC+Line/article25472.htm&quot;&gt;top suppliers for components&lt;/a&gt;
 in its popular iPad and iPhone mobile devices. However, Apple is 
currently embroiled in a bitter &quot;thermonuclear war&quot; with Samsung over 
claims that the South Korean electronics giant has &lt;a href=&quot;http://www.dailytech.com/Apple+Allowed+to+Pursue+Jelly+Bean+Galaxy+S+III+Ban+Samsung+Can+Target+iPhone+5/article29210.htm&quot;&gt;ripped of its patented designs and technology&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Despite the fact that Apple is &lt;a href=&quot;http://www.dailytech.com/Apple+Aims+to+Tack+on+Galaxy+Note+II+and+5+Other+Products+to+Existing+Lawsuit/article29264.htm&quot;&gt;looking to have numerous Samsung products banned from the market&lt;/a&gt;,
 it was revealed that Samsung President and Chief Strategy Officer Young
 Sohn actually has quite a bit of love for Apple and its products in an 
interview with &lt;em&gt;MIT Technology Review&lt;/em&gt;. Sohn praised Apple 
tie-ins like iCloud, stating, &quot;If you look at the strengths of Apple, in
 a way it’s not the product per se. It’s that consumers like their 
ecosystem such as iCloud. I like that my family 6,000 miles away in 
Korea is able to see my schedule and see all of my contacts and photos.&quot;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Sohn went on to state that he not only uses a Mac at home, but he also 
has an iPhone and an iPad. Being that Sohn is a high-ranking executive 
at Samsung, he naturally also owns a Samsung Galaxy smartphone (Sohn 
joined Samsung in August, so we can only assume that he&#39;s sporting a &lt;a href=&quot;http://www.dailytech.com/Quick+Note+Samsung+Galaxy+S+III+Sales+Hit+30+Million/article29110.htm&quot;&gt;Galaxy S III&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Puzzled by the admission of a person in his position using Apple 
products, interviewer Jessica Laber asked for an explanation. Sohn 
responded:&lt;br /&gt;
&amp;nbsp;
&lt;div style=&quot;margin-left: 40px;&quot;&gt;
 &lt;em&gt;At work I’m using Samsung devices; Apple at home, mainly because 
all of my systems and files are done that way. That’s sticky, you know? 
However, I did figure out how to sync all of my contacts and all of my 
schedules between the two different systems. You can do it. It’s a bit 
of work, but it is possible.&lt;/em&gt;&lt;/div&gt;
&lt;br /&gt;
We&#39;re sure that the top brass at Samsung aren&#39;t exactly thrilled that 
Sohn is extolling his love for Apple products in an interview, 
especially considering that the company makes comparable devices to all 
of the ones that he uses at home. But it&#39;s nice to see a high-level exec
 keeping an open mind about the competition.&lt;br /&gt;

        &lt;br /&gt;
Source: &lt;a href=&quot;http://www.technologyreview.com/news/508306/the-man-looking-to-turn-samsung-into-a-silicon-valley-trendsetter/&quot;&gt;MIT Technology Review&lt;/a&gt;&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/5901627095317451194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/5901627095317451194'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/samsung-exec-praises-apple-ecosystem.html' title='Samsung Exec Praises Apple Ecosystem, Uses iPhone and iPad at Home '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-9066052281521683146</id><published>2012-12-13T12:01:00.001-08:00</published><updated>2012-12-13T12:01:35.083-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE TIPS AND TRICKS"/><title type='text'>iPhone 5 Full Review</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
 The last significant redesign of the iPhone platform came in 2010 with 
the iPhone 4. It was an update that literally touched all aspects of the
 device, from SoC to display to baseband and of course, chassis. Last 
month’s launch of the iPhone 5 is no different in magnitude. The sixth 
generation iPhone makes some of the biggest changes to the platform 
since its introduction in 2007.&lt;br /&gt;


 Visually the device begins by evolving the design language of the 
iPhone 4/4S chassis. From the launch of the iPhone 4 it was quite 
obvious that Apple had picked a design it was quite proud of. Thus it’s 
not too surprising that, from a distance, the iPhone 5 resembles the 
previous two iPhone models. We’ll get into material differences shortly,
 but what make the iPhone 5 design such a radical departure is its 
larger display.&lt;br /&gt;


 All previous iPhones have maintained the same 3.5-inch, 3:2 aspect 
ratio display. With the rest of the world quickly moving to much larger 
displays, and with 16:9 the clear aspect ratio of choice, when faced 
with the decision of modernizing the iPhone platform the choice was 
obvious.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;

&lt;div align=&quot;center&quot;&gt;
 &lt;a href=&quot;http://images.anandtech.com/doci/6330/iPhone5-4180.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://images.anandtech.com/doci/6330/iPhone5-4180_575px.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The iPhone 5 embraces a taller, 4-inch, 16:9 1136 x 640 display opting 
to lengthen the device instead of increasing its area in both 
dimensions. The result is a device that is distinctly an iPhone, albeit a
 modern one. The taller display doesn’t do much to make desktop web 
pages any easier to read as a result of the width staying the same. 
Those longing for an HTC One X or Galaxy S 3 sized device running iOS 
are out of luck. Reading emails and typing are both improved though as 
there’s now more room for lists and the keyboard no longer occupies as 
much of the display. The taller device can be more awkward to use if you
 have smaller hands, but the added screen real estate is honestly worth 
it. Once you get used to the iPhone 5’s display, going back to the older
 models is tough.&lt;br /&gt;


 The taller chassis went on a diet as well. The iPhone 5 is now 
considerably thinner and lighter than its predecessor, which is yet 
another factor that contributes to it feeling more modern.&lt;br /&gt;

&lt;div align=&quot;center&quot;&gt;
 &lt;a href=&quot;http://images.anandtech.com/doci/6330/iPhone5-4216.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://images.anandtech.com/doci/6330/iPhone5-4216_575px.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Internally the device changes are just as significant, if not more, 
than those on the outside. The iPhone 5 includes LTE support, which in 
areas where LTE networks are deployed can be enough reason alone to 
warrant an upgrade.&lt;br /&gt;


 The iPhone 5 also includes a brand new SoC from Apple: the A6. For the 
first time since the introduction of the iPad, Apple has introduced a 
major branded SoC on an iPhone first. The iPhone 4 used the A4 after it 
debuted on the iPad, and the 4S picked up the A5 months after the iPad 2
 launched with it. The A6 however arrives first on the iPhone 5, and 
with it comes two of Apple’s first, custom designed CPU cores. We’ve 
always known Apple as a vertically integrated device and software 
vendor, but getting into CPU design takes that to a new level.&lt;br /&gt;

&lt;table align=&quot;center&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;1&quot; style=&quot;width: 600px;&quot;&gt;
 &lt;tbody&gt;
 &lt;/tbody&gt;
 &lt;tbody&gt;
&lt;tr&gt;
   &lt;td align=&quot;center&quot; class=&quot;tlblue&quot; colspan=&quot;5&quot;&gt;
    Physical Comparison&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr class=&quot;tlgrey&quot;&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &amp;nbsp;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    Apple iPhone 4S&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;136&quot;&gt;
    Samsung Galaxy S 3 (USA)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;136&quot;&gt;
    HTC One S&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;136&quot;&gt;
    Apple iPhone 5&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Height&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    115.2 mm (4.5&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    136.6 mm (5.38&quot; )&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    130.9 mm (5.15&quot; )&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    123.8 mm (4.87&quot;)&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Width&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    58.6 mm (2.31&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    70.6 mm (2.78&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    65 mm (2.56&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    58.6 mm (2.31&quot;)&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Depth&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    9.3 mm ( 0.37&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    8.6 mm (0.34&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    7.8 mm (0.31&quot;)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    7.6 mm (0.30&quot;)&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Weight&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    140 g (4.9 oz)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    133g (4.7 oz)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    119.5g (4.21 oz)&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    112 g (3.95 oz)&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;CPU&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    Apple A5 @ ~800MHz Dual Core Cortex A9&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    1.5 GHz MSM8960 Dual Core Krait&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    1.5 GHz MSM8260A Dual Core Krait&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    1.3 GHz Apple A6 (Dual Core Apple Swift)&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;GPU&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    PowerVR SGX 543MP2&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    Adreno 225&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    Adreno 225&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    PowerVR SGX 543MP3&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;RAM&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    512MB LPDDR2-800&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    2 GB LPDDR2&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    1 GB LPDDR2&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    1 GB LPDDR2&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;NAND&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    16GB, 32GB or 64GB integrated&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    16/32 GB NAND with up to 64 GB microSDXC&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    16 GB NAND&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    16, 32, or 64 GB integrated&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Camera&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    8 MP with LED Flash + Front Facing Camera&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    8 MP with LED Flash + 1.9 MP front facing&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    8 MP with LED Flash + VGA front facing&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    8 MP with LED Flash + 1.2MP front facing&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Screen&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    3.5&quot; 960 x 640 LED backlit LCD&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    4.8&quot; 1280x720 HD SAMOLED&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    4.3&quot; 960x540 Super AMOLED&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    4&quot; 1136 x 640 LED backlit LCD&lt;/td&gt;
  &lt;/tr&gt;
&lt;tr&gt;
   &lt;td class=&quot;tlgrey&quot;&gt;
    &lt;strong&gt;Battery&lt;/strong&gt;&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;135&quot;&gt;
    Internal 5.3 Whr&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    Removable 7.98 Whr&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    Removable 6.1 Whr&lt;/td&gt;
   &lt;td style=&quot;text-align: center;&quot; width=&quot;150&quot;&gt;
    Internal 5.45 Whr&lt;/td&gt;
  &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
There’s a lot to talk about when it comes to the new iPhone. Whether it
 is understanding the architecture of the A6 SoC or investigating the 
improved low light performance of the iPhone 5’s rear facing camera, 
we’ve got it here in what is easily our most in-depth iPhone review to 
date. Let’s get started.&lt;br /&gt;
&lt;br /&gt;
&lt;h2&gt;
 Design&lt;/h2&gt;
&lt;em&gt;Section by Vivek Gowri&lt;/em&gt;&lt;br /&gt;


 The iPhone 4, when it launched, represented a clean break for Apple&#39;s 
industrial design. It replaced the soft organic curvature of the iPhone 
3G/3GS with a detailed sandwich of metal and glass, something that 
arguably brought the feel of a premium device to a new level. Obviously,
 Apple had their fair share of issues with the design initially, and 
nothing could match the sinking feeling of dropping one and shattering 
the glass on the front and back simultaneously, but it was a small price
 to pay for the jewel-like feel of the device. Combined with the (at the
 time) incredible pixel density of the then-new Retina Display, the 
iPhone 4 was a revolution in hardware design. The chassis has aged 
remarkably well over the last two-plus years, so naturally it&#39;s a hard 
act to follow.&lt;br /&gt;

&lt;div align=&quot;center&quot;&gt;
 &lt;a href=&quot;http://images.anandtech.com/doci/6330/iPhone5-4158.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://images.anandtech.com/doci/6330/iPhone5-4158_575px.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The 5 keeps a similar design language to the 4, keeping roughly the 
same shape as before but with a taller and thinner form factor. At first
 glance, the 5 actually looks almost the same as the 4, with an unbroken
 glass front face, prominent corner radiuses, the familiar home button, a
 rectangular cross-section, and metallic sides with plastic antenna 
bands. However, those metallic sides are part of an anodized aluminum 
frame that makes up a majority of the body, and that&#39;s where the 
industrial design diverges from the 4 and 4S.&lt;br /&gt;


 In contrast to the predominantly glass body of the previous generation 
iPhone, the 5 is almost entirely aluminum other than the glass front 
face and two small glass windows at the top and bottom of the back. It&#39;s
 a return to the original iPhone/3G/3GS-style of construction, with the 
front glass clipping into a unibody chassis. It&#39;s a significant 
departure from the 4 and 4S, where the stainless steel band in the 
center was the main housing that the front and rear panels clipped into.
 That was pretty radical way of doing things, so it&#39;s not all that 
surprising to see Apple revert to a more conventional and less complex 
method for the 5.&lt;br /&gt;

&lt;div align=&quot;center&quot;&gt;
 &lt;a href=&quot;http://images.anandtech.com/doci/6330/iPhone5-4202.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://images.anandtech.com/doci/6330/iPhone5-4202_575px.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
The aesthetic is actually pretty awesome, especially in the black 
version. The combination of black glass and off-black aluminum (Apple is
 calling it slate) gives the 5 an almost murdered out look that&#39;s three 
parts elegant and one part evil. The white and silver model has a classy
 look that&#39;s much friendlier in appearance than the black one. The color
 schemes and overall design aesthetic remind me of the Dell Adamo, one 
of my favorite notebook designs of all time. The similarities may be 
purely coincidental, but it&#39;s interesting to note nonetheless and should
 give you an idea of how premium the industrial design is.&lt;br /&gt;


 &lt;a href=&quot;http://images.anandtech.com/doci/6330/iPhone5-3821.jpg&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;http://images.anandtech.com/doci/6330/iPhone5-3821_575px.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;


 All three previous iPhone body styles had very similar dimensions, so 
the biggest question with the 5 was how much the larger display would do
 to change that. Unlike many Android manufacturers, Apple still believes
 in things like small pockets, small hands, and one-handed smartphone 
usage. With the 5 being vertically stretched but no wider than the 
previous iPhones, the biggest impact on in-hand feel is actually the 
thinner body. If you&#39;re used to a larger Android or Windows device, the 
change seems radical, but even compared to the 22% thicker iPhone 4S, it
 feels a good deal smaller.&lt;br /&gt;


 It&#39;s not just the minimized z-height though, the 25% weight loss is 
definitely also a factor. Even a few weeks later, I still find it 
striking how much less substantial it feels than the 4 and 4S. The 
densely-packed glass body just had a reassuring weight to it that the 5 
simply lacks. But as you get used to the new form factor, you realize 
how far Apple is pushing the boundaries of ultrathin design. When the 
4th generation iPod touch came out, I told Brian that I wanted an iPhone
 with that form factor - well, the 5 is essentially there (0.3mm thicker
 and 11 grams heavier, but close enough). It&#39;s pretty impressive to 
think about. If you thought the 4S was one of the best phone designs on 
the market in terms of aesthetics and build quality, the iPhone 5 just 
pushes that advantage further.&lt;br /&gt;
&lt;/div&gt;
</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/9066052281521683146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/9066052281521683146'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/12/iphone-5-full-review.html' title='iPhone 5 Full Review'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-925619816532438980</id><published>2012-06-22T01:26:00.000-07:00</published><updated>2012-06-22T01:26:53.241-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BLOGGER TIPS"/><title type='text'>Add Yahoo Messenger online status to your web or blog</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Actually has a lot of tutorials that discuss about add YM (Yahoo 
Messenger) online status on your web/blog, but still many are not 
successful, which may be due to lack detailed descriptions or perhaps 
difficult to understand.&lt;br /&gt;
For those who want to display YM online status on your website or 
blog, or even on a forum posting that is usually useful if you sell 
online through a forum, can use the following ways which may be easily 
understood.&lt;br /&gt;
Copy and paste the following script code on a web page/blog/forum post that you want to show your YM status.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;&amp;lt;a href=”ymsgr:sendIM?YM_id”&amp;gt;&amp;lt;img border=0 src=http://opi.yahoo.com/online?u=YM_id&amp;amp;m=g&amp;amp;t=1 /&amp;gt;&amp;lt;/a&amp;gt;&lt;/i&gt;&lt;/div&gt;
Use the following script if you use WordPress blog (can use in your widgets).&lt;br /&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;&amp;lt;a   
href=”http://edit.yahoo.com/config/send_webmesg?.target=YM_id&amp;amp;.src=pg”&amp;gt;&amp;lt;img
     
border=”0?src=”http://opi.yahoo.com/online?u=YM_id&amp;amp;m=g&amp;amp;t=1&amp;amp;l=us”&amp;gt;&amp;lt;/a&amp;gt;&lt;/i&gt;&lt;/div&gt;
&lt;span id=&quot;more-297&quot;&gt;&lt;/span&gt;&lt;br /&gt;
Next step:&lt;br /&gt;
- Replace “YM_id” with your YM account. For example: if your YM 
account are “qblog@yahoo.com”, then you only need to type “qblog” 
without “@yahoo.com”.&lt;br /&gt;
- Replace the “t=1″&amp;nbsp;in accordance with the picture that you like from the options shown below.&lt;br /&gt;
&lt;img alt=&quot;&quot; height=&quot;250&quot; src=&quot;http://www.qitanet.com/wp-content/forum-image-uploads/tolet/ym-status.jpg&quot; width=&quot;350&quot; /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/925619816532438980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/925619816532438980'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/06/add-yahoo-messenger-online-status-to.html' title='Add Yahoo Messenger online status to your web or blog'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-4663918373178840100</id><published>2012-06-22T01:22:00.000-07:00</published><updated>2012-06-22T01:22:16.453-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="ONLINE DATA/HOSTING"/><category scheme="http://www.blogger.com/atom/ns#" term="WINDOWS TRICKS"/><title type='text'>Creating a Subdomain On Localhost</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Create subdomains through cPanel or DirectAdmin is quite easy, but 
what if you want to create subdomains on localhost or local computer?&lt;br /&gt;

Here’s a guide to make a subdomain on localhost using WAMP.&lt;br /&gt;

&lt;br /&gt;

1. Open the file called ‘hosts’ in the directory 
C:\Windows\System32\drivers\etc\ using any text editor. Add a new line 
with subdomain you want to ceate (for example: subdomain.localhost), so 
that it becomes like the example below.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;

&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; localhost&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subdomain.localhost&lt;/i&gt;&lt;/div&gt;
Then save and close the file.&lt;br /&gt;

&lt;br /&gt;

2. Open the ‘httpd.conf’ file from the Wamp tray icon menu or in the 
directory C:\wamp\bin\apache\Apache2.2\conf\, and find the following 
line.&lt;br /&gt;

&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;#Include conf/extra/httpd-vhosts.conf&lt;/i&gt;&lt;/div&gt;
And un-comment it by removing the ‘&lt;i&gt;&lt;span style=&quot;color: red;&quot;&gt;#&lt;/span&gt;&lt;/i&gt;‘ from the start of the line.&lt;br /&gt;

&lt;br /&gt;

3. Open the ‘httpd-vhosts.conf’ file in the directory 
C:\wamp\bin\apache\apache2.2\conf\extra\, you should find 2 virtual 
hosts in there (dummy-host.localhost and dummy-host2.localhost). Delete 
both (the entire block), then replace with the following line.&lt;span id=&quot;more-578&quot;&gt;&lt;/span&gt;&lt;br /&gt;

&lt;div style=&quot;color: red;&quot;&gt;
&lt;i&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;br /&gt; ServerAdmin admin@localhost&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; DocumentRoot “c:/wamp/www/”&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; ServerName localhost&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; ErrorLog “logs/localhost_error.log”&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; CustomLog “logs/localhost_access.log” common&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; &amp;lt;/VirtualHost&amp;gt;&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; &amp;lt;VirtualHost *:80&amp;gt;&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; ServerAdmin admin@subdomain.localhost&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; DocumentRoot “c:/wamp/www/subdomain”&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; ServerName subdomain.localhost&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; ErrorLog “logs/subdomain_error.log”&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; CustomLog “logs/subdomain_access.log” common&lt;/i&gt;
&lt;i&gt;&lt;br /&gt; &amp;lt;/VirtualHost&amp;gt;&lt;/i&gt;
&lt;/div&gt;
And finally, restart Apache from the Wamp tray icon menu.&lt;br /&gt;

If you run into problems after the restart, check the Apache error 
log. You may also need to restart your PC for Windows to pickup the 
changes you made to the Hosts file.&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4663918373178840100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4663918373178840100'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/06/creating-subdomain-on-localhost.html' title='Creating a Subdomain On Localhost'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-2902327362101706324</id><published>2012-06-22T01:14:00.001-07:00</published><updated>2012-06-22T01:32:04.860-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><title type='text'>Create Own SMS Gateway</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;SMS (Short Message Service) is a very popular service which used to 
send a short message to someone via cell phone. To send a message would 
require a gateway to the dissemination of information by using SMS.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Are you interested to create your own sms gateway, so you can provide a free sms service on your sites?&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Nowadays, many websites that provide a free sms service, even now you
 can also create your own free sms service on your website in a way that
 is not too difficult.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;How to build your own sms gateway?&lt;/span&gt;&lt;/div&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://blog.qitanet.com/wp-content/uploads/2011/07/sms-gateway.jpg&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;aligncenter&quot; height=&quot;200&quot; src=&quot;http://blog.qitanet.com/wp-content/uploads/2011/07/sms-gateway-300x198.jpg&quot; title=&quot;sms-gateway&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;1. First you need Gammu software and   MySQL. Gammu is an application
 to build a sms gateway   which connects between the mobile operator 
with the internet. Even Gammu can also be used to make a &lt;i&gt;voice call&lt;/i&gt; and is available for Windows and Linux platforms. While MySQL is used as database server.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;You can download Gammu application &lt;a href=&quot;http://adf.ly/259621/wammu.eu/download/gammu/1.29.93/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;2. Then install Gammu in the root directory or in the C drive on Windows platform.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;3. Perform Gammu configuration by editing the “GAMMURC” file located 
in the Gammu installation directory. You’ll find the two parameters that
 you have to fill the ‘Port’ and ‘Connection’.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;‘Port’ parameter must match with the the cell phone port number which
 attached to computer. Make sure that your cell phone driver already 
installed properly on the computer. To find the cell phone port number 
can be seen on the “Phone and Modem Options” in the Contorl Panel.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;example:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Port = com3:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Connection = at115200&lt;span id=&quot;more-647&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;4. Next, do test the connection by going into the Gammu installation 
directory via DOS Command Prompt, then type “gammu identify” command 
like the example below.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;example: C:\gammu&amp;gt;gammu identify&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://blog.qitanet.com/wp-content/uploads/2011/07/gammu-identify.jpg&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;aligncenter&quot; height=&quot;60&quot; src=&quot;http://blog.qitanet.com/wp-content/uploads/2011/07/gammu-identify-300x58.jpg&quot; title=&quot;gammu-identify&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;If you see information about your cell phone connection, such as 
Model, Revision, Manufacture, and IMEI, then the configuration has been 
successfully done, but if it does not show information about your cell 
phone connection, then it is likely configuration is not correct, check 
the parameters of the ‘Port’ and ‘Connection ‘in step no. 3.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;5. The next step is to create the MySQL database are Gammu required 
as SMS Gateway. You can also use other server database application that 
you are more familiar know other than MySQL.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Create a database using phpMyAdmin, as for example with the name 
‘sms’. Then create new tables are needed for Gammu. You can see the 
Gammu required database tables in the ‘mysql-table.sql’ file located on 
the Gammu installation directory.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;6. Perform configuration daemon on Gammu SMS for automated reading 
process SMS messages sent or received and then stored in a database.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Open the file ‘SMSDRC’ located on Gammu installation directory, then 
edit using a text editor such as Notepad. The following parameters must 
be configured:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;port = port number&lt;br /&gt;
connection = connection type&lt;br /&gt;
service = mysql (if using MySQL)&lt;br /&gt;
user = username account on the server&lt;br /&gt;
password = password defined for the username account on the server&lt;br /&gt;
pc = IP address or host name of the server (default: localhost)&lt;br /&gt;
database = sms (adjust with the database name that you created)&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;7.&amp;nbsp;If you want to run Gammu as a Windows service, you can use the command “&lt;code&gt;gammu-smsd -c smsdrc -i&lt;/code&gt;”   (without quotes) via DOS Command Prompt. If successful, you will see Gammu applications on Windows Services list.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;8. The final step is to connect the SMS Gateway with your website. To
 perform this step you will need the public IP (the IP you get from the 
ISP you use) or IP hosting your web server and a PHP script to perform 
the process of sending a message.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;scripts example:&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Copy the script below and paste it into Notepad or other text editor 
and save with the name “form_sms.php” (without quotation marks).&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;script type=”text/javascript”&amp;gt;&lt;br /&gt; function check_length(my_form)
&lt;br /&gt; {
&lt;br /&gt; maxLen = 160; // max number of characters allowed
&lt;br /&gt; if (my_form.shortMessages.value.length &amp;gt;= maxLen)
&lt;br /&gt; {
&lt;br /&gt; // Alert message if maximum limit is reached
&lt;br /&gt; var msg = “You have reached your maximum limit of characters allowed”;
&lt;br /&gt; //alert(msg);
&lt;br /&gt; my_form.shortMessages.value = my_form.shortMessages.value.substring(0, maxLen);
&lt;br /&gt; }
&lt;br /&gt; else
&lt;br /&gt; {
&lt;br /&gt; my_form.messagesCounter.value = maxLen – my_form.shortMessages.value.length;
&lt;br /&gt; }
&lt;br /&gt; }
&lt;br /&gt; &amp;lt;/script&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;form name=’formSMS’ action=’send_sms.php’ method=’post’&amp;gt;&lt;br /&gt; &amp;lt;table width=’250px’&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;a 
style=’text-decoration:none;’   href=”http://your_domain/form_sms.php” 
alt=”Free SMS”   target=”_blank”&amp;gt;&amp;lt;b&amp;gt;Free SMS by   
Qblog&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;No. Telp :&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;td&amp;gt;&amp;lt;input type=’text’ name=’noTelp’ id=’noTelp’ maxlength=’20′ size=’20px’/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;tr&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;Pesan :&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;tr&amp;gt;&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;textarea cols=’50′ 
rows=’60′ name=’shortMessages’   id=’shortMessages’   
onkeypress=’check_length(this.form);’&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;/td&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;Jumlah karakter tersisa : 
&amp;lt;input type=’text’  name=’messagesCounter’  id=’messagesCounter’ 
size=’2px’ value=’160′   readonly=’yes’/&amp;gt;&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;td&amp;gt;&amp;lt;table border=’0′&amp;gt;&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;Jumlahkan :
&lt;br /&gt; &amp;lt;td  style=’font-family: monospace; 
font-size:5px; font-weight: bold;  color:  RED; padding:0px; margin: 
0px; line-height:3px;’&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;br /&amp;gt;&lt;br /&gt; &amp;lt;br /&amp;gt;
&lt;br /&gt; 
&amp;amp;nbsp;S&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;S5D&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;br
   /&amp;gt;
&lt;br /&gt; 
5A&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;Q&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;G&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;E7X&amp;lt;br
   /&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;amp;nbsp;Q&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;2D5&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;E&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;br
   /&amp;gt;&lt;br /&gt; 
&amp;amp;nbsp;B&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;R&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;3&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;IK2&amp;lt;br
   /&amp;gt;
&lt;br /&gt; 
LIJ&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;4&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;br
   /&amp;gt;
&lt;br /&gt; &amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;input type=’input’ 
name=’7fb282737fbe25fd137f1cfc5c386565′   size=’2′ 
maxlength=’2′/&amp;gt;&amp;lt;input type=’hidden’   
name=’4cc611166e3a306958949c903ba5b0c9′   
value=’47f8b7965f41c9ec52e4de0d36fab7ce’ /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&amp;lt;/table&amp;gt;&lt;br /&gt; &amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;tr&amp;gt;
&lt;br /&gt; &amp;lt;td&amp;gt;&amp;lt;input class=’btn-submit’ type=’submit’ name=’btnSubmit’ value=’Send’/&amp;gt;&amp;lt;/td&amp;gt;
&lt;br /&gt; &amp;lt;/tr&amp;gt;
&lt;br /&gt; &amp;lt;/table&amp;gt;
&lt;br /&gt; &amp;lt;/form&amp;gt;&lt;/i&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;i&gt;&lt;span style=&quot;font-size: small;&quot;&gt;“send_sms.php” script.&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;&amp;lt;?php&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;mysql_connect(&lt;/code&gt;&lt;code&gt;&quot;dbhost&quot;, &lt;/code&gt;&lt;code&gt;&quot;dbuser&quot;, &lt;/code&gt;&lt;code&gt;&quot;dbpass&quot;&lt;/code&gt;&lt;code&gt;);&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;mysql_select_db(&lt;/code&gt;&lt;code&gt;&quot;sms&quot;&lt;/code&gt;&lt;code&gt;);&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;$phone = &lt;/code&gt;&lt;code&gt;$_POST&lt;/code&gt;&lt;code&gt;[&#39;noTelp&#39;];&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;$message = &lt;/code&gt;&lt;code&gt;$_POST[&lt;/code&gt;&lt;code&gt;&#39;shortMessages&#39;];&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;$query = &lt;/code&gt;&lt;code&gt;&quot;INSERT INTO outbox (DestinationNumber, TextDecoded, CreatorID) VALUES (&#39;$phone&#39;, &#39;$message&#39;, &#39;Gammu&#39;)&quot;;&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;$result &lt;/code&gt;&lt;code&gt;= mysql_query(&lt;/code&gt;&lt;code&gt;$query&lt;/code&gt;&lt;code&gt;);&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;if (&lt;/code&gt;&lt;code&gt;$result)&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;echo &lt;/code&gt;&lt;code&gt;&quot;SMS sent&quot;;&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;else&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;echo &lt;/code&gt;&lt;code&gt;&quot;SMS failed&quot;;&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;color: red; font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;&lt;i&gt;&lt;code&gt;?&amp;gt;&lt;/code&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Upload both files on your web server, and specify its location. If 
you put it on the root, it can be accessed at the URL 
http://your_domain/form_sms.php&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;You can see examples of websites that provide free sms service on 
http://bloqita.net . Bloqita is a blog media network which has many 
features and facilities of social networking as a media gathering place 
for bloggers, and one of those features is a free sms service.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2902327362101706324'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2902327362101706324'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/06/create-own-sms-gateway.html' title='Create Own SMS Gateway'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-6582457336805012918</id><published>2012-04-09T21:37:00.000-07:00</published><updated>2012-04-09T21:37:37.491-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS N TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="VPN"/><title type='text'>Premium PerfectVPN With Free Trial</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.carebadges.com/wp-content/uploads/2012/02/personal-vpn.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.carebadges.com/wp-content/uploads/2012/02/personal-vpn.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Find for your safety on internet?&lt;br /&gt;
Why you&amp;nbsp;not try this vpn services.&lt;br /&gt;
&lt;a href=&quot;http://vpnseek.com/&quot; target=&quot;_blank&quot;&gt;PerfectVPN&lt;/a&gt;&lt;br /&gt;
They&amp;nbsp;give you free trial for free of charge for 1 hour.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzIFWilWimVLgdgYOrAoCV2WUiKUBEqJS5mXVijZ2IYxX-68ziP6hfCdjxAjaRkQpr3a951facWWnXxwMYTRVr5cJ8kLhwN_bRjsH1PFj5LCxFbiwofJJMPE87q8pjHiJnvWttEctLkQk/s1600/Untitled.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzIFWilWimVLgdgYOrAoCV2WUiKUBEqJS5mXVijZ2IYxX-68ziP6hfCdjxAjaRkQpr3a951facWWnXxwMYTRVr5cJ8kLhwN_bRjsH1PFj5LCxFbiwofJJMPE87q8pjHiJnvWttEctLkQk/s1600/Untitled.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;If you want know more about PerfectVPN visit thier Official site here&amp;nbsp;&lt;a href=&quot;http://vpnseek.com/&quot; target=&quot;_blank&quot;&gt;VPNseek.com﻿&lt;/a&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/6582457336805012918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/6582457336805012918'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/04/premium-perfectvpn-with-free-trial.html' title='Premium PerfectVPN With Free Trial'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzIFWilWimVLgdgYOrAoCV2WUiKUBEqJS5mXVijZ2IYxX-68ziP6hfCdjxAjaRkQpr3a951facWWnXxwMYTRVr5cJ8kLhwN_bRjsH1PFj5LCxFbiwofJJMPE87q8pjHiJnvWttEctLkQk/s72-c/Untitled.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-269032276274932656</id><published>2012-01-02T11:52:00.000-08:00</published><updated>2012-01-02T11:52:26.082-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ANTIVIRUS"/><category scheme="http://www.blogger.com/atom/ns#" term="FREE DOWNLOADS"/><title type='text'>Nod32 Eset Security 5 Free Antivirus Download</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://t1.gstatic.com/images?q=tbn:ANd9GcTalF6TagUcDUj5SgQWWZZAVq4k8KwHSWLC8V3sCYGkB_i1jQL5dO4nZExS&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://t1.gstatic.com/images?q=tbn:ANd9GcTalF6TagUcDUj5SgQWWZZAVq4k8KwHSWLC8V3sCYGkB_i1jQL5dO4nZExS&quot; /&gt;&lt;/a&gt;&lt;/div&gt;This is my favorite antivirus Nod32 Eset Security Antivirus. Its also give free trial of use for 30 days with fully function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;caption nobrd&quot;&gt; &lt;h1 class=&quot;l&quot;&gt;&lt;a href=&quot;http://www.eset.com/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;ESET NOD32 Antivirus 5&lt;/span&gt;&lt;/a&gt;&lt;/h1&gt;&lt;h3 style=&quot;font-weight: normal; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;The latest generation of the legendary ESET NOD32 Antivirus takes your security to a whole new level.&lt;br /&gt;
Built  for a low footprint, fast scanning, it packs security features and  customization options for consistent and personalized security online or  off. &lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h1 class=&quot;l&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Upgrade your defenses&lt;/span&gt;&lt;/h1&gt;&lt;div class=&quot;area3&quot;&gt;&lt;div class=&quot;bodytext&quot;&gt;With  ESET NOD32 Antivirus 5, you are protected at the highest level while  you work online, social network, download files, play online games or  exchange data via removable media.&lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&amp;nbsp;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;For a complete peace of mind&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;area3&quot;&gt;&lt;div class=&quot;bodytext&quot;&gt;ESET  NOD32 Antivirus 5 utilizes multiple layers of detection and unique  cloud technology to keep out threats and block all potential attacks  vectors. Cybercriminals are stopped dead in their tracks before they can  compromise your system and exploit sensitive personal information. &lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Intuitive and full of features&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;area3&quot;&gt;&lt;div class=&quot;bodytext&quot;&gt;Whether  you just want to deploy it and forget it or tweak the settings, ESET  NOD32 is the right choice for you. Designed to put all needed actions at  your fingertips, the graphical user interface&amp;nbsp; with customization  options puts you in control and keeps you up-to-date on important  events. &lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;For download and more about Eset Security Nod32 Antivirus and All thier product, go to &lt;a href=&quot;http://www.eset.com/&quot; target=&quot;_blank&quot;&gt;Official Site&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;bodytext&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/269032276274932656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/269032276274932656'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/01/nod32-eset-security-5-free-antivirus.html' title='Nod32 Eset Security 5 Free Antivirus Download'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-3552093428484844298</id><published>2012-01-02T11:37:00.000-08:00</published><updated>2012-01-02T11:37:47.611-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ANTIVIRUS"/><category scheme="http://www.blogger.com/atom/ns#" term="FREE DOWNLOADS"/><title type='text'>Best Free Full Antivirus Download</title><content type='html'>&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;Hello&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Alls&lt;/span&gt;&lt;span&gt;,&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;See&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;you again&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;in our&lt;/span&gt; year &lt;span class=&quot;hps&quot;&gt;2012 and&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;I think it&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;is not too late&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;for me&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;to say&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;happy&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;new year&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;to alls&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;readers of&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;my&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;blog&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Okay&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;this&lt;/span&gt; is &lt;span class=&quot;hps&quot;&gt;my first&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;post&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;in&lt;/span&gt; year &lt;span class=&quot;hps&quot;&gt;2012.&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Lets come&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;we started&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;in this year&lt;/span&gt;&lt;span class=&quot;hps&quot;&gt; to increase&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;our&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;PC&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;security&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Here I&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;would like to&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;share information about&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;antivirus&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;that provides&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;free&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;service&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;for us to&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;try&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;their products&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;Without&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;saying much&lt;/span&gt;, I have make some research&lt;span class=&quot;hps&quot;&gt;&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;as&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;you can&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;see&lt;/span&gt;&lt;span class=&quot;hps&quot;&gt;&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;below and&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;that i have&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;shortlisted&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;the best&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;free&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;antivirus&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;for us to&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;try&lt;/span&gt;&lt;span class=&quot;&quot;&gt; on our PC or notebook. Thanks to all company that give free service of thier product.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;a href=&quot;http://free.avg.com/gb-en/free-antivirus-download&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;AVG Anti-Virus FREE 2012&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;AVG Anti-Virus FREE 2012 is perfect if you use your PC only for surfing, searching or social networking. If you also use your PC for banking or shopping you need the  protection of AVG Firewall in AVG Internet Security 2012 to keep hackers  out. More info goto &lt;a href=&quot;http://free.avg.com/gb-en/free-antivirus-download&quot; target=&quot;_blank&quot;&gt;Official site&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://www.kaspersky.co.uk/kav-trial-register&quot; target=&quot;_blank&quot;&gt;Kaspersky Antivirus Trial&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This is the Kaspersky Free trial for 30 days with fully fuction. Just try this trial before you buy the full version to&lt;span class=&quot;short_text&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;testing&lt;/span&gt; &lt;span class=&quot;hps&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;short_text&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;effectiveness&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;short_text&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;of this product. You can see all features and download for this antivirus on its &lt;a href=&quot;http://www.kaspersky.co.uk/kav-trial-register&quot; target=&quot;_blank&quot;&gt;Official website&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;short_text&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;hps&quot;&gt;&lt;a href=&quot;http://home.mcafee.com/&quot; target=&quot;_blank&quot;&gt;McAfee Antivirus Trial&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 style=&quot;font-family: inherit; font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Safely enjoy your digital lifestyle on the devices you use to connect.  McAfee All Access delivers the security protection you need for the  devices you use at home and on the move. You can connect, surf, and  socialize online, knowing your computer, laptop, netbook, smartphone,  and tablet are safe from malicious websites and hackers, viruses,  scammers, cyber bullies, and identity thieves. You can even track, lock,  or remotely wipe your missing smartphone or tablet. Our comprehensive  protection lets you connect with confidence and enjoy the convenience  your digital lifestyle offers. Free trial for 30 days used. to download and more information, go to its &lt;a href=&quot;http://home.mcafee.com/&quot; target=&quot;_blank&quot;&gt;Official Site&lt;/a&gt;&lt;/span&gt;&lt;/h2&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;/span&gt;&lt;h2&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;span class=&quot;&quot; id=&quot;result_box&quot; lang=&quot;en&quot;&gt;&lt;span class=&quot;&quot;&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3552093428484844298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3552093428484844298'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2012/01/best-free-full-antivirus-download.html' title='Best Free Full Antivirus Download'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-4153898960464789110</id><published>2011-12-23T10:13:00.000-08:00</published><updated>2011-12-23T10:13:38.097-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE DOWNLOADS"/><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><title type='text'>WinX iPhone Software Christmas Gift Pack 100% Free</title><content type='html'>&lt;div class=&quot;description&quot; style=&quot;font-family: inherit;&quot;&gt; &lt;span style=&quot;font-size: small;&quot;&gt;Digiarty Software, dedicated iPhone, iPad, iPod related software  producer, today aired free Christmas Gift to all Apple fans – Valued $90  WinX iPhone Software Gift Pack now is free available until Dec.31.  Three applications are included which bring users an all-in-one solution  to play DVD, MKV, AVCHD, M2TS, AVI, WMV, FLV on iPhone, iPad, iPod,  Apple TV as well as create personalized iPhone ringtone. The giveaway is  valid for totally two weeks.&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;releaseDateline&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt; (PRWEB) December 17, 2010 &lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: small;&quot;&gt; Christmas is coming. There are so many free gifts cross the  internet. Digiarty software brings you free iPhone iPad video software  in this Christmas holiday.&lt;/span&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;  Digiarty Software, Inc (&lt;a href=&quot;http://www.winxdvd.com/&quot;&gt;http://www.winxdvd.com&lt;/a&gt;),  dedicated iPhone, iPad, iPod related software producer, today aired  free Christmas Gift to all Apple fans – Valued $90 WinX iPhone Software  Gift Pack now is free available for totally two weeks. Three  award-winning WinX software are included which bring users an all-in-one  solution to play DVD, MKV, AVCHD, M2TS, AVI, WMV, FLV on iPhone, iPad,  iPod, Apple TV as well as create personalized iPhone ringtone. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Free get &lt;a href=&quot;http://www.winxdvd.com/giveaway/&quot;&gt;WinX iPhone Software Christmas Gift Pack&lt;/a&gt;   for yourself and share with friends. It’s a time-limited giveaway  before Dec. 31. Grab the chance, and fill up your iPhone iPad with  favorite movies.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;“Unlike years before, this Christmas we break through old Holiday  giveaway patterns and lock up our Christmas gift to more than 50 million  iPhone users and rapidly growing iPad community,” said Jack Han, CEO  at Digiarty. “WinX iPhone Software Gift Pack, as worthy as your iPhone  4, is a perfect gift for new iPhone owners, iPhone fans who are eager to  maximize the fun of their smart iPhone.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;WinX iPhone Software Gift Pack starred three full-featured applications. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;DVD to iPhone Ripper – it can rip both commercial and homemade DVDs  to iPhone (iPhone 3G, iPhone 3GS, iPhone4), iPod, iPad, Apple TV.  Watching DVD on iPhone iPad along the Christmas journey is easy to come  true. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;iPhone Video Converter – a comprehensive video converting utility  that converts a wide range of videos, for instance, Flash movie from  video sharing site, Cannon Sony JVC HD camcorder shootings on Christmas  holiday, downloaded HD movie in MKV, MP4 formats. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;WinX iPhone Ringtone Maker lets users DIY iPhone ringtone with desired music such as Christmas song effortlessly. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Dig more Christmas Surprises from Digiarty&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;1. Buy WinX Christmas Gift Pack, Get SEVEN Award-winning WinX software with 80% off, saving $205.75!&lt;br /&gt;
&lt;br /&gt;
2. Buy WinX DVD Ripper Platinum, free get DAPlayer.&lt;/span&gt; &lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
3. Buy WinX HD Video Converter Deluxe, free get DVD Author.&lt;/span&gt; &lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Read detailed billboard of &lt;a href=&quot;http://www.winxdvd.com/specialoffer/&quot;&gt;Digiarty Christmas Special Offers&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;About Digiarty Software, Inc. &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Digiarty Software, Inc. is specialized in multimedia software based  on Windows, Mac OS and iOS4, which provides personal and home used video  audio software across Apple iPhone, iPad, Sony PSP, PS3, Xbox, Droid  platforms and devices, including DVD Ripper, Blu-ray Decrypter, HD Video  Converter, DVD Author, DVD Copy, etc.  &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;For editors and bloggers who would like to request full license to  review any WinX product or hold exclusive giveaway, please contact the  Press Relationship representative Viola at viola(at)winxdvd(dot)com.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt; &lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;For the original version on PRWeb visit: &lt;a href=&quot;http://www.prweb.com/releases/prwebwinx-iphone-software/christmas-gift-pack/prweb4904674.htm&quot;&gt;http://www.prweb.com/releases/prwebwinx-iphone-software/christmas-gift-pack/prweb4904674.htm&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4153898960464789110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4153898960464789110'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/winx-iphone-software-christmas-gift.html' title='WinX iPhone Software Christmas Gift Pack 100% Free'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-4164645593760496518</id><published>2011-12-11T06:38:00.000-08:00</published><updated>2011-12-14T08:08:27.086-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE CALL"/><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><title type='text'>Voxofon  30 Minutes Free Calls</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;VoIP is a cheapst source for the calling anywhere  in the world, therefore more and more VoIP based telecom providers are  taking place in the market. Since there are lot of such providers exist  in the market therefore to compete older providers every new VoIP  business try to do some magic to build some customers and once customer  built then maintain the quality and make money. Yes we use the quality  word, because whatever you do in this field if you have no good  voice/call quiality, you are fail to survive in sevral competetors.&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Today we will discuss Voxofon who is the  new player in the VoIP market and doing the same as other do. Voxofon  is offering international calls just in 1 cent per minute. Now sure if  Voxofon is making some out of it but this pricing is very cheap as  compare to others. You would have never thought there would be a voip  provider who will charge you only 1 cent per minute to overseas calls.  There regular rates are also pretty much affordable for international  calling.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Anyways since we always bring free calling offers to our users, therefore Voxofon is also the one who is offering 30 free minutes to the new customers. So you can try their service before buying a calling deal.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Here is how you can get 30 free trial minutes:&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;ol style=&quot;font-family: inherit;&quot;&gt;&lt;li&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Go to their site &lt;a href=&quot;http://www.voxofon.com/&quot;&gt;HERE&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Click on &quot;Get Started&quot; and register  an account after filling up the form. You you will receive an email and  after confirming that your account will be sucessfully registered.  Please note, free email account such as hotmail is not accepted.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
The important part to know is, only US IPs are allowed to register, if  you are not in the US then either you use VPN and use US proxy to get  registered. After sucessfully registeration you will get up to 30 free  minutes to make international calls. You can use voxofon server on any  mobile, iphone and blackberry etc. Also you can use it on your PC. So  simply you need download the application to your mobile or PC from their  side and start free calling.&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4164645593760496518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4164645593760496518'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/voxofon-30-minutes-free-calls.html' title='Voxofon  30 Minutes Free Calls'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-7014941728162079976</id><published>2011-12-03T09:40:00.000-08:00</published><updated>2011-12-03T09:40:24.620-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><title type='text'>18 Free Shorterner Site To Short Your Url</title><content type='html'>Here i have listed 18 site that give service to short your url. Choose which one you like.&amp;nbsp; &lt;br /&gt;
&lt;a href=&quot;http://2isp.com/&quot;&gt;http://2isp.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://tinyurl.com/&quot;&gt;http://tinyurl.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://w3t.org/&quot;&gt;http://w3t.org/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://lix.in/&quot;&gt;http://lix.in/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://sturly.com/&quot;&gt;http://sturly.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://urlprune.com/&quot;&gt;http://urlprune.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://rarme.com/&quot;&gt;http://rarme.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://doiop.com/&quot;&gt;http://doiop.com/&lt;/a&gt;&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://rapidlayer.in/&quot;&gt;http://rapidlayer.in/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://myref.de/&quot;&gt;http://myref.de/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://link-protector.com/&quot;&gt;http://link-protector.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.lil-link.com/&quot;&gt;http://www.lil-link.com/&lt;/a&gt; &lt;br /&gt;
&lt;a href=&quot;http://urlite.com/&quot;&gt;http://urlite.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://protect-links.com/&quot;&gt;http://protect-links.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://snurl.com/&quot;&gt;http://snurl.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://lil-links.com/&quot;&gt;http://lil-links.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://rapidbolt.com/&quot;&gt;http://rapidbolt.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://snip-it.com/&quot;&gt;http://snip-it.com/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Enjoy.............</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7014941728162079976'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7014941728162079976'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/18-free-shorterner-site-to-short-your.html' title='18 Free Shorterner Site To Short Your Url'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-4881170266754229619</id><published>2011-12-03T09:19:00.000-08:00</published><updated>2011-12-03T09:19:54.703-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><category scheme="http://www.blogger.com/atom/ns#" term="UNLOCK MODEM"/><title type='text'>How To Unlock ZTE Modem</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Many broadband users usually buy ZTE modems with internet data packages  from various network operators such as T-mobile, Three, Orange and  Verizon for connecting to the internet. However, most of the mobile  network companies lock their modems to avoid using with another network  companies. Therefore, most of the people need to unlock their modems for  using with other networks. In this article, I will discuss about  unlocking ZTE HSDPA modems. Here, I used dccrap in this unlocking  process so that before you connect the modem to the USB, you need to put  an invalid operator SIM Card. Hence, the software can identify your  modem for unlocking. Let&#39;s see how to do this process step by step. You  can get unlocking software from the below links.&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXtqTi-PfYEv1CW2QxCeqfz7HvVPe-ujyQoAcbfr-7pihe84i0PX0w5e8SSq82TCgLVIetqsZ7zmvYJadWlWkB4Cd5xL4S5DSlyTPH-In4iExzIEMXlPVuPUn1NXGXB1Gf8ctxb_eK3QI/s1600/uz1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;258&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXtqTi-PfYEv1CW2QxCeqfz7HvVPe-ujyQoAcbfr-7pihe84i0PX0w5e8SSq82TCgLVIetqsZ7zmvYJadWlWkB4Cd5xL4S5DSlyTPH-In4iExzIEMXlPVuPUn1NXGXB1Gf8ctxb_eK3QI/s320/uz1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;First of all, &lt;b&gt;&lt;i&gt;put&lt;/i&gt;&lt;/b&gt; an invalid SIM card to the modem and &lt;i&gt;&lt;b&gt;remove&lt;/b&gt;&lt;/i&gt;  memory card if it already contains a memory card. Then, connect the  modem to the USB port on you PC. Close the ZTE software if it  automatically opens when the modem connect to the PC. Now, &lt;i&gt;&lt;b&gt;extract&lt;/b&gt;&lt;/i&gt; the downloaded folder and&lt;i&gt;&lt;b&gt; run&lt;/b&gt;&lt;/i&gt; the dccrap.exe &lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEil6DYQbMUdAoN-IzmWQycif08aKPu6mPZzZJUZH3wp4Sbd7enQpHKN8_zRm28FvOwWl8sAD-oY3k0jd0DDpR4Qq7aHJMS98iziGcm_qIuQGCZw04VMokTkfE04qOc-SEtQcAmCe8trl-c/s1600/uz2.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;143&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEil6DYQbMUdAoN-IzmWQycif08aKPu6mPZzZJUZH3wp4Sbd7enQpHKN8_zRm28FvOwWl8sAD-oY3k0jd0DDpR4Qq7aHJMS98iziGcm_qIuQGCZw04VMokTkfE04qOc-SEtQcAmCe8trl-c/s320/uz2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;b&gt;Choose&lt;/b&gt; &lt;i&gt;ZTE datacards&lt;/i&gt; in a &lt;i&gt;&lt;b&gt;select manufacture&lt;/b&gt;&lt;/i&gt; option and then &lt;b&gt;&lt;i&gt;press&lt;/i&gt;&lt;/b&gt; the &lt;b&gt;&lt;i&gt;search button &lt;/i&gt;&lt;/b&gt;below. Hence, it will detect the modem and display the details of the modem.&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYNpbNqRHQhenJo3MoD_4tntNbFsWN1dy6PGkzHvoSDkx9CtOZIHK6z1C1GBor3zdAynDKAim6Y4VCdAwUcsEjIjC94rL-i2nUU6p8CqQ9OCMdmYzQkBJbNpFTXrmU99aBz8HnWTmBbX0/s1600/uz3.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYNpbNqRHQhenJo3MoD_4tntNbFsWN1dy6PGkzHvoSDkx9CtOZIHK6z1C1GBor3zdAynDKAim6Y4VCdAwUcsEjIjC94rL-i2nUU6p8CqQ9OCMdmYzQkBJbNpFTXrmU99aBz8HnWTmBbX0/s320/uz3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Now, you can&lt;i&gt;&lt;b&gt; click &lt;/b&gt;Unlock button&lt;/i&gt;  for unlocking the modem. While i was taking these screen shots, i don&#39;t  have a modem for unlocking. So, you will see that the unlock button is  disabled in the below screen shot. But, in actual case, unlock button  will be enabled for unlocking. &lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnLREiUIBSi2zy9R8zWufil5DsYrCah9cu5KL4RbIE1ikSR8xmBJiBSf3OOLr6Mwx1u2f-mw1m-rxVk2re45PyD0w1BSdjVw-kcTNMzyLoAFacTpsRhCRvRUJRuzJAus_7TBQkqtWiYhQ/s1600/uz4.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnLREiUIBSi2zy9R8zWufil5DsYrCah9cu5KL4RbIE1ikSR8xmBJiBSf3OOLr6Mwx1u2f-mw1m-rxVk2re45PyD0w1BSdjVw-kcTNMzyLoAFacTpsRhCRvRUJRuzJAus_7TBQkqtWiYhQ/s320/uz4.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Your modem will be unlocked instantly........&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://www.ziddu.com/download/17131478/dccrap.zip.html&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4881170266754229619'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/4881170266754229619'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/how-to-unlock-zte-modem.html' title='How To Unlock ZTE Modem'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXtqTi-PfYEv1CW2QxCeqfz7HvVPe-ujyQoAcbfr-7pihe84i0PX0w5e8SSq82TCgLVIetqsZ7zmvYJadWlWkB4Cd5xL4S5DSlyTPH-In4iExzIEMXlPVuPUn1NXGXB1Gf8ctxb_eK3QI/s72-c/uz1.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-8497631763571750237</id><published>2011-12-03T08:52:00.000-08:00</published><updated>2011-12-03T08:52:36.230-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><category scheme="http://www.blogger.com/atom/ns#" term="UNLOCK MODEM"/><title type='text'>How To Unlock Huawei Modem</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Huawei internet modems are the most popular modems in the market. When  you buy a modem from the market, it is probably locked to a single  mobile operator such as T-mobile, 3, Orange, Vodafone or Verizon.  Therefore, you can use that modem only with one operator. Sometimes,  Locking to one operator is annoying for most of the modem users. So, You  must unlock your Huawei modem to use with any SIM. Today, I&#39;m going to  discuss on unlocking a Huawei modem within several minutes. Using this  method, unlock code can be easily calculated by entering the IMEI number  of the modem.&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Download the huawei unlock pack from the download links and&lt;i&gt;&lt;b&gt; run&lt;/b&gt;&lt;/i&gt; the &lt;i&gt;Huawei Unlocker.exe&lt;/i&gt;. &lt;i&gt;&lt;b&gt;Enter&lt;/b&gt;&lt;/i&gt; the &lt;b&gt;IMEI number&lt;/b&gt; of the modem to the application and &lt;i&gt;&lt;b&gt;click&lt;/b&gt;&lt;/i&gt; on &lt;i&gt;&lt;b&gt;Calculate&lt;/b&gt;&lt;/i&gt; button. It will generate both &lt;i&gt;Unlock Code&lt;/i&gt; and&lt;i&gt; Flash Code&lt;/i&gt;. &lt;i&gt;&lt;b&gt;Insert&lt;/b&gt;&lt;/i&gt; the modem into the USB port &lt;b&gt;without having a SIM card&lt;/b&gt;.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmK6CnIgM4FNjr894PisEk9phiUb0_EverFEgcTsCuBNDJGDI_ctwgY183tgUjJgLEqnQ-QryIn8SvgZ3d1RrtqtWAJImn4ERMk8Qs0ApbG9BuFKeBvFNXFRjZHb0o6Qwj7y_Jj855gBY/s1600/hu2.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmK6CnIgM4FNjr894PisEk9phiUb0_EverFEgcTsCuBNDJGDI_ctwgY183tgUjJgLEqnQ-QryIn8SvgZ3d1RrtqtWAJImn4ERMk8Qs0ApbG9BuFKeBvFNXFRjZHb0o6Qwj7y_Jj855gBY/s1600/hu2.png&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt;Copy&lt;/b&gt;&lt;/i&gt; the &lt;i&gt;&lt;b&gt;Unlock Code&lt;/b&gt;&lt;/i&gt; and then&lt;b&gt;&lt;i&gt; run &lt;/i&gt;&lt;/b&gt;the &lt;i&gt;HUAWEI MODEM Code Writer.exe&lt;/i&gt;. Now, &lt;i&gt;&lt;b&gt;Click&lt;/b&gt;&lt;/i&gt; on the &lt;i&gt;&quot;Please Selecet Com Port &lt;/i&gt;&quot; button.&lt;br /&gt;
After,&lt;i&gt;&lt;b&gt; Click&lt;/b&gt;&lt;/i&gt; on the &lt;b&gt;&lt;i&gt;Detect&lt;/i&gt;&lt;/b&gt; button then it will detect your 3G modem, &lt;i&gt;&lt;b&gt;select&lt;/b&gt;&lt;/i&gt; the 3G modem and&lt;i&gt;&lt;b&gt; click Accept&lt;/b&gt;&lt;/i&gt; button. &lt;br /&gt;
&lt;i&gt;&lt;b&gt;Press&lt;/b&gt;&lt;/i&gt; the &lt;i&gt;&lt;b&gt;Unlock Modem&lt;/b&gt;&lt;/i&gt; button, it will open a small window &lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdwnbVaCJUK2KFgkzogLL-oXSVXKAooEKlo8fxBllIuwdpcn6rW0LRKJXlu2gnfDujk7VGq6-1AckUMjnEAOIIZsrmfMmqEyTFxNO4PtdpZ_cb0vVGNHzr2p9neXXYhVFUwB509j_BFpI/s1600/huAnimation.gif&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdwnbVaCJUK2KFgkzogLL-oXSVXKAooEKlo8fxBllIuwdpcn6rW0LRKJXlu2gnfDujk7VGq6-1AckUMjnEAOIIZsrmfMmqEyTFxNO4PtdpZ_cb0vVGNHzr2p9neXXYhVFUwB509j_BFpI/s1600/huAnimation.gif&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt;Press&lt;/b&gt;&lt;/i&gt; the &lt;i&gt;&lt;b&gt;Unlock Modem&lt;/b&gt;&lt;/i&gt; button, it will open a small windowas shown in figure below.&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSQv2Bx1w56E69EFE-J-iwxvEQweoK2TI9PvjXiGfw7WPW3T0LTyvUJk8tibhUVoRByNy5LInNbeDZqnJSye6TwfgaPPxQndR5cf2KJzE5PQurDR2ZqxWpWVi7VXAt8hA3ZFTSd8J8ufc/s1600/hu8.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgSQv2Bx1w56E69EFE-J-iwxvEQweoK2TI9PvjXiGfw7WPW3T0LTyvUJk8tibhUVoRByNy5LInNbeDZqnJSye6TwfgaPPxQndR5cf2KJzE5PQurDR2ZqxWpWVi7VXAt8hA3ZFTSd8J8ufc/s1600/hu8.png&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;i&gt;&lt;b&gt;Paste&lt;/b&gt;&lt;/i&gt; the &lt;b&gt;&lt;i&gt;Unlock Code &lt;/i&gt;&lt;/b&gt;that we copied earlier and click OK button to unlock the modem. Then, it will successfully unlock your modem.&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPNFbLIF3dYPVrwH1ZyZy3NGVUeSck7Xx3JrNYHr6EiMsOBbmLF478DlINQwNbKc8GpBba4wm2gJKv9-YPwkXzFPYDBkilM1tgxwtoe514045j_602YU7-i3Zodpzc3SKyW8atnexORXg/s1600/hu9.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPNFbLIF3dYPVrwH1ZyZy3NGVUeSck7Xx3JrNYHr6EiMsOBbmLF478DlINQwNbKc8GpBba4wm2gJKv9-YPwkXzFPYDBkilM1tgxwtoe514045j_602YU7-i3Zodpzc3SKyW8atnexORXg/s1600/hu9.png&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwQsktKfrtgVRsDOL-iE6W7yKqcigp3DdY7A9G-GgtnTWRsDnAUQV9DDBsRTenm94lI5w24M3Oqeg6Th9PP46tHpmbkKOaEdiTqUdIGeXPn23gss0f3caaUyTwGnnjTjxgesBex6Fq2VI/s1600/hu10.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwQsktKfrtgVRsDOL-iE6W7yKqcigp3DdY7A9G-GgtnTWRsDnAUQV9DDBsRTenm94lI5w24M3Oqeg6Th9PP46tHpmbkKOaEdiTqUdIGeXPn23gss0f3caaUyTwGnnjTjxgesBex6Fq2VI/s1600/hu10.png&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;Now, you can use that modem with any SIM card without any trouble.&lt;br /&gt;
&lt;a href=&quot;http://www.ziddu.com/download/16462035/HUAWEIUNLOCKpack.rar.html&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/8497631763571750237'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/8497631763571750237'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/how-to-unlock-huawei-modem.html' title='How To Unlock Huawei Modem'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgmK6CnIgM4FNjr894PisEk9phiUb0_EverFEgcTsCuBNDJGDI_ctwgY183tgUjJgLEqnQ-QryIn8SvgZ3d1RrtqtWAJImn4ERMk8Qs0ApbG9BuFKeBvFNXFRjZHb0o6Qwj7y_Jj855gBY/s72-c/hu2.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-8164050535555528165</id><published>2011-12-03T02:49:00.000-08:00</published><updated>2011-12-03T02:49:36.031-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PC TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="WINDOWS TRICKS"/><title type='text'>How to enable Task Manager,Folder Options and Registry editor in windows</title><content type='html'>&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;In Some computers, when the user clicks  Alt+ctrl+del, it does not popup the task manager. &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;It happens mostly after attacking a malware.  Also when user access into the registry editor by typing &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;i&gt;start &amp;gt; run &amp;gt;  then type  &quot;regedit&quot;  &lt;/i&gt;without having quotes, &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;it says Regitry Editor has been Disable by Administrator. This is also due to a malware attack. &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Therefore, in such a situation you can use this tricks for solving them. &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Sometimes your computer may not display Hidden Files and Folders due to same problem.&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;In windows xp , open windows explorer by clicking on My Computer&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;select tools &amp;gt; Folder options &amp;gt; view&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;then you can tick the &quot;show hidden files,folde&lt;/span&gt;&lt;/b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;r ....&quot;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;In windows 7 &amp;amp; vista&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;open windows explorer by clicking on &lt;/span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;My Computer &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;&lt;b&gt;click organise &quot; select folder and search options&quot;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;i&gt;then you can tick the &quot;show hidden files,folder ....&quot;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;But you can not simply do this when the malware is attacked &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;to the PC.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;you can use this RegistryFix.exe application for enabling Registry editor&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5595011738350918962&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3JYIJ49dX4kTST69jltOWTFIyrefllMoZYvo_qu6dc3hnSJ5KW5lEWSxWngSkRF0YuSHVC_4iLGv9JIR6pjEci0jIUm7zQuy2mAWzwJn-CmwGMQEkzAX1pbVWwwAlwqEgwX_T_wmRRnxx/s400/regfix.png&quot; style=&quot;height: 150px; width: 317px;&quot; /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;http://www.mediafire.com/?0q6i5wg7h9rb9v7&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;http://www.mediafire.com/?0q6i5wg7h9rb9v7&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;download the application using above link and simply double click on it to run &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;you can use this TaskManagerFix.exe application for Enabling Task manager&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5595012575691117378&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNRsvaQCdXIRStsxWcUdpzn3NXsDKuqDH2nXWQBIDIL8S6z3AyasNTTujBZSC6NtftylyJQDbJK5APXGf3EudddTX_zL0w2iLJ4HKj9v7XzsSnQItjwewKUwGyOD4NVC79WqRoRFbqxKWh/s400/fixtaskmanager.png&quot; style=&quot;height: 151px; width: 317px;&quot; /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;http://www.mediafire.com/?vz8t3vyy3le7z9c&quot;&gt;http://www.mediafire.com/?vz8t3vyy3le7z9c&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;download the appplication and simply double click it&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;If your PC does not display Hidden Folders(in folder options)  , you can run this application to solve that problem&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5595010069514786354&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2GrS-st0a3Kc4Qf7NAQ2W8ANfQU0sMGPEQ9ASK5DzLraFFV4xJcJWH4esEsAxddAcZa1BEwTJM-yr3G2mwSSHpEhyaV4ZJKZ-ZU01j6VDNMyYW1u0o_KVmepNyjiw_SLPOwnLKWZf1U-T/s400/folderoptionrepair.png&quot; style=&quot;height: 400px; width: 342px;&quot; /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt; &lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; Then click on Repair Button&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;http://www.mediafire.com/?xpz5qoah43eb322&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;http://www.mediafire.com/?xpz5qoah43eb322&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;Also there are some other methods for doing that...&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black; line-height: 14px;&quot;&gt;There is a registry hack to &lt;a href=&quot;http://www.windowsnetworking.com/nt/registry/rtips91.shtml&quot; style=&quot;text-decoration: none;&quot;&gt;enable or disable Windows NT TaskManager&lt;/a&gt;. The same registry hack applies to &lt;a href=&quot;http://www.windowsnetworking.com/nt/nt2000/registry/rtips56.shtml&quot; style=&quot;text-decoration: none;&quot;&gt;Windows 2000&lt;/a&gt; and Windows XP.&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div style=&quot;color: black; font-family: inherit; list-style-type: none; margin: 1em 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 14px;&quot;&gt;&lt;b&gt;Hive:&lt;/b&gt; &lt;b&gt;HKEY_CURRENT_USER &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Key:&lt;/b&gt; &lt;b&gt;Software\Microsoft\Windows\CurrentVersion\Policies\System &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Name:&lt;/b&gt; &lt;b&gt;DisableTaskMgr &lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Type:&lt;/b&gt; &lt;b&gt;REG_DWORD&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;Value:&lt;/b&gt; &lt;b&gt;1=Enable&lt;/b&gt;this key, that is DISABLE TaskManager&lt;br /&gt;
&lt;b&gt;Value:&lt;/b&gt; &lt;b&gt;0=Disable&lt;/b&gt;this key, that is Don&#39;t Disable, Enable TaskManager&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;color: black; font-family: inherit; list-style-type: none; margin: 1em 0px; padding: 0px;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 14px;&quot;&gt;As  part of the enhanced management available in Windows 2000 and Windows  XP, rather than risking a registry change, as an administrator you can  enable or disable Windows 2000 Pro or Windows XP Pro&#39;s TaskManager using  Group Policy Editor. This can be applied to the local policy. Note: if  you are trying to override your organizations group policy, you can&#39;t.  As soon as you re-authenticate to the domain, the domain or OU Group  Policy will rewrite the registry setting. But if the TaskManager was  accidently disabled or you need to control this item for a set of  standalone boxes this is for you.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/8164050535555528165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/8164050535555528165'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/how-to-enable-task-managerfolder.html' title='How to enable Task Manager,Folder Options and Registry editor in windows'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3JYIJ49dX4kTST69jltOWTFIyrefllMoZYvo_qu6dc3hnSJ5KW5lEWSxWngSkRF0YuSHVC_4iLGv9JIR6pjEci0jIUm7zQuy2mAWzwJn-CmwGMQEkzAX1pbVWwwAlwqEgwX_T_wmRRnxx/s72-c/regfix.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-950583865203592027</id><published>2011-12-03T02:39:00.000-08:00</published><updated>2011-12-03T02:39:50.082-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PC TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="WORDPRESS TIPS"/><title type='text'>How To Disable USB Ports To Prevent Malware Infection</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;Many  people use USB flash drives for transfer files, they often plug their  Flash drives for many computers. Therefore, most of the usb drives are  contained malwares, viruses etc. On the other hand, these USB drives are  the spreaders of that kind of&amp;nbsp;malicious&amp;nbsp;applications. If you can  disable or lock USB port temporarily, they can not be able to plug their  Flash drives to your Computer or Laptop. There are several ways for  disabling USB ports such as using Regstry Editor, Disabling autorun and  using software. Today i am going to discuss about how to disable and  enable the USB ports.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt; First, you need to go to &lt;i&gt;Registry Editor (&lt;b&gt;Start &amp;gt; Run&lt;/b&gt;&lt;/i&gt; &amp;gt; type &quot;&lt;b&gt;&lt;i&gt; regedit&lt;/i&gt;&lt;/b&gt; &quot; without having quotes).&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;* &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;in the Registry Editor, &lt;b&gt;&lt;i&gt;Go&lt;/i&gt;&lt;/b&gt; to &lt;b&gt;HKEY_LOCAL_MACHINE &amp;gt;SYSTEM&amp;gt;CurrentControlSet &amp;gt;services&amp;gt;USBSTOR&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;i&gt;&lt;b&gt;&amp;nbsp;Double click &lt;/b&gt;&lt;/i&gt;on the &lt;i&gt;&lt;b&gt;start &lt;/b&gt;&lt;/i&gt;key  which is in the right side. Then it will open a window, you will see  Value Name and Value data. In the value data field , you can &lt;i&gt;&lt;b&gt;change the value to 4 to disable USB ports.&lt;/b&gt;&lt;/i&gt; When you &lt;i&gt;&lt;b&gt;change that value to 3 it will enable USB Ports&lt;/b&gt;&lt;/i&gt;.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5MaFDlGmtfoZO2NDjkiyiLgUkXEcfy9cUN1aD6xfsoFuw83V69KB2NYasu62477rd1Q7xXryRwXKoYGvUhWUncnZp9kOxJtyB7zr1B4WhR93UgBsTEGQPzd5g0qBALLm3ZnfOJIO7VRM/s1600/ud1.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;254&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5MaFDlGmtfoZO2NDjkiyiLgUkXEcfy9cUN1aD6xfsoFuw83V69KB2NYasu62477rd1Q7xXryRwXKoYGvUhWUncnZp9kOxJtyB7zr1B4WhR93UgBsTEGQPzd5g0qBALLm3ZnfOJIO7VRM/s320/ud1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;You can also write a Registry Key for doing this process, simply &lt;i&gt;&lt;b&gt;open the Notepad&lt;/b&gt;&lt;/i&gt; and &lt;i&gt;&lt;b&gt;write below code&lt;/b&gt;&lt;/i&gt;&amp;nbsp; exactly as it is. Then, &lt;i&gt;&lt;b&gt;save&lt;/b&gt;&lt;/i&gt; it by giving a name with .reg extension and &lt;i&gt;&lt;b&gt;set ANSI as Encoding.&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;i&gt;&lt;b&gt;Windows Registry Editor Version 5.00&lt;br /&gt;
&lt;br /&gt;
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor]&lt;br /&gt;
&quot;start&quot;=dword:00000004&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqGPYa5OArM47YRPcP4vnNM-j5Y9UYUOy1WNkAaBwgfKqr-vxhyphenhyphenfoPCqwdkcqo44HKRkjahijg6d1d2UY3034G4QDD7VONzexPmSsCI7RVDXzyB1NioBhUAHv7UPDQgRL8vOiGSBEmHGQ/s1600/ud2.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;73&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqGPYa5OArM47YRPcP4vnNM-j5Y9UYUOy1WNkAaBwgfKqr-vxhyphenhyphenfoPCqwdkcqo44HKRkjahijg6d1d2UY3034G4QDD7VONzexPmSsCI7RVDXzyB1NioBhUAHv7UPDQgRL8vOiGSBEmHGQ/s320/ud2.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;i&gt;&lt;b&gt; &lt;/b&gt;&lt;/i&gt;&lt;b&gt;Change&lt;/b&gt; the &lt;i&gt;Save as type&lt;/i&gt; to &quot;All Files&quot; and give a name with .reg (ex: Disable_usb.reg) as shown in below figure.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGbYwTVm6MHzYdt-jJLUdqKXOPCAGATgIregelPPwaDW5DkpBLS7guuNGpuL51JaSR5_3vr2VuzTynW7p9nD5IfbWkPgJ0zyHHPz4vJjRlQ30Bdb2wgc0Trc5KAK4iyqol3gpqHan8pPQ/s1600/ud3.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;i&gt;&lt;b&gt;&lt;img border=&quot;0&quot; height=&quot;64&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGbYwTVm6MHzYdt-jJLUdqKXOPCAGATgIregelPPwaDW5DkpBLS7guuNGpuL51JaSR5_3vr2VuzTynW7p9nD5IfbWkPgJ0zyHHPz4vJjRlQ30Bdb2wgc0Trc5KAK4iyqol3gpqHan8pPQ/s320/ud3.png&quot; width=&quot;320&quot; /&gt;&lt;/b&gt;&lt;/i&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;Now,you can also make reg file for enabling USB Port by changing &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;i&gt;&lt;b&gt;dword &lt;/b&gt;&lt;/i&gt;value to&lt;i&gt;&lt;b&gt; 00000003.&amp;nbsp;&lt;/b&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;By  double clicking&amp;nbsp; these two reg files, it can be easily Disable and  Enable USB Ports. Remove the USB Drive and again plug for applying these  settings. I have made these Registry Files for you so, if you unable to  make these files download it from here &lt;a href=&quot;http://www.ziddu.com/download/15837377/USB_enable_dis.rar.html&quot;&gt;Download.&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;There  is a small application available for Disabling and Enabling USB Ports  called USB Port Locked 2.0. Using this application, it may be easily  done.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCKdLQOM8_nRqJnBjbodYy3jXV67unR5l3sPbAhb0corUu5XMstdcMDgBjE3h0bDooHJRTW89Sdc_TFXn_ED2DJspPQoDqRAwCNoHrZ_sAdn29xZnApJh3X1xQ4jx87ac6DetmE6f4Pgk/s1600/ud4.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;263&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCKdLQOM8_nRqJnBjbodYy3jXV67unR5l3sPbAhb0corUu5XMstdcMDgBjE3h0bDooHJRTW89Sdc_TFXn_ED2DJspPQoDqRAwCNoHrZ_sAdn29xZnApJh3X1xQ4jx87ac6DetmE6f4Pgk/s320/ud4.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;Get USB Port Locked 2.0 from here &lt;a href=&quot;http://www.ziddu.com/download/15835413/USBPortLocked2.0.zip.html&quot;&gt;Download.&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;&lt;a href=&quot;&quot; name=&quot;more&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/950583865203592027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/950583865203592027'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/how-to-disable-usb-ports-to-prevent.html' title='How To Disable USB Ports To Prevent Malware Infection'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5MaFDlGmtfoZO2NDjkiyiLgUkXEcfy9cUN1aD6xfsoFuw83V69KB2NYasu62477rd1Q7xXryRwXKoYGvUhWUncnZp9kOxJtyB7zr1B4WhR93UgBsTEGQPzd5g0qBALLm3ZnfOJIO7VRM/s72-c/ud1.png" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-2802681794798563618</id><published>2011-12-03T02:35:00.000-08:00</published><updated>2011-12-03T02:35:20.020-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><category scheme="http://www.blogger.com/atom/ns#" term="PC TIPS AND TRICKS"/><title type='text'>Convert Images To .txt</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Recently, i found small application called Image2Txt that can convert  images into text format using PHP code. Also, it is very easy to use  even for a person who do not have good knowledge about computers.&amp;nbsp;  Resolution and character number settings determine the length of the  characters in rows and columns. in resolution, the lowest value 2  provides the maximum possible resolution for the selected image.&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt; When  you increase the value which greater then 2, the &lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: separate; color: black; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #222222; line-height: 18px;&quot;&gt;c&lt;span&gt;haracter’s size and resolution may reduced.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; Hence, at the beginning you need to do is simply&lt;i&gt;&lt;b&gt; install&lt;/b&gt;&lt;/i&gt; the application and &lt;i&gt;&lt;b&gt;click&lt;/b&gt;&lt;/i&gt; on the &lt;i&gt;&lt;b&gt;open image&lt;/b&gt;&lt;/i&gt; to load the image. &lt;i&gt;&lt;b&gt;Select&lt;/b&gt;&lt;/i&gt; any image and &lt;i&gt;&lt;b&gt;Change&lt;/b&gt;&lt;/i&gt; the &lt;i&gt;Resolution value&lt;/i&gt;. After selecting a image it will display in the application. Then, &lt;i&gt;&lt;b&gt;click &lt;/b&gt;&lt;/i&gt;on the&lt;i&gt;&lt;b&gt; Convert&lt;/b&gt;&lt;/i&gt;  button. When you click on the Convert button, it will convert the image  into text so you can copy that the generated text into a text editor  like Notepad.&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
&lt;i&gt;Original image that i got for convert to text &lt;/i&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIVKYxwAB1WAKcGEj9gsy2DfQGNVO4QJG-0IVlxiNm-WjN-9li7bobNUo_Fuon7CjE64RXQUV4HhawjWP82muNQ0lKB2NGPIO2vfsoii2XNcOFubarfqhuO39MSg3hg6u38Zs7u2rI_b4/s1600/backstreet-boys.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIVKYxwAB1WAKcGEj9gsy2DfQGNVO4QJG-0IVlxiNm-WjN-9li7bobNUo_Fuon7CjE64RXQUV4HhawjWP82muNQ0lKB2NGPIO2vfsoii2XNcOFubarfqhuO39MSg3hg6u38Zs7u2rI_b4/s1600/backstreet-boys.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;&amp;nbsp;&lt;i&gt;Generated text from the original image&lt;/i&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-family: inherit; text-align: center;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimIBZ1AtZefU2YeBpKM_XEY26-6Ds6YyoXVF9tQz5j34r5IVSo0v6AiBJ_l_XtMKkxuRqiuc3A1uXTJ_e7d_voJleI-iWTREgmBZUR-adouGQAzXC3KLGf3cRdidyUljNgc57fV71TPaM/s1600/ti3.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEimIBZ1AtZefU2YeBpKM_XEY26-6Ds6YyoXVF9tQz5j34r5IVSo0v6AiBJ_l_XtMKkxuRqiuc3A1uXTJ_e7d_voJleI-iWTREgmBZUR-adouGQAzXC3KLGf3cRdidyUljNgc57fV71TPaM/s320/ti3.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;You can download Image2Txt from here &lt;a href=&quot;http://www.ziddu.com/download/15854239/text2image.zip.html&quot;&gt;Download.&lt;/a&gt;&lt;/span&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2802681794798563618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/2802681794798563618'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/convert-images-to-txt.html' title='Convert Images To .txt'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIVKYxwAB1WAKcGEj9gsy2DfQGNVO4QJG-0IVlxiNm-WjN-9li7bobNUo_Fuon7CjE64RXQUV4HhawjWP82muNQ0lKB2NGPIO2vfsoii2XNcOFubarfqhuO39MSg3hg6u38Zs7u2rI_b4/s72-c/backstreet-boys.jpg" height="72" width="72"/></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-7324958739577626706</id><published>2011-12-03T02:27:00.000-08:00</published><updated>2011-12-03T02:27:49.109-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="PC TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="WINDOWS TRICKS"/><title type='text'>Convert RAM Into Graphic Card</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;This  tutorial should help you get started with using the basic features in 3D  Analyze. Most games will use roughly the same settings in order for it  to run, but some games will require specialized settings. This tutorial  will not cover that, but if you come across a game such as this you can  search the forums for help or experiment with settings yourself to try  and get the game to run.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;So, how to use 3D Analyze:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;1. Download 3D Analyze 2.36, you can get it from the &#39;Downloads&#39; page.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;2. Extract 3D Analyze to a folder, and run 3D Analyze.exe.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;3. Once it has opened click on &#39;SELECT&#39;, and browse for the .exe file for the game you want to &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;run.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;4. You will usually want to tick all of the options under &#39;Hardware Limits&#39;. Some games only need &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&#39;emulate HW TnL caps&#39;, so&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;you might need to experiment around.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;5. Try running the game by clicking on &#39;RUN&#39;. If it doesn&#39;t work, then there are a million things &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;to try. I&#39;ll only list a few.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;6. Some games will also need you to check &#39;force SW TnL&#39; under &#39;Performance&#39;. Not all games &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;need it though, since &#39;force SW&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;TnL&#39; roughly equates to &#39;emulate HW TnL&#39;.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;7. Specific games have built-in solutions, so if you&#39;re playing one of the games listed under &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;&#39;Game/Demo Fixes&#39;, check the game&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt; &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;you&#39;re playing.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;8. Some games will only recognize certain 3D card brands and models. If so, enter the values of &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;the given cards in the &#39;VendorID&#39;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;and &#39;DeviceID&#39; section. Only 4 types/models can be emulated though, so experiment around &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;with the 4 values given.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;9. If it still doesn&#39;t work, then check and search the forums. Someone might have discovered the &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;settings you need.&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;10. If, and only if there are no previously discovered settings, post a new message asking for &lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;help.&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;  &lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 20px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;You can download 3DAnalyzer from here &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;a href=&quot;http://www.ziddu.com/download/15194782/3danalyzer-v236.rar&quot;&gt;Download&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 20px;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: #504945; line-height: 20px;&quot;&gt; &lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: black;&quot;&gt;you can Virtually emulate NVIDIA GeForce TI 4600,NVIDIA GeForce FX 4900 ULTRA,ATi Radeon 8500, ATi Radeon 9800 PRO&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 20px;&quot;&gt;Quoted from google groups  &lt;a href=&quot;http://groups.google.com/group/intel9x-gaming/web/tutorial-how-to-use-3danalyze?pli=1&quot;&gt;http://groups.google.com/group/intel9x-gaming/web/tutorial-how-to-use-3danalyze?pli=1&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7324958739577626706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/7324958739577626706'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/12/convert-ram-into-graphic-card.html' title='Convert RAM Into Graphic Card'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-6098787981041417896</id><published>2011-10-27T09:04:00.000-07:00</published><updated>2011-10-27T09:04:42.959-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="FREE SHARING"/><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE TIPS AND TRICKS"/><title type='text'>10 Applications You Must Have On Blackberry</title><content type='html'>&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;If you are Blackberry users and looking for some cool applications  for your Blackberry phone. Then you come to the right place. Because i  am going to share the 10 application you should have on your Blackberry  phone.&lt;/span&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;1. &lt;a href=&quot;http://na.blackberry.com/eng/devices/features/social/facebook.jsp?&quot;&gt;Facebook&lt;/a&gt;&lt;br /&gt;
The application lets you update your own status and view your friends’  posts, as well as upload and tag photos right from your phone. We also  like the improved photo viewing experience from within the app. Facebook  even leverages BlackBerry push technology, so you get messages and  updates in real time. Our favorite feature is the calendar integration;  the application reminds you of every Facebook event and of your friends’  birthdays.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;2. &lt;a href=&quot;http://crackberry.com/download-gmail-software-application-blackberry&quot;&gt;Gmail Client&lt;/a&gt;&lt;br /&gt;
Gmail client is the next most useful and must-have Google app for your  BlackBerry. This app gives you almost the same functionality as the  Web-based Gmail by giving you access to your contact list, sent and  archived mail as well as the labels functionality.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;3. &lt;a href=&quot;http://www.google.com/latitude/intro.html&quot;&gt;Google Latitude&lt;/a&gt;&lt;br /&gt;
Latitude allows a mobile phone user to allow certain other people on  his or her Gmail contact list to track where he or she is. These people  can track the user (or more accurately, his or her phone) on Google Maps  via their own iGoogle accounts. The user can control the accuracy and  details of what each of the other users can see — an exact location can  be allowed, or it can be limited to identifying the city only.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;4. &lt;a href=&quot;http://www.google.com/mobile/blackberry/&quot;&gt;Google Mobile&lt;/a&gt;&lt;br /&gt;
Helps you to get the whole Google experience right on your BlackBerry  mobile. It has Gmail, Google Maps and Google Sync plus links to Google’s  mobile-optimized Web services such as Web search, Google Reader, Google  Docs and Picasa.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;5. &lt;a href=&quot;http://www.blackberry.net/GoogleTalk&quot;&gt;Google Talk&lt;/a&gt;&lt;br /&gt;
You also need to communicate with your non-BlackBerry using friends.  This app sports an interface similar to the BlackBerry Messenger and is  as robust as other paid IM client for the BlackBerry.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;
6. &lt;a href=&quot;http://www.berryreview.com/2008/08/12/bbnotepad-final-version-110-released/&quot;&gt;BBNotePad&lt;/a&gt;&lt;br /&gt;
BBNotePad is a free text file editor/creator application for  BlackBerry. It simply lets you save, edit, &amp;amp; create text files on  your BlackBerry SD card or memory. The developer also added some more  functionality in this release.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;7. &lt;a href=&quot;http://orangatame.com/ota/twitterberry/&quot;&gt;TwitterBerry&lt;/a&gt;&lt;br /&gt;
Twitter addicts know that a key purpose of the service is to stay in  touch with your friends and colleagues on the go. While you can do that  with SMS messages or Twitter’s WAP page, TwitterBerry is a far better  way. The app aggregates status updates and offers simple, one-click  delivery of your all-important 140-character missives—perfect for that  inspired existential insight that pops into your head while you’re  waiting in line at the bank.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;8. &lt;a href=&quot;http://www.pandora.com/blackberry&quot;&gt;Pandora for BlackBerry&lt;/a&gt;&lt;br /&gt;
Pandora Radio is your own FREE personalized radio now available to  stream music on your BlackBerry. Just start with the name of one of your  favorite artists, songs or classical composers and Pandora will create a  “station” that plays their music and more music like it.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;9. &lt;a href=&quot;http://www.shozu.com/&quot;&gt;ShoZu&lt;/a&gt;&lt;br /&gt;
ShoZu makes sending your BlackBerry pictures to your favorite social  networking sites—including Facebook, Flickr, Twitter, WordPress, and  YouTube—easy. Once you’ve installed the application and chosen your  destinations, each time you take a picture or record video, you’ll be  able to upload that media to them. We like that on a Symbian S60 ShoZu  automatically asks to upload a new photo to your site of choice; on a  BlackBerry, however, you have select which social networking sites to  use for each upload. You can also use ShoZu for BlackBerry to add  descriptions and titles to your photos before uploading them, but we  weren’t able to read comments on the photos or geotag them from our  BlackBerry—two features we were able to use on the S60 version and we  hope will be added before ShoZu leaves beta.&lt;br /&gt;
Price:$ Free&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-family: inherit; font-size: small;&quot;&gt;10. &lt;a href=&quot;http://www.mobipocket.com/&quot;&gt;Mobipocket Reader&lt;/a&gt;&lt;br /&gt;
Given the fact that BlackBerry devices are not the best for eBook  reading, this app fully utilizes the devices display to bring you a  decent reading experience. And since it supports the .mobi format, you  are assured that you’ll have plenty of eBook titles to chose from and  download on your BlackBerry devices. You can also convert PDFs or Word  files on your PC and transfer them to your BlackBerry device.&lt;/span&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/6098787981041417896'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/6098787981041417896'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/10/10-applications-you-must-have-on.html' title='10 Applications You Must Have On Blackberry'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-210190543830750507</id><published>2011-10-27T09:02:00.000-07:00</published><updated>2011-10-27T09:02:12.735-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX OS"/><category scheme="http://www.blogger.com/atom/ns#" term="NETWORK"/><title type='text'>Speed Up Your Server Performance With Nginx</title><content type='html'>&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Apache is one of the best well known web server, that run in all  platform, but usually on Linux in production mode. Apache supports a  variety of features, many implemented as compiled modules which extend  the core functionality. Both static files (css, js, html, image files)  and dynamic files (php, pl, py, etc.) are served equally using same  amount of resources. Which will cause bottleneck in system performance  when your website have lot of static files and lot of traffic.&lt;/span&gt;&lt;/div&gt;&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;To  prevent this, we can use nginx (read: engine x) to serve static files  and use apache to serve dynamic files. To do this you can configure both  nginx and apache web server to work together. Where nginx installed as  reverse proxy. So nginx will filter all the requests, where static files  will serve by nginx and dynamic files will pass to apache.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;This  technique will certainly improve your server performance, since nginx is  incredibly fast in serving static files and apache will use resources  efficiently (because only serve dynamic files/server script). And the  next step is load balance the nginx with other nginx. So it is possible  for you to make your own cdn (content delivery network). So you just  need to buy another small server just in another location to serve your  visitors from nearest location to your server.&lt;/span&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/210190543830750507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/210190543830750507'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/10/speed-up-your-server-performance-with.html' title='Speed Up Your Server Performance With Nginx'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry><entry><id>tag:blogger.com,1999:blog-1514948454641431409.post-3535030149105622806</id><published>2011-10-25T14:28:00.000-07:00</published><updated>2011-10-25T14:28:49.141-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="INTERNET TIPS AND TRICKS"/><category scheme="http://www.blogger.com/atom/ns#" term="NETWORK"/><category scheme="http://www.blogger.com/atom/ns#" term="VPN"/><title type='text'>What Is Squid Proxy Server</title><content type='html'>Squid is a Unix-based proxy server  that caches Internet content closer to a requestor than its original  point of origin. Squid supports caching of many different kinds of Web  objects, including those accessed through HTTP and FTP.  Caching frequently requested Web pages, media files and other content  accelerates response time and reduces bandwidth congestion.&lt;br /&gt;
A  Squid proxy server is generally installed on a separate server than the  Web server with the original files. Squid works by tracking object use  over the network. Squid will initially act as an intermediary, simply  passing the client&#39;s request on to the server and saving a copy of the  requested object. If the same client or multiple clients request the  same object before it expires from Squid&#39;s cache, Squid can then immediately serve it, accelerating the download and saving bandwidth.&lt;br /&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;br /&gt;
Internet Service Providers (ISPs) have used Squid proxy servers since the early 1990s to provide faster download speeds and reduce latency,  especially for delivering rich media and streaming video. Website  operators frequently will put a Squid proxy server as a content  accelerator, caching frequently viewed content and easing loads on Web  servers. Content delivery networks and media companies employ Squid  proxy servers and deploy them throughout their networks to improve the  experience of viewers requesting programming, particularly for load balancing and handling traffic spikes for popular content.&lt;br /&gt;
Squid is provided as free, open source software and can be used under the GNU General Public License (GPL)  of the Free Software Foundation. Squid was originally designed to run  on Unix-based systems but can also be run on Windows machines.&lt;br /&gt;
Squid  was originally an outgrowth from the Harvest Project, an ARPA-funded  open source information gathering and storage tool. &quot;Squid&quot; was the code  name used to differentiate the project when development in the new  direction was initially begun.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3535030149105622806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1514948454641431409/posts/default/3535030149105622806'/><link rel='alternate' type='text/html' href='http://u-tips-n-tricks.blogspot.com/2011/10/what-is-squid-proxy-server.html' title='What Is Squid Proxy Server'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/10095648521697239481</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author></entry></feed>