<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Becouz.Net &#187; Computer Tips</title>
	<atom:link href="http://becouz.net/category/computer-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://becouz.net</link>
	<description>Computer, Hardware, Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Linux Check Memory Usage Command Line</title>
		<link>http://becouz.net/linux-check-memory-usage-command-line.html</link>
		<comments>http://becouz.net/linux-check-memory-usage-command-line.html#comments</comments>
		<pubDate>Wed, 08 Feb 2012 09:16:39 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[bsd]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[interface vlan]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[openbsd]]></category>
		<category><![CDATA[openbsd server]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[vmstat]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3164</guid>
		<description><![CDATA[Sometimes, someone like to asking how do I check used and free RAM memory usage under Linux operating systems using command line. Linux comes with different set of commands to check memory usage. The free command displays the total amount of free and used physical and swap memory in the system, as well as the [...]


Related posts:<ol><li><a href='http://becouz.net/tips-configure-vlan-interface-on-openbsd.html' rel='bookmark' title='Permanent Link: Tips Configure VLan Interface on OpenBSD'>Tips Configure VLan Interface on OpenBSD</a></li>
<li><a href='http://becouz.net/enjoy-your-live-with-funny-linux-command.html' rel='bookmark' title='Permanent Link: Enjoy Your Live with Funny Linux Command'>Enjoy Your Live with Funny Linux Command</a></li>
<li><a href='http://becouz.net/information-and-detail-cisco-and-juniper-command.html' rel='bookmark' title='Permanent Link: Information and Detail Cisco and Juniper Command'>Information and Detail Cisco and Juniper Command</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes, someone like to asking how do I check used and free RAM memory usage under Linux operating systems using command line. Linux comes with different set of commands to check memory usage. The free command displays the total amount of free and used physical and swap memory in the system, as well as the buffers used by the kernel. you can use the top command which provides a dynamic real-time view of a running system. It can display system summary information as well as a list of tasks currently being managed by the Linux kernel.</p>
<p><span style="text-decoration: underline;"><strong>Free Command</strong></span></p>
<p>Display free memory size in MB:<br />
$ free -m<span id="more-3164"></span></p>
<p>Output:</p>
<p>total       used       free     shared    buffers     cached<br />
Mem:              1975       1555        419          0         62        861<br />
-/+ buffers/cache:        632       1343<br />
Swap:               0              0            0</p>
<p>Displays a line containing the totals memory in MB:</p>
<p>$ free -t -m</p>
<p>Output:</p>
<p>total       used       free     shared    buffers     cached<br />
Mem:                 1975       1535        439          0         62        855<br />
-/+ buffers/cache:        617       1357<br />
Swap:                      0          0          0<br />
Total:                  1975       1535        439</p>
<p>The  vmstat command reports information about processes, memory, paging, block IO, traps, and cpu activity.</p>
<p><span style="text-decoration: underline;"><strong>vmstat Command</strong></span></p>
<p>Type vmstat command at shell prompt:</p>
<p>$ vmstat<br />
Output:</p>
<p>procs &#8212;&#8212;&#8212;&#8211;memory&#8212;&#8212;&#8212;- &#8212;swap&#8211; &#8212;&#8211;io&#8212;- -system&#8211; &#8212;-cpu&#8212;-<br />
r  b      swpd   free         buff        cache        si   so    bi    bo   in   cs     us sy  id  wa<br />
1  1      0          446524  63732    876068    0    0    21    28  955  465 17  4  78  1</p>
<p>top command</p>
<p>Type top command at the shell prompt:<br />
$ top</p>
<p>Sample outputs:<br />
Fig.01: top command displaying used memory</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/linux-check-memory-usage-command-line.html" title="command to check for swap usage">command to check for swap usage</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-configure-vlan-interface-on-openbsd.html' rel='bookmark' title='Permanent Link: Tips Configure VLan Interface on OpenBSD'>Tips Configure VLan Interface on OpenBSD</a></li>
<li><a href='http://becouz.net/enjoy-your-live-with-funny-linux-command.html' rel='bookmark' title='Permanent Link: Enjoy Your Live with Funny Linux Command'>Enjoy Your Live with Funny Linux Command</a></li>
<li><a href='http://becouz.net/information-and-detail-cisco-and-juniper-command.html' rel='bookmark' title='Permanent Link: Information and Detail Cisco and Juniper Command'>Information and Detail Cisco and Juniper Command</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/linux-check-memory-usage-command-line.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips and Tricks Speed up Windows 7</title>
		<link>http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html</link>
		<comments>http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html#comments</comments>
		<pubDate>Fri, 06 Jan 2012 17:31:16 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[open vpn]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3157</guid>
		<description><![CDATA[Operating System Windows 7, could be said most have a place in society because in addition to looking good in appearance, is also more secure online protection. But did you know that we are windows 7 can also get around to make it look faster, especially perfomancenya on your PC / laptop us. Of course [...]


Related posts:<ol><li><a href='http://becouz.net/vista-services-optimizer-11422-to-enhance-services-in-windows-vista.html' rel='bookmark' title='Permanent Link: Vista Services Optimizer 1.1.42.2 to Enhance Services in Windows Vista'>Vista Services Optimizer 1.1.42.2 to Enhance Services in Windows Vista</a></li>
<li><a href='http://becouz.net/tips-to-connect-network-printer-from-ubuntu-to-windows.html' rel='bookmark' title='Permanent Link: Tips to Connect Network Printer from Ubuntu to Windows'>Tips to Connect Network Printer from Ubuntu to Windows</a></li>
<li><a href='http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html' rel='bookmark' title='Permanent Link: Tips for Network Problem in Windows 7&#8242;s XP Mode'>Tips for Network Problem in Windows 7&#8242;s XP Mode</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Operating System Windows 7, could be said most have a place in society because in addition to looking good in appearance, is also more secure online protection. But did you know that we are windows 7 can also get around to make it look faster, especially perfomancenya on your PC / laptop us.</p>
<p>Of course with a variety of tips and trick you can try.</p>
<p>Disable unneeded services</p>
<p>The following services can be set to manual:<span id="more-3157"></span></p>
<p>- Application Experience<br />
- Computer Browser (If you do not work in the network)<br />
- Desktop Window Manager Session Manager (If you do not want the Aero Effect)<br />
- Diagnostic Policy Service<br />
- Distributed Link Tracking Client<br />
- IP Helper<br />
- Offline Files<br />
- Portable Device Enumerator Service<br />
- Print Spooler (If you do not have a printer)<br />
- Protected Storage<br />
- Tipsntrick.net Remote Registry (Disable to improve security)<br />
- Secondary Logon<br />
- Security Center<br />
- Server (If you do not run a computer network)<br />
- Tablet PC Input Service<br />
- TCP / IP NetBIOS Helper<br />
- Themes (If you use the Classic Theme)<br />
- Windows Error Reporting Service<br />
- Windows Media Center Service Launcher<br />
- Windows Search (If you rarely use Fasilitan Search)<br />
- Windows Time (If you do not want the clock on the computer are updated automatically via the internet)</p>
<p>Disabling AUTO UPDATE<br />
If your hard drive partitioned into several drives, then try each drive is not full, a minimum of 2-5 giga empty<br />
Adding Virtual Memory<br />
Always at least 1 hard disk defrag routine once, if the use of routine<br />
Clean up temporary files<br />
Install the application only as needed<br />
Avoid visual effects on the look of Windows 7 you<br />
Configuring the Core Processors, do Start&gt; msconfig, select the Boot tab&gt; Advanced Options and enter 2, 4, or 8</p>
<p>If you feel your computer is heavy and very slow, you can restart to restore conditions to normal.</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="How to speed up Win 7 tricks 2012">How to speed up Win 7 tricks 2012</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="disable unneeded services manual windows 7">disable unneeded services manual windows 7</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="windows tricks">windows tricks</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="windows 7 tricks">windows 7 tricks</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="win7 tricks">win7 tricks</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="win7 network speedup tip and tricks">win7 network speedup tip and tricks</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="tricks speed up windows 7">tricks speed up windows 7</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="tips or tricks to speed up internet connection for windows 7">tips or tricks to speed up internet connection for windows 7</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="speedup win 7">speedup win 7</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="speed up windows 7 january 2012">speed up windows 7 january 2012</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="internet speedup win 7">internet speedup win 7</a>, <a href="http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html" title="wmc 7 speedup">wmc 7 speedup</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/vista-services-optimizer-11422-to-enhance-services-in-windows-vista.html' rel='bookmark' title='Permanent Link: Vista Services Optimizer 1.1.42.2 to Enhance Services in Windows Vista'>Vista Services Optimizer 1.1.42.2 to Enhance Services in Windows Vista</a></li>
<li><a href='http://becouz.net/tips-to-connect-network-printer-from-ubuntu-to-windows.html' rel='bookmark' title='Permanent Link: Tips to Connect Network Printer from Ubuntu to Windows'>Tips to Connect Network Printer from Ubuntu to Windows</a></li>
<li><a href='http://becouz.net/tips-for-network-problem-in-windows-7s-xp-mode.html' rel='bookmark' title='Permanent Link: Tips for Network Problem in Windows 7&#8242;s XP Mode'>Tips for Network Problem in Windows 7&#8242;s XP Mode</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-and-tricks-speed-%e2%80%8b%e2%80%8bup-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Uninstalling Software on Ubuntu</title>
		<link>http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html</link>
		<comments>http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html#comments</comments>
		<pubDate>Wed, 12 Jan 2011 03:19:23 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[registry cleaner]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3071</guid>
		<description><![CDATA[Sometimes you want to Remove/Uninstall unwanted programs from your Ubuntu system. It is possible you do to save hard drive capacity or because you do not want the software anymore. In fact, the process of removing application on Ubuntu is not the same as in the Windows System. In Ubuntu you will have to use [...]


Related posts:<ol><li><a href='http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to Install GNS3 as Cisco Simulator in Ubuntu'>How to Install GNS3 as Cisco Simulator in Ubuntu</a></li>
<li><a href='http://becouz.net/use-interne-explore-in-your-ubuntu.html' rel='bookmark' title='Permanent Link: Using Internet Explore in Your Ubuntu'>Using Internet Explore in Your Ubuntu</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes you want to Remove/Uninstall unwanted programs from your Ubuntu system. It is possible you do to save hard drive capacity or because you do not want the software anymore. In fact, the process of removing application on Ubuntu is not the same as in the Windows System. In Ubuntu you will have to use commands by starting the GUI tool!</p>
<p>And possible steps you can do is:<span id="more-3071"></span></p>
<p>* To remove a package (Application) with all configuration files, you just have to open the command console<br />
* Type:</p>
<p>sudo apt-get  &#8211;purge remove [package name]</p>
<p>* To remove the package only type:</p>
<p>sudo apt-get remove [package name]</p>
<p>* To get a list of all installed packages type this:</p>
<p>dpkg &#8211;list<br />
dpkg &#8211;list | less<br />
dpkg &#8211;list | grep -i &#8216;http&#8217;</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="cara uninstall program di ubuntu">cara uninstall program di ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="cara remove program di ubuntu">cara remove program di ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall gns3 ubuntu">uninstall gns3 ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall file di ubuntu cara">uninstall file di ubuntu cara</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="Cara uninstall program di windows xp">Cara uninstall program di windows xp</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall gns3 in ubuntu">uninstall gns3 in ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="cara remove program ubuntu">cara remove program ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="sudo apt-get remove gns3">sudo apt-get remove gns3</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="ubuntu remove gns3">ubuntu remove gns3</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="ubuntu uninstall program">ubuntu uninstall program</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="remove unwanted programs from ubuntu">remove unwanted programs from ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="cara install gns di ubuntu">cara install gns di ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall gn3 from ubuntu">uninstall gn3 from ubuntu</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall gns3 command">uninstall gns3 command</a>, <a href="http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html" title="uninstall program di ubuntu 11">uninstall program di ubuntu 11</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/how-to-install-gns3-as-cisco-simulator-in-ubuntu.html' rel='bookmark' title='Permanent Link: How to Install GNS3 as Cisco Simulator in Ubuntu'>How to Install GNS3 as Cisco Simulator in Ubuntu</a></li>
<li><a href='http://becouz.net/use-interne-explore-in-your-ubuntu.html' rel='bookmark' title='Permanent Link: Using Internet Explore in Your Ubuntu'>Using Internet Explore in Your Ubuntu</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-uninstalling-software-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Keep Your Password Secure and Confidential</title>
		<link>http://becouz.net/tips-to-keep-your-password-secure-and-confidential.html</link>
		<comments>http://becouz.net/tips-to-keep-your-password-secure-and-confidential.html#comments</comments>
		<pubDate>Sun, 24 Oct 2010 14:56:11 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[Internet Tips]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[password security]]></category>
		<category><![CDATA[secure password]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech tips]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3047</guid>
		<description><![CDATA[Passwords are secret codes that we should keep the security and confidentiality. Because so many negative things that can happen when we have the password was leaked into the hands of others. And usually it happens because of our own mistakes, such as fear of forgetting the password, so we wrote it somewhere or possibly [...]


Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/lets-keep-secure-your-online-password.html' rel='bookmark' title='Permanent Link: Lets Keep Secure Your Online Password'>Lets Keep Secure Your Online Password</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Passwords are secret codes that we should keep the security and confidentiality. Because so many negative things that can happen when we have the password was leaked into the hands of others. And usually it happens because of our own mistakes, such as fear of forgetting the password, so we wrote it somewhere or possibly make the password of the things close to our daily life such as birth date, name of child or loved one as well as other matters that are too easy to guess .</p>
<p>Here are some things that might be a consideration for us all when creating a password, so as not to leak or be known by others. So the things we do not want is not going to happen.</p>
<p><span style="text-decoration: underline;"><strong>* Not Using Default Password</strong></span><br />
The default password is the password that we can be the first time. This default password should be quickly replaced because of very vulnerable. The reason, the default password can be easily searched on google search, even there are <span id="more-3047"></span>listed the name of a machine, type and default password with a magnificent plastered on some website creators vendors.</p>
<p>Sometimes administrators fear of forgetting to change-change the default password, so that an intruder can take over the system with default passwords.</p>
<p><strong><span style="text-decoration: underline;">* Password Hint Not To Wear</span></strong><br />
Sometimes we are afraid to forget the password that was our entry into the system / account, so we need to create a reminder if we forget the password. Now this is called password reminder Hint, if we create a password hint question with this then we can quickly recall these forgotten passwords.</p>
<p>Likewise with the hackers, they&#8217;ll experiment with us to guess the password in the password hint questions, over time the password will be predictable, if the questions listed in the password hint can be answered by the penebak password.</p>
<p><strong><span style="text-decoration: underline;">* Not Writing Password</span></strong><br />
Owners are often afraid to forget your password with the password has been entered, so the owner would write different passwords user id and password into other media such as a notebook, notepad, Stickies (mac), password folders, books, mobile phones and other.</p>
<p>It is also quite vulnerable to leaking. Why vulnerable? Because if the various equipment is lost, then all information about a user id and password are sooner or later will be known by the thief equipments / gadgets are missing.</p>
<p><span style="text-decoration: underline;"><strong>* Using a Strong Password</strong></span><br />
Owner passwords often using a short password only, if it could be shorter than 3 characters then the user will give a short password. Fortunately this time the system provides a minimum password length of 6 characters and a maximum of 254 characters. The longer a password the stronger it will be the password security.</p>
<p>Strong passwords can be created with a combination of numbers and letters and even a variety of other characters. Some admins are currently using a password that is long enough, coupled with encryption such as PGP key and others, so it is quite difficult to guess password.<br />
<span style="text-decoration: underline;"><strong><br />
* Change Passwords Regularly</strong></span><br />
Owners should periodically change your password for authentication password, the more frequent password changes, the better, because the more difficult the penebak password hacking account / your system. Changes to the password depends on the owner, could be a week, a month, three months, and others. Originally the owner does not forget the password that was changed earlier.</p>
<p><span style="text-decoration: underline;"><strong>* Not To Wear The Same Password on Multiple Accounts</strong></span><br />
Owners often forget and sometimes passwords frequently enough to create an account, so they each create a new account using the same user id and password are the same, this is very vulnerable and dangerous. Because these passwords through a single account, all accounts will be taken by the hacker.</p>
<p><span style="text-decoration: underline;"><strong>* Using Password Management</strong></span><br />
To help recall the various passwords and various accounts, we are often very difficult, but not to worry because it has many current applications to help organize our passwords. This application can be downloaded for free from the internet and paid, so that regardless of our account and whatever we can with the password easy to remember and re-opened, of course, to open it with an encryption method as well.</p>


<p>Related posts:<ol><li><a href='http://becouz.net/tips-default-asterisk-manager-password-used.html' rel='bookmark' title='Permanent Link: Tips Default Asterisk Manager Password Used'>Tips Default Asterisk Manager Password Used</a></li>
<li><a href='http://becouz.net/lets-keep-secure-your-online-password.html' rel='bookmark' title='Permanent Link: Lets Keep Secure Your Online Password'>Lets Keep Secure Your Online Password</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-keep-your-password-secure-and-confidential.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Get a Forgotten Windows Passwords with Ubuntu</title>
		<link>http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html</link>
		<comments>http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html#comments</comments>
		<pubDate>Fri, 22 Oct 2010 16:56:08 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[desktop server]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[ip scanner]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[mallware]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[netork scanner]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[password cracked]]></category>
		<category><![CDATA[port scanner]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam sites]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Touch Screen]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unetbooting]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=3044</guid>
		<description><![CDATA[Have you ever experienced forgetting the Windows login password? If you have, or may often experience it, so here are ways to overcome these problems by using the Ubuntu Linux operating system. The first step we need to do is create a Live CD or Live USB stick with Ubuntu Linux OS. OS Ubuntu Live [...]


Related posts:<ol><li><a href='http://becouz.net/tips-using-nmap-ip-and-port-scanner-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips Using Nmap IP and Port Scanner on Ubuntu'>Tips Using Nmap IP and Port Scanner on Ubuntu</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
<li><a href='http://becouz.net/installing-a-vps-with-ubuntu-server-8-04-lts-hardy-heron-for-drupal-6-x.html' rel='bookmark' title='Permanent Link: Installing a VPS with Ubuntu Server 8.04 LTS (Hardy Heron) for Drupal 6.x'>Installing a VPS with Ubuntu Server 8.04 LTS (Hardy Heron) for Drupal 6.x</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Have you ever experienced forgetting the Windows login password? If you have, or may often experience it, so here are ways to overcome these problems by using the Ubuntu Linux operating system.</p>
<p>The first step we need to do is create a Live CD or Live USB stick with Ubuntu Linux OS. OS Ubuntu Live will be used to boot into the system and take that next step that we needed to dismantle the Windows password earlier.</p>
<p>The easiest way to do that is by downloading and running UNetbootin. This simple application will download the selected Ubuntu version and install on the flash that you prepared.<span id="more-3044"></span>The next step is to install Open Source utility called &#8220;chntpw&#8221;. This can be done from Ubuntu by running Synaptic Package Manager.</p>
<p>To be able to get chntpw, Synaptic Package Manager should be directed to look at storage applications Universe. This can be done by clicking the Settings menu&gt; Repositories in Synaptic window. Then, check the option &#8216;Community-maintained Open Source software (universe) &#8220;and click Close.</p>
<p>After that, click the Reload button and Synaptic will download the latest package information from the Universe. When finished, type chntpw on the Quick Search box.</p>
<p>If it appears, check the box on the side chnptw writing, choose &#8216;Mark for Installation&#8217;. Then click Apply to install it.</p>
<p>The next step is to change the Windows password with chntpw.</p>
<ul>
<li>Mount the hard disk / drive that contains your Windows installation</li>
<li>Open the hard drive it (click on Places) and record labels drive that appears on the menu bar window file browser</li>
<li>Open a Terminal window (Applications&gt; Accessories&gt; Terminal)</li>
<li>Type the following command in Terminal:</li>
<li>cd / media</li>
<li>ls</li>
<li>Type: cd [label hard drive that you noted earlier]</li>
<li>type: cd WINDOWS/system32/config</li>
<li>To change the Administrator password, type the command: sudo chntpw SAM</li>
<li>You will see several commands that you can choose, the command is safest to create a password to be blank. Do this by pressing the number &#8217;1 &#8216;, then press&#8217; y&#8217; to confirm</li>
<li>Select &#8217;2 &#8216;to change the password to a particular word, but this has a greater risk of error</li>
<li>To change the passwords of other users (non-administrator), type the following command (from Terminal): sudo chntpw-u [user name] SAM</li>
</ul>


<p>Related posts:<ol><li><a href='http://becouz.net/tips-using-nmap-ip-and-port-scanner-on-ubuntu.html' rel='bookmark' title='Permanent Link: Tips Using Nmap IP and Port Scanner on Ubuntu'>Tips Using Nmap IP and Port Scanner on Ubuntu</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
<li><a href='http://becouz.net/installing-a-vps-with-ubuntu-server-8-04-lts-hardy-heron-for-drupal-6-x.html' rel='bookmark' title='Permanent Link: Installing a VPS with Ubuntu Server 8.04 LTS (Hardy Heron) for Drupal 6.x'>Installing a VPS with Ubuntu Server 8.04 LTS (Hardy Heron) for Drupal 6.x</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Change Your Login And Boot Screen In Ubuntu Lucid</title>
		<link>http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html</link>
		<comments>http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html#comments</comments>
		<pubDate>Mon, 16 Aug 2010 08:47:57 +0000</pubDate>
		<dc:creator>baddoel</dc:creator>
				<category><![CDATA[Computer Tips]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[blackberry os 6]]></category>
		<category><![CDATA[broadband router]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[computer networking]]></category>
		<category><![CDATA[desktop server]]></category>
		<category><![CDATA[gnome desktop]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[linksys routers]]></category>
		<category><![CDATA[ubuntu lucid]]></category>
		<category><![CDATA[Ubuntu Server]]></category>
		<category><![CDATA[wireles radio]]></category>

		<guid isPermaLink="false">http://becouz.net/?p=2999</guid>
		<description><![CDATA[The latest version of Ubuntu (10.04 Lucid) comes with a plymouth theme that allows more cool and animated screen to be displayed during boot up. While this is a great improvement, it also means that all the previous method of setting your own boot screen and login screen is no longer valid. For those who [...]


Related posts:<ol><li><a href='http://becouz.net/tips-to-change-the-login-screen-ubuntu-lucid-with-gdm2.html' rel='bookmark' title='Permanent Link: Tips to Change The Login Screen Ubuntu Lucid with GDM2'>Tips to Change The Login Screen Ubuntu Lucid with GDM2</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The latest version of Ubuntu (10.04 Lucid) comes with a plymouth theme that allows more cool and animated screen to be displayed during boot up. While this is a great improvement, it also means that all the previous method of setting your own boot screen and login screen is no longer valid. For those who are not happy with the default boot and login screen, here is how you can change them in Ubuntu Lucid. At this moment, there is no GUI to handle this, so everything has to be done via the command line. Follow closely and you’ll be fine.</p>
<p><strong><span style="text-decoration: underline;">Changing the login screen</span></strong></p>
<p>1. Move your favorite login wallpaper to your Home folder. Make sure that it is of .JPG format.<span id="more-2999"></span></p>
<p>2. Move the wallpaper to the system wallpaper directory. In the terminal:</p>
<p style="padding-left: 60px;">sudo mv ~/your-wallpaper-name.jpg /usr/share/backgrounds</p>
<p>3. Activate the Appearance window upon login</p>
<p style="padding-left: 60px;">sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/</p>
<p>Close the terminal. Log out of your current session. At the login screen, the Appearance window will show up. Go to the background tab and select your favorite wallpaper as the background. (If you can’t find your favorite wallpaper, click Add. You should be able to find your wallpaper in the /usr/share/backgrounds directory).</p>
<p style="text-align: center;"><a href="http://becouz.net/wp-content/uploads/2010/08/desktop.png"><img class="alignnone size-medium wp-image-3000" title="Becouz" src="http://becouz.net/wp-content/uploads/2010/08/desktop-300x168.png" alt="Becouz" width="300" height="168" /></a></p>
<p>5. Your login background will instantly change to the wallpaper you have selected. Now login to your desktop.</p>
<p>6. Open a terminal. Type the following command to deactivate the Appearance  window upon login.</p>
<p style="padding-left: 60px;">sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop</p>
<p><span style="text-decoration: underline;"><strong>Changing the boot screen</strong></span></p>
<p>The plymouth theme uses a theme framework to display the background and animation, so you won’t be able to take a simple wallpaper and put it on the boot screen. The Ubuntu repository comes with several plymouth themes that you can install in your system.</p>
<p style="padding-left: 60px;">sudo apt-get install plymouth-theme-*</p>
<p>This will install all the plymouth themes in the repository.</p>
<p>Next, select the theme that you want to display:</p>
<p style="padding-left: 60px;">sudo update-alternatives &#8211;config default.plymouth</p>
<p>you will see a list of the theme for you to choose. Type in the number of the theme you want and press Enter.</p>
<p>Update: According to Pvalley67, you have to run the following command to update the system. I have got it working without having to run the command, but you can do it if you are not seeing the new splash screen.</p>
<p style="padding-left: 60px;">sudo update-initramfs -u</p>
<p>Restart your computer. You should see your new boot screen in action.</p>
<p>Source : maketecheasier.com/change-login-and-boot-screen-in-ubuntu-lucid/2010/05/13</p>
<h4>Popular Tags for the article:</h4><a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="sudo cp /usr/share/applications/gnome-appearance-properties desktop /usr/share/gdm/autostart/LoginWindow">sudo cp /usr/share/applications/gnome-appearance-properties desktop /usr/share/gdm/autostart/LoginWindow</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="Move the wallpaper to the system wallpaper directory In the terminal">Move the wallpaper to the system wallpaper directory In the terminal</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="sudo unlink">sudo unlink</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="How to change Ubuntu loading splash/background in Ubuntu 10 04">How to change Ubuntu loading splash/background in Ubuntu 10 04</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="plymouth gui ubuntu lucid">plymouth gui ubuntu lucid</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="setting wallpaper plymouth">setting wallpaper plymouth</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="boot screen">boot screen</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="ubuntu 10 04 move login box">ubuntu 10 04 move login box</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="ubuntu 10 04 no login screen at startup">ubuntu 10 04 no login screen at startup</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="ubuntu boot login background">ubuntu boot login background</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="how to change logon/boot screen in ubuntu 6">how to change logon/boot screen in ubuntu 6</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="how to change logon animation in ubuntu plymouth">how to change logon animation in ubuntu plymouth</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="cara login di ubuntu netbook version">cara login di ubuntu netbook version</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="change default ubuntu login screen">change default ubuntu login screen</a>, <a href="http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html" title="change login screen ubuntu 10 4">change login screen ubuntu 10 4</a></p><!-- SEO SearchTerms Tagging 2 Plugin -->

<p>Related posts:<ol><li><a href='http://becouz.net/tips-to-change-the-login-screen-ubuntu-lucid-with-gdm2.html' rel='bookmark' title='Permanent Link: Tips to Change The Login Screen Ubuntu Lucid with GDM2'>Tips to Change The Login Screen Ubuntu Lucid with GDM2</a></li>
<li><a href='http://becouz.net/tips-to-get-a-forgotten-windows-passwords-with-ubuntu.html' rel='bookmark' title='Permanent Link: Tips to Get a Forgotten Windows Passwords with Ubuntu'>Tips to Get a Forgotten Windows Passwords with Ubuntu</a></li>
<li><a href='http://becouz.net/ubuntu-for-netbook-touch-screen-named-unity.html' rel='bookmark' title='Permanent Link: Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;'>Ubuntu for Netbook Touch Screen Named &#8220;Unity&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://becouz.net/tips-to-change-your-login-and-boot-screen-in-ubuntu-lucid.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

