<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3927288329268098304</id><updated>2011-10-04T12:06:07.630+07:00</updated><category term='vncserver-centos'/><category term='virtualization'/><category term='selinux'/><category term='java_options'/><category term='wiki'/><category term='installation'/><category term='web'/><category term='rsync'/><category term='softwares'/><category term='startx'/><category term='fedora'/><category term='tomcat'/><category term='pkg'/><category term='rpm'/><category term='commands'/><category term='tips'/><category term='windows'/><category term='freebsd'/><category term='eclipse'/><category term='troubleshoot'/><category term='vmware 6.5 full'/><category term='PPC'/><category term='linux'/><category term='Howto'/><category term='hack'/><category term='centos'/><category term='softs'/><category term='PCsofts'/><category term='wifi'/><category term='kubuntu'/><category term='vmware'/><category term='auto_restart'/><category term='licence'/><category term='KDE 4'/><category term='vista_tips'/><category term='vncserver'/><category term='YM'/><category term='links'/><category term='WM6'/><category term='xwindows'/><category term='xorg'/><category term='smux'/><category term='configuration_hardware'/><category term='vista_howto'/><category term='windowsxp'/><category term='diablo_jdk'/><category term='trainning'/><category term='troubleshoot-centos'/><category term='history'/><category term='virus'/><category term='snmp'/><category term='jail'/><category term='partition'/><category term='tomcat_howto'/><category term='references'/><category term='ubuntu'/><category term='g++'/><category term='xwindows+centos'/><title type='text'>I, tem_dl, I tem_dl I, tem_dl I, tem_dl I, tem_dl I, tem_dl I, tem_dl</title><subtitle type='html'>do {kiss her; kiss her ++; } while ( refuse );</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>73</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1541752666507394218</id><published>2011-10-04T12:06:00.001+07:00</published><updated>2011-10-04T12:06:07.901+07:00</updated><title type='text'>Enabling and disabling services during start up in GNU/Linux</title><content type='html'>&lt;br /&gt;&lt;div class="date-header"&gt;April 01, 2006&lt;/div&gt;&lt;a href="" name="114391704358155329"&gt;&lt;/a&gt;&lt;h1 class="post-title entry-title"&gt;&lt;a href="http://linuxhelp.blogspot.com/2006/04/enabling-and-disabling-services-during_01.html"&gt;Enabling and disabling services during start up in GNU/Linux&lt;/a&gt;&lt;/h1&gt;&lt;div class="post-header-line-1"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-size: 180%;"&gt;I&lt;/span&gt;n any Linux distribution, some services are enabled to start at boot up by default. For example, on my machine, I have &lt;span style="font-family: courier new;"&gt;pcmcia&lt;/span&gt;, &lt;span style="font-family: courier new;"&gt;cron&lt;/span&gt; daemon, &lt;span style="font-family: courier new;"&gt;postfix&lt;/span&gt; mail transport agent ... just to name a few, which start during boot up. Usually, it is prudent to disable all services that are not needed as they are potential security risks and also they unnecessarily waste hardware resources. For example, my machine does not have any pcmcia cards so I can safely disable it. Same is the case with postfix which is also not used.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="font-weight: bold;"&gt;So how do you disable these services so that they are not started at boot time?&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;The answer to that depends on the type of Linux distribution you are using. True, many Linux distributions including Ubuntu bundle with them a GUI front end to accomplish the task which makes it easier to enable and disable the system services. But there is no standard GUI utility common across all Linux distributions. And this makes it worth while to learn how to enable and disable the services via the command line.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;But one thing is common for all Linux distributions which is that all the start-up scripts are stored in the '&lt;span style="font-family: courier new; font-weight: bold;"&gt;/etc/init.d/&lt;/span&gt;' directory. So if you want to say, enable apache webserver in different run levels, then you should have a script related to the apache webserver in the &lt;span style="font-family: courier new;"&gt;/etc/init.d/&lt;/span&gt; directory. It is usually created at the time of installing the software. And in my machine (which runs Ubuntu), it is named apache2. Where as in &lt;span class="IL_AD" id="IL_AD3"&gt;Red Hat&lt;span class="IL_AD_ICON"&gt;&lt;/span&gt;&lt;/span&gt;, it is named httpd. Usually, the script will have the same name as the process or daemon.&lt;/div&gt;&lt;br /&gt;Here I will explain different ways of enabling and disabling the system services.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #000099; font-size: 130%;"&gt;1) Red Hat Method&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt; Red Hat and Red Hat based Linux distributions make use of the script called &lt;span style="font-family: courier new; font-weight: bold;"&gt;chkconfig&lt;/span&gt; to enable and disable the system services running in Linux.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;For example, to enable the apache webserver to start in certain run levels, you use the chkconfig script to enable it in the desired run levels as follows:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;chkconfig &lt;span style="color: #000099;"&gt;httpd&lt;/span&gt; &lt;span style="color: #990000;"&gt;--add&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;# &lt;span style="font-weight: bold;"&gt;chkconfig  httpd  &lt;span style="color: #990000;"&gt;on&lt;/span&gt; &lt;span style="color: #000099;"&gt;--level&lt;/span&gt; 2,3,5&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;This will enable the apache webserver to &lt;span class="IL_AD" id="IL_AD1"&gt;automatically&lt;span class="IL_AD_ICON"&gt;&lt;/span&gt;&lt;/span&gt; start in the run levels 2, 3 and 5. You can check this by running the command:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;chkconfig &lt;span style="color: #000099;"&gt;--list&lt;/span&gt; httpd&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;One can also disable the service by using the off flag as shown below:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;chkconfig httpd &lt;span style="color: #990000;"&gt;off&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;# &lt;span style="font-weight: bold;"&gt;chkconfig httpd &lt;span style="color: #990000;"&gt;--del&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;Red Hat also has a useful script called service which can be used to start or stop any service. Taking the previous example, to start apache webserver, you execute the command:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;&lt;span style="color: #000099;"&gt;service&lt;/span&gt; httpd start&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;and to stop the service...&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;service httpd stop&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;The options being start, stop and restart which are self explanatory.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: #000099; font-size: 130%;"&gt;2) Debian Method&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Debian Linux has its own script to enable and disable services across runlevels. It is called &lt;span style="font-family: courier new; font-weight: bold;"&gt;update-rc.d&lt;/span&gt;. Going by the above example, you can enable apache webserver as follows:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;&lt;span style="color: #000099;"&gt;update-rc.d&lt;/span&gt; apache2 &lt;span style="color: #990000;"&gt;defaults&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;... this will enable the apache webserver to start in the default run levels of 2,3,4 and 5. Of course, you can do it explicitly by giving the run levels instead of the "defaults" keyword as follows:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;update-rc.d apache2 start 20 2 3 4 5 . stop 80 0 1 6 .&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;The above command modifies the sym-links in the respective &lt;span style="font-family: courier new;"&gt;/etc/rcX.d&lt;/span&gt; directories to start or stop the service in the destined runlevels. Here X stands for a value of 0 to 6 depending on the runlevel. One thing to note here is the dot (.) which is used to terminate the set which is important. Also 20 and 80 are the sequence codes which decides in what order of precedence the scripts in the /etc/init.d/ directory should be started or stopped.&lt;/div&gt;&lt;br /&gt;And to disable the service in all the run levels, you execute the command:&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;update-rc.d &lt;span style="color: #990000;"&gt;-f&lt;/span&gt; apache2 &lt;span style="color: #000099;"&gt;remove&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;Here &lt;span style="font-family: courier new; font-weight: bold;"&gt;-f&lt;/span&gt; option which stands for force is mandatory.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;But if you want to enable the service only in runlevel 5, you do this instead:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;update-rc.d apache2  start 20 5 . stop 80 0 1 2 3 4 6 .&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;span style="color: #000099; font-size: 130%;"&gt;3) Gentoo Method&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;Gentoo also uses a script to enable or disable services during boot-up. The name of the script is &lt;span style="font-family: courier new; font-weight: bold;"&gt;rc-update&lt;/span&gt; . Gentoo has three default runlevels. Them being: &lt;span style="font-family: courier new;"&gt;boot&lt;/span&gt;, &lt;span style="font-family: courier new;"&gt;default&lt;/span&gt; and &lt;span style="font-family: courier new;"&gt;nonetwork&lt;/span&gt;. Suppose I want to add the apache webserver to start in the &lt;span style="font-family: courier new;"&gt;default&lt;/span&gt; runlevel, then I run the command:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;&lt;span style="color: #000099;"&gt;rc-update&lt;/span&gt; &lt;span style="color: #990000;"&gt;add&lt;/span&gt; apache2 &lt;span style="color: #990000;"&gt;default&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;... and to remove the webserver, it is as simple as :&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;rc-update &lt;span style="color: #990000;"&gt;del&lt;/span&gt; apache2&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;To see all the running &lt;span class="IL_AD" id="IL_AD4"&gt;applications&lt;span class="IL_AD_ICON"&gt;&lt;/span&gt;&lt;/span&gt; at your runlevel and their status, similar to what is achieved by chkconfig --list, you use the rc-status command.&lt;br /&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;&lt;span style="color: #000099;"&gt;rc-status&lt;/span&gt; --all&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;span style="color: #000099; font-size: 130%;"&gt;4) The old fashioned way&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;I remember the first time I started using Linux, there were no such scripts to aid the user in enabling or disabling the services during start-up. You did it the old fashioned way which was creating or deleting symbolic links in the respective &lt;span style="font-family: courier new; font-weight: bold;"&gt;/etc/rcX.d/&lt;/span&gt; directories. Here X in rcX.d is a number which stands for the runlevel. There can be two kinds of symbolic links in the &lt;span style="font-family: courier new;"&gt;/etc/rcX.d/&lt;/span&gt; directories. One starts with the character '&lt;span style="font-weight: bold;"&gt;S&lt;/span&gt;' followed by a number between 0 and 99 to denote the priority, followed by the name of the service you want to enable. The second kind of symlink has a name which starts with a '&lt;span style="font-weight: bold;"&gt;K&lt;/span&gt;' followed by a number and then the name of the service you want to disable. &lt;span style="font-weight: bold;"&gt;So in any runlevel, at any given time, for each service, there should be only one symlink of the 'S' or 'K' variety but not both&lt;/span&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;So taking the above example,  suppose I want to enable apache webserver in the runlevel 5 but want to disable it in all other runlevels, I do the following:&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;First to enable the service for run level 5, I move into &lt;span style="font-family: courier new;"&gt;/etc/rc5.d/&lt;/span&gt; directory and create a symlink to the apache service script residing in the &lt;span style="font-family: courier new;"&gt;/etc/init.d/&lt;/span&gt; directory as follows:&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;cd /etc/rc5.d/&lt;/span&gt;&lt;br /&gt;# &lt;span style="font-weight: bold;"&gt;ln -s /etc/init.d/apache2 &lt;span style="color: #000099;"&gt;S20apache2&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;This creates a symbolic link in the &lt;span style="font-family: courier new;"&gt;/etc/rc5.d/&lt;/span&gt; directory which the system interprets as - start (&lt;span style="color: #000099; font-weight: bold;"&gt;S&lt;/span&gt;) the apache service before all the services which have a priority number greater than &lt;span style="color: #000099; font-weight: bold;"&gt;20&lt;/span&gt;.&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: justify;"&gt;If you do a long &lt;span class="IL_AD" id="IL_AD2"&gt;listing&lt;span class="IL_AD_ICON"&gt;&lt;/span&gt;&lt;/span&gt; of the directory &lt;span style="font-family: courier new;"&gt;/etc/rc5.d&lt;/span&gt; in your system, you can find a lot of symlinks similar to the one below.&lt;/div&gt;&lt;pre&gt;lrwxrwxrwx  1 root root 17 Mar 31 13:02 &lt;span style="font-weight: bold;"&gt;S20apache2 &lt;/span&gt;-&amp;gt; ../init.d/apache2&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;Now if I start a service, I will want to stop the service while rebooting or while moving to single user mode and so on. So in those run levels I have to create the symlinks starting with character 'K'. So going back to the apache2 service example, if I want to automatically stop the service when the system goes into runlevel 0, 1 or 6, I will have to create the symlinks as follows in the /etc/rc0.d, /etc/rc1.d/, /etc/rc6.d/ directories.&lt;/div&gt;&lt;pre&gt;&lt;code&gt;# &lt;span style="font-weight: bold;"&gt;ln -s /etc/init.d/apache2 &lt;span style="color: #000099;"&gt;K80apache2&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;div style="text-align: justify;"&gt;One interesting aspect here is the priority. Lower the number, the higher is the priority. So since the starting priority of apache2 is 20 - that is apache starts way ahead of other services during startup, we give it a stopping priority of 80. There is no hard and fast rule for this but usually, you follow the formula as follows:&lt;/div&gt;&lt;br /&gt;If you have 'N' as the priority number for starting a service, you use the number (100-N) for the stopping priority number and vice versa.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1541752666507394218?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1541752666507394218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1541752666507394218' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1541752666507394218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1541752666507394218'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2011/10/enabling-and-disabling-services-during.html' title='Enabling and disabling services during start up in GNU/Linux'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4448361134118646765</id><published>2011-03-12T12:25:00.000+07:00</published><updated>2011-03-12T12:26:30.152+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='partition'/><title type='text'>remove GPT protected partition</title><content type='html'>&lt;p&gt;Click on the "Start" button from the Windows XP desktop and then click on the "Run" option.&lt;/p&gt;                       &lt;div&gt;&lt;li id="jsArticleStep1"&gt;&lt;br /&gt;&lt;/li&gt;&lt;li id="jsArticleStep2"&gt;         &lt;div class="stepNumber"&gt;2&lt;/div&gt;                  &lt;p&gt;Enter "cmd" in the "Open" field and the click on the "OK" button. The command prompt screen will appear.&lt;/p&gt;        &lt;/li&gt;               &lt;li id="jsArticleStep3"&gt;         &lt;div class="stepNumber"&gt;3&lt;/div&gt;                  &lt;p&gt;Enter "diskpart" on the command line and then press the "Enter" key.&lt;/p&gt;        &lt;/li&gt;               &lt;li id="jsArticleStep4"&gt;         &lt;div class="stepNumber"&gt;4&lt;/div&gt;                  &lt;p&gt;Enter "list disk" on the command line and then press the "Enter" key. A list of hard disks will appear.&lt;/p&gt;        &lt;/li&gt;               &lt;li id="jsArticleStep5"&gt;         &lt;div class="stepNumber"&gt;5&lt;/div&gt;                  &lt;p&gt;Enter "select disk x" in the command line, replacing the "x"  with the drive number of the drive from which you want the GTP  partitions removed.&lt;/p&gt;        &lt;/li&gt;               &lt;li id="jsArticleStep6"&gt;         &lt;div class="stepNumber"&gt;6&lt;/div&gt;                  &lt;p&gt;Enter "clean" on the command line and then press the "Enter" key. The GPT protected partition will be removed.&lt;/p&gt;        &lt;/li&gt;&lt;div style="overflow: hidden; color: rgb(0, 0, 0); background-color: transparent; text-align: left; text-decoration: none; border: medium none;"&gt;&lt;br /&gt;Read more:  &lt;a style="color: rgb(0, 51, 153);" href="http://www.ehow.com/how_6567668_remove-protected-partition-windows-xp.html#ixzz1GMNgzRbq"&gt;How to Remove a GPT Protected Partition in Windows XP | eHow.com&lt;/a&gt; &lt;a style="color: rgb(0, 51, 153);" href="http://www.ehow.com/how_6567668_remove-protected-partition-windows-xp.html#ixzz1GMNgzRbq"&gt;http://www.ehow.com/how_6567668_remove-protected-partition-windows-xp.html#ixzz1GMNgzRbq&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4448361134118646765?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4448361134118646765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4448361134118646765' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4448361134118646765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4448361134118646765'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2011/03/remove-gpt-protected-partition.html' title='remove GPT protected partition'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5165195184593238529</id><published>2010-12-06T09:56:00.003+07:00</published><updated>2010-12-06T10:12:56.191+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='YM'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>yahoo không thấy chữ + windows 7 32bit</title><content type='html'>Bạn có thể khắc phục bằng cách vào Control Panel mở biểu tượng Internet  Options &gt; chọn thẻ Security &gt; chọn tiếp Custom Level khi hộp thoại  Security Settings - Internet zone hiện ra thì tìm mục Script ActiveX  controls marked safe for scripting và click chọn Enable hoặc click chọn  Enable hết tất cả các mục trong hộp thoại Security Settings - Internet  zone rồi nhấn nút OK. Kế tiếp, bạn hãy tải và cài đặt JavaScript tại địa  chỉ &lt;a href="http://www.java.com/" rel="nofollow"&gt;http://www.java.com&lt;/a&gt;&lt;br /&gt;Hoặc tải jscript.dll tại:&lt;br /&gt;&lt;a href="http://www.dll-files.com/jscript.zip?0VKgUHaFjP" rel="nofollow"&gt;http://www.dll-files.com/jscript.zip?0VK…&lt;/a&gt;&lt;br /&gt;Sau khi tải jscript.dll bạn cần Copy file  jscript.dll này vào thư mục  C:\WINNT\System32 hoặc C:\Windows\System32. Nhưng chỉ Copy thì chưa đủ  mà bạn cần khai báo nhằm để kích hoạt  jscript.dll bằng cách vào menu  Start [Search] &gt; Run gõ lệnh regsvr32 vbscript.dll và nhấn Enter  khung hộp thoại hiện ra thì bạn nhấn OK. Tiếp tục vào nhấn menu Start  [Search] &gt; Run gõ lệnh regsvr32 jscript.dll và nhấn Enter khung hộp  thoại hiện ra thì bạn nhấn OK rồi khởi động lại máy.&lt;br /&gt;&lt;br /&gt;- Hoặc bạn cũng có thể sử dụng phần mềmYahoo! Messenger Tweaker &lt;a href="http://www.softpedia.com/progDownload/Yahoo-Messenger-Tweaker-Download-99612.html" rel="nofollow"&gt;http://www.softpedia.com/progDownload/Ya…&lt;/a&gt;&lt;br /&gt;Chương trình có các chức năng như sau:&lt;br /&gt;Fix [cannot see what I type]: Sửa lỗi không thấy chữ.&lt;br /&gt;Enable multiple instances: Chat nhiều nick.&lt;br /&gt;Remove Ads: Bỏ quảng cáo.&lt;br /&gt;Enable tabs: Chat theo tab.&lt;br /&gt;Save psw for: Lưu password.&lt;br /&gt;Rename title: Thay đổi title cho Yahoo! Messenger.&lt;br /&gt;Clear status messages: Xóa status.&lt;br /&gt;Grab user avatar: Lấy avatar của người khác.&lt;br /&gt;Change login animator: Đổi biểu tượng sign in [chọn một trong các biểu  tượng có sẵn hoặc ấn vào biểu tượng file flash ở góc để chọn 1 file  .swf].&lt;br /&gt;Lưu ý: Sau khi lựa chọn chức năng thì bạn đánh dấu kiểm vào ô lựa chọn rồi nhấn nút OK để thiết lập thay đổi có hiệu lực.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5165195184593238529?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://vn.answers.yahoo.com/question/index?qid=20101103190020AABW6L0' title='yahoo không thấy chữ + windows 7 32bit'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5165195184593238529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5165195184593238529' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5165195184593238529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5165195184593238529'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2010/12/yahoo-khong-thay-chu-windows-7-32bit.html' title='yahoo không thấy chữ + windows 7 32bit'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1069235041865882093</id><published>2010-09-13T10:29:00.002+07:00</published><updated>2010-09-13T10:29:50.652+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vmware 6.5 full'/><title type='text'>VMWARE 6.5 Full</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;h2&gt;&lt;a href="http://meosovo.wordpress.com/2008/10/16/vmware-workstation-v65-build-118166-va-v558-build-108000/" rel="bookmark" title="Permanent link to VMware Workstation v6.5 build 118166 và v5.5.8 build 108000"&gt;VMware Workstation v6.5 build 118166 và v5.5.8 build 108000&lt;/a&gt;&lt;/h2&gt;    &lt;p class="date"&gt;Đăng bởi &lt;a href="http://meosovo.wordpress.com/"&gt;MSV&lt;/a&gt; on 16/10/2008&lt;/p&gt;        &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;img class="aligncenter" title="VMware" src="http://www.vmware.com/files/images/screens_workstation/snapshots_large.jpg" alt="" width="590" height="442" /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Discover the true power and  flexibility of your desktop or laptop computer with VMware Workstation.  Reduce hardware costs by 50% or more by running multiple operating  systems simultaneously on a single PC. Automate and streamline tasks to  save time and improve productivity. Join the millions worldwide who use  Workstation to:&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Host legacy applications and overcome platform migration issues&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Configure &amp;amp; test new software or patches in an isolated environment&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Automate tasks for software development and testing&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Demonstrate multi-tier configurations on a single PC&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h2&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Use Multiple Operating Systems Concurrently on the Same PC&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation 6.5 makes it  simple to create and run multiple virtual machines on your desktop or  laptop computer. You can convert an existing physical PC into a VMware  virtual machine, or create a new virtual machine from scratch. Each  virtual machine represents a complete PC, including the processor,  memory, network connections and peripheral ports.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation lets you use  your virtual machines to run Windows, Linux and a host of other  operating systems side-by-side on the same computer. You can switch  between operating systems instantly with a click of a mouse, share files  between virtual machines with drag-and-drop functionality and access  all the peripheral devices you rely on.&lt;/span&gt;&lt;/p&gt; &lt;h2&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Take Snapshots &amp;amp; Videos of your Virtual Machines&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;With Workstation, you can take a  “snapshot” that preserves the state of a virtual machine so you can  return to it at any time. Snapshots are useful when you need to revert  your virtual machine to a prior, stable system state. Workstation  displays thumbnails of all your snapshots on a single screen, making it  easy for you to track and revert to a previously saved snapshot.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;You can even use Workstation 6.5  to record and play video files that capture all changes to a virtual  machine over a period of time. This function is exclusive to VMware  Workstation and is incredibly useful for software debugging, Help Desk  forensics, sales demonstrations and training.&lt;/span&gt;&lt;/p&gt; &lt;h2&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Run an Entire Multi-tier System on a Single Host Computer&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Run multi-tier enterprise  applications on a single piece of hardware by managing network-connected  virtual machines with the Teams feature of Workstation 6.5. Teams let  you create virtual network environments that include client, server and  database virtual machines.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;With Workstation Teams, you can  turn an entire multi-tier environment on and off with a single click of  the mouse button. Workstation displays live thumbnails of all connected  virtual machines, enabling you to easily identify and switch between the  virtual machines associated with a team.&lt;/span&gt;&lt;/p&gt; &lt;h2&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Clone your Virtual Machines to Accelerate Deployment&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Installing operating systems and  applications can be time consuming. With clones, you can make many  copies of a virtual machine from a single installation and configuration  process. This capability makes it fast and simple to distribute  standardized computing environments to employees and students, or to  create a baseline configuration for testing.&lt;/span&gt;&lt;/p&gt; &lt;h2&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Take Your Virtual Machines With You&lt;/span&gt;&lt;/h2&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Workstation 6.5 includes the  ability to create and deploy secure virtual machines (called ACEs).  Mobility is one of the primary benefits of this feature, as it enables  users to securely take their desktops with them on portable media  devices such as USB thumb drives.&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;HOMEPAGE&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.vmware.com/products/ws/overview.html&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;DOWNLOAD&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation 6.5 for Windows&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.vmware.com/download/ws/&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Hoặc (555.34MB)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?irnyggdymtn&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?nxb0mjomhb1&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?abdr4ljmlil&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?w0ganxfxvyx&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?d8i2ymqryvy&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?anwvwtm2bte&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation 5.5.8 for Windows&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.vmware.com/download/ws/ws5.html&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;Hoặc (92.67MB)&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;http://www.mediafire.com/?yz11wdgnhbn&lt;/span&gt;&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;PASS&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;MSV&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;SERIAL&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation 6.5 for Windows&lt;/span&gt;&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;D21DR-GFPD4-21559-4FFP2&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;VMware Workstation 5.5.8 for Windows&lt;/span&gt;&lt;/p&gt; &lt;span style="color: rgb(0, 0, 255);"&gt; XLWPN-W476D-68NDF-5PTX3&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1069235041865882093?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1069235041865882093/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1069235041865882093' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1069235041865882093'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1069235041865882093'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2010/09/vmware-65-full.html' title='VMWARE 6.5 Full'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5884438278978457424</id><published>2009-07-10T12:37:00.000+07:00</published><updated>2009-07-10T12:38:17.805+07:00</updated><title type='text'>“Tự động hóa” download từ các dịch vụ chia sẻ file trực tuyến</title><content type='html'>&lt;div class="neo-dtdate"&gt;  Thứ Sáu, 10/07/2009 - 6:35 AM&lt;/div&gt;    &lt;h3&gt;  &lt;a id="ctl16_hplTitle"&gt;“Tự động hóa” download từ các dịch vụ chia sẻ file trực tuyến&lt;/a&gt;&lt;/h3&gt;    &lt;div class="introtext" style="padding: 6px 6px 6px 0pt;"&gt; (Dân trí) - Các dịch vụ chia sẻ file trực tuyến ngày càng được nhiều người sử dụng. Tuy nhiên, hạn chế của các dịch vụ này là tốn khá nhiều thời gian để download được nhiều file. Trong trường hợp không muốn phải ngồi cạnh máy để chờ đợi, FreeRapid Downloader sẽ giúp bạn.&lt;/div&gt;  &lt;span id="ctl16_ltrContent" class="bodyContent"&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt; &lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;Dân trí từng giới thiệu đến bạn tiện ích RapidDownload, cho phép bạn “&lt;a href="http://dantri.com.vn/c119/s119-318499/tu-dong-hoa-viec-download-tu-rapidshare.htm"&gt;&lt;span style="font-weight: bold;"&gt;tự động hóa việc download từ RapidShare&lt;/span&gt;&lt;/a&gt;”, tuy nhiên, hạn chế của chương trình này là không có 1 giao diện người dùng thân thiện cũng như chỉ hỗ trợ download từ trang chia sẻ RapidShare. Trong trường hợp bạn thường xuyên download từ nhiều trang chia sẻ khác nhau như RapidShare, Megaupload, Badongo, MediaFire hay thậm chí là video từ Youtube… thì &lt;span style="font-weight: bold; font-style: italic;"&gt;FreeRapid Downloader&lt;/span&gt; sẽ là trợ thủ cực kỳ đắc lực cho bạn.&lt;o:p&gt;&lt;/o:p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;FreeRapid Downloader&lt;/span&gt; là tiện ích nhỏ gọn và miễn phí cho phép bạn tự động hóa việc download file từ các dịch vụ chia sẻ file trực tuyến thông dụng nhất hiện nay như RapidShare, Megaupload, Mediafire… Những gì bạn cần làm là copy đường link chứa file download, dán vào chương trình và ngồi chờ cho quá trình download hoàn tất mà không cần phải làm thêm bất cứ việc gì. Bạn có thể để máy tự hoạt động mà không cần phải ngồi thường trực bên máy tính để download lần lượt từng file như trước đây. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Download chương trình tại &lt;a href="http://soft4all.info/free-software-download/freerapid-downloader-help-you-to-download-from-multiple-file-sharing-services/"&gt;&lt;span style="font-weight: bold;"&gt;đây&lt;/span&gt;&lt;/a&gt;. Chương trình yêu cầu cài đặt Java để sử dụng, download và cài đặt tại&lt;span style=""&gt; &lt;a href="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jdk-6u14-javafx-1.2-oth-JPR@CDS-CDS_Developer"&gt;&lt;span style="font-weight: bold;"&gt;đây&lt;/span&gt;&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Sau khi download, bạn giải nén, kích hoạt file &lt;span style="font-style: italic;"&gt;frd.exe&lt;/span&gt; để sử dụng chương trình mà không cần phải cài đặt. Giao diện chính của chương trình khá đơn giản và giống với giao diện các chương trình hỗ trợ download mà bạn thường thấy.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-1.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Để tiến hành download 1 file từ dịch vụ chia sẻ, ví dụ ở đây, ta download file từ dịch vụ RapidShare, bạn chỉ việc copy đường link download của file đó, click vào Add Url trên giao diện chương trình và dán đường link đó vào khung hiện ra. Thông thường, khi bạn copy đường link đó, khung &lt;span style="font-style: italic;"&gt;Add Url&lt;/span&gt; của chương trình sẽ hiện ra và dán đường link đó vào danh sách download một cách hoàn toàn tự động. Click vào nút “…” ở mục &lt;span style="font-style: italic;"&gt;Save To&lt;/span&gt; để chọn vị trí lưu file download. Cuối cùng, nhấn &lt;span style="font-style: italic;"&gt;Start&lt;/span&gt; để bắt đầu quá trình download.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-2.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Tiến hành tương tự với các đường link khác để đưa các file cần download vào danh sách. Nếu bạn tiến hành download nhiều file từ cùng 1 dịch vụ (RapidShare hoặc Megaupload…) thì danh sách download sẽ tiến hành tuần tự, và bạn vẫn sẽ mất khoảng thời gian chờ giữa các lần download (đối với RapidShare), còn nếu bạn tiến hành download đồng thời từ RapidShare và Megaupload hoặc của các dịch vụ khác thì việc donwload vẫn sẽ được tiến hành song song.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt; &lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;o:p&gt; &lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-3.jpg" /&gt;&lt;/o:p&gt;&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;span style="font-size: 10pt; font-family: Tahoma;"&gt;Download đồng thời từ RapidShare và MegaUpload&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Trong trường hợp nếu file trên các dịch vụ chia sẻ đã bị xóa&lt;span style=""&gt;  &lt;/span&gt;thì chương trình sẽ thông báo cho bạn biết để kiểm tra lại đường link download. Ngoài ra, nếu download từ dịch vụ MegaUpload, trước khi download, chương trình sẽ yêu cầu bạn điền mã xác nhận mới có thể tiến hành download. Điều này khá giống với việc bạn download trực tiếp từ website của MegaUpload, chỉ khác là bạn không phải chờ 45 giây trước khi download.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-4.jpg" /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Không chỉ hỗ trợ download file từ các trang chia sẻ file trực tuyến, FreeRapid Downloader còn hỗ trợ bạn download video từ Youtube. Tương tự như trên, những gì bạn cần làm là copy đường link chứa video cần download từ Youtube, dán vào khung Add URL của chương trình và nhấn Start, chương trình sẽ tự động download file video (với định dạng flv) mà bạn yêu cầu. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Sau khi quá trình download 1 file kết thúc, bạn click chuột phải vào file đó trong danh sách download của chương trình, chọn &lt;span style="font-style: italic;"&gt;Open File&lt;/span&gt; để mở file hoặc &lt;span style="font-style: italic;"&gt;Open Directory&lt;/span&gt; để mở thư mục chứa file đó.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-5.jpg" /&gt;&lt;br /&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Trong trường hợp bạn không muốn chương trình lưu lại lịch sử các file đã download, tại giao diện của chương trình, bạn chọn &lt;span style="font-style: italic;"&gt;Options -&gt; Preferences&lt;/span&gt;. Cửa sổ &lt;span style="font-style: italic;"&gt;Preferences&lt;/span&gt; hiện ra, tại tab &lt;span style="font-style: italic;"&gt;General&lt;/span&gt;, bạn bỏ đi tùy chọn &lt;span style="font-style: italic;"&gt;Use downloads history&lt;/span&gt; và nhấn Ok để thiết lập có giá trị.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-6.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Ngoài ra, 1 tính năng không thể thiếu đối với 1 chương trình “tự động hóa download”, đó là tính năng tự động tắt máy sau khi quá trình download kết thúc. Để sử dụng tính năng này, từ menu của chương trình, bạn chọn &lt;span style="font-style: italic;"&gt;Options -&gt; Auto Shutdown&lt;/span&gt;. Tại đây bao gồm các tùy chọn cho phép bạn đơn giản là thoát chương trình (Quit), đặt máy tính vào chế độ &lt;span style="font-style: italic;"&gt;Hibernate&lt;/span&gt;, &lt;span style="font-style: italic;"&gt;Standby&lt;/span&gt; hoặc khởi động lại và tắt máy tính sau khi quá trình download các file trong danh sách kết thúc. Chọn &lt;span style="font-style: italic;"&gt;Shutdown when Downloads complete&lt;/span&gt; để tắt máy sau khi quá trình download hoàn tất. Đây có thể coi là tính năng hữu ích, giúp bạn có thể để máy download file và tự động tắt máy sau khi kết thúc mà không cần phải ngồi thường trực bên máy tính.&lt;/div&gt; &lt;div class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt; &lt;/div&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;" align="center"&gt;&lt;img src="http://dantri.vcmedia.vn/Uploaded/2009/07/09/frd-7.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Ngoài những dịch vụ chia sẻ file trực tuyến nổi tiếng như RapidShare, MegaUpload hay MediaFire, chương trình còn hỗ trợ download từ rất nhiều các dịch vụ chia sẻ file khác nhau. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;Danh sách các dịch vụ chia sẻ file trực tuyến mà chương trình hỗ trợ bao gồm: (Sắp xếp theo thứ tự alphabet): 2shared.com, 4shared.com, badongo.com, bagruj.cz, bitroad.net, cobrashare.sk, czshare.com, dataup.de, depositfiles.com, easyshare.com, edisk.cz, egoshare.com, enterupload.com, filebase.to, filefactory.com, fileflyer.com, filesend.net, flyshare.cz,hellshare.com, hotfile.com,ifile.it,indowebster.com, iskladka.cz,jandown.com,kewlshare.com, leteckaposta.cz, letitbit.net,&lt;span style=""&gt;  &lt;/span&gt;linkbucks.com, load.to, mediafire.com, megaupload.com, nahraj.cz, netload.in, paid4share.com, quickshare.cz, radikal.ru, RapidShare.com, rapidshare.de, rapidshareuser, savefile.com, sendspace.com, share-rapid, shareator.com, shareonline.biz, stream.cz, subory.sk, tinyurl.com, uloz.cz, uloz.to, ulozisko.sk, ultrashare.net, uploadbox.com, uploaded.to, uploading.com, uploadjockey.com, upnito.sk, uppit.com, usercash.com, webshare.net, wiiupload.net, wikiupload.com, xtraupload.de, yourfiles.biz, youtube.com, ziddu.com, zippyshare.com, zshare.net&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span style="font-style: italic;"&gt;Tóm lại, có thể nói rằng FreeRapid Downloader là “trợ thủ” cực kỳ đắc lực cho những ai thường xuyên phải donwload file từ các dịch vụ chia sẻ trực tuyến. Mọi chuyện sẽ được “tự động hóa” hoàn toàn và bạn không còn phải mất quá nhiều công sức và thời gian để chờ và tiến hành download lần lượt từng file như trước đây. Hy vọng, bài viết sẽ hữu ích cho bạn.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;o:p&gt; &lt;/o:p&gt;&lt;/p&gt; &lt;p class="MsoNormal" style="margin: 0in 0in 0pt; text-align: right;" align="right"&gt;&lt;span style="font-weight: bold;"&gt;Phạm Thế Quang Huy&lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5884438278978457424?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5884438278978457424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5884438278978457424' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5884438278978457424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5884438278978457424'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/07/tu-ong-hoa-download-tu-cac-dich-vu-chia.html' title='“Tự động hóa” download từ các dịch vụ chia sẻ file trực tuyến'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7887944361463698345</id><published>2009-07-08T14:22:00.001+07:00</published><updated>2009-07-08T14:22:55.805+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Split &amp; Join Files + ubuntu</title><content type='html'>&lt;p class="meta"&gt;Posted in &lt;a href="http://en.wordpress.com/tag/command/" title="View all posts in command" rel="category tag"&gt;command&lt;/a&gt; tagged &lt;a href="http://en.wordpress.com/tag/split/" rel="tag"&gt;Split&lt;/a&gt; at 12:19 pm by bearisusanto&lt;/p&gt;       &lt;p&gt;We have a file which size is too big to save in USB Flash drive.&lt;br /&gt;To split it to be a small size so its fit to store in USB is easy in linux platform, use “split” command which has been bundled in GNU Coreutils.&lt;/p&gt; &lt;p&gt;1. As example, we have an iso file (ubuntu-8.04-desktop-i386.iso) which size is 699 Mb&lt;br /&gt;root@hardy:/home/bearisusanto/test# ls -alh&lt;br /&gt;total 700M&lt;br /&gt;-rwx——  1 bearisusanto root         700M 2008-06-02 03:22 ubuntu-8.04-desktop-i386.iso&lt;span id="more-82"&gt;&lt;/span&gt;2. Before doing split process, first make MD5 file from ubuntu-8.04-desktop-i386.iso for ensuring that there is not a change for the file when its join again&lt;br /&gt;root@hardy:/home/bearisusanto/test# md5sum ubuntu-8.04-desktop-i386.iso &gt; MD5SUM.txt&lt;br /&gt;root@hardy:/home/bearisusanto/test# cat MD5SUM.txt&lt;br /&gt;8895167a794c5d8dedcc312fc62f1f1f  ubuntu-8.04-desktop-i386.iso&lt;/p&gt; &lt;p&gt;3. For splitting ubuntu-8.04-desktop-i386.iso to be a file which the size maximal 400Mb for each file, we type the command&lt;br /&gt;root@hardy:/home/bearisusanto/test# split -d -b 400m ubuntu-8.04-desktop-i386.iso ubuntu-8.04-desktop-i386.iso.part&lt;/p&gt; &lt;p&gt;4. If we check in the directory, there is two 2 which is the result from splitting process&lt;br /&gt;-rwx——  1 bearisusanto root         700M 2008-06-02 03:22 ubuntu-8.04-desktop-i386.iso&lt;br /&gt;-rw-r–r–  1 root         root         400M 2008-10-31 23:13 ubuntu-8.04-desktop-i386.iso.part00&lt;br /&gt;-rw-r–r–  1 root         root         300M 2008-10-31 23:13 ubuntu-8.04-desktop-i386.iso.part01&lt;/p&gt; &lt;p&gt;5. To join the two file to be one file as the same with the original file, we use “cat” command but the original have to be deleted first.&lt;br /&gt;root@hardy:/home/bearisusanto/test# rm ubuntu-8.04-desktop-i386.iso&lt;br /&gt;root@hardy:/home/bearisusanto/test# cat ubuntu-8.04-desktop-i386.iso.part00 ubuntu-8.04-desktop-i386.iso.part01 &gt; ubuntu-8.04-desktop-i386.iso&lt;/p&gt; &lt;p&gt;6. For ensuring that there is no difference with the original file, we have to validate with using MD5SUM.txt which have made for the first time.&lt;br /&gt;root@hardy:/home/bearisusanto/test# md5sum -c MD5SUM.txt&lt;br /&gt;ubuntu-8.04-desktop-i386.iso: OK&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7887944361463698345?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntunow.wordpress.com/2008/11/06/split-join-files/' title='Split &amp; Join Files + ubuntu'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7887944361463698345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7887944361463698345' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7887944361463698345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7887944361463698345'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/07/split-join-files-ubuntu.html' title='Split &amp; Join Files + ubuntu'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7350043607481870859</id><published>2009-07-08T10:11:00.001+07:00</published><updated>2009-07-08T10:11:54.004+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Fix Yahoo Problem in Pidgin</title><content type='html'>&lt;table style="margin-bottom: 20px;" border="0" cellpadding="0" cellspacing="0" width="727"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="contentheadings" valign="top"&gt;&lt;h1 style="margin: 0pt; width: 450px;"&gt;How to: Fix Yahoo Problem in Pidgin&lt;/h1&gt;&lt;h3 style="margin: 0pt;"&gt;Step-by-step tutorial with screenshots&lt;/h3&gt;&lt;/td&gt;         &lt;td class="contentheadings" align="right" valign="top"&gt;          &lt;div style="width: 250px;"&gt;          &lt;p&gt;By &lt;a href="http://news.softpedia.com/editors/browse/marius-nestor"&gt;&lt;b&gt;Marius Nestor&lt;/b&gt;, Linux Editor&lt;/a&gt;&lt;/p&gt;                       &lt;p&gt;21st of June 2009, 17:15 GMT&lt;/p&gt;          &lt;p style="margin-top: 5px;"&gt;Adjust text size: &lt;a href="javascript:%20;" onclick="ttsz_dec();"&gt;&lt;img src="http://news.softpedia.com/base_img/text_minus.gif" border="0" /&gt;&lt;/a&gt; &lt;a href="javascript:%20;" onclick="ttsz_inc();"&gt;&lt;img src="http://news.softpedia.com/base_img/text_plus.gif" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;          &lt;/div&gt;         &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;&lt;td colspan="2"&gt;&lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-2364887827571271"; /* News, 728x15 */ google_ad_slot = "8846875583"; google_ad_width = 728; google_ad_height = 15; /*google_reuse_colors = 1;google_rl_dest_url="http://news.softpedia.com/adlinks_results.php";*/ //--&gt; &lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;script&gt;google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);&lt;/script&gt;&lt;ins style="border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: 15px; position: relative; visibility: visible; width: 728px;"&gt;&lt;ins style="border: medium none ; margin: 0pt; padding: 0pt; display: block; height: 15px; position: relative; visibility: visible; width: 728px;"&gt;&lt;iframe allowtransparency="true" hspace="0" id="google_ads_frame2" marginheight="0" marginwidth="0" name="google_ads_frame" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-2364887827571271&amp;amp;dt=1247022476652&amp;amp;lmt=1247022472&amp;amp;prev_slotnames=0323841049&amp;amp;output=html&amp;amp;slotname=8846875583&amp;amp;correlator=1247022475224&amp;amp;url=http%3A%2F%2Fnews.softpedia.com%2Fnews%2FHow-to-Fix-Yahoo-problem-in-Pidgin-114754.shtml&amp;amp;ref=http%3A%2F%2Fwww.google.com.vn%2Fsearch%3Fq%3Dpidgin%2Bpager%2Byahoo%2B%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dcom.ubuntu%3Aen-US%3Aunofficial%26client%3Dfirefox-a&amp;amp;frm=0&amp;amp;ga_vid=1955594710.1247022477&amp;amp;ga_sid=1247022477&amp;amp;ga_hid=2110616038&amp;amp;flash=0&amp;amp;w=728&amp;amp;h=15&amp;amp;u_h=1024&amp;amp;u_w=1280&amp;amp;u_ah=1024&amp;amp;u_aw=1280&amp;amp;u_cd=24&amp;amp;u_tz=420&amp;amp;u_his=1&amp;amp;u_nplug=6&amp;amp;u_nmime=40&amp;amp;dtd=9&amp;amp;xpc=SVuSQyDf47&amp;amp;p=http%3A//news.softpedia.com" style="left: 0pt; position: absolute; top: 0pt;" vspace="0" scrolling="no" width="728" frameborder="0" height="15"&gt;&lt;/iframe&gt;&lt;/ins&gt;&lt;/ins&gt; &lt;/td&gt;&lt;/tr&gt;       &lt;tr&gt;&lt;td colspan="2"&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;        &lt;tr&gt;         &lt;td colspan="2" class="contentheadings" style="padding-top: 15px; font-size: 11px; text-align: justify;" id="article_container"&gt;          &lt;span id="intelliTxt"&gt;          &lt;!-- google_ad_section_start --&gt;          &lt;table class="margin_right15px" align="left" border="0" cellpadding="10" cellspacing="0" width="110"&gt;   &lt;tbody&gt;&lt;tr&gt;   &lt;td class="article_tb_bg" valign="top"&gt;   &lt;a href="http://news.softpedia.com/newsImage/How-to-Fix-Yahoo-problem-in-Pidgin-2.jpg/" target="_blank"&gt;&lt;img alt="Pidgin 2.5.7 on Ubuntu 9.10 Alpha" title="Pidgin 2.5.7 on Ubuntu 9.10 Alpha" src="http://news.softpedia.com/images/newsrsz/How-to-Fix-Yahoo-problem-in-Pidgin-2.jpg" class="margin_top5px" border="0" width="90" /&gt;&lt;/a&gt;&lt;br /&gt;  &lt;a href="http://news.softpedia.com/newsImage/How-to-Fix-Yahoo-problem-in-Pidgin-2.jpg/" target="_blank"&gt;&lt;img src="http://www.softpedia.com//base_img/tb_zoom.gif" alt="Enlarge picture" title="Enlarge picture" class="margin_top5px" border="0" width="60" height="15" /&gt;&lt;/a&gt;   &lt;/td&gt;   &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt; Two days ago, Yahoo! Inc. did something to its messenger servers, something that practically blocked all the Linux IM clients, such as Pidgin, Kopete, Empathy or GyachI. While many of us thought it might be an ISP issue, some very smart people found out the truth: Yahoo! changed the login method! However, at this moment (June 21, 2009), none of the aforementioned Instant Messenger clients for Linux can connect with the Yahoo protocol. This is, of course, not the first time when it happens, and Linux users are treated like outsiders. But, let's not start again with the endless question “Why Yahoo! doesn't update the Linux client?” and let's fix the problem (like we always do).&lt;br /&gt;&lt;br /&gt;Below is a step-by-step tutorial for all Ubuntu users that want to connect with their friends via the Yahoo protocol, using the Pidgin Instant Messenger. Why Ubuntu? Because it appears that it is the most popular Linux operating system these days and because there are already packages available for it. Other Linux users can grab the Pidgin 2.5.7 sources or DEB packages (32-bit and 64-bit) right now from &lt;a href="http://linux.softpedia.com/get/Communications/Chat/Pidgin-6.shtml" target="_blank"&gt;&lt;strong&gt;Softpedia&lt;/strong&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;· Right click &lt;a href="http://news.softpedia.com/images/extra/LINUX/small/pidgin_key" target="_blank"&gt;&lt;strong&gt;HERE&lt;/strong&gt;&lt;/a&gt; and choose the "Save Link As..." option. Save the key file on your desktop.&lt;br /&gt;&lt;br /&gt;· Go to &lt;em&gt;System -&gt; Administration -&gt; Software Sources&lt;/em&gt;...&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_003.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_003.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; Enter your password if asked. Go to the second tab, "Third-Party  &lt;div class="article_ad" style="margin: 10px 0pt 10px 10px;" align="center"&gt;&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-2364887827571271"; /* News, 300x250 */ google_ad_slot = "4688543047"; google_ad_width = 300; google_ad_height = 250; //--&gt; &lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;&lt;/script&gt;&lt;script&gt;google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);&lt;/script&gt;&lt;ins style="border: medium none ; margin: 0pt; padding: 0pt; display: inline-table; height: 250px; position: relative; visibility: visible; width: 300px;"&gt;&lt;ins style="border: medium none ; margin: 0pt; padding: 0pt; display: block; height: 250px; position: relative; visibility: visible; width: 300px;"&gt;&lt;iframe allowtransparency="true" hspace="0" id="google_ads_frame3" marginheight="0" marginwidth="0" name="google_ads_frame" src="http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-2364887827571271&amp;amp;dt=1247022476935&amp;amp;lmt=1247022472&amp;amp;prev_slotnames=0323841049%2C8846875583&amp;amp;output=html&amp;amp;slotname=4688543047&amp;amp;correlator=1247022475224&amp;amp;url=http%3A%2F%2Fnews.softpedia.com%2Fnews%2FHow-to-Fix-Yahoo-problem-in-Pidgin-114754.shtml&amp;amp;ref=http%3A%2F%2Fwww.google.com.vn%2Fsearch%3Fq%3Dpidgin%2Bpager%2Byahoo%2B%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dcom.ubuntu%3Aen-US%3Aunofficial%26client%3Dfirefox-a&amp;amp;frm=0&amp;amp;ga_vid=1955594710.1247022477&amp;amp;ga_sid=1247022477&amp;amp;ga_hid=2110616038&amp;amp;flash=0&amp;amp;w=300&amp;amp;h=250&amp;amp;u_h=1024&amp;amp;u_w=1280&amp;amp;u_ah=1024&amp;amp;u_aw=1280&amp;amp;u_cd=24&amp;amp;u_tz=420&amp;amp;u_his=1&amp;amp;u_nplug=6&amp;amp;u_nmime=40&amp;amp;dtd=12&amp;amp;xpc=7EvUetqn5r&amp;amp;p=http%3A//news.softpedia.com" style="left: 0pt; position: absolute; top: 0pt;" vspace="0" scrolling="no" width="300" frameborder="0" height="250"&gt;&lt;/iframe&gt;&lt;/ins&gt;&lt;/ins&gt; &lt;/div&gt;    Software," click on the "Add" button, and paste the line below for your Ubuntu distribution, in the "APT line" field...&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Ubuntu 9.10&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 128, 128);"&gt;&lt;em&gt; deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu karmic main&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Ubuntu 9.04&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 128, 128);"&gt;&lt;em&gt;deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu jaunty main&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Ubuntu 8.10&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 128, 128);"&gt;&lt;em&gt;deb http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu intrepid main&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_004.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_004.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; · Now go to the fourth tab, "Authentication," click the "Import Key File" button, navigate to the location where you've just saved the key file (usually, it is File System/home/YOURUSERNAME/Desktop) and double click it. You will immediately see a new entry called "&lt;em&gt;A1F196A8 2009-01-20 Launchpad PPA for Pidgin Developers&lt;/em&gt;".&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_005.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_005.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; · Click the “Close” button, then the “Reload” one and &lt;strong&gt;wait&lt;/strong&gt; for the application to close!&lt;br /&gt;&lt;br /&gt;· Go to &lt;em&gt;System -&gt; Administration -&gt; Update Manager&lt;/em&gt;...&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_006.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_006.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; ...and update Pidgin to the new version!&lt;br /&gt;&lt;br /&gt;Close Pidgin if it was running during the update process and open it again. Yahoo should connect immediately now. And the best part is that your Ubuntu machine will always be updated with the latest versions of the Pidgin messenger, from now on!&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_002.jpg" target="_blank" title="Click to view large image"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_002.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;i&gt;Pidgin 2.5.7 on Ubuntu 9.10 Alpha&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;Alternative Method:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;This is for those that can not upgrade to Pidgin 2.5.7 or don't want to.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;· Open Pidgin and go to &lt;em&gt;Accounts -&gt; Manage Accounts&lt;/em&gt;...&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_007.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_007.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;· Click on the Yahoo account and then on the "Modify" button...&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_008.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_008.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;· Click on the "Advanced" tab and paste the following line in the "Pager server" field...&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 128, 128);"&gt;&lt;em&gt;cn.scs.msg.yahoo.com&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_009.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_009.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;Click the "Save" button, then click the check box in front of the Yahoo account to connect.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;For GyachI users:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;· Go to &lt;em&gt;Connection -&gt; Connect&lt;/em&gt; and choose another server from the drop-down box, such as &lt;span style="color: rgb(0, 128, 128);"&gt;&lt;em&gt;cn.scs.msg.yahoo.com &lt;/em&gt;&lt;/span&gt;...&lt;br /&gt;&lt;br /&gt;&lt;table align="center"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td valign="top"&gt;&lt;a title="Click to view large image" target="_blank" href="http://news.softpedia.com/images/extra/LINUX/large/pidginyahoo-large_010.jpg"&gt;&lt;img src="http://news.softpedia.com/images/extra/LINUX/small/pidginyahoo-small_010.png" alt="Review image" border="0" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;&lt;strong&gt;Credits: &lt;/strong&gt;&lt;/span&gt;&lt;em&gt;Special thanks to the Pidgin developers and to those who created the Ubuntu packages in such a short time!&lt;/em&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7350043607481870859?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://news.softpedia.com/news/How-to-Fix-Yahoo-problem-in-Pidgin-114754.shtml' title='Fix Yahoo Problem in Pidgin'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7350043607481870859/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7350043607481870859' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7350043607481870859'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7350043607481870859'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/07/fix-yahoo-problem-in-pidgin.html' title='Fix Yahoo Problem in Pidgin'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4474937687627675458</id><published>2009-06-29T17:56:00.001+07:00</published><updated>2009-06-30T17:28:53.172+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>good link!</title><content type='html'>http://itsecureadmin.com/wiki/index.php/OpenLDAP_Multi-Master_Replication&lt;br /&gt;&lt;br /&gt;http://www.zytrax.com/books/ldap/ch6/slapd-config.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4474937687627675458?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4474937687627675458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4474937687627675458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4474937687627675458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4474937687627675458'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/06/good-link.html' title='good link!'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-3388921254748129305</id><published>2009-06-25T13:30:00.002+07:00</published><updated>2009-06-25T13:33:37.294+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>No X11 DISPLAY variable was set, but this program performed an operation which requires it.</title><content type='html'>root@huynhnguyen-desktop:/desktop-share# ./zdesktop_1_0_build_1593_linux_i686.sh&lt;br /&gt;Unpacking JRE ...&lt;br /&gt;Preparing JRE ...&lt;br /&gt;Starting Installer ...&lt;br /&gt;java.lang.reflect.InvocationTargetException&lt;br /&gt;   at java.awt.EventQueue.invokeAndWait(Unknown Source)&lt;br /&gt;   at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.Installer.getScreenExecutor(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.Installer.main(Unknown Source)&lt;br /&gt;   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;   at java.lang.reflect.Method.invoke(Unknown Source)&lt;br /&gt;   at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.Launcher.main(Unknown Source)&lt;br /&gt;Caused by: java.awt.HeadlessException:&lt;br /&gt;No X11 DISPLAY variable was set, but this program performed an operation which requires it.&lt;br /&gt;   at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)&lt;br /&gt;   at java.awt.Button.&lt;init&gt;(Unknown Source)&lt;br /&gt;   at java.awt.Button.&lt;init&gt;(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.frontend.WizardScreenExecutor.initAWT(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.frontend.WizardScreenExecutor.&lt;init&gt;(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.frontend.InstallerWizardScreenExecutor.&lt;init&gt;(Unknown Source)&lt;br /&gt;   at com.install4j.runtime.installer.Installer$1.run(Unknown Source)&lt;br /&gt;   at java.awt.event.InvocationEvent.dispatch(Unknown Source)&lt;br /&gt;   at java.awt.EventQueue.dispatchEvent(Unknown Source)&lt;br /&gt;   at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)&lt;br /&gt;   at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)&lt;br /&gt;   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;br /&gt;   at java.awt.EventDispatchThread.pumpEvents(Unknown Source)&lt;br /&gt;   at java.awt.EventDispatchThread.run(Unknown Source)&lt;br /&gt;Could not display the GUI. This application needs access to an X Server.&lt;br /&gt;If you have access there is probably an X library missing.&lt;br /&gt;*******************************************************************&lt;br /&gt;You can also run this application in console mode without&lt;br /&gt;access to an X server by passing the argument -c&lt;br /&gt;*******************************************************************&lt;br /&gt;An error occurred:&lt;br /&gt;java.lang.RuntimeException&lt;br /&gt;Error log: /tmp/install4jError45685.log&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;run the following command to locate .bash_profile&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="bbcodeblock" dir="ltr" style="border: 1px inset ; margin: 0px -99999px 0px 0px; padding: 3px; overflow: auto; width: 98%; height: 50px; text-align: left;"&gt;$cd&lt;br /&gt;$vi .bash_profile&lt;br /&gt;DISPLAY=:0.0&lt;br /&gt;export DISPLAY&lt;br /&gt;&lt;/pre&gt; &lt;/div&gt;u can also add those lines in .bashrc file similarly&lt;/init&gt;&lt;/init&gt;&lt;/init&gt;&lt;/init&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-3388921254748129305?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/3388921254748129305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=3388921254748129305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3388921254748129305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3388921254748129305'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/06/no-x11-display-variable-was-set-but.html' title='No X11 DISPLAY variable was set, but this program performed an operation which requires it.'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4019009917270153476</id><published>2009-06-19T23:50:00.000+07:00</published><updated>2009-06-19T23:51:22.519+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Using recovery console:“Invalid Boot.ini” hoặc “Windows could not start” ở Windows XP</title><content type='html'>&lt;dl class="body"&gt;&lt;dt class="post-head"&gt;Using recovery console:“Invalid Boot.ini” hoặc “Windows could not start” ở Windows XP&lt;/dt&gt;&lt;dd class="post-body last"&gt;                 &lt;div class="image-wrapper"&gt; &lt;/div&gt;   &lt;div class="content-wrapper"&gt; &lt;span class="bodytxt"&gt;&lt;strong&gt;&lt;span style="font-family:verdana;font-size:130%;color:#0033cc;"&gt;Khắc phục lỗi “Invalid Boot.ini” hoặc “Windows could not start” ở Windows XP&lt;/span&gt;&lt;/strong&gt;&lt;span style="font-size:85%;"&gt; - 13/12/2006 9h:35&lt;/span&gt;   &lt;div class="articleTools"&gt; &lt;/div&gt;&lt;span style="font-family:Times New Roman, Times, serif;font-size:100%;"&gt; &lt;/span&gt;&lt;p align="justify"&gt;&lt;span style="font-family:Times New Roman, Times, serif;font-size:100%;"&gt;&lt;strong&gt;&lt;span style="color:#333333;"&gt;Máy tính của bạn đang chạy “ngon lành”, tự nhiên vào một buổi “trái gió trở trời” nó không khởi động nữa mà hiện lên một thông báo “lạnh lùng”: &lt;em&gt;Invalid Boot.ini&lt;/em&gt; hay &lt;em&gt;Windows could not start because the following file is missing or corrupt: Windows\System32\Hall.dll&lt;/em&gt;, bạn sẽ làm gì?&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Tới đây thì mọi chuyện trở nên tệ hại vì máy không khởi động vào Windows được nữa mà luôn luôn xuất hiện những báo lỗi đó mỗi lần khởi động máy. Có lẽ bạn sẽ nghĩ đến việc phải cài lại toàn bộ máy tính, nhưng bạn hãy khoan làm công việc “đau khổ” đó, hãy thử cách dưới đây xem sao, có thể sẽ giúp bạn “gỡ một bàn thua trông thấy” đấy:&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.quantrimang.com/photos/Image/122006/13/Invalid-Boot.jpg" align="left" hspace="4" /&gt;1- Ở màn hình đầu tiên khi bạn khởi động máy tính, nhấn các phím &lt;em&gt;Ctrl, Esc, Delete&lt;/em&gt; hoặc các phím từ &lt;em&gt;F1&lt;/em&gt; đến &lt;em&gt;F12&lt;/em&gt; sao cho cửa sổ cấu hình BIOS hiện ra. Thay đổi lại thứ tự khởi động đầu tiên là ổ đĩa CD-ROM hoặc DVD-ROM và lưu lại thiết lập.&lt;br /&gt;&lt;br /&gt;2- Đưa đĩa nguồn Windows XP vào ổ đĩa và khởi động lại máy tính.&lt;br /&gt;&lt;br /&gt;3- Khi bạn thấy thông báo “&lt;em&gt;Press any key to boot from CD&lt;/em&gt;” xuất hiện thì hãy nhấn một phím bất kỳ để máy tính khởi động từ đĩa CD Windows XP.&lt;br /&gt;&lt;br /&gt;4- Chờ trong giây lát và bạn sẽ thấy màn hình thông báo “&lt;em&gt;Welcome to Setup&lt;/em&gt;” hiện ra, nhấn phím &lt;strong&gt;R&lt;/strong&gt; để chạy trình Recovery Console. Tại đây, nếu bạn muốn khởi động máy lại mà không thay đổi gì thì chỉ cần nhấn phím &lt;em&gt;Enter&lt;/em&gt;. Nếu máy bạn được thiết lập để chạy nhiều hệ điều hành thì hãy chọn một cái để dùng trình Recovery Console, tiếp theo gõ mật khẩu &lt;em&gt;administrator&lt;/em&gt; và nhấn &lt;em&gt;Enter&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;5- Tại dấu nhắc lệnh, bạn gõ &lt;span style="font-family:Courier New;font-size:85%;"&gt;bootcfg /list&lt;/span&gt; và nhấn &lt;em&gt;Enter&lt;/em&gt;. Danh sách các mục trong file&lt;strong&gt;&lt;em&gt; Boot.ini &lt;/em&gt;&lt;/strong&gt;sẽ hiện lên màn hình.&lt;br /&gt;&lt;br /&gt;6- Tại dấu nhắc lệnh tiếp theo, bạn gõ &lt;span style="font-family:Courier New;font-size:85%;"&gt;bootcfg /rebuild&lt;/span&gt; và nhấn &lt;em&gt;Enter&lt;/em&gt;. Lệnh này sẽ quét toàn bộ ổ đĩa cứng xem bạn đang dùng những hệ điều hành nào Windows XP, Windows 2000 hay Windows NT và sau đó nó sẽ hiển thị kết quả cho bạn thấy.&lt;br /&gt;&lt;br /&gt;7- Tiếp theo bạn sẽ nhận một số thông báo chẳng hạn như dưới đây khi máy đang dùng Windows XP (nếu bạn đang dùng hệ điều hành khác thì cũng không khác nhau mấy):&lt;br /&gt;&lt;br /&gt;- Khi gặp thông báo dưới đây thì bạn chỉ cần nhấn &lt;strong&gt;Y&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:Courier New;font-size:85%;"&gt;Total Identified Windows Installs : 1&lt;br /&gt;&lt;br /&gt;[1] C:\Windows&lt;br /&gt;&lt;br /&gt;Add installation to boot list? (Yes/No/All)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;- Khi gặp thông báo “&lt;em&gt;Enter Load Identifier&lt;/em&gt;”, bạn hãy gõ vào tên hệ điều hành mà bạn đang dùng (Microsoft Windows XP Professional hoặc Microsoft Windows XP Home Edition) và nhấn &lt;em&gt;Enter&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;- Khi gặp thông báo “&lt;em&gt;Enter OS Load option&lt;/em&gt;”, bạn hãy gõ vào &lt;span style="font-family:Courier New;font-size:85%;"&gt;/fastdetect&lt;/span&gt; và nhấn &lt;em&gt;Enter&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;8- Tiếp theo, bạn gõ &lt;em&gt;Exit&lt;/em&gt; và nhấn &lt;em&gt;Enter&lt;/em&gt; để thoát khỏi Recovery Console. Bây giờ, máy tính của bạn sẽ khởi động lại và Windows sẽ chạy “ngọt ngào” lại như ngày nào. Chúc bạn thành công!&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#808080;"&gt;Nguyễn Hữu Đức&lt;/span&gt;&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4019009917270153476?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4019009917270153476/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4019009917270153476' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4019009917270153476'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4019009917270153476'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/06/using-recovery-consoleinvalid-bootini.html' title='Using recovery console:“Invalid Boot.ini” hoặc “Windows could not start” ở Windows XP'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1321231090196254980</id><published>2009-06-19T23:49:00.000+07:00</published><updated>2009-06-19T23:50:09.613+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='hack'/><title type='text'>How to fix "genuine windows licence" error!</title><content type='html'>&lt;dl class="body"&gt;&lt;dt class="post-head"&gt;How to fix "genuine windows licence" error!&lt;/dt&gt;&lt;dd class="post-body last"&gt;                 &lt;div class="image-wrapper"&gt; &lt;/div&gt;   &lt;div class="content-wrapper"&gt;&lt;br /&gt;Rename the following files by changing the extension to .old:&lt;br /&gt;&lt;br /&gt;• Rename %Windir%\system32\WgaLogon.dll to %Windir%\system32\WgaLogon.old&lt;br /&gt;• Rename %Windir%\system32\WgaTray.exe to %Windir%\system32\WgaTray.old&lt;br /&gt;&lt;br /&gt;Restart the computer.&lt;br /&gt;&lt;br /&gt;Unregister LegitCheckControl.dll by using Regsvr32. To do this, follow these steps:&lt;br /&gt;&lt;br /&gt;a. Click Start, click Run, type cmd, and then click OK.&lt;br /&gt;b. At the command prompt, type the following, and then press ENTER:&lt;br /&gt;Regsvr32 %Windir%\system32\LegitCheckControl.dll /u&lt;br /&gt;&lt;br /&gt;Restart the computer.&lt;br /&gt;&lt;br /&gt;Click Start, click Run, type cmd, and then click OK.&lt;br /&gt;&lt;br /&gt;At the command prompt, delete the following files by typing the Del command. Press ENTER after you type each command.&lt;br /&gt;&lt;br /&gt;• Del %Windir%\system32\wgalogon.old&lt;br /&gt;• Del %Windir%\system32\WgaTray.old&lt;br /&gt;• Del %Windir%\system32\LegitCheckControl.dll&lt;br /&gt;&lt;br /&gt;At the command prompt, type regedit.&lt;br /&gt;&lt;br /&gt;Locate and then right-click the following registry subkeys. Click Delete after you locate each subkey.&lt;br /&gt;&lt;br /&gt;• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\ CurrentVersion\Winlogon\Notify\WgaLogon&lt;br /&gt;• HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Uninstall\WgaNotify&lt;br /&gt;&lt;br /&gt;Lưu ý: %Windir% nghĩa là địa chỉ thư mục Windows trên máy của các bác. Mặc định là C:\windows&lt;br /&gt;copy từ đâu quên rồi a'!&lt;/div&gt;&lt;/dd&gt;&lt;/dl&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1321231090196254980?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1321231090196254980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1321231090196254980' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1321231090196254980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1321231090196254980'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/06/how-to-fix-genuine-windows-licence.html' title='How to fix &quot;genuine windows licence&quot; error!'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1666100550773118212</id><published>2009-06-19T09:57:00.002+07:00</published><updated>2009-06-19T10:01:38.697+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><title type='text'>Start ldap with non-root</title><content type='html'>&lt;pre&gt;On Fri, Aug 15, 2003 at 09:59:36AM -0700, Ben Poliakoff wrote:&lt;br /&gt;&gt; Of course slapd's "-u USER" option will direct it to run as whatever&lt;br /&gt;&gt; arbitrary user, but unless that user is root you'll need to run the&lt;br /&gt;&gt; service on a &gt;1024 high port.&lt;br /&gt;&lt;br /&gt;so, if you expect to start ldap with non-root, you must change the port of ldap &gt; 1024. In this case, i'm using 1025 for my ldap .&lt;br /&gt;My OS: FreeBSD&lt;br /&gt;&lt;br /&gt;#=========/etc/rc.conf&lt;br /&gt;slapd_enable="YES"&lt;br /&gt;slapd_flags='-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://192.168.1.235:1025/"'&lt;br /&gt;slapd_sockets="/var/run/openldap/ldapi"&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1666100550773118212?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1666100550773118212/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1666100550773118212' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1666100550773118212'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1666100550773118212'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/06/start-ldap-with-non-root.html' title='Start ldap with non-root'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8766329759593334733</id><published>2009-05-13T09:27:00.002+07:00</published><updated>2009-05-13T09:31:22.956+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Shared object "libintl.so.6" not found</title><content type='html'>&lt;pre&gt;On Tue, Mar 20, 2007 at 08:19:47AM +0000, Leslie Jensen wrote:&lt;br /&gt;&lt;br /&gt;[...]&lt;br /&gt;&gt; I've just been through that! Reinstalling gettext won't solve this!&lt;br /&gt;&gt;&lt;br /&gt;&gt; Take a look in&lt;br /&gt;&gt;&lt;br /&gt;&gt; cd /usr/local/lib&lt;br /&gt;&gt;&lt;br /&gt;&gt; And make a link&lt;br /&gt;&gt; ln -s libintl.so.8 libintl.so.6&lt;br /&gt;&lt;br /&gt;You do realise that doing this will cause gettext dependancies to fail&lt;br /&gt;in weird an wonderful ways.&lt;br /&gt;&lt;br /&gt;&gt; Also read /usr/ports/UPDATING it says&lt;br /&gt;&gt;&lt;br /&gt;&gt; 20070318:&lt;br /&gt;&gt;   AFFECTS: users of devel/gettext (ie: YOU)&lt;br /&gt;&gt;   AUTHOR: [EMAIL PROTECTED]&lt;br /&gt;&gt;&lt;br /&gt;&gt;   As a result of the upgrade to gettext-0.16.1, the shared library version&lt;br /&gt;&gt;   of libintl has changed, so you will need to rebuild all ports that&lt;br /&gt;&gt;   depend on gettext (ie: most of them, sorry).&lt;br /&gt;&gt;&lt;br /&gt;&gt;   portupgrade -rf gettext&lt;br /&gt;&lt;br /&gt;This is the correct solution. Unfortunately, also one of the slowest.&lt;br /&gt;--&lt;br /&gt;Jonathan Chen &lt;[EMAIL PROTECTED]&gt;&lt;br /&gt;----------------------------------------------------------------------&lt;br /&gt;                  "Lots of folks confuse bad management with destiny"&lt;br /&gt;                                                        - Kin Hubbard&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8766329759593334733?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8766329759593334733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8766329759593334733' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8766329759593334733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8766329759593334733'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/05/shared-object-libintlso6-not-found.html' title='Shared object &quot;libintl.so.6&quot; not found'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2054630655100810905</id><published>2009-05-09T13:17:00.000+07:00</published><updated>2009-05-09T13:18:42.495+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='softwares'/><title type='text'>yahoo messenger 9.0 5120</title><content type='html'>http://rd.software.yahoo.com/msgr/9/standalone/msgr9us.exe&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2054630655100810905?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://rd.software.yahoo.com/msgr/9/standalone/msgr9us.exe' title='yahoo messenger 9.0 5120'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2054630655100810905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2054630655100810905' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2054630655100810905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2054630655100810905'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/05/yahoo-messenger-90-5120.html' title='yahoo messenger 9.0 5120'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-3260125780301181704</id><published>2009-03-25T19:12:00.001+07:00</published><updated>2009-03-25T19:12:42.391+07:00</updated><title type='text'>download ipod to pc transfer</title><content type='html'>&lt;div class="postcolor" id="post-1229590"&gt;     &lt;a href="http://rapidshare.com/files/93599996/ImTOO_iPod_Computer_Transfer_2.0.86.0201__www.softarchive.net_.rar" target="_blank"&gt;http://rapidshare.com/files/93599996/ImTOO...rchive.net_.rar&lt;/a&gt;&lt;br /&gt;Pass: www.softarchive.net               &lt;!--IBF.ATTACHMENT_1229590--&gt;    &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-3260125780301181704?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/3260125780301181704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=3260125780301181704' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3260125780301181704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3260125780301181704'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/download-ipod-to-pc-transfer.html' title='download ipod to pc transfer'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1845298412902033356</id><published>2009-03-24T11:21:00.000+07:00</published><updated>2009-03-24T11:22:25.950+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='references'/><title type='text'>Apache server response codes</title><content type='html'>&lt;h2&gt;&lt;span&gt;&lt;span style="font-size:85%;color:#cc0066;"&gt;&lt;span lang="EN-US"&gt;Apache      server response codes&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;      &lt;h2&gt;&lt;span style="font-size:85%;color:#cc0066;"&gt;&lt;span lang="EN-US"&gt;     Introduction&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     Whenever a user sends a request to a server, a process called a      ‘handshake’ begins where the server and your computer      communicate and the server makes sure it can accommodate what      your user has requested of it. This means being able to make the      connection between the two computers and then completing the      transfer of data.&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     Headers are short fragments of text which are generated by      servers to hold information pertaining to each transfer as it      occurs. There are four kinds of headers:&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     &lt;span style="color:#cc0066;"&gt;General&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     This holds information about the client (user), the server      itself and the protocol being used (like http or ftp).&lt;br /&gt;    Entity This holds information about the data that is being      transferred. &lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;color:#cc0066;"&gt;     &lt;span style="font-weight: 400;" lang="EN-US"&gt;Request&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     This holds information about the allowable formats and      parameters for the transfer.&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     &lt;span style="color:#cc0066;"&gt;Response&lt;/span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;h2&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-weight: 400;" lang="EN-US"&gt;     This is sent out by the server at the end of a transfer, and      includes detailed information, in code form, on the outcome of      the transfer. &lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;     &lt;p class="MsoNormal"&gt;&lt;b&gt;&lt;span style="font-family:Verdana;color:#cc0066;"&gt;&lt;span lang="EN-US"&gt;     Response Codes &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;     &lt;p class="MsoNormal"&gt;&lt;span lang="en-us"&gt;As a web surfer you've      probably become familiar with the dreaded 404 error message and      the 500 internal server error.&lt;br /&gt;    &lt;br /&gt;    If you get a &lt;span style="color:#cc0066;"&gt;404&lt;/span&gt; make sure your      link is correct. Case does matter.A &lt;span style="color:#cc0066;"&gt;500&lt;/span&gt;      Error is the result of a misconfigured CGI script or a      misconfigured .htaccess file,. These are the most well-known      server response codes, but there are many more. These numerical      codes are grouped — the low numbers are generally ‘good’, and      operate silently, while anything over 400 is definitely bad news      and will be reported to the user in the form of an error      message.&lt;/span&gt;&lt;span style="font-family:Verdana;"&gt;&lt;span lang="EN-US"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;                  &lt;table class="MsoNormalTable" style="border: 2px solid white; background: rgb(238, 238, 255) none repeat scroll 0% 0%; margin-left: 18.75pt; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" id="table1" border="1" cellpadding="0" cellspacing="0" width="95%"&gt;&lt;tbody&gt;&lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: Trebuchet MS; color: rgb(204, 0, 102);" lang="EN-US"&gt;        Error Code&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: Trebuchet MS; color: rgb(204, 0, 102);" lang="EN-US"&gt;        Explanation&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        100-199&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Silent Response Codes that signify that a request         has been received and is currently being processed.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        100&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The request has been completed and the rest of the         process can continue.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        101&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The user's request to switch protocols (like from         FTP to HTTP) was accepted.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        200-299&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Silent codes that confirm that requests have         completed successfully.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        200&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Ok&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;         — the file which the client requested is available         for transfer. This is the response code you want to         see all of your users receiving.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        201&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        When new pages are created by posted form data or by         a CGI process, this is confirmation that it worked.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        202&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The client's request was accepted, though not yet         processed.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        203&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The information contained in the entity header is         not from the original site, but from a third party         server.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        204&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        If you click a link which has no target URL, this         response is elicited by the server. It's silent and         doesn't warn the user about anything.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        205&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        This allows the server to reset any content returned         by a CGI.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        206&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Partial content&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — the requested file wasn't downloaded entirely. This is         returned when the user presses the stop button         before a page is loaded, for example.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        300-399&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        A redirection is occurring from the original         request.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        300&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The requested address refers to more than one file.         Depending on how the server is configured, you get         an error or a choice of which page you want.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        301&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Moved Permanently&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — if the server is set up properly it         will automatically redirect the reader to the new         location of the file.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        302&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Found&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;         — page has been moved temporarily, and the new URL         is available. You should be sent there by the         server.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        303&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        This is a "see other" SRC. Data is somewhere else         and the GET method is used to retrieve it.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        304&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Not Modified&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — if the request header includes an 'if modified since'         parameter, this code will be returned if the file         has not changed since that date. Search engine         robots may generate a lot of these.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        400-499&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Request is incomplete for some reason.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        400&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Bad Request&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — there is a syntax error in the request, and it is denied.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        401&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The request header did not contain the necessary         authentication codes, and the client is denied         access.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        402&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Payment is required. This code is not yet in         operation.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        403&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Forbidden&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;         — the client is not allowed to see a certain file.         This is also returned at times when the server         doesn't want any more visitors.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        404&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Document not found&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — the requested file was not found on         the server. Possibly because it was deleted, or         never existed before. Often caused by misspellings         of URLs.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        405&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The method you are using to access the file is not         allowed.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        406&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The requested file exists but cannot be used as the         client system doesn't understand the format the file         is configured for.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        407&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The request must be authorised before it can take         place.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        408&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Request Timeout&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — the server took longer than its allowed time to process the         request. Often caused by heavy net traffic.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        409&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Too many concurrent requests for a single file.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        410&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The file used to be in this position, but is there         no longer.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        411&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The request is missing its Content-Length header.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        412&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        A certain configuration is required for this file to         be delivered, but the client has not set this up.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        413&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The requested file was too big to process.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        414&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The address you entered was overly long for the         server.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        415&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The filetype of the request is unsupported.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        500-599&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Errors have occurred in the server itself.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        500&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Internal Server Error&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — nasty response that is usually         caused by a problem in your Perl code when a CGI         program is run.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        501&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The request cannot be carried out by the server.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        502&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Bad Gateway&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — the server you're trying to reach is sending back errors.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        503&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;em&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        Temporarily Unavailable&lt;/span&gt;&lt;/em&gt;&lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt; — the service or file that is being         requested is not currently available.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        504&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The gateway has timed out. Like the 408 timeout         error, but this one occurs at the gateway of the         server.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;       &lt;/tr&gt;       &lt;tr&gt;        &lt;td style="border: medium none ; padding: 3.75pt;"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;b&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        505&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;/td&gt;        &lt;td style="border: medium none ; padding: 3.75pt;" width="633"&gt;        &lt;p class="MsoNormal" style="text-align: center;" align="center"&gt;        &lt;span style="font-size: 9.5pt; font-family: &amp;quot;Trebuchet MS&amp;quot;; color: rgb(51, 51, 51);" lang="EN-US"&gt;        The HTTP protocol you are asking for is not         supported.&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1845298412902033356?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1845298412902033356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1845298412902033356' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1845298412902033356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1845298412902033356'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/apache-server-response-codes.html' title='Apache server response codes'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5311067913741409865</id><published>2009-03-18T15:06:00.001+07:00</published><updated>2009-03-18T15:07:52.578+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><title type='text'>Using syslog or syslog-ng with slapd for OpenLDAP logging</title><content type='html'>&lt;h4 class="serendipity_title"&gt;&lt;a href="http://blog.suretecsystems.com/archives/148-OpenLDAP-Quick-Tips-Using-syslog-or-syslog-ng-with-slapd-for-OpenLDAP-logging.html"&gt;OpenLDAP Quick Tips: Using syslog or syslog-ng with slapd for OpenLDAP logging&lt;/a&gt;&lt;/h4&gt;                         &lt;h3 class="serendipity_date"&gt;Friday, November 14. 2008&lt;/h3&gt;                                           &lt;span class="serendipity_entryIcon"&gt;                                                 &lt;a href="http://blog.suretecsystems.com/categories/17-Open-Source"&gt;&lt;img class="serendipity_entryIcon" title="Open Source: The promise of open source is better quality, higher reliability, more flexibility, lower cost, and an end to predatory vendor lock-in." alt="Open Source" src="http://blog.suretecsystems.com/uploads/opensource-75x65.serendipityThumb.png" /&gt;&lt;/a&gt;                                                                 &lt;a href="http://blog.suretecsystems.com/categories/1-OpenLDAP"&gt;&lt;img class="serendipity_entryIcon" title="OpenLDAP: community developed LDAP software" alt="OpenLDAP" src="http://blog.suretecsystems.com/uploads/openldap-dev-sm.gif" /&gt;&lt;/a&gt;                                                                 &lt;a href="http://blog.suretecsystems.com/categories/9-Suretec"&gt;&lt;img class="serendipity_entryIcon" title="Suretec: Suretec Systems - Open Source Enterprise Experts" alt="Suretec" src="http://blog.suretecsystems.com/uploads/blog1.jpg" /&gt;&lt;/a&gt;                                         &lt;/span&gt;                          &lt;div class="serendipity_entry_body"&gt;                 Hi All,&lt;br /&gt;&lt;br /&gt;Here's my third tip in the "OpenLDAP Quick Tips" series:&lt;br /&gt;&lt;br /&gt;"You want to enable logging via syslog or syslog-ng for your directory server":&lt;br /&gt;&lt;br /&gt;For &lt;strong&gt;syslog&lt;/strong&gt;, depending on your distro, you would edit &lt;strong&gt;/etc/syslog.conf&lt;/strong&gt; or &lt;strong&gt;/etc/rsyslog.conf&lt;/strong&gt;:&lt;br /&gt;&lt;br /&gt;             &lt;/div&gt;                         &lt;br /&gt;&lt;br /&gt;&lt;div class="bb-code-title"&gt;CODE:&lt;/div&gt;&lt;div class="bb-code"&gt;# LDAP&lt;sup&gt;&lt;span title="Lightweight Directory Access Protocol" class="serendipity_glossaryMarkup"&gt;[?]&lt;/span&gt;&lt;/sup&gt; logs LOCAL4.*                                   -/var/log/openldap.log&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;and then restart syslog/rsyslog:&lt;br /&gt;&lt;br /&gt;&lt;div class="bb-code-title"&gt;CODE:&lt;/div&gt;&lt;div class="bb-code"&gt;/etc/init.d/syslog restart&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;For &lt;strong&gt;syslog-ng&lt;/strong&gt;, the following will work:&lt;br /&gt;&lt;br /&gt;&lt;div class="bb-code-title"&gt;CODE:&lt;/div&gt;&lt;div class="bb-code"&gt;source s_all { unix-stream("/dev/log"); internal(); };  destination d_ldap      { file("/var/log/ldap&lt;sup&gt;&lt;span title="Lightweight Directory Access Protocol" class="serendipity_glossaryMarkup"&gt;[?]&lt;/span&gt;&lt;/sup&gt;.log");    };  filter f_syslog         { not facility(auth, authpriv) and not  match(slapd); };  filter f_ldap           { match("slapd");               };  log { source(s_all); filter(f_syslog); destination(d_syslog);           };  log { source(s_all); filter(f_ldap); destination(d_ldap);               };&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;You can also add:&lt;br /&gt;&lt;br /&gt;&lt;div class="bb-code-title"&gt;CODE:&lt;/div&gt;&lt;div class="bb-code"&gt;options { sync(n); };&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;and then restart as per your distro tools.&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;&lt;br /&gt;Gavin.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5311067913741409865?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://blog.suretecsystems.com/archives/148-OpenLDAP-Quick-Tips-Using-syslog-or-syslog-ng-with-slapd-for-OpenLDAP-logging.htmlte' title='Using syslog or syslog-ng with slapd for OpenLDAP logging'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5311067913741409865/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5311067913741409865' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5311067913741409865'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5311067913741409865'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/using-syslog-or-syslog-ng-with-slapd.html' title='Using syslog or syslog-ng with slapd for OpenLDAP logging'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1630898191269799670</id><published>2009-03-16T21:35:00.001+07:00</published><updated>2009-03-16T21:43:59.434+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vista_tips'/><title type='text'>vista + mbr + grub</title><content type='html'>&lt;span class="Apple-style-span"   style="  ;font-family:Verdana;font-size:12px;"&gt;So you can boot XP and Ubuntu completely, just not Vista?&lt;br /&gt;This is not a grub error or you wouldn't get a Welcome screen.&lt;br /&gt;Vista needs to be repaired. The first step to try is Testdisk&lt;br /&gt;because the second step of using Vista's Startup Repair makes &lt;br /&gt;some more work of restoring the Ubuntu grub menu to the MBR.&lt;br /&gt;&lt;br /&gt;---------------------------------------------------------&lt;br /&gt;&lt;br /&gt;I borrowed this advice from meierfra about using&lt;br /&gt;Testdisk. sda is the first drive and sdb is the second drive and so on.&lt;br /&gt;&lt;br /&gt;"You might try testdisk to rebuild the Boot sector:&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;br /&gt;sudo apt-get install testdisk&lt;br /&gt;sudo testdisk /dev/sda&lt;br /&gt;&lt;br /&gt;Choose "proceed" on the first screen, then&lt;br /&gt;"intel"&lt;br /&gt;"advanced",&lt;br /&gt;Select the Windows partition (although it should be selected already) and choose&lt;br /&gt;"boot"&lt;br /&gt;"RebuildBS"&lt;br /&gt;&lt;br /&gt;--------------------------------------&lt;br /&gt;&lt;br /&gt;RebuildBS uses a backup of your boot sector. If the backup and&lt;br /&gt;the current boot sector are not identical then you want to use&lt;br /&gt;Testdisk to restore the backup (maybe it says write).&lt;br /&gt;&lt;br /&gt;If you have a Vista OEM recovery cd, rather than a Vista install cd&lt;br /&gt;&lt;a href="http://neosmart.net/blog/2008/windows-vista-recovery-disc-download/" target="_blank" style="color: rgb(68, 68, 68); text-decoration: underline; "&gt;http://neosmart.net/blog/2008/window...disc-download/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;bootrec /fixmbr&lt;br /&gt;bootrec /fixboot&lt;br /&gt;bootrec /rebuildbcd&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1630898191269799670?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1630898191269799670/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1630898191269799670' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1630898191269799670'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1630898191269799670'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/vista-mbr-grub.html' title='vista + mbr + grub'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4252762889861229316</id><published>2009-03-10T14:08:00.001+07:00</published><updated>2009-03-10T14:09:54.860+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><title type='text'>extract *.tgz</title><content type='html'>&lt;pre class="bbcodeblock" dir="ltr" style="border: 1px inset ; margin: 0px -99999px 0px 0px; padding: 3px; overflow: auto; width: 98%; height: 50px; text-align: left;"&gt;tar xvzf file.tar.gz&lt;br /&gt;tar xvzf file.tgz&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4252762889861229316?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4252762889861229316/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4252762889861229316' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4252762889861229316'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4252762889861229316'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/extract-tgz.html' title='extract *.tgz'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-540439452918615184</id><published>2009-03-09T08:40:00.002+07:00</published><updated>2009-03-09T08:41:09.645+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='softwares'/><title type='text'>softwares</title><content type='html'>windows activation tools&lt;br /&gt;http://www.megaupload.com/?d=R4RYCC6N&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-540439452918615184?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/540439452918615184/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=540439452918615184' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/540439452918615184'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/540439452918615184'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/softwares.html' title='softwares'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1994025994172475067</id><published>2009-03-08T12:21:00.001+07:00</published><updated>2009-03-08T12:21:43.644+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vista_howto'/><title type='text'>administrator log on on vista</title><content type='html'>&lt;h2&gt;Enable the Administrator Account&lt;/h2&gt; &lt;ol&gt;&lt;li&gt;Open the command prompt with Administrative privileges by opening the &lt;strong&gt;Start Menu&lt;/strong&gt;, and typing &lt;strong&gt;cmd&lt;/strong&gt; in the search box, and then press &lt;strong&gt;Ctrl+Shift+Enter&lt;/strong&gt; or click the &lt;strong&gt;Start orb&lt;/strong&gt;, &lt;strong&gt;All Programs&lt;/strong&gt;, &lt;strong&gt;Accessories&lt;/strong&gt;, right-click &lt;strong&gt;Command Prompt&lt;/strong&gt; and select &lt;strong&gt;Run as administrator&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Type the following in the command prompt and press &lt;strong&gt;Enter&lt;/strong&gt; after: &lt;p&gt;&lt;code&gt;net user administrator /active:yes&lt;/code&gt; &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Restart&lt;/strong&gt; your computer and logon as Administrator.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You might want to set a password for the administrator’s account for at least a little protection.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1994025994172475067?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1994025994172475067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1994025994172475067' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1994025994172475067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1994025994172475067'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/03/administrator-log-on-on-vista.html' title='administrator log on on vista'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2096360880336086358</id><published>2009-02-24T11:37:00.001+07:00</published><updated>2009-03-16T21:50:02.204+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='softwares'/><title type='text'>windows 7 beta 7022 download link</title><content type='html'>http://www.mediafire.com/?sharekey=d41442fe707508e2ed24a2875c7fa58eaa2e38b083fce9ca5be6ba49b5870170&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2096360880336086358?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2096360880336086358/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2096360880336086358' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2096360880336086358'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2096360880336086358'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/02/windows-7-beta-7022-download-link.html' title='windows 7 beta 7022 download link'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8590570903188794493</id><published>2009-01-14T08:37:00.000+07:00</published><updated>2009-01-14T08:41:33.509+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='wifi'/><category scheme='http://www.blogger.com/atom/ns#' term='configuration_hardware'/><title type='text'>Hướng dẫn cài đặt Wireless-G Broadband Router WRT54GS</title><content type='html'>&lt;b&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="color:Red;"&gt;Hướng dẫn cài đặt Wireless-G Broadband Router WRT54GS&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;Hướng dẫn cài đặt Wireless-G Broadband Router WRT54GS&lt;/b&gt;        &lt;hr style="color: rgb(255, 50, 50); background-color: rgb(255, 50, 50);font-size:78%;" &gt;              &lt;div id="post_message_927"&gt;&lt;b&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="color:Red;"&gt;Hướng dẫn cài đặt Wireless-G Broadband Router WRT54GS&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;WRT54GS hỗ trợ một giải pháp tất cả trong một, chia sẻ kết nối Internet, 4 cổng chuyển mạch, hỗ trợ tính năng điểm truy nhập với tốc độ được tăng 35% so với chuẩn-G. Hỗ trợ các tính năng bảo mật cao cấp: mã hoá không dây WPA2, 802.11x, lọc địa chỉ MAC, tường lửa SPI...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;                                             &lt;b&gt;1. Cài đặt WRT54GS như một thiết bị định tuyến&lt;/b&gt;&lt;br /&gt; Để cài đặt WRT54GS như một thiết bị định tuyến bạn có thể thực hiện theo các bước sau:&lt;br /&gt; &lt;b&gt;Bước 1:&lt;/b&gt; Thay đổi địa chỉ của máy tính theo dải địa chỉ của WRT54GS&lt;br /&gt; &lt;b&gt;Bước 2:&lt;/b&gt; Truy nhập vào cấu hình thiết bị qua giao diện web, mở trình duyệt web và vào địa chỉ &lt;b&gt;192.168.1.1 &lt;/b&gt;(địa chỉ mặc định của thiết bị), bạn sẽ được yêu cầu vào &lt;b&gt;Uername&lt;/b&gt; và &lt;b&gt;Password&lt;/b&gt; mặc định là &lt;b&gt;&lt;i&gt;admin&lt;/i&gt;&lt;/b&gt; và &lt;b&gt;&lt;i&gt;admin.&lt;/i&gt;&lt;/b&gt;&lt;br /&gt; &lt;b&gt;Bước 3:&lt;/b&gt; Sau khi vào &lt;b&gt;Username&lt;/b&gt; và &lt;b&gt;Password&lt;/b&gt; bạn sẽ thấy một giao diện như hình phía dưới.&lt;br /&gt; - Chọn chế độ &lt;b&gt;PPPoE&lt;/b&gt; và vào &lt;b&gt;Username&lt;/b&gt; và &lt;b&gt;Password&lt;/b&gt; mặc định là &lt;b&gt;&lt;i&gt;admin&lt;/i&gt;&lt;/b&gt; và &lt;b&gt;&lt;i&gt;admin&lt;/i&gt;&lt;/b&gt;&lt;br /&gt; - Nếu bạn muốn &lt;b&gt;WRT54GS&lt;/b&gt; cấp địa chỉ IP động cho các máy tính hãy kích chọn &lt;b&gt;Enable&lt;/b&gt; tính năng &lt;b&gt;DHCP Server&lt;/b&gt;&lt;br /&gt; &lt;div align="center"&gt;&lt;img src="http://www.linksysvietnam.vn/supports/hdcd/mlnewsfolder.2007-02-06.8342502048/new_of_router.JPG" alt="" border="0" /&gt;&lt;/div&gt; Chỉ bằng một số bước đơn giản trên là bạn đã cài đặt xong &lt;b&gt;WRT54GS&lt;/b&gt; như một thiết bị định tuyến làm nhiệm vụ định tuyến mạng LAN của bạn ra ngoài Internet.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;b&gt;2. Cài đặt tính năng không dây&lt;/b&gt;&lt;br /&gt; - Lựa chọn mục &lt;b&gt;Wireless&lt;/b&gt; trên giao diện cấu hình bạn sẽ thấy một cửa sổ như hình dưới.&lt;br /&gt; - Tại mục &lt;b&gt;Basic Wireless Settings&lt;/b&gt; bạn có thể để mặc định như ban đầu mà không cần thay đổi&lt;br /&gt; &lt;div align="center"&gt;&lt;img src="http://www.linksysvietnam.vn/supports/hdcd/mlnewsfolder.2007-02-06.8342502048/wrt54gs1.JPG" alt="" border="0" /&gt;&lt;/div&gt; - Để thiết lập bảo mật cho mạng không dây bạn chọn &lt;b&gt;Wireless Security&lt;/b&gt; và lựa chọn một công nghệ mã hoá phù hợp với mạng của bạn (trong phần này chúng tôi hướng dẫn các bạn thiết lập bảo mật WEP, 64 bits 10hex digits). Các bạn có thể tham khảo hình dưới.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt;&lt;img src="http://www.linksysvietnam.vn/supports/hdcd/mlnewsfolder.2007-02-06.8342502048/Wireless_Sec.JPG" alt="" border="0" /&gt;&lt;/div&gt;&lt;br /&gt; &lt;b&gt;3. Thiết lập máy chủ web, mail...hay một ứng dụng bất kỳ ra ngoài Internet&lt;/b&gt;&lt;br /&gt; &lt;b&gt;Bước 1:&lt;/b&gt; Trước khi cài đặt tính năng DMZ bạn cần phải đăng ký một tên miền trên &lt;a href="http://www.dyndns.com/" target="_blank"&gt;www.dyndns.com&lt;/a&gt;, kích hoạt tính năng DDNS trên thiết mà bạn có thể tham khảo như hình dưới.&lt;br /&gt; &lt;div align="center"&gt;&lt;img src="http://www.linksysvietnam.vn/supports/hdcd/mlnewsfolder.2007-02-06.8342502048/DDNS.JPG" alt="" border="0" /&gt;&lt;/div&gt; &lt;b&gt;Bước 2:&lt;/b&gt; Chọn &lt;b&gt;Application &amp;amp; Gaming -&gt; DMZ -&gt; Enable&lt;/b&gt;. Sau đó bạn vào địa chỉ của máy chủ cần đưa ra ngoài Internet&lt;br /&gt; &lt;img src="http://www.linksysvietnam.vn/supports/hdcd/mlnewsfolder.2007-02-06.8342502048/DMZ.JPG" alt="" border="0" /&gt;&lt;br /&gt; Sau các bước trên các bạn đừng quên kích chọn &lt;b&gt;Save Settings&lt;/b&gt; để lưu lại cấu hình đã cài đặt ở từng mục. Khi này các bạn đã có thể chạy các ứng dụng mà mình đã cài đặt.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Chúc bạn vui !!![right][i]Nguồn từ: Cộng Đồng Teen Việt Online - http://Teenv.Net/[/i][/right]&lt;br /&gt;&lt;br /&gt;&lt;div id="postmenu_927"&gt;          &lt;a class="bigusername" href="http://www.wimaxpro.org/forum/member.php?s=8af37f2b72b260b87c640921a4c9b371&amp;amp;u=101"&gt;&lt;span style="color: royalblue;"&gt;&lt;b&gt;tranmyphuc1988&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;              &lt;/div&gt;     &lt;div class="smallfont"&gt;Super Moderator&lt;/div&gt;                       &lt;br /&gt; &lt;div&gt;  &lt;/div&gt;          &lt;div&gt;Join Date: Mar 2007&lt;/div&gt;               &lt;div&gt;      Posts: 282&lt;br /&gt;&lt;br /&gt;from wimaxpro.org&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8590570903188794493?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8590570903188794493/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8590570903188794493' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8590570903188794493'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8590570903188794493'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2009/01/hng-dn-ci-t-wireless-g-broadband-router.html' title='Hướng dẫn cài đặt Wireless-G Broadband Router WRT54GS'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6420893544777550413</id><published>2008-12-19T17:56:00.000+07:00</published><updated>2008-12-19T17:57:58.176+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><title type='text'>Eclipse + ./VM terminated Exit code=1</title><content type='html'>&lt;blockquote&gt;&lt;span style="font-size:130%;"&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;root@svr5:/home/huynhnguyen/workspace/.metadata# cd .plugins/&lt;br /&gt;root@svr5:/home/huynhnguyen/workspace/.metadata/.plugins# ll&lt;br /&gt;total 38&lt;br /&gt;drwxrwxrwx   19 huynhngu wheel        1024 Dec 16 12:32 .&lt;br /&gt;drwxrwxrwx    3 huynhngu wheel         512 Nov  5  2007 ..&lt;br /&gt;drwxrwxrwx    6 huynhngu wheel         512 Dec 16 14:17 org.eclipse.core.resources&lt;br /&gt;drwxrwxrwx    3 huynhngu wheel         512 Nov  5  2007 org.eclipse.core.runtime&lt;br /&gt;drwxrwxrwx    3 huynhngu wheel         512 Nov  5  2007 org.eclipse.debug.core&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Dec 16 14:15 org.eclipse.debug.ui&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Nov  5  2007 org.eclipse.help.base&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel        1024 Dec 16 12:43 org.eclipse.jdt.core&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Nov  5  2007 org.eclipse.jdt.launching&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Dec 16 12:44 org.eclipse.jdt.ui&lt;br /&gt;drwxrwxrwx    6 huynhngu wheel         512 Dec 16 14:17 org.eclipse.pde.core&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Dec 16 12:43 org.eclipse.pde.runtime&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Dec 16 12:41 org.eclipse.pde.ui&lt;br /&gt;drwxr-xr-x    2 huynhngu wheel         512 Dec 16 12:41 org.eclipse.search&lt;br /&gt;drwxrwxrwx    4 huynhngu wheel         512 Nov  5  2007 org.eclipse.tomcat&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Nov  5  2007 org.eclipse.ui&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Nov  5  2007 org.eclipse.ui.ide&lt;br /&gt;drwxrwxrwx    2 huynhngu wheel         512 Dec 16 12:34 org.eclipse.ui.workbench&lt;br /&gt;drwxr-xr-x    2 huynhngu wheel         512 Dec 16 12:26 org.eclipse.update.ui&lt;br /&gt;root@svr5:/home/huynhnguyen/workspace/.metadata/.plugins# ll /home/pxtung/workspace/.metadata/.plugins&lt;br /&gt;total 20&lt;br /&gt;drwxr-xr-x   10 pxtung   wheel         512 Dec 19 17:03 .&lt;br /&gt;drwxr-xr-x    3 pxtung   wheel         512 Dec 19 17:37 ..&lt;br /&gt;drwxr-xr-x    4 pxtung   wheel         512 Dec 19 17:03 org.eclipse.core.resources&lt;br /&gt;drwxr-xr-x    3 pxtung   wheel         512 Dec 19 17:03 org.eclipse.core.runtime&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.debug.core&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.debug.ui&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.jdt.core&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.jdt.ui&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.ui.ide&lt;br /&gt;drwxr-xr-x    2 pxtung   wheel         512 Dec 19 17:03 org.eclipse.ui.workbench&lt;br /&gt;root@svr5:/home/huynhnguyen/workspace/.metadata/.plugins# cp /home/huynhnguyen/workspace/.metadata/.plugins /home/pxtung/workspace/.metadata/.plugins&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins is a directory (not copied).&lt;br /&gt;root@svr5:/home/huynhnguyen/workspace/.metadata/.plugins# cp /home/huynhnguyen/workspace/.metadata/.plugins/* /home/pxtung/workspace/.metadata/.plugins/&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.pde.core is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.ui.workbench is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.ui.ide is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.ui is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.tomcat is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.search is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.pde.ui is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.pde.runtime is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.update.ui is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.jdt.ui is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.jdt.launching is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.jdt.core is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.help.base is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.debug.ui is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.debug.core is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.core.runtime is a directory (not copied).&lt;br /&gt;cp: /home/huynhnguyen/workspace/.metadata/.plugins/org.eclipse.core.resources is a directory (not copied).&lt;br /&gt;root@svr5:/home/huynhnguyen/workspace/.metadata/.plugins# cp -r /home/huynhnguyen/workspace/.metadata/.plugins/* /home/pxtung/workspace/.metadata/.plugins/&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6420893544777550413?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6420893544777550413/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6420893544777550413' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6420893544777550413'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6420893544777550413'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/eclipse-vm-terminated-exit-code1.html' title='Eclipse + ./VM terminated Exit code=1'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6918299309383038541</id><published>2008-12-19T13:09:00.002+07:00</published><updated>2008-12-19T13:20:25.631+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>eclipse + Could not reserve enough space for object heap</title><content type='html'>FreeBSD の ports を使って eclipse を作ろうとした。しかし、VM の初期化に失敗して全然先に進まない。  &lt;pre&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;code&gt;&lt;span style="font-size:85%;"&gt;===&gt;  Building for eclipse-3.3.2&lt;br /&gt;Error occurred during initialization of VM&lt;br /&gt;Could not reserve enough space for object heap&lt;br /&gt;Could not create the Java virtual machine.&lt;br /&gt;Error occurred during initialization of VM&lt;br /&gt;Could not reserve enough space for object heap&lt;br /&gt;Could not create the Java virtual machine.&lt;br /&gt;Error occurred during initialization of VM&lt;br /&gt;Could not reserve enough space for object heap&lt;br /&gt;Could not create the Java virtual machine.&lt;br /&gt;*** Error code 1&lt;br /&gt;&lt;br /&gt;Stop in /usr/ports/java/eclipse.&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;/blockquote&gt;$ make&lt;br /&gt;$ /usr/ports/java/eclipse.&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;  &lt;p&gt;  少し問題を追跡したところ、ビルドの為の ant を起動する時に、Java のヒープサイズが大きすぎるのが原因らしい。そこで、-Xmx の値を 1000M から 500M に少なくしたら、問題なくインストールが完了した。  &lt;/p&gt;&lt;pre&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;br /&gt;$ vi /ports/tmp/ports/java/eclipse/work/build&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;#ANT_OPTS=-Xmx1000M; export ANT_OPTS&lt;br /&gt;ANT_OPTS=-Xmx500M; export ANT_OPTS&lt;br /&gt;os=""&lt;br /&gt;ws=""&lt;br /&gt;arch=""&lt;/blockquote&gt;&lt;br /&gt;なお、ports をコンパイルしているディレクトリが /ports/tmp なのは、&lt;code&gt;WRKDIRPREFIX=/ports/tmp&lt;/code&gt; を /etc/make.conf で設定しているからである。&lt;br /&gt;&lt;/pre&gt;copy from http://uyota.asablo.jp/blog/2008/09/29/3788262&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6918299309383038541?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://uyota.asablo.jp/blog/2008/09/29/3788262' title='eclipse + Could not reserve enough space for object heap'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6918299309383038541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6918299309383038541' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6918299309383038541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6918299309383038541'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/eclipse-could-not-reserve-enough-space.html' title='eclipse + Could not reserve enough space for object heap'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-3072234554795620149</id><published>2008-12-19T12:47:00.005+07:00</published><updated>2009-03-16T21:37:31.588+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>warning: "YY_MAIN" is not defined</title><content type='html'>&lt;pre&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;gmake[4]: Entering directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;`/tmp/usr/ports/devel/kdesdk3/work/kdesdk-3.5.10/kbabel/common/libgettext'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;flex -+ -opofiles.cc ./pofiles.ll&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;/bin/sh /usr/local/bin/libtool --silent --tag=CXX   --mode=compile&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;c++ -DHAVE_CONFIG_H -I. -I../../..   -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -march=nocona -fconserve-space -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.lo -MD -MP -MF .deps/pofiles.Tpo -c -o pofiles.lo pofiles.cc&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:451:5: warning: "YY_STACK_USED" is not defined&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1519:5: warning: "YY_MAIN" is not defined&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;In file included from pofiles.cc:250:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;/usr/local/include/FlexLexer.h:130: error: expected unqualified-id before&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;numeric constant&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'virtual int GettextBaseFlexLexer::yylex()':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:576: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:732: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:755: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;constructor 'GettextBaseFlexLexer::GettextBaseFlexLexer(std::istream*,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;std::ostream*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:872: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In destructor 'virtual&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::~GettextBaseFlexLexer()':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:884: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'virtual void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::switch_streams(std::istream*, std::ostream*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:891: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'int&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yy_get_next_buffer()':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:944: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'void GettextBaseFlexLexer::yyunput(int,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;char*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1139: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'int GettextBaseFlexLexer::yyinput()':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1181: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'virtual void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yyrestart(std::istream*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1240: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1243: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'virtual void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yy_switch_to_buffer(yy_buffer_state*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1250: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1253: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1261: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yy_load_buffer_state()':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1275: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'virtual void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yy_delete_buffer(yy_buffer_state*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1312: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc: In member function 'void&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;GettextBaseFlexLexer::yy_flush_buffer(yy_buffer_state*)':&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;pofiles.cc:1354: error: 'yy_current_buffer' was not declared in this scope&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[4]: *** [pofiles.lo] Error 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[4]: Leaving directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;`/tmp/usr/ports/devel/kdesdk3/work/kdesdk-3.5.10/kbabel/common/libgettext'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[3]: *** [all-recursive] Error 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[3]: Leaving directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;`/tmp/usr/ports/devel/kdesdk3/work/kdesdk-3.5.10/kbabel/common'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[2]: *** [all-recursive] Error 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[2]: Leaving directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;`/tmp/usr/ports/devel/kdesdk3/work/kdesdk-3.5.10/kbabel'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[1]: *** [all-recursive] Error 1&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake[1]: Leaving directory `/tmp/usr/ports/devel/kdesdk3/work/kdesdk-3.5.10'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;gmake: *** [all] Error 2&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;*** Error code 2&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;from &lt;a href="http://daemonforums.org/showthread.php?t=2469"&gt;links&lt;/a&gt; the answer from Jason Hale&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div id="post_message_18482"&gt;This is a known problem with flex and kdesdk.  See the following thread on the kde-freebsd mailing list: &lt;a href="http://mail.kde.org/pipermail/kde-freebsd/2008-September/003894.html" target="_blank"&gt;http://mail.kde.org/pipermail/kde-fr...er/003894.html&lt;/a&gt;&lt;br /&gt;You can try to apply the following patch to the textproc/flex port: &lt;a href="http://mail.kde.org/pipermail/kde-freebsd/attachments/20080921/0e986046/attachment.diff" target="_blank"&gt;http://mail.kde.org/pipermail/kde-fr...ttachment.diff&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;# cd /usr/port/textproc/flex&lt;br /&gt;#patch &lt; /path/to/patch #pkg_delete -fx flex #make install clean&lt;/blockquote&gt;&lt;br /&gt;Alternatively, just build KDE without kdesdk.&lt;/div&gt;   &lt;!-- / message --&gt;                            &lt;!-- controls --&gt;                 &lt;a href="http://daemonforums.org/newreply.php?s=d4f84c7643275ca9946a361a22020dbb&amp;amp;do=newreply&amp;amp;p=18482" rel="nofollow"&gt;&lt;img title="Reply With Quote" src="http://daemonforums.org/images/buttons/quote.gif" alt="Reply With Quote" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-3072234554795620149?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://daemonforums.org/showthread.php?t=2469' title='warning: &quot;YY_MAIN&quot; is not defined'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/3072234554795620149/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=3072234554795620149' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3072234554795620149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3072234554795620149'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/warning-yymain-is-not-defined.html' title='warning: &quot;YY_MAIN&quot; is not defined'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4549317764673555960</id><published>2008-12-19T10:06:00.002+07:00</published><updated>2008-12-19T10:07:28.777+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vncserver'/><title type='text'>vncserver + timeout</title><content type='html'>vncserver + Timeout&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;Add IdleTimeout option to command&lt;br /&gt;su  user -c "vncserver :#display IdleTimeout=0"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4549317764673555960?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4549317764673555960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4549317764673555960' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4549317764673555960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4549317764673555960'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/vncserver-timeout.html' title='vncserver + timeout'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1141738615223849607</id><published>2008-12-19T09:55:00.002+07:00</published><updated>2009-03-16T21:36:53.099+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Pango not found. Pango built with Cairo support</title><content type='html'>&lt;pre&gt;gnome-config: not found&lt;br /&gt;checking Pango flags... gnome-config: not found&lt;br /&gt;configure: error:&lt;br /&gt;*** Pango not found. Pango built with Cairo support is required&lt;br /&gt;*** to build GTK+. See http://www.pango.org for Pango information.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;It seems pango doesn't find cairo.&lt;br /&gt;Do you have this line in pango/Makefile?&lt;br /&gt;BUILDLINK_API_DEPENDS.cairo+=   cairo&gt;=1.2.2&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1141738615223849607?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1141738615223849607/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1141738615223849607' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1141738615223849607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1141738615223849607'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/pango-not-found-pango-built-with-cairo.html' title='Pango not found. Pango built with Cairo support'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5286943155032724186</id><published>2008-12-18T17:26:00.001+07:00</published><updated>2008-12-18T17:28:19.539+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xorg'/><category scheme='http://www.blogger.com/atom/ns#' term='startx'/><title type='text'>/libexec/ld-elf.so.1: Shared object "libaudio.so.2" not found, required by "libqt-mt.so.3"</title><content type='html'>Warning: connect() failed: : No such file or directory&lt;br /&gt;/libexec/ld-elf.so.1: Shared object "libaudio.so.2" not found, required by "libqt-mt.so.3"&lt;br /&gt;FreeFontPath: FPE "/usr/X11R6/lib/X11/fonts/misc/" refcount is 2, should be 1; fixing.&lt;br /&gt;/libexec/ld-elf.so.1: Shared object "libaudio.so.2" not found, required by "libqt-mt.so.3"&lt;br /&gt;startkde: Shutting down...&lt;br /&gt;Warning: connect() failed: : No such file or directory&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;cd /usr/ports/audio/nas&lt;br /&gt;make install clean&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5286943155032724186?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5286943155032724186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5286943155032724186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5286943155032724186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5286943155032724186'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/libexecld-elfso1-shared-object.html' title='/libexec/ld-elf.so.1: Shared object &quot;libaudio.so.2&quot; not found, required by &quot;libqt-mt.so.3&quot;'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2637723222148303086</id><published>2008-12-17T16:57:00.002+07:00</published><updated>2008-12-17T16:58:18.428+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='diablo_jdk'/><title type='text'>Could not reserve enough space for object heap</title><content type='html'>&lt;blockquote&gt;===&gt;   diablo-jdk-1.5.0.07.01_13 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found&lt;br /&gt;Updating time zones...Error occurred during initialization of VM&lt;br /&gt;Could not reserve enough space for object heap&lt;br /&gt;Could not create the Java virtual machine.&lt;br /&gt;*** Error code 1&lt;br /&gt;&lt;br /&gt;Stop in /usr/ports/java/diablo-jdk15.&lt;br /&gt;*** Error code 1&lt;br /&gt;&lt;br /&gt;Stop in /usr/ports/java/diablo-jdk15.&lt;br /&gt;root@svr5:/usr/ports/java/diablo-jdk15# &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Solution:&lt;br /&gt;                      install without &lt;span style="font-weight: bold;"&gt;tzupdate&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2637723222148303086?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2637723222148303086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2637723222148303086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2637723222148303086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2637723222148303086'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/could-not-reserve-enough-space-for.html' title='Could not reserve enough space for object heap'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1997040610617381536</id><published>2008-12-11T15:01:00.000+07:00</published><updated>2008-12-11T15:02:36.018+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='selinux'/><title type='text'>relabel files + dirs + selinux</title><content type='html'>&lt;p class="docText"&gt;Four main commands are used to relabel file-related objects:  &lt;tt&gt;chcon(8)&lt;/tt&gt;, &lt;tt&gt;restorecon(8)&lt;/tt&gt;,&lt;tt&gt;setfiles(8)&lt;/tt&gt;, and  &lt;tt&gt;fixfiles(8)&lt;/tt&gt;. All these commands relabel files, but they each have a  specific use. Typically, &lt;tt&gt;chcon&lt;/tt&gt; and &lt;tt&gt;restorecon&lt;/tt&gt; are used for  small labeling changes, whereas &lt;tt&gt;setfiles&lt;/tt&gt; and &lt;tt&gt;fixfiles&lt;/tt&gt; are used  for larger changes.&lt;/p&gt; &lt;p class="docText"&gt;The &lt;tt&gt;chcon&lt;/tt&gt; command sets the same security context, or a  portion of a security context, for one or more files based on user input. It is  the most basic labeling command and its use is analogous to &lt;tt&gt;chmod(1)&lt;/tt&gt;.  For instance, consider the following example:&lt;/p&gt; &lt;div class="docText"&gt;&lt;pre&gt;&lt;blockquote&gt;$ &lt;span class="docEmphStrong"&gt;mkdir public_html&lt;/span&gt;&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;ls -dZ public_html/&lt;/span&gt;&lt;br /&gt;drwxrwxr-x  joe joe joe:object_r:user_home_dir_t public_html/&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;chcon -t httpd_user_content_t public_html/&lt;/span&gt;&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;ls -dZ public_html/&lt;/span&gt;&lt;br /&gt;drwxrwxr-x  joe joe joe:object_r:httpd_user_content_t public_html/&lt;/blockquote&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;p class="docText"&gt;In this example, we changed the security context of a newly  created directory, which was automatically assigned the security context  &lt;tt&gt;joe:object_r:user_home_dir_t&lt;/tt&gt;, to  &lt;tt&gt;joe:object_r:httpd_user_content_t&lt;/tt&gt;. The &lt;tt&gt;-t&lt;/tt&gt; option alone  specifies that the type of file should be changed while the rest of the security  context is retained.&lt;/p&gt; &lt;p class="docText"&gt;&lt;a name="iddle1183"&gt;&lt;/a&gt;&lt;a name="iddle1363"&gt;&lt;/a&gt;&lt;a name="iddle1365"&gt;&lt;/a&gt;&lt;a name="iddle1992"&gt;&lt;/a&gt;&lt;a name="iddle2002"&gt;&lt;/a&gt;The  &lt;tt&gt;restorecon&lt;/tt&gt; command is similar to &lt;tt&gt;chcon&lt;/tt&gt; but sets the security  context of file-related objects based on the default file context files for the  current policy. The user, therefore, does not specify a security context.  Instead, &lt;tt&gt;restorecon&lt;/tt&gt; matches the filename with an entry in the file  contexts files and applies the specified security context. In some sense, it is  &lt;span class="docEmphasis"&gt;restoring&lt;/span&gt; the correct security context. For  example, consider the following:&lt;/p&gt; &lt;div class="docText"&gt;&lt;pre&gt;&lt;/pre&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div class="docText"&gt;&lt;pre&gt;$ &lt;span class="docEmphStrong"&gt;mkdir public_html&lt;/span&gt;&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;ls -Zd public_html/&lt;/span&gt;&lt;br /&gt;drwxrwxr-x  joe joe joe:object_r:user_home_dir_t public_html/&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;/sbin/restorecon public_html/&lt;/span&gt;&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;ls -Zd public_html/&lt;/span&gt;&lt;br /&gt;drwxrwxr-x  joe joe user_u:object_r:httpd_user_content_t public_html/&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;p class="docText"&gt;This example is functionally the same as the previous example  using &lt;tt&gt;chcon&lt;/tt&gt; but only because the file context files for this policy has  the following entry:&lt;/p&gt; &lt;div class="docText"&gt;&lt;pre&gt;&lt;blockquote&gt;/home/[^/]*/public_html(/.+)? user_u:object_r:httpd_user_content_t&lt;/blockquote&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;p class="docText"&gt;The file context entry specifies that directories in user home  directories named &lt;tt&gt;public_html/&lt;/tt&gt; should be labeled  &lt;tt&gt;user_u:object_r:httpd_user_content_t&lt;/tt&gt;.&lt;/p&gt; &lt;p class="docText"&gt;We can also use the &lt;tt&gt;restorecon&lt;/tt&gt; command to check  whether the labels on file-related objects match the specification in the file  contexts files. For example:&lt;/p&gt; &lt;div class="docText"&gt;&lt;pre&gt;&lt;blockquote&gt;$ &lt;span class="docEmphStrong"&gt;mkdir public_html&lt;/span&gt;&lt;br /&gt;$ &lt;span class="docEmphStrong"&gt;/sbin/restorecon -nv public_html/&lt;/span&gt;&lt;br /&gt;/sbin/restorecon reset /home/joe/public_html context&lt;br /&gt;joe:object_r:user_home_dir_t-&gt;user_u:object_r:httpd_user_content_t&lt;/blockquote&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1997040610617381536?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1997040610617381536/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1997040610617381536' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1997040610617381536'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1997040610617381536'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/relabel-files-dirs-selinux.html' title='relabel files + dirs + selinux'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8397861206096684165</id><published>2008-12-04T10:58:00.002+07:00</published><updated>2008-12-04T10:59:41.441+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='history'/><category scheme='http://www.blogger.com/atom/ns#' term='commands'/><title type='text'>history command</title><content type='html'>&lt;h2&gt;&lt;a href="http://kythuatmaytinh.wordpress.com/2008/08/18/lam-ch%e1%bb%a7-command-history-tren-linux/" rel="bookmark" title="Permanent Link to Làm chủ command history trên Linux"&gt;Làm chủ command history trên Linux&lt;/a&gt;&lt;/h2&gt;    &lt;p class="date"&gt;Posted by &lt;a href="http://kythuatmaytinh.wordpress.com/"&gt;dongthao&lt;/a&gt; on August 18, 2008 http://kythuatmaytinh.wordpress.com&lt;/p&gt;        &lt;p&gt;&lt;img class="alignleft" src="http://images.apple.com/downloads/dashboard/developer/images/terminal_20070608173756.jpg" alt="" width="137" height="107" /&gt;&lt;/p&gt; &lt;p&gt;Khi bạn thường xuyên sử dụng dòng lệnh trên Linux, kĩ năng dùng history hiệu quả sẽ giúp bạn tăng hiệu suất công việc lên rất nhiều. 15 ví dụ sau đây giúp bạn thấy sử dụng dòng lệnh thú vị và hiệu quả như thế nào.&lt;span id="more-396"&gt;&lt;/span&gt;&lt;/p&gt; &lt;h3&gt;1. Hiển thị thời điểm với HISTTIMEFORMAT&lt;/h3&gt; &lt;p&gt;Thông thường khi bạn gõ “history” vào dòng lệnh, nó sẽ hiển thị số thứ tự và lệnh đó, chẳng hạn:&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ history&lt;br /&gt;2  ./configure&lt;br /&gt;3  sudo apt-get install gettext&lt;br /&gt;4  ./configure&lt;br /&gt;5  gmcs&lt;br /&gt;6  sudo apt-get install mono-gmcs&lt;br /&gt;7  ./configure&lt;br /&gt;8  make&lt;br /&gt;9  make install&lt;/p&gt; &lt;p&gt;Để theo dõi hiệu quả hơn, ta có thể hiển thị thời điểm kèm theo như ví dụ sau đây: &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTTIMEFORMAT=’%F %T’&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ history | more&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;5  2008-08-18 13:04:06gmcs&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;6  2008-08-18 13:04:06sudo apt-get install mono-gmcs&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;7  2008-08-18 13:04:06./configure&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;8  2008-08-18 13:04:06make&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;9  2008-08-18 13:04:06make install&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;10  2008-08-18 13:04:06sudo make install&lt;/p&gt; &lt;h3&gt;2. Tìm kiếm trên history bằng Control+R&lt;/h3&gt; &lt;p&gt;Chắc chắn chức năng này sẽ rất hữu ích. Khi bạn vừa thực hiện xong một lệnh rất dài, bạn có thể tìm kiếm trong history một cách đơn giản bằng một từ khoá và thực hiện lại y chang lệnh đó mà không cần phải gõ lại từ đầu. &lt;strong&gt;Hãy nhấn Control+R and type the keyword&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Trong ví dụ sau, tôi giả sử muốn tìm lại URL của một đoạn video youtube đã lấy về bằng youtube-dl. Tôi tìm chữ “you”, và kết quả như sau:&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;# [Nhấn Ctrl+R từ dấu nhắc lệnh sẽ hiện ra như sau]&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;(reverse-i-search)`you’: youtube-dl -g “http://www.youtube.com/watch?v=YuppZpVNpiA”&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[Nhấn Enter khi bạn thấy lệnh mình muốn xuất hiện và nó sẽ được thực hiện]&lt;/span&gt;&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ youtube-dl -g “http://www.youtube.com/watch?v=YuppZpVNpiA”&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;http://lax-v195.lax.youtube.com/get_video?video_id=&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;YuppZpVNpiA&amp;amp;signature=B740C32BDF978EE6AFE62344948C59&lt;/p&gt; &lt;p&gt;Đôi khi bạn lại muốn hiệu chỉnh một một lệnh từ history trước khi thực hiện nó. Bạn chỉ cần sử dụng phím mũi tên sang trái hoặc sang phải khi kết quả tìm kiếm xuất hiện để chỉnh sửa, sau đó nhấn Enter để thực thi lệnh.&lt;/p&gt; &lt;h3&gt;3. Lặp lại lệnh trước đó một cách nhanh chóng theo 4 cách&lt;/h3&gt; &lt;ol&gt;&lt;li&gt;Dùng mũi tên lên để tìm lệnh trước đó rồi nhấn enter để thực thi&lt;/li&gt;&lt;li&gt;Gõ &lt;strong&gt;!!&lt;/strong&gt; rồi nhấn enter&lt;/li&gt;&lt;li&gt;Gõ &lt;strong&gt;!-1&lt;/strong&gt; rồi nhấn enter&lt;/li&gt;&lt;li&gt;Nhấn &lt;strong&gt;Control+P&lt;/strong&gt; để hiển thị lệnh ngay trước đó rồi nhấn enter để thực thi (nhấn &lt;strong&gt;Control+P &lt;/strong&gt;nhiều lần sẽ giống như dùng mũi tên lên)&lt;/li&gt;&lt;/ol&gt; &lt;h3&gt;4. Thực hiện một lệnh xác định từ history&lt;/h3&gt; &lt;p&gt;Giả sử bạn muốn lặp lại lệnh số 10, hãy gõ !10 như ví dụ sau:&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ history | more&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;10  2008-08-18 13:04:06sudo make install&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;11  2008-08-18 13:04:06cd&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;12  2008-08-18 13:04:06cd .mozilla-thunderbird/q0d4500j.default/extensions/&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;13  2008-08-18 13:04:06ls&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;14  2008-08-18 13:04:06cd ..&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;15  2008-08-18 13:04:06ls&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ !12&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;cd .mozilla-thunderbird/q0d4500j.default/extensions/&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~/.mozilla-thunderbird/q0d4500j.default/extensions$&lt;/p&gt; &lt;h3&gt;5. Thực thi lệnh trước đó bắt đầu với một chữ xác định&lt;/h3&gt; &lt;p&gt;Gõ ! tiếp theo là vài chữ bắt đầu của lệnh mà bạn muốn thực hiện lại.&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ !y&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;youtube-dl -g “http://www.youtube.com/watch?v=YuppZpVNpiA”&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;http://lax-v195.lax.youtube.com/get_video?video_id=YuppZpVNpiA&amp;amp;signa…&lt;/p&gt; &lt;h3&gt;6. Thiết lập tổng số lệnh lưu trong history bằng HISTSIZE&lt;/h3&gt; &lt;p&gt;Thêm hai dòng sau vào file .bash_profile sau đó đăng nhập lại vào shell để thay đổi có hiệu lực. Ví dụ ta muốn history chứa 450 lệnh&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;HISTSIZE=450&lt;br /&gt;HISTFILESIZE=450&lt;/p&gt; &lt;h3&gt;7. Đổi tên file history bằng HISTFILE&lt;/h3&gt; &lt;p&gt;Mặc định, history được lưu trong file &lt;strong&gt;/.bash_history&lt;/strong&gt;. Hãy thêm dòng sau vào file .bash_profile và đăng nhập lại shell, để lưu các lệnh trong history vào file .commandline_store thay vì .bash_history. Nếu bạn chưa biết thủ thuật này dùng để làm gì, thì theo dõi các lệnh thực thi trên nhiều terminal khác nhau bằng nhiều file history khác nhau là một trường hợp ví dụ. &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;HISTFILE=/root/.commandline_warrior&lt;/p&gt; &lt;h3&gt;8. Loại bỏ các dòng trùng nhau liên tiếp trong history bằng HISTCONTROL&lt;/h3&gt; &lt;p&gt;Chạy lệnh sau trước khi dùng lệnh history:&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTCONTROL=ignoredups&lt;/p&gt; &lt;h3&gt;9.Loại bỏ các dòng trùng nhau trong toàn bộ history bằng HISTCONTROL&lt;/h3&gt; &lt;p&gt;Thao tác ignoredups ở trên chỉ loại bỏ các dòng trùng nhau khi chúng nằm liên tiếp. Để bỏ các dòng trùng trong toàn bộ history ta thiết lập như sau:&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTCONTROL=erasedups&lt;/p&gt; &lt;h3&gt;10. Không cho history lưu lại 1 lệnh cụ thể bằng HISTCONTROL&lt;/h3&gt; &lt;p&gt;Khi thực thi một lệnh, bạn có thể cho history bỏ qua lệnh đó bằng cách thiết lập HISTCONTROL ở chế độ ignorespace VÀ gõ một khoảng trắng phía trước lệnh đó&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTCONTROL=ignorespace&lt;br /&gt;t3318@honey:~$ pwd&lt;br /&gt;t3318@honey:~$ ls&lt;br /&gt;&lt;strong&gt;t3318@honey:~$  rm -rf new.pls&lt;/strong&gt; &lt;span style="color:red;"&gt;[có khoảng trắng trước rm]&lt;/span&gt;&lt;br /&gt;t3318@honey:~$ history | tail -3&lt;br /&gt;527  2008-08-18 14:37:12pwd&lt;br /&gt;528  2008-08-18 14:37:37ls&lt;br /&gt;529  2008-08-18 14:38:17history | tail -3&lt;/p&gt; &lt;h3&gt;11. Xoá tất cả các history trước đó bằng tùy chọn -c&lt;/h3&gt; &lt;p&gt;Sometime you may want to clear all the previous history, but want to keep the history moving forward. &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ history -c&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ history&lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;31  2008-08-18 14:40:42history&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt; &lt;h3&gt;12. Điền tham số thích hợp từ các lệnh trong history&lt;/h3&gt; &lt;p&gt;Khi tìm kiếm trong history, bạn có thể muốn thực thi một lệnh khác nhưng dùng cùng các tham số như là một lệnh vừa tìm ra trong history.&lt;/p&gt; &lt;p&gt;Trong ví dụ sau, kí hiệu &lt;strong&gt;!!:$&lt;/strong&gt; theo sau vim sẽ lấy tham số của lệnh trước đó làm tham số cho lệnh hiện thời: &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ ls postfix-large-fs.patch&lt;br /&gt;postfix-large-fs.patch&lt;br /&gt;t3318@honey:~$ vim !!:$&lt;br /&gt;vim postfix-large-fs.patch&lt;/p&gt; &lt;p&gt;Còn trong ví dụ này, kí hiệu &lt;strong&gt;!^&lt;/strong&gt; theo sau lệnh vim lấy tham số đầu tiên của lệnh trước đó (trường hợp có nhiều tham số) làm tham số cho lệnh hiện thời &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ ls postfix-large-fs.patch sources.list_hardy&lt;br /&gt;postfix-large-fs.patch  sources.list_hardy&lt;br /&gt;t3318@honey:~$ vim !^&lt;br /&gt;vim postfix-large-fs.patch&lt;/p&gt; &lt;h3&gt;13. Điền một tham số cụ thể từ một lệnh cụ thể&lt;/h3&gt; &lt;p&gt;Trong ví dụ sau, &lt;strong&gt;!cp:2&lt;/strong&gt; tìm kiếm những lệnh trong history bắt đầu bằng cp và lấy tham số thứ hai sau đó điền vào ls -l &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ cp sources.list_hardy /home/t3318/Documents/New/sources.list&lt;br /&gt;t3318@honey:~$ ls -l !cp:2&lt;br /&gt;ls -l /home/t3318/Documents/New/sources.list&lt;br /&gt;-rw-r–r– 1 t3318 t3318 292 2008-08-18 15:02 /home/t3318/Documents/New/sources.list&lt;/p&gt; &lt;p&gt;Còn ở ví dụ sau, &lt;strong&gt;!cp:$&lt;/strong&gt; tìm những lệnh bắt đầu với cp và lấy tham số cuối cùng (cũng là tham số thứ 2 của lệnh cp ở trên) &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ ls -l !cp:$&lt;br /&gt;ls -l /home/t3318/Documents/New/sources.list&lt;br /&gt;-rw-r–r– 1 t3318 t3318 292 2008-08-18 15:02 /home/t3318/Documents/New/sources.list&lt;/p&gt; &lt;h3&gt;14. Tắt history bằng HISTSIZE&lt;/h3&gt; &lt;p&gt;Nếu bạn không muốn lưu lại bất kỳ lệnh gì, hãy thiết lập HISTSIZE bằng 0 &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTSIZE=0&lt;br /&gt;t3318@honey:~$ history&lt;br /&gt;t3318@honey:~$&lt;/p&gt; &lt;h3&gt;15. Loại bỏ những lệnh xác định ra khỏi history bằng HISTIGNORE&lt;/h3&gt; &lt;p&gt;Đôi khi bạn không muốn bị nhiễu khi tìm history bởi quá nhiều lệnh “pwd” hay “ls”. Use HISTIGNORE để xác định tất cả các lệnh bạn muốn loại khỏi history. Lưu ý là thêm lệnh ls vào HISTIGNORE sẽ chỉ loại “ls”‘ chứ không phải “ls -l”. Bạn phải cung cấp lệnh đầy đủ cả tham số nếu cần. &lt;/p&gt; &lt;p style="padding-left: 30px;"&gt;t3318@honey:~$ export HISTIGNORE=”pwd:ls:ls -ltr&lt;span style="color:red;"&gt;:”&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8397861206096684165?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8397861206096684165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8397861206096684165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8397861206096684165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8397861206096684165'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/history-command.html' title='history command'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-9132659915283836646</id><published>2008-12-03T13:26:00.000+07:00</published><updated>2008-12-03T13:29:32.764+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='g++'/><category scheme='http://www.blogger.com/atom/ns#' term='centos'/><title type='text'>install g++ + centos</title><content type='html'>&lt;div class="PostHead"&gt;  &lt;h1&gt;How to Install g++ on CentOS 4 and CentOS 5&lt;/h1&gt;  &lt;p class="PostDate"&gt;    &lt;strong class="day"&gt;19&lt;/strong&gt;    &lt;strong class="month"&gt;Nov&lt;/strong&gt;  &lt;/p&gt;   &lt;p class="PostInfo"&gt;  Posted by: admin in: &lt;a href="http://www.lampdocs.com/blog/category/linux-tricks/" title="View all posts in Linux Tricks" rel="category tag"&gt;Linux Tricks&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;        &lt;p&gt;g++ is often necessary for building various packages. But It’s quite hard to install it in CentOS if you don’t know a simple thing: &lt;strong&gt;yum install g++&lt;/strong&gt; will not work here. &lt;strong&gt;yum install compat-g++&lt;/strong&gt;and &lt;strong&gt;yum install gcc-g++&lt;/strong&gt; won’t give any result too.  The only command for yum to &lt;strong&gt;install g++&lt;/strong&gt; on CentOS is the following:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;yum install gcc-c++&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;You might also want to install it with some more useful packages. Then your command will be:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;yum install gcc-c++ compat-gcc-32 compat-gcc-32-c++&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Hope this helps you to install g++ under CentOS&lt;script type="text/javascript"&gt;   addthis_url    = 'http%3A%2F%2Fwww.lampdocs.com%2Fblog%2F2008%2F11%2F19%2Fhow-to-install-g-on-centos-4-and-centos-5%2F';   addthis_title  = 'How+to+Install+g%2B%2B+on+CentOS+4+and+CentOS+5';   addthis_pub    = ''; &lt;/script&gt;&lt;script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12"&gt;&lt;/script&gt;&lt;span id="atbb8003dcbcf0672"&gt;&lt;a href="http://www.addthis.com/bookmark.php?v=15&amp;amp;winname=addthis&amp;amp;pub=&amp;amp;s=&amp;amp;url=http%253A%252F%252Fwww.lampdocs.com%252Fblog%252F2008%252F11%252F19%252Fhow-to-install-g-on-centos-4-and-centos-5%252F&amp;amp;title=How%2Bto%2BInstall%2Bg%252B%252B%2Bon%2BCentOS%2B4%2Band%2BCentOS%2B5&amp;amp;logo=&amp;amp;logobg=&amp;amp;logocolor=&amp;amp;ate=AT-/-/-/b8003dcde2ca7c/1/46b1719e442f27db&amp;amp;adt=undefined&amp;amp;content=&amp;amp;CXNID=2000001.5215456080540439074NXC" onmouseover="return addthis_open(this, 'share', 'http%3A%2F%2Fwww.lampdocs.com%2Fblog%2F2008%2F11%2F19%2Fhow-to-install-g-on-centos-4-and-centos-5%2F', 'How+to+Install+g%2B%2B+on+CentOS+4+and+CentOS+5')" onmouseout="addthis_close()" onclick="return addthis_to()" class="snap_noshots"&gt;&lt;img src="http://s7.addthis.com/button1-bm.gif" style="border: medium none ; padding: 0px;" alt="AddThis" width="125" height="16" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-9132659915283836646?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/9132659915283836646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=9132659915283836646' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9132659915283836646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9132659915283836646'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/install-g-centos.html' title='install g++ + centos'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2703846955792372109</id><published>2008-12-03T09:27:00.000+07:00</published><updated>2008-12-03T09:28:39.118+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='centos'/><category scheme='http://www.blogger.com/atom/ns#' term='rsync'/><title type='text'>rsync + centos</title><content type='html'>&lt;h1 class="post_title"&gt;Setup rsync server on CentOS&lt;/h1&gt; &lt;small class="post_date"&gt;September 1, 2007, 10:13 pm&lt;/small&gt;  &lt;div class="post_info"&gt;  Posted by &lt;a href="http://am3n.profusehost.net/profile.php?id=1"&gt;am3n&lt;/a&gt;  in &lt;a href="http://am3n.profusehost.net/cat/index/4"&gt;Linux&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Description=&amp;amp;Url=http://am3n.profusehost.net/cat/index/4&amp;amp;Title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/blinklist.gif" alt="BlinkList" width="14" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://del.icio.us/post?url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/delicious.gif" alt="del.icio.us" width="14" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.digg.com/submit?phase=2&amp;amp;url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/digg.gif" alt="digg" width="16" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.furl.net/storeIt.jsp?u=http://am3n.profusehost.net/cat/index/4&amp;amp;t=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/furl.gif" alt="Furl" width="13" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.linkagogo.com/go/AddNoPopup?url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/linkagogo.gif" alt="linkaGoGo" width="16" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.newsvine.com/_tools/seed&amp;amp;save?u=http://am3n.profusehost.net/cat/index/4"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/newsvine.gif" alt="Newsvine" width="11" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://reddit.com/submit?url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/reddit.gif" alt="reddit" width="14" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.shadows.com/features/tcr.htm?url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/shadows.gif" alt="Shadows" width="13" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.simpy.com/simpy/LinkAdd.do?href=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/simpy.gif" alt="Simpy" width="14" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.spurl.net/spurl.php?url=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/spurl.gif" alt="Spurl.net" width="14" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://www.tailrank.com/share/?text=&amp;amp;link_href=http://am3n.profusehost.net/cat/index/4&amp;amp;title=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/tailrank.gif" alt="Tailrank" width="10" height="14" /&gt;&lt;/a&gt;   &lt;a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://am3n.profusehost.net/cat/index/4&amp;amp;=Setup%20rsync%20server%20on%20CentOS"&gt;&lt;img src="http://am3n.profusehost.net/bookmarks/yahoomyweb.gif" alt="Yahoo! My Web" width="14" height="14" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;!-- end post_info //--&gt;  &lt;div class="post"&gt; &lt;div id="post_text"&gt;Step-by-step installation and configuration rsync server on CentOS&lt;br /&gt;From &lt;a href="http://transamrit.net/docs/rsync/" target="_blank"&gt;transamrit.net&lt;/a&gt; &lt;ul&gt;&lt;li&gt;Make sure xinetd and rsync is available, if not type&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# yum -y install rsync xinetd&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Add xinetd service to system&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# chkconfig --add xinetd&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Make sure xinetd running on init 3 and 5&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# chkconfig --list xinetd&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Enable rsync&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# vi /etc/xinetd.d/rsync&lt;/span&gt;&lt;br /&gt;Change disable = yes into disable = no&lt;/li&gt;&lt;li&gt;Create username and password for rsync client to use&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# vi /etc/rsyncd.secrets&lt;/span&gt;&lt;br /&gt;adminname:hispassword&lt;/li&gt;&lt;li&gt;Create configuration and shares for rsync daemon&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# vi /etc/rsyncd.conf&lt;/span&gt;&lt;br /&gt;max connections = 2&lt;br /&gt;log file = /var/log/rsync.log&lt;br /&gt;timeout = 300&lt;br /&gt;&lt;br /&gt;[shares]&lt;br /&gt;comment = shared data stored here&lt;br /&gt;path = /home/adminname/shares&lt;br /&gt;read only = false # chg to true if you want read only&lt;br /&gt;list = yes&lt;br /&gt;uid = adminname&lt;br /&gt;gid = adminname&lt;br /&gt;auth users = adminname&lt;br /&gt;secrets file = /etc/rsyncd.secrets&lt;br /&gt;hosts allow = 10.10.105.0/24&lt;/li&gt;&lt;li&gt;Secure /etc/rsyncd.*&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# chown root.root /etc/rsyncd.*&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# chmod 600 /etc/rsyncd.*&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Restart xinetd&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# service xinetd restart&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Make sure rsync now running&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;# chkconfig --list&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Perhaps you also want to enable port 873 tcp and udp on your firewall so other can connect to your server&lt;/li&gt;&lt;/ul&gt; &lt;/div&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2703846955792372109?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2703846955792372109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2703846955792372109' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2703846955792372109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2703846955792372109'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/rsync-centos.html' title='rsync + centos'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5424882130314834295</id><published>2008-12-02T13:50:00.002+07:00</published><updated>2008-12-02T13:53:33.395+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='rsync'/><title type='text'>rsync over ssh</title><content type='html'>rsync -avzr -e ssh root@src:/  dest&lt;br /&gt;&lt;br /&gt;Option:&lt;br /&gt;a = archive&lt;br /&gt;z = compress&lt;br /&gt;--exclude=".*/" # excluded hidden file or hidden directory&lt;br /&gt;r = recursive directory&lt;br /&gt;e = over ssh&lt;br /&gt;vv verbose&lt;br /&gt;--delete = xoa cac file co tren dest ma ko co tren src&lt;br /&gt;-u, --update                skip files that are newer on the receiver&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5424882130314834295?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5424882130314834295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5424882130314834295' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5424882130314834295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5424882130314834295'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/12/rsync-over-ssh.html' title='rsync over ssh'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8981715441109870451</id><published>2008-11-21T09:42:00.002+07:00</published><updated>2009-03-16T21:54:54.766+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><title type='text'>Converting slapd.conf to slapd.d</title><content type='html'>Converting from slapd.conf(5) to a cn=config directory format&lt;br /&gt;&lt;br /&gt;Discuss&lt;br /&gt;slap* -f slapd.conf -F slapd.d/&lt;br /&gt;(man slapd-config)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8981715441109870451?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8981715441109870451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8981715441109870451' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8981715441109870451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8981715441109870451'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/converting-slapdconf-to-slapdd.html' title='Converting slapd.conf to slapd.d'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6490981227458124857</id><published>2008-11-13T15:26:00.000+07:00</published><updated>2008-11-13T15:28:32.015+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jail'/><title type='text'>SU Error - su: not running setuid  If this error occures while you try to su, it means that you need to set SUID bit to su binary like below:  $ su -</title><content type='html'>SU Error - su: not running setuid&lt;br /&gt;&lt;br /&gt;If this error occures while you try to su, it means that you need to set SUID bit to su binary like below:&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;$ su -&lt;br /&gt;su: not running setuid&lt;br /&gt;&lt;br /&gt;(BECOME ROOT SOMEHOW AND THEN...)&lt;br /&gt;&lt;br /&gt;# ls -l `which su`&lt;br /&gt;-r-xr-x---  1 root  wheel  14324 Apr 12 23:14 /usr/bin/su&lt;br /&gt;# chmod u+s `which su`&lt;br /&gt;# ls -l `which su`&lt;br /&gt;-r-sr-x---  1 root  wheel  - 14324 Apr 12 23:14 /usr/bin/su&lt;br /&gt;# su - andrei&lt;br /&gt;$ su -&lt;br /&gt;Password:&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;So above commands do:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt; ls -l `which su` - lists su binary &lt;/li&gt;&lt;li&gt; chmod u+s `which su` - adds SUID bit to su binary&lt;/li&gt;&lt;li&gt; exactly like 1.&lt;/li&gt;&lt;li&gt; su to another user ( andrei in this case)&lt;/li&gt;&lt;li&gt; su to root from a normal user. See that the error does not occure any more.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;&lt;span style="font-weight: bold;"&gt;notes:&lt;/span&gt; instead of `which su` you could use directly /path/to/su/binary if you know it, and you can use `which su` and it'll work on both Linux &amp;amp; FreeBSD.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This error occured  after a buildworld. I  suspect that because of  file flags I use.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6490981227458124857?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6490981227458124857/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6490981227458124857' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6490981227458124857'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6490981227458124857'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/su-error-su-not-running-setuid-if-this.html' title='SU Error - su: not running setuid  If this error occures while you try to su, it means that you need to set SUID bit to su binary like below:  $ su -'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-9092435672164122228</id><published>2008-11-07T18:05:00.000+07:00</published><updated>2008-11-07T18:06:23.156+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='snmp'/><category scheme='http://www.blogger.com/atom/ns#' term='smux'/><title type='text'>turn off smux port 199</title><content type='html'>To turn off SMUX when you don't have the options of recompiling from source&lt;br /&gt;to disable SMUX support, you have to give it an invalid IP address to bind&lt;br /&gt;to. This may be OS specific. On Linux, if I put this in my snmpd.conf:&lt;br /&gt;&lt;br /&gt; smuxsocket 1.0.0.0&lt;br /&gt;&lt;br /&gt;I get an error at startup, and lsof or netstat show that snmpd is no longer&lt;br /&gt;listenting on port 199. If you get and error message about the smuxsocket&lt;br /&gt;token not being recognized, then you're out of luck. You'll have to recompile&lt;br /&gt;from source (or just use local firewall rules to block connections to port&lt;br /&gt;199).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-9092435672164122228?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/9092435672164122228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=9092435672164122228' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9092435672164122228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9092435672164122228'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/turn-off-smux-port-199.html' title='turn off smux port 199'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7671502666632809197</id><published>2008-11-07T15:35:00.000+07:00</published><updated>2008-11-07T15:36:25.999+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tomcat_howto'/><title type='text'>How do I bind to a specific ip address? + tomcat</title><content type='html'>&lt;p&gt;&lt;strong&gt;How do I bind to a specific ip address?&lt;/strong&gt; &lt;/p&gt; &lt;p&gt;Each Connector element allows an address property. For example: &lt;/p&gt; &lt;pre&gt;&lt;Connector className="org.apache.coyote.tomcat4.CoyoteConnector"&lt;br /&gt;          address="192.168.1.1"&lt;br /&gt;          port="8080" minProcessors="5" maxProcessors="75"&lt;br /&gt;          enableLookups="true" redirectPort="8443"&lt;br /&gt;          acceptCount="100" debug="0" connectionTimeout="20000"&lt;br /&gt;          useURIValidationHack="false" disableUploadTimeout="true" /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7671502666632809197?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7671502666632809197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7671502666632809197' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7671502666632809197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7671502666632809197'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/how-do-i-bind-to-specific-ip-address.html' title='How do I bind to a specific ip address? + tomcat'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4418533041918749231</id><published>2008-11-05T17:04:00.002+07:00</published><updated>2009-03-16T21:49:07.944+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>ping: socket: Operation not permitted</title><content type='html'>&lt;pre&gt;&gt;&lt;i&gt; iron# ping localhost&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; ping: socket: Operation not permitted&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; My issue is the sysmon program stops on a check for&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; root access to ICMP.  The jail root user doesn't have&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; rights to create ICMP packets in a jail system.&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; Can this be modified to skip with a sysmon.conf switch&lt;br /&gt;&lt;/i&gt;&gt;&lt;i&gt; or turned off ?&lt;br /&gt;&lt;/i&gt;&lt;br /&gt;yes:&lt;br /&gt;&lt;br /&gt;puck:~/sysmon/sysmon&gt; src/sysmond -h&lt;br /&gt;Usage: src/sysmond [ -f config-file ] [ -n ] [ -d ] [ -v ] [ -t ]&lt;br /&gt;       [ -p port ] [ reload ]&lt;br /&gt;-b             : IP Address to listen on&lt;br /&gt;-f config-file : Alternate config file location&lt;br /&gt;        DEFAULT: /usr/local/etc/sysmon.conf&lt;br /&gt;-n             : Don't do notifies&lt;br /&gt;-d             : Don't fork&lt;br /&gt;-i             : Disable ICMP&lt;br /&gt;&lt;br /&gt;You can also use this sysctl to allow raw sockets&lt;br /&gt;within a Jail:&lt;br /&gt;&lt;br /&gt;security.jail.allow_raw_sockets&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;root@test:/usr/src# &lt;span style="font-weight: bold;"&gt;sysctl security.jail.allow_raw_sockets=1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;security.jail.allow_raw_sockets: 0 -&gt; 1&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4418533041918749231?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4418533041918749231/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4418533041918749231' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4418533041918749231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4418533041918749231'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/ping-socket-operation-not-permitted.html' title='ping: socket: Operation not permitted'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1596567642735222708</id><published>2008-11-05T16:50:00.001+07:00</published><updated>2009-03-13T15:48:39.395+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='tips'/><title type='text'>.cshrc</title><content type='html'># $FreeBSD: src/etc/root/dot.cshrc,v 1.30 2007/05/29 06:37:58 dougb Exp $&lt;br /&gt;#&lt;br /&gt;# .cshrc - csh resource script, read at beginning of execution by each shell&lt;br /&gt;#&lt;br /&gt;# see also csh(1), environ(7).&lt;br /&gt;#&lt;br /&gt;&lt;br /&gt;alias h         history 25&lt;br /&gt;alias j         jobs -l&lt;br /&gt;alias la        ls -a&lt;br /&gt;alias lf        ls -FA&lt;br /&gt;alias ll        ls -lA&lt;br /&gt;&lt;br /&gt;# A righteous umask&lt;br /&gt;umask 22&lt;br /&gt;&lt;br /&gt;set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin&lt;br /&gt;)&lt;br /&gt;setenv PACKAGEROOT ftp5.us.FreeBSD.org&lt;br /&gt;setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-release/Latest/&lt;br /&gt;&lt;br /&gt;setenv  EDITOR  vi&lt;br /&gt;setenv  PAGER   more&lt;br /&gt;setenv  BLOCKSIZE       K&lt;br /&gt;&lt;br /&gt;if ($?prompt) then&lt;br /&gt;       # An interactive shell -- set some stuff up&lt;br /&gt;       set prompt = "`/bin/hostname -s`# "&lt;br /&gt;       set filec&lt;br /&gt;       set history = 100&lt;br /&gt;       set savehist = 100&lt;br /&gt;       set mail = (/var/mail/$USER)&lt;br /&gt;       if ( $?tcsh ) then&lt;br /&gt;               bindkey "^W" backward-delete-word&lt;br /&gt;               bindkey -k up history-search-backward&lt;br /&gt;               bindkey -k down history-search-forward&lt;br /&gt;       endif&lt;br /&gt;endif&lt;br /&gt;&lt;br /&gt;set autolist&lt;br /&gt;set autocorrect&lt;br /&gt;&lt;br /&gt;alias   ls      gnuls -N --show-control-chars --color&lt;br /&gt;alias   l       gnuls -l -N --show-control-chars --color&lt;br /&gt;alias   ll      gnuls -al -N --show-control-chars --color&lt;br /&gt;alias   lld     gnuls -ald -N --show-control-chars --color&lt;br /&gt;set prompt = '%n@%m:%/%# '&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1596567642735222708?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1596567642735222708/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1596567642735222708' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1596567642735222708'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1596567642735222708'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/cshrc.html' title='.cshrc'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4801229043472364126</id><published>2008-11-04T16:29:00.001+07:00</published><updated>2008-11-04T16:30:23.897+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='jail'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Operation not permitted</title><content type='html'>&lt;blockquote style="border-left: 0.2em solid rgb(85, 85, 238); margin: 0em; padding-left: 0.85em;"&gt;&lt;pre style="margin: 0em;"&gt;mv: /usr/jail/camel/sbin: Directory not empty&lt;br /&gt;mv: /usr/jail/camel/var/empty: Operation not permitted&lt;br /&gt;mv: /usr/jail/camel/var: Directory not empty&lt;br /&gt;mv: /usr/jail/camel: Directory not empty&lt;br /&gt;mv: /usr/jail: Directory not empty&lt;br /&gt;mv: /bin/rm /usr/jail: terminated with 1 (non-zero) status&lt;br /&gt;&lt;br /&gt;I guess I ain't gotta worry about the sockets but what about the rest?&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;pre style="margin: 0em;"&gt;you need&lt;br /&gt;&lt;br /&gt;chflags -R noschg yourdir&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4801229043472364126?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4801229043472364126/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4801229043472364126' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4801229043472364126'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4801229043472364126'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/11/operation-not-permitted.html' title='Operation not permitted'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7091012505453698899</id><published>2008-10-21T16:46:00.001+07:00</published><updated>2009-03-16T21:39:04.248+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora'/><title type='text'>Minimum password length + fedora</title><content type='html'>Hello,&lt;br /&gt;I have a Fedora Core 2 system and I'm trying to adjust the system's&lt;br /&gt;minimum password length to be less than 6.  I edited the&lt;br /&gt;/etc/login.defs file to look like&lt;br /&gt;&lt;br /&gt;#       PASS_MAX_DAYS   Maximum number of days a password may be used.&lt;br /&gt;#       PASS_MIN_DAYS   Minimum number of days allowed between&lt;br /&gt;password changes.&lt;br /&gt;#       PASS_MIN_LEN    Minimum acceptable password length.&lt;br /&gt;#       PASS_WARN_AGE   Number of days warning given before a password&lt;br /&gt;expires.&lt;br /&gt;#&lt;br /&gt;PASS_MAX_DAYS   99999&lt;br /&gt;PASS_MIN_DAYS   0&lt;br /&gt;PASS_MIN_LEN    0&lt;br /&gt;PASS_WARN_AGE   7&lt;br /&gt;&lt;br /&gt;and restarted the machine.  But when I try and change my password with&lt;br /&gt;the "passwd" command to a password of 5 characters, I get the message&lt;br /&gt;"Password is too short."  What other file must I alter?  How can I&lt;br /&gt;change the default minimum password length?&lt;br /&gt;&lt;br /&gt;Thanks, - Dave&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7091012505453698899?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7091012505453698899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7091012505453698899' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7091012505453698899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7091012505453698899'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/10/minimum-password-length-fedora.html' title='Minimum password length + fedora'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7411993171942082593</id><published>2008-10-14T10:55:00.000+07:00</published><updated>2008-10-14T10:56:22.474+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vncserver'/><category scheme='http://www.blogger.com/atom/ns#' term='installation'/><category scheme='http://www.blogger.com/atom/ns#' term='vncserver-centos'/><title type='text'>How to use VNC server on CentOS</title><content type='html'>&lt;h3&gt;How to use VNC server on CentOS&lt;/h3&gt;  &lt;p&gt; Assume you have CentOS installed with Gnome. If you want to remotely access the GUI to that machine, you can use vnc-server and a vnc client (like Chicken of the VNC). Here's how: &lt;/p&gt;&lt;p&gt; ssh to the machine. If it is behind a firewall, you might have to set up a &lt;a href="http://egopoly.com/archives/2006/03/ssh_tunneling_v.html"&gt;tunnel&lt;/a&gt;.&lt;br /&gt;Make sure vnc-server is installed: &lt;/p&gt;&lt;pre&gt;% sudo yum install vnc-server&lt;br /&gt;&lt;/pre&gt;&lt;p&gt; Run vnc-server: &lt;/p&gt;&lt;pre&gt;% vnc-server&lt;br /&gt;&lt;/pre&gt;&lt;p&gt;This is just to initially create configs and choose a password. Now Edit the file ~/.vnc/xstartup so it runs a gnome session instead of crappy twm: &lt;/p&gt;&lt;pre&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;# Uncomment the following two lines for normal desktop:&lt;br /&gt;# unset SESSION_MANAGER&lt;br /&gt;# exec /etc/X11/xinit/xinitrc&lt;br /&gt;&lt;br /&gt;[ -x /etc/vnc/xstartup ] &amp;amp;&amp;amp; exec /etc/vnc/xstartup&lt;br /&gt;[ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources&lt;br /&gt;xsetroot -solid grey&lt;br /&gt;vncconfig -iconic &amp;amp;&lt;br /&gt;xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &amp;amp;&lt;br /&gt;exec gnome-session &amp;amp;&lt;br /&gt;&lt;/pre&gt;&lt;p&gt; Kill off  your vnc server and restart it: &lt;/p&gt;&lt;pre&gt;% killall Xvnc&lt;br /&gt;% vnc-server&lt;br /&gt;&lt;/pre&gt;&lt;p&gt; Connect to your vnc server with host and display number reported with your favorite client. Yay. &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7411993171942082593?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7411993171942082593/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7411993171942082593' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7411993171942082593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7411993171942082593'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/10/how-to-use-vnc-server-on-centos.html' title='How to use VNC server on CentOS'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4031690658590838579</id><published>2008-10-13T16:47:00.001+07:00</published><updated>2008-10-13T16:50:18.867+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot-centos'/><title type='text'>Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto</title><content type='html'>Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To make it a little easer, one can do:&lt;br /&gt;  yum install yum-utils&lt;br /&gt;  yumdownloader nautilus-sendto&lt;br /&gt;  rpm -Uvh --nodeps nautilus-sendto[PRESS TAB]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4031690658590838579?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4031690658590838579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4031690658590838579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4031690658590838579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4031690658590838579'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/10/error-missing-dependency-libgaimso0-is.html' title='Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7348640901102028577</id><published>2008-10-13T14:47:00.004+07:00</published><updated>2008-10-13T14:57:17.288+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='xwindows'/><category scheme='http://www.blogger.com/atom/ns#' term='installation'/><category scheme='http://www.blogger.com/atom/ns#' term='centos'/><category scheme='http://www.blogger.com/atom/ns#' term='xwindows+centos'/><title type='text'>install x windows + centos</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(0, 0, 0);" class="MsgBodyText"&gt;&lt;i&gt;yum groupinstall "X Software Development" "X Window System"&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-style: italic; font-weight: bold;"&gt; yum groupinstall “X Window System” “GNOME Desktop Environment”&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7348640901102028577?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7348640901102028577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7348640901102028577' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7348640901102028577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7348640901102028577'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/10/install-x-windows-cenos.html' title='install x windows + centos'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7803389818675431449</id><published>2008-09-12T14:29:00.003+07:00</published><updated>2008-09-12T14:32:27.707+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='freebsd'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>can't install firefox</title><content type='html'>&lt;pre&gt;gmake: *** [libgiofam.la] Error 1 *** Error code 2 &lt;br /&gt;Stop in /usr/ports/devel/gio-fam-backend. *** Error code 1 &lt;br /&gt;Stop in /usr/ports/net/avahi-app. *** Error code 1 &lt;br /&gt;Stop in /usr/ports/devel/gnome-vfs. *** Error code 1 &lt;br /&gt;Stop in /usr/ports/www/firefox3. *** E&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;#cd /usr/ports/devel/glib20/&lt;br /&gt;#make install&lt;br /&gt;&lt;br /&gt;#cd /usr/ports/www/firefox3/&lt;br /&gt;#make install&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7803389818675431449?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7803389818675431449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7803389818675431449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7803389818675431449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7803389818675431449'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/09/cant-install-firefox.html' title='can&apos;t install firefox'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2564784158618517135</id><published>2008-09-10T09:41:00.000+07:00</published><updated>2008-09-10T09:42:37.705+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='java_options'/><category scheme='http://www.blogger.com/atom/ns#' term='tomcat'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>How To: Allocating more memory for Java and Tomcat</title><content type='html'>&lt;div class="head"&gt;How To: Allocating more memory for Java and Tomcat&lt;/div&gt;&lt;br /&gt;&lt;div class="head"&gt;Summary&lt;/div&gt; &lt;div class="body"&gt;&lt;span style="color:#008000;"&gt;To avoid java.lang.OutOfMemory errors, increase the value of -Xmx512M&lt;/span&gt;&lt;/div&gt; &lt;p class="body"&gt; &lt;/p&gt;&lt;div class="body"&gt;&lt;br /&gt;&lt;b&gt;Issue&lt;/b&gt;&lt;br /&gt;I 'm getting  java.lang.OutOfMemory errors&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Applies to&lt;/b&gt;&lt;br /&gt;Adobe Graphics Server&lt;br /&gt;Adobe Document Server&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Solution&lt;/b&gt;&lt;br /&gt;The problem is that by default, the Java Virtual Machine and Tomcat (WebServices) only use a small amount of memory.  You can adjust the RAM they will use with the -Xmx option as in -Xmx1000M. (Meaning use up to 1000MB if available.)&lt;br /&gt;&lt;br /&gt;When using the WebServices from the Java command line, you must use the -Xmx option twice. Once to increase the RAM available to Tomcat (WebServices), and second for the Java command line.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Determining how much RAM is needed&lt;/b&gt;&lt;br /&gt;If you're working with images that are roughly 4000 x 4000 pixels and one layer, try -Xmx1000M as a starting point. &lt;ul type="disc"&gt;&lt;li&gt;Run your commands against your largest file and watch the memory usage of the Java processes. &lt;br /&gt;On Windows:  use the "Processes" tab of the "Windows Task Manager"&lt;br /&gt;On Solaris:  run "prstat" in a Console window &lt;/li&gt;&lt;li&gt;Adjust the value of -Xmx based on the RAM requirements of your commands and your files. (convertProfile and saveOptimized use more RAM than some of the other commands.)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Assign more RAM to the Java command line examples&lt;/b&gt;&lt;br /&gt;1.  Open, for example, ResizeImage.bat  or ResizeImage.sh at:&lt;br /&gt;&lt;tt&gt;     &lt;/tt&gt;&lt;tt&gt;&lt;i&gt;{your install location}&lt;/i&gt;&lt;/tt&gt;&lt;tt&gt;\Samples\java\commandline\ResizeImage.bat &lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;2.  Add -Xmx1000M to the line:&lt;br /&gt;&lt;tt&gt;     set COMMAND=java -cp "%THECLASSPATH%" com.adobe.altercast.commandline.ResizeImage %*&lt;/tt&gt;&lt;br /&gt;resulting in:&lt;br /&gt;&lt;tt&gt;     set COMMAND=java &lt;/tt&gt;&lt;tt&gt;&lt;span style="color:#ff0000;"&gt;-Xmx1000M&lt;/span&gt;&lt;/tt&gt;&lt;tt&gt; -cp "%THECLASSPATH%" com.adobe.altercast.commandline.ResizeImage %*&lt;/tt&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Assign more RAM to Tomcat (WebServices) on Windows&lt;/b&gt; &lt;ol type="1"&gt;&lt;li&gt;Open wrapper.properties at:&lt;br /&gt;&lt;tt&gt;&lt;i&gt;{your install location}&lt;/i&gt;&lt;/tt&gt;&lt;tt&gt;\server\conf\wrapper.properties &lt;/tt&gt; &lt;/li&gt;&lt;li&gt;Scroll down to the bottom and you will find:&lt;br /&gt;&lt;tt&gt;# This is the command line that is used to start Tomcat. You can *add* extra&lt;br /&gt;# parameters to it but you can not remove anything.&lt;br /&gt;# wrapper.cmd_line="$(wrapper.javabin)" -Xrs &lt;/tt&gt;&lt;tt&gt;&lt;span style="color:#ff0000;"&gt;-Xmx512M &lt;/span&gt;&lt;/tt&gt;&lt;tt&gt;-classpath "$(wrapper.class_path)" $(wrapper.startup_class) -config "$(wrapper.server_xml)" -home "$(AlterCastTomcatHome)"&lt;/tt&gt; &lt;/li&gt;&lt;li&gt;Modify the value of:  &lt;tt&gt;-Xmx512M&lt;/tt&gt; &lt;/li&gt;&lt;li&gt;Restart the AlterCastDocEdition service or the AlterCastImageEdition service in the Services control panel.&lt;/li&gt;&lt;/ol&gt;  &lt;ul&gt;&lt;br /&gt;&lt;/ul&gt; &lt;b&gt;Assign more RAM to Tomcat (WebServices) on Solaris&lt;/b&gt; &lt;ol type="1"&gt;&lt;li&gt;Open in a text editor &lt;tt&gt;tomcat.sh&lt;/tt&gt; at &lt;tt&gt;&lt;i&gt;{your install location}&lt;/i&gt;&lt;/tt&gt;/server/bin/tomcat.sh &lt;/li&gt;&lt;li&gt;Find the line reading: &lt;tt&gt; TOMCAT_OPTS=" -Xmx512M"  &lt;/tt&gt;and modify whatever number is currently there &lt;/li&gt;&lt;li&gt;Restart  Tomcat using:&lt;br /&gt;shutdown.sh and then startup.sh&lt;/li&gt;&lt;/ol&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2564784158618517135?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://support.adobe.com/devsup/devsup.nsf/docs/52634.htm' title='How To: Allocating more memory for Java and Tomcat'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2564784158618517135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2564784158618517135' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2564784158618517135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2564784158618517135'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/09/how-to-allocating-more-memory-for-java.html' title='How To: Allocating more memory for Java and Tomcat'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6258975858122578114</id><published>2008-09-10T08:55:00.001+07:00</published><updated>2009-03-16T21:51:56.699+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>The Tomcat environment for FreeBSD</title><content type='html'>&lt;h3 class="SECT2"&gt;&lt;a id="AEN221" name="AEN221"&gt;3.2 The Tomcat environment for FreeBSD&lt;/a&gt;&lt;/h3&gt;  &lt;p&gt;It is very simple to install Tomcat on a FreeBSD machine, after setting up the necessary &lt;span class="TRADEMARK"&gt;Java&lt;/span&gt; environment, which we have previously completed.&lt;/p&gt;  &lt;p&gt;In-order to set up Tomcat on FreeBSD, follow the below procedure:&lt;/p&gt;  &lt;div class="PROCEDURE"&gt; &lt;ol type="1"&gt;&lt;li&gt; &lt;p&gt;Follow the above steps to set up the necessary &lt;span class="TRADEMARK"&gt;Java&lt;/span&gt; environment.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Set an environment variable &lt;tt class="ENVAR"&gt;JAVA_HOME&lt;/tt&gt; which, points to the directory where you have installed the &lt;span class="TRADEMARK"&gt;JDK&lt;/span&gt; (the examples below point to a native build of the &lt;span class="TRADEMARK"&gt;JDK&lt;/span&gt;). If you are using &lt;a href="http://www.freebsd.org/cgi/man.cgi?query=sh&amp;amp;sektion=1"&gt;&lt;span class="CITEREFENTRY"&gt;&lt;span class="REFENTRYTITLE"&gt;sh&lt;/span&gt;(1)&lt;/span&gt;&lt;/a&gt; as your shell, you can set &lt;tt class="ENVAR"&gt;JAVA_HOME&lt;/tt&gt; with:&lt;/p&gt;  &lt;pre class="SCREEN"&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; export JAVA_HOME="/usr/local/jdk1.3.1"&lt;br /&gt;&lt;/pre&gt;  &lt;p&gt;Those who use &lt;a href="http://www.freebsd.org/cgi/man.cgi?query=csh&amp;amp;sektion=1"&gt;&lt;span class="CITEREFENTRY"&gt;&lt;span class="REFENTRYTITLE"&gt;csh&lt;/span&gt;(1)&lt;/span&gt;&lt;/a&gt; or a compatible shell, must use a slightly different command:&lt;/p&gt;  &lt;pre class="SCREEN"&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; setenv JAVA_HOME /usr/local/jdk1.3.1&lt;br /&gt;&lt;/pre&gt;  &lt;p&gt;This environment variable should be made permanent by adding it into either &lt;tt class="FILENAME"&gt;.profile&lt;/tt&gt; or &lt;tt class="FILENAME"&gt;.cshrc&lt;/tt&gt;, depending on the shell you are using. This variable is very crucial for the functioning of all the &lt;span class="TRADEMARK"&gt;Java&lt;/span&gt; based programs, including Tomcat itself.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Download the Tomcat “binary distribution” from the Jakarta website, which is located at &lt;var class="LITERAL"&gt;&lt;a href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.6/bin/" target="_top"&gt;http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.6/bin/&lt;/a&gt;&lt;/var&gt;. The file to download is called &lt;tt class="FILENAME"&gt;jakarta-tomcat-4.0.6.tar.gz&lt;/tt&gt;.&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;The compressed and archived file we downloaded in the previous step uses special “GNU Extensions”. In-order to untar and uncompress the file, we will need to install &lt;var class="LITERAL"&gt;GNU Tar (&lt;a href="http://www.freebsd.org/cgi/url.cgi?ports/archivers/gtar/pkg-descr"&gt;&lt;tt class="FILENAME"&gt;archivers/gtar&lt;/tt&gt;&lt;/a&gt;)&lt;/var&gt;, by doing the following:&lt;/p&gt;  &lt;pre class="SCREEN"&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; cd /usr/ports/archivers/gtar &amp;amp;&amp;amp; make all install clean&lt;br /&gt;&lt;/pre&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;Un-tar and Un-compress the &lt;tt class="FILENAME"&gt;jakarta-tomcat-4.0.6.tar.gz&lt;/tt&gt; file into the &lt;tt class="FILENAME"&gt;/usr/local&lt;/tt&gt; directory and rename the directory to &lt;tt class="FILENAME"&gt;tomcat-4.0&lt;/tt&gt; for ease of reference:&lt;/p&gt;  &lt;pre class="SCREEN"&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; cd /usr/local&lt;br /&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; gtar zxvf jakarta-tomcat-4.0.6.tar.gz&lt;br /&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; ls jakarta*&lt;br /&gt;jakarta-tomcat-4.0.6&lt;br /&gt;&lt;samp class="PROMPT"&gt;#&lt;/samp&gt; mv jakarta-tomcat-4.0.6 tomcat-4.0&lt;br /&gt;&lt;/pre&gt;  &lt;p&gt;You can remove the &lt;tt class="FILENAME"&gt;jakarta-tomcat-4.0.6.tar.gz&lt;/tt&gt; at your preference.&lt;/p&gt; &lt;/li&gt;&lt;/ol&gt; &lt;/div&gt;  &lt;div class="NOTE"&gt; &lt;blockquote class="NOTE"&gt; &lt;p&gt;&lt;b&gt;Note:&lt;/b&gt; &lt;var class="LITERAL"&gt;Installation by using the source code is currently out of scope for this document. Please refer to the following files for addition information on building from source, available from your Tomcat distribution directory:&lt;/var&gt;&lt;/p&gt;  &lt;ul&gt;&lt;li&gt; &lt;p&gt;&lt;tt class="FILENAME"&gt;/usr/local/tomcat-4.0/README.txt&lt;/tt&gt;&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p&gt;&lt;tt class="FILENAME"&gt;/usr/local/tomcat-4.0/BUILDING.txt&lt;/tt&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;/blockquote&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6258975858122578114?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6258975858122578114/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6258975858122578114' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6258975858122578114'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6258975858122578114'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/09/tomcat-environment-for-freebsd.html' title='The Tomcat environment for FreeBSD'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-7814976751657861031</id><published>2008-09-09T13:32:00.000+07:00</published><updated>2008-09-09T13:33:43.429+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windowsxp'/><category scheme='http://www.blogger.com/atom/ns#' term='auto_restart'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Home &gt; Articles &gt; Shutdown &gt; Here WINDOWS XP SHUTDOWN &amp; RESTART TROUBLESHOOTING Version 13.8 — March 5, 2007 Hold mouse here for list of most recent c</title><content type='html'>&lt;div class="crumbs"&gt;&lt;a href="http://www.aumha.org/win5/index.htm" target="_top"&gt;Home&lt;/a&gt; &gt; &lt;a href="http://www.aumha.org/win5/articles.htm" target="_top"&gt;Articles&lt;/a&gt; &gt; &lt;a href="http://www.aumha.org/win4/a/shutdown.htm" target="_top"&gt;Shutdown&lt;/a&gt; &gt; &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.htm" target="_top"&gt;Here&lt;/a&gt;&lt;/div&gt;  &lt;div class="center"&gt;&lt;strong class="title5"&gt;WINDOWS XP&lt;/strong&gt;&lt;br /&gt; &lt;strong class="title6"&gt;SHUTDOWN &amp;amp; RESTART&lt;br /&gt;TROUBLESHOOTING&lt;/strong&gt;&lt;br /&gt; &lt;strong class="black"&gt;Version 13.8 — March 5, 2007&lt;/strong&gt;&lt;br /&gt; &lt;span class="tiny"&gt;Hold mouse &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.htm" title="3/5/07: Added some mobile computer causes of slow shutdown. 2/27/05: Expanded SP2 section. 2/21/05: Added Toshiba laptop powerdown tip. 2/15/05: Error corrected regarding GPEDIT. 1/20/05: New DVR-106 &amp;amp; DVR-108 info. 1/12/05: Added hidden “wake on” issues." target="_top"&gt;here&lt;/a&gt; for list of most recent changes.&lt;br /&gt; &lt;a href="http://www.changedetection.com/detect.html?url=http%3A%2F%2Fwww.aumha.org%2Fwin5%2Fa%2Fshtdwnxp.htm" target="_blank"&gt;Receive notice whenever this page is updated.&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt; &lt;div class="rock"&gt;“With its rock-solid foundation and ground-breaking new features, Windows XP Professional won’t quit working, even when your workday is done.” — Microsoft&lt;br /&gt;&lt;em class="tiny"&gt;(Did they know what they were saying?)&lt;/em&gt;&lt;/div&gt;  &lt;p&gt;Shutdown problems in Windows XP can be caused by many factors, just like earlier versions of Windows. These included: a damaged exit sound file; incorrectly configured, damaged, or incompatible hardware; conflicting programs, or an incompatible, damaged, or conflicting device driver.&lt;/p&gt;  &lt;p&gt;For a step-by-step troubleshooting method that applies to all versions of Windows 9&lt;em&gt;x,&lt;/em&gt; see the generic &lt;a href="http://www.aumha.org/win4/a/shutdown.htm" target="_top"&gt;Windows Shutdown Troubleshooter&lt;/a&gt;. Some of its steps may be found to apply to Windows XP as well, though many will not.&lt;/p&gt;  &lt;a id="redbox" name="redbox"&gt;&lt;/a&gt;  &lt;!-- &lt;table border="11" cellpadding="20" width="80%" align="center" bgcolor="#F4F4EE" bordercolor="red"&gt;&lt;tr&gt;&lt;td&gt; --&gt; &lt;table class="box" width="80%" align="center" border="11" cellpadding="20"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt; &lt;p&gt;Windows XP shutdown issues mostly center around a very few issues, especially &lt;strong&gt;legacy hardware and software compatibility issues.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Currently, the leading cause of Windows XP shutdown problems is hardware incompatibility, including driver issues. These are detailed below where known. However, it is impossible to list every possible hardware or driver issue individually. My best advice is: Check all drivers for all hardware devices to ensure that they are the current best for Windows XP.&lt;/p&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt; &lt;br /&gt;&lt;a id="reboots" name="reboots"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;REBOOT INSTEAD OF SHUTDOWN&lt;/h3&gt;  &lt;p&gt;Most Win XP shutdown problems reported thus far have been that it &lt;strong&gt;reboots when shutdown is attempted.&lt;/strong&gt; This may be a global symptom emerging from several distinct causes, because, by default, &lt;strong&gt;XP executes an automatic restart in the event of a system failure.&lt;/strong&gt; Therefore, more or less anything compromising the operating system during the shutdown process could force this reboot.&lt;/p&gt;  &lt;blockquote&gt; &lt;p&gt;&lt;strong class="red"&gt;Disabling the “restart on system failure” feature&lt;/strong&gt; may permit the exact cause to be isolated: Right-click on My Computer, click Properties, click the Advanced tab. Under “Startup &amp;amp; Recovery,” click Settings. Under “System Failure,” uncheck the box in front of “Automatically restart.”&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Here are some things that have produced this reboot-instead-of-shutdown symptom:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;By now, the Roxio/Adeptec &lt;strong&gt;Easy CD / Direct CD&lt;/strong&gt; software is well documented as being &lt;strong&gt;the&lt;/strong&gt; major cause of this undesirable shutdown behavior. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Roxio has released new drivers (&lt;a href="http://www.roxio.com/en/support/ecdc/" target="_blank"&gt;here&lt;/a&gt;) to solve this problem in both the Platinum and Basic editions of Easy CD Creator 5. As expected, at least half of the Win XP shutdown problems went away with the release of these patches.&lt;br /&gt;&lt;br /&gt;One &lt;strong class="red"&gt;warning about this patch&lt;/strong&gt; comes from correspondent Bert Smith: Be sure to read the directions! “Roxio Easy CD Creator Platinum 5.0 can be a real hassle to get working under Win XP,” Bert wrote, “and there is the risk of your computer not booting if you blindly go ahead and install it without first consulting the Roxio Web site.” Bert also mentioned that Roxio’s “Take Two” backup program (normally part of Easy CD Creator 5 Platinum) is uninstalled when the Roxio patch is applied.&lt;br /&gt;&lt;br /&gt; &lt;ul&gt;&lt;li&gt;&lt;strong&gt;Direct CD.&lt;/strong&gt; Many Easy CD users (but not all) found that installing Easy CD 5.0 does not cause the shutdown problem, &lt;strong&gt; provided&lt;/strong&gt; they do not install the Direct CD component.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;UDFRINST.&lt;/strong&gt; Several people solved this reboot-on-shutdown problem by deleting the &lt;strong class="red"&gt;UDFRINST&lt;/strong&gt; file. This file is part of the Roxio CD-RW software for systems &lt;strong&gt;not&lt;/strong&gt; using Direct CD.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;CDRALW2K.SYS.&lt;/strong&gt; Correspondent Larry Blumette identified the &lt;strong class="red"&gt;CDRALW2K.SYS&lt;/strong&gt; file (version 1.0.0.1048) as the Roxio file causing his shutdown problems and error conditions. When he deleted or renamed this one file, his problems went away. (Of course, you lose your CD functionality that way, too.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Video Pack 5.&lt;/strong&gt; Roxio’s Video Pack 5 causes the same problem because it contains includes the main parts of Easy CD 5. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Uninstall Video Pack 5 and also delete &lt;strong class="red"&gt;CDRALW2K.SYS&lt;/strong&gt; &lt;em&gt;(Tip from Christian Männchen)&lt;/em&gt;. However, this solution may also have the side-effect of disabling access to your CD or DVD drive. &lt;strong&gt;SOLUTION TO THE SIDE-EFFECT:&lt;/strong&gt; Apply one of the repair methods in MSKB Article 270008, &lt;a href="http://support.microsoft.com/?kbid=270008" target="_blank"&gt;Code 31 Messages Occur After Removing Adaptec Easy CD Creator 4.02c in Windows 2000&lt;/a&gt; &lt;em&gt;(Tip from Peter Kingsley)&lt;/em&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt; &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Whether or not APM is enabled&lt;/strong&gt; makes a difference — but the effect could go two ways. Some users report that XP reboots on shutdown if APM is enabled, but shuts Windows down just fine if APM is disabled. Other users report exactly the opposite behavior. According to Jack Dunne, this is similar to a known Windows 2000 problem. The issue seems related to the computer’s specific hardware or BIOS — so, as with all NT operating systems, stick to the Hardware Compatibility List where possible.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;USB Connections&lt;/strong&gt; As can be seen from remarks in the &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.php#hw"&gt;Misc. Hardware Issues&lt;/a&gt; section below, several different USB-related issues can impact shutdown. One of the most concrete examples was a “reboot on shutdown” problem contributed by correspondent Rick Bross. If his several USB devices (PDA cradle, flash card reader, etc) were plugged into the motherboard’s USB ports, his computer would reboot on an attempted shutdown; but when, instead, he plugged them into an external USB 2.0 hub, shutdown went just fine. (This was with Win XP Professional SP1 on a Supermicro X5DAE dual Xeon motherboard. The same devices plugged into an Asus A7M-266D dual AMD 2000MP system on the same OS worked without problem.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;“Wake on” power settings&lt;/strong&gt; Power-management settings that have the computer “wake” on LAN, USB, modem, or (for that matter) probably anything else may also trigger a restart after shutdown. Correspondent Simon Wei provided this tip after a friend of his found an old old Logitech USB mouse would trigger “wake on USB” after every Windows shutdown. Their solution was to remove that particular mouse and all worked fine. The principle is much more far-reaching than this one example.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Hidden “wake on” power settings&lt;/strong&gt; If you have an Ethernet card integrated into your motherboard, you may have &lt;strong&gt;hidden&lt;/strong&gt; “wake on” settings that are harder to find. Site visitor Jim Porter found that his Asus P5GDC-V Deluxe motherboard had a “wake on” setting in &lt;strong class="red"&gt;Device Manager | Properties | Advanced&lt;/strong&gt; rather than in the BIOS or Power Management settings. (The Asus P5AD2 and P5GD2 boards have this also.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Y-SB3 Logitech Internet Keyboard&lt;/strong&gt; can also cause this problem. If you use it as a simple generic keyboard, there’s no problem; but, if you install the Key Commander software that drives the special Internet functions, Win XP will restart instead of shut down. Unfortunately, Logitech has decided that they will not be updating this driver for this keyboard. &lt;em&gt;(Tip from Jan K. Haak.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Logitech MouseWare 8.6.&lt;/strong&gt; Windows reboots when shutdown is attempted. The software caused a BSOD with KBDCLASS.SYS. Removing the software solved the BSOD the problem. &lt;em&gt;(Tip from Pablo Cheng.)&lt;/em&gt; &lt;strong&gt;MouseWare 9.0 and 9.1&lt;/strong&gt; also have been linked to reboot-instead-of-shutdown in Win XP. Removing the software resolves the problem. &lt;em&gt;(Tip from Aswin Kindts, Greg Williams, and others)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Webstar DPX USB cable modem.&lt;/strong&gt; In the one case known to me, the problem was solved by switching the modem’s connector from the USB 1.1 port on the motherboard to the USB 2.0 PCI card. (The modem was provided by Telewest Broadband, manufactured by Scientific Atlanta.) &lt;em&gt;(Tip from Ann L. Goonan.)&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;a id="savesettings" name="savesettings"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;SHUTDOWN HANGS ON “SAVING YOUR SETTINGS”&lt;/h3&gt;  &lt;p&gt;During shutdown or reboot, Win XP may hang (stop responding) at the “saving your settings” screen. During such a hang, there is no response to Ctrl+Alt+Del; the mouse may or may not work. The problem may be intermittent.&lt;/p&gt;  &lt;p&gt;This is a known bug in Windows XP, for which Microsoft has a supported fix. To learn how to get this patch, see &lt;a href="http://support.microsoft.com/?kbid=307274" target="_blank"&gt;MSKB 307274&lt;/a&gt;, “Windows XP Stops Responding (Hangs) During Windows Shutdown.” The necessary patch is included in Windows XP Service Pack 1, and also is now available on the &lt;a href="http://windowsupdate.microsoft.com/" target="_blank"&gt; Windows Update&lt;/a&gt; site under “Recommended Updates” for Win XP Professional, titled “Restarting Windows XP.” However, to find it, you may need to reconfigure how Windows Update appears for you, by enabling the Windows Update Catalog as follows: At the Windows Update page, click &lt;em&gt;Personalize Windows Update&lt;/em&gt; at the left, and then &lt;em&gt;Enable the Windows Update Catalog.&lt;/em&gt; Save your settings. This adds the &lt;em&gt;Windows Update Catalog&lt;/em&gt; link in the left box. Click this link, then click &lt;em&gt;Find updates for Microsoft Windows systems.&lt;/em&gt; Pick Windows XP in the drop-down list, click Search, take &lt;em&gt;Recommended Updates,&lt;/em&gt; and find the “Restarting Windows XP” patch which references Q307274.&lt;/p&gt;  &lt;p&gt;As a workaround, newsgroup correspondent “lou” resolved this problem by dismantling the Windows XP logon Welcome screen. In the Control Panel, click User Accounts, then click “Change the way users log on or off.” Uncheck the box that says “Use the Welcome screen.” This removes the initial logon screen with individual icons for each user and, instead, pops up the classic logon prompt that requires each user to type a user name and password.&lt;/p&gt;   &lt;a id="sblive" name="sblive"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;SBLive: DEVLDR32.EXE PROBLEMS&lt;/h3&gt;  &lt;p&gt;In the early days of Win ME, one of the biggest culprits for shutdown issue was the Creative Labs SoundBlaster Live. History repeated itself in the Beta phase of Win XP. &lt;strong&gt;SOLUTION:&lt;/strong&gt; The SBLive drivers in the released version of Win XP solved the shutdown problem for most (but not all) SBLive users.&lt;/p&gt;  &lt;blockquote&gt; &lt;p&gt;&lt;strong&gt;Here’s the commonly reported problem scenario people encountered:&lt;/strong&gt; On attempting shutdown, nothing at all appears to happen for a prolonged period of time. Eventually, an “End Task” window appears, wanting to terminate DEVLDR32.EXE. No matter what one does, one ultimately is locked out of shutting down other than by a power switch shutoff. (NOTE: This problem exists with the SBLive in Windows 2000 also.)&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You may have to do a couple of extra steps to get rid of old files so that the new drivers will install correctly (especially if you installed the final version of Win XP on top of one of the Beta versions), or to remove troublesome support software. Correspondent Sean Caldwell summarized his steps: Shutdown Windows. Remove the Creative card. Reboot in Safe Mode. In the \WINDOWS\SYSTEM32 folder, delete the DEVLDR file. Fully shutdown the computer before rebooting.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Some users report that the DEVLDR problem continues to plague them even with the new drivers.&lt;/strong&gt; If installing the new drivers doesn’t solve your shutdown problem, try these solutions:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;Correspondent Martin Sladek wrote: “I’ve run into the very same problem with SBLive Value drivers. The problem was so severe I ran without the software all together. Since then, SBLive 5.1 came out, and I had installed the 5.1 version of the software in Windows 2000 Pro. I’ve not had a single problem since.”&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;But updating your drivers in Win XP may not be as easy as one would hope. Some problems especially appear where multiple users are enabled on the system and one switches between users during a single Windows session. There may be numerous files with the same name (but different version numbers!) variously located in the I386, SYSTEM32, and SYSTEM32\REINSTALLBACKUPS\0000 folders. These may conflict with each other. If you rename DEVLDR32 (ver 1.0.0.22) in SYSTEM32, another one will replace it. (First, you need to press Ctrl+Alt+Del and end DEVLDR in Task Manager). But if you use DEVLDR32 (ver 1.0.0.17) from the I386 folder, this problem doesn’t occur. Reboot when finished to reinaugurate the disabled service. &lt;em&gt;(Tip from Terence Shortt, aka tbone8200 on dellTalk.)&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;a id="hw" name="hw"&gt;&lt;/a&gt;&lt;br /&gt; &lt;h3&gt;MISC. HARDWARE ISSUES&lt;/h3&gt;  &lt;p&gt;In addition to hardware issues mentioned under other specialized topics on this page, many users have written identifying specific hardware as at the root of the Windows XP shutdown issue. Here’s what they have reported:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;strong&gt;CD-ROM DRIVE: Samsung 24x.&lt;/strong&gt; Correspondent Y. Leroux has identified the culprit in his shutdown problem, but doesn’t yet have a permanent solution. If his Samsung CD-ROM drive is empty, Win XP hangs on shutdown. To work around the problem, he either leaves a CD-ROM in the drive, or leaves the drive door open. He wanted to share this tip with others (thanks, Y.). Does anyone have a permanent solution for this one?&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;DVD-RW DRIVE: Pioneer DVR-106 or DVR-108.&lt;/strong&gt; Correspondent L. Frankenberg traced his shutdown problem to this hardware. Correspondent Bob Berberick found the same for the DVR-108, and reported that a &lt;a href="http://www.pioneerelectronics.com/pna/article/0,,2076_4249_136753586,00.html#Firmware" target="_blank"&gt;firmware update for the DVR-108&lt;/a&gt; now available from Pioneer resolved his problem. It would probably be worth trying the &lt;a href="http://www.pioneerelectronics.com/pna/article/0,,2076_4249_2370258,00.html" target="_blank"&gt;firmware update for the DVR-106&lt;/a&gt; as well, though I have no reports from anyone as to whether this solves the shutdown problem.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;MODEMS: Intel Ambient HaM Modem.&lt;/strong&gt; Causes Win XP to hang at shutdown. Previously, this was only resolved by disabling the modem. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Intel subsequently issued updated drivers that resolve this issue. They can be downloaded &lt;a href="http://developer.intel.com/design/modems/support/drivers.htm" target="_blank"&gt; here&lt;/a&gt;. &lt;em&gt;(Tip from Mark Gillespie.)&lt;/em&gt; However, a new problem with the Ambient Ham was introduced in Windows XP SP1, detailed &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.php#sp1"&gt;below&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt; &lt;blockquote&gt; &lt;p&gt;&lt;strong class="red"&gt;NOTE:&lt;/strong&gt; The same problem has been reported for the &lt;strong&gt;Creatix V.90 Ham PCI Modem.&lt;/strong&gt; Correspondent Gert Verheyen wrote that Creatix has an updated driver and, more importantly, detailed instructions about manual removal of the old one and installation of the new one. Go to the &lt;a href="http://www.creatix.com/support/frames.html" target="_blank"&gt;Creatix support page&lt;/a&gt; and click on &lt;em&gt;V.90 HAM (internal)&lt;/em&gt; at right. The removal of the old driver first seems to have been the critical detail.&lt;/p&gt; &lt;/blockquote&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;MODEMS: Billion BIPAC PCI Passive ISDN-card.&lt;/strong&gt; Reboot instead of shutdown issue conjoined with BSOD error message &lt;strong class="red"&gt;STOP 0x000000D1: DRIVER_IRQL_NOT_LESS_OR_EQUAL in file SERIAL.SYS.&lt;/strong&gt; Previously, this was only resolved by disabling the Billion ISDN card. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Billion has now released a new driver 3.24 that solves this problem, available &lt;a href="http://www.billion.com.tw/download/ISDN_cards/PCI_Cards/PCI98ME2KXPDRV324A.EXE"&gt; here&lt;/a&gt;. &lt;em&gt;(Tip from Leo Foederer.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;MOTHERBOARDS: Asus P2B-F, P2B-VM, or P2L97.&lt;/strong&gt; Causes a shutdown problem because Win XP Setup doesn’t enable ACPI by default. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Manually enable ACPI during a Win XP install or reinstall. Correspondent Bill Anderson (based on a solution by “Willy”) gave a lengthy description of how to do this, edited a little for space reasons. &lt;em&gt;(Thanks also to correspondents Ward from Belgium &amp;amp; Tony Gray.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt; &lt;ol&gt;&lt;li&gt;Boot the computer from the Win XP CD-ROM.&lt;/li&gt;&lt;li&gt;Win XP Setup says it’s checking hardware. Soon after, at the bottom of the screen, it offers the opportunity to press F5. (If offered the chance to press F6, press F5 instead! – &lt;em&gt;Tip from Mick Stone&lt;/em&gt;) Do this at once, and cross your fingers! [&lt;em&gt;Various users report difficulty with this. Apparently, sometimes it works; sometimes not. It may be in the timing of exactly when you press the key. You may have to try repeatedly, or try pressing F5 and F6 repeatedly.&lt;/em&gt; – JAE] When successful, you’ll see a two-paragraph instruction that begins, “To specify additional SCSI or other mass storage devices.” Press &lt;enter&gt; to brings up a small window that &lt;em&gt;appears&lt;/em&gt; to contain only two options, but, in fact, contains more (use the arrow keys to scroll up). If this windows doesn’t appear at this point, you need to start over and do more pressing of F5!&lt;/li&gt;&lt;li&gt;When the small window does appear, use the up-arrow to choose “Advanced Configuration and Power Interface (ACPI).” (It’s the third from the top of the list.)&lt;/li&gt;&lt;li&gt;Next, you may see that two-paragraph SCSI/mass storage instruction again. If so, press &lt;enter&gt;. Many drivers will load, then you should see the Win XP installation screen. If you are running this after Win XP is already installed, choose the Repair option.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;MOUSE: Logitech.&lt;/strong&gt; If you have a Logitech mouse, and an outdated version of the MouseWare software installed, you may receive the following error message on a blue screen at shutdown: &lt;strong class="red"&gt;STOP 0x000000D1, (0x0000002b, 0x00000002, 0x00000000, 0xEEEE1b01) IRQL_NOT_LESS_OR_EQUAL Kbdclass.sys.&lt;/strong&gt; &lt;strong&gt;SOLUTION:&lt;/strong&gt; Update the Logitech MouseWare software. &lt;em&gt;(Reference &amp;amp; more information:&lt;/em&gt; &lt;a href="http://support.microsoft.com/?kbid=810980" target="_blank"&gt;MSKB 810980&lt;/a&gt;&lt;em&gt;.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;VIDEO CARDS: Hercules 3D Prophet 4500&lt;/strong&gt; and all other video cards based on the &lt;strong&gt;Kyro II&lt;/strong&gt; video chip. Causes restart and shutdown issues (or, in some cases, only restart issues) until the video adapter is removed. &lt;strong&gt;SOLUTION:&lt;/strong&gt; New XP-specific drivers are now available from Hercules. At present, they remain uncertified (PowerVR, who makes the Kyro II chip, is working on that), but they reportedly work just fine. Download the Kyro II drivers &lt;a href="http://www.powervr.com/downloads.asp" target="_blank"&gt;here&lt;/a&gt;. &lt;em&gt;(Tip from MS-MVP Don Lebow.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;USB Devices.&lt;/strong&gt; If you have one or more USB devices attached to your computer, you may receive the following error message on a blue screen at shutdown: &lt;strong class="red"&gt;Stop 0x000000D1 (0x00000040, 0x00000002, 0x00000000, 0xfc96a9dc)&lt;/strong&gt;. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Upgrade to the latest Win XP service pack. &lt;em&gt;(Reference &amp;amp; more information:&lt;/em&gt; &lt;a href="http://support.microsoft.com/?kbid=317326" target="_blank"&gt;MSKB 317326&lt;/a&gt;&lt;em&gt;.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;USB: Keyboard or Mouse + Selective Suspend.&lt;/strong&gt; Some USB input devices (such as a USB keyboard or mouse) do not support the Selective Suspend power management feature. When these devices are used with Selective Suspend turned on, the computer may hang during shutdown, or otherwise not shutdown correctly. &lt;strong&gt;WORK-AROUND:&lt;/strong&gt; Disable power management for your USB hub: Open Device Manager (click Start, click Run, type DEVMGMT.MSC, click OK). Double-click to expand Universal Serial Bus Controllers. Double-click USB Root Hub. Click Power Management. Uncheck the box “Allow the computer to turn off this device to save power.” OK your way out. &lt;strong class="red"&gt;NOTE:&lt;/strong&gt; Doing this may significantly reduce laptop battery life. &lt;em&gt;(Reference &amp;amp; more information:&lt;/em&gt; &lt;a href="http://support.microsoft.com/?kbid=315664" target="_blank"&gt;MSKB 315664&lt;/a&gt;&lt;em&gt;.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;USB: Lexar Media Combo Digital Film Reader (USB).&lt;/strong&gt; There is a problem with the SAUSB.SYS file, apparently part of the Win98 SE driver set for this device, retained during an upgrade to Win XP. Deleting the file solved the problem. The newer version 4.3 SAUSB.SYS driver from Lexar’s Web site works perfectly, and does not cause a shutdown problem. &lt;em&gt;(Tip from correspondent Eric Brown.)&lt;/em&gt; Though one correspondent reported that the even newer version 4.5 driver (SAUSBI.SYS) also can be used in Win XP , Lexar says this driver doesn’t work on XP. One correspondent has confirmed that this matches his experience in trying (unsuccessfully) to use 4.5 on both Widows 2000 and XP.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;a id="dpsf" name="dpsf"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;“STOP” ERROR MESSAGES AT SHUTDOWN&lt;/h3&gt;  &lt;p&gt;Some users, when attempting either to shutdown or restart Win XP, get an error message similar to the following: &lt;strong class="red"&gt; STOP 0x0000009F: DRIVER_POWER_STATE_FAILURE&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Stop Messages literally means that Windows has stopped. (Which isn’t the same as saying it has shutdown!) See &lt;a href="http://www.aumha.org/kbestop.htm" target="_top"&gt;Knowledge Base Links: STOP MESSAGES&lt;/a&gt; for much more information that the brief remarks below. Most Stop Messages indicate hardware issues; some are caused by troublesome software or a system service problem. The links page just mentioned provides a 10-step approach to troubleshooting STOP Messages in general, then itemized analysis on the most common of these. (STOP messages are identified by an 8-digit hexadecimal number, but also commonly written in a shorthand notation; e.g., a STOP 0x0000000A may also be written Stop 0xA.)&lt;/p&gt;  &lt;p&gt;Here are a few that may affect Win XP shutdown and restart. &lt;strong class="red"&gt;Stop 0x9F&lt;/strong&gt; and &lt;strong class="red"&gt;Stop 0x8E&lt;/strong&gt; are two of the most common of these at shutdown, and generally point to a bad driver. &lt;strong class="red"&gt;Stop 0x7B&lt;/strong&gt; on restarting means Win XP lost access to the system partition or boot volume during the startup process, due to a bad device driver, boot sector virus, resource conflict, boot volume corruption, or other problem listed &lt;a href="http://support.microsoft.com/?kbid=122926" target="_blank"&gt;here&lt;/a&gt;. &lt;strong class="red"&gt;Stop 0xC000021A&lt;/strong&gt; can when on restart after a system administrator has modified permissions so that the SYSTEM account no longer has adequate permissions to access system files and folders.&lt;/p&gt;  &lt;p&gt;MS-MVP Jim Pickering advises the following as one approach to these problems: Restart the computer. Press F8 during the restart and select “ Last Known Good Configuration.” If you catch the problem when it first occurs (meaning you likely have installed only one or two drivers or new service), this will return you to a previous working condition. System Restore provides an alternate approach, especially if you need to go back further than the last known good configuration, and Device Manager provides a tool for rolling back to an earlier driver.&lt;/p&gt;   &lt;a id="slow" name="slow"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;SHUTDOWN WORKS, BUT IT’S &lt;u&gt;&lt;em&gt;REAL&lt;/em&gt;&lt;/u&gt; SLOW&lt;/h3&gt;  &lt;ol&gt;&lt;li&gt;If it appears that Win XP is not shutting down, give it some time. Some users report a minute or longer for shutdown to visibly start. Generally, this is a consequence of software that is running when shutdown is attempted. It also may have something to do with particular hardware. If you experience this problem, be sure to close all running programs before attempting shutdown and see if this solves your problem. If so, then you can determine, by trial and error, which program(s) are involved.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Newsgroup correspondent “Sarah” provided one specific solution for this. In &lt;strong&gt;Control Panel | Administrative Tools | Services,&lt;/strong&gt; stop the Nvidia Driver Helper service. (You can also get this by launching &lt;strong class="red"&gt;SERVICES.MSC&lt;/strong&gt; from a Run box.) Many other newsgroup participants quickly confirmed that this solved this “extremely slow shutdown” problem for them (it’s the most successful solution for this problem to date). According to correspondent Gan Ming Teik, downloading and installing the new version 23.11 Nvidia driver also solves this problem.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Correspondent Ron Spruell found that disabling the Terminal Services service reduced his shutdown time from over 2 minutes (hanging at the “Windows is shutting down” screen) to about 10 seconds. To disable Terminal Services, follow the steps in the prior paragraph for launching &lt;strong class="red"&gt;SERVICES.MSC&lt;/strong&gt;. Please note that Terminal Services is required in Windows XP for running Remote Assistance, Fast User Switching, and (in XP Pro) Remote Desktop.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;Correspondent Graeme J.W. Smith reported a more obscure cause of slow shutdown: In Win XP Professional, the Group Policy Editor has a security option to clear the pagefile at system shutdown. The same setting also forces the hibernation file to be wiped at shutdown. These processes take long enough that users may think that shutdown has hung. To change the setting, click &lt;strong&gt;Start | Run,&lt;/strong&gt; type &lt;strong class="red"&gt;GPEDIT.MSC&lt;/strong&gt;, click OK. Drill down to &lt;strong&gt;Computer Configuration | Windows Settings | Security Settings | Local Policies | Security Options.&lt;/strong&gt; In the right pane, find “Shutdown: Clear virtual memory pagefile.” &lt;strong&gt;NOTE:&lt;/strong&gt; Since someone actually has to have set this policy, the problem will be pretty rare, but is worth mentioning. However, Forum participant “roadrunner” reported that the personal security app &lt;strong&gt;Privacy Eraser&lt;/strong&gt; automatically enables “Clear virtual memory pagefile,” and, therefore, may be the cause of a slow shutdown.&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;The Gear Software Security Service (GEARSEC.EXE), which enables &lt;strong&gt;iTunes for Windows&lt;/strong&gt; to read and burn CDs, has been reported by many users to cause Windows XP to hang at the “Windows is shutting down” screen for as long as 20-30 seconds. &lt;strong&gt;WORK-AROUND:&lt;/strong&gt; Stop the service prior to shutdown. One way to to this (suggested by “Thornburgh”) is to create a batch file with the one line &lt;strong class="red"&gt;net stop gearsecurity&lt;/strong&gt;. You can either launch this batch file manually, or (in Win XP Professional) use &lt;strong class="red"&gt;GPEDIT.MSC&lt;/strong&gt;) to specify this batch file as the shutdown script (under &lt;strong&gt;Computer Configuration | Windows Settings | Scripts | Shutdown&lt;/strong&gt;). Gear Software’s forum has a thread on this issue &lt;a href="http://www.gearsoftware.com/gearmegaboard/detail.cfm?threadparentid=682&amp;amp;boardid=4" target="_blank"&gt;here&lt;/a&gt;. &lt;em&gt;(Tip from correspondent “Andy”)&lt;/em&gt;&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;MS-MVP Gary Thorn discovered that the Event Log can slow down Win XP shutdown. Disabling event logging removed the slowdown. If this works for you, then the &lt;strong&gt;real&lt;/strong&gt; troubleshooting begins: finding out, by trial and error, what item that is being logged is causing the actual slowdown. (In Gary’s case, the Telephony service was causing the problem.) To disable the Event Log, launch the Services console as detailed in No. 2 above, and disable Event Log (right-click on Event Log, click Properties, under Startup Type select “Disabled”).&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;&lt;li&gt;In a domain environment, don’t forget to check any logoff scripts you are pushing. These can be a source of slow or hanging shutdown processes. Site visitor Tony Barkdull, for example, found that an enforced logoff script caused show shutdown for laptops that were off-site. He solved it be creating a logoff script on the local machines that deletes the Active Directory logoff group policy after it runs so that the logoff scripts are absent while a user is off-site, but are repopulated when they return. — A related cause of slow shutdowns is offline synchronization of data, which is increasingly common with mobile computing, but is usually much more obvious to the end-user.&lt;/li&gt;&lt;/ol&gt;  &lt;a id="powerdown" name="powerdown"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;POWERDOWN ISSUES&lt;/h3&gt;  &lt;p&gt;“Powerdown issues” are quite distinctive from “shutdown issues.” I define a shutdown problem as one wherein Windows doesn’t make it at least to the “OK to shut off your computer” screen. If Windows gets that far, or farther, then it has shut down correctly. However, the computer may not &lt;strong&gt;powerdown&lt;/strong&gt; correctly after that. This is a different problem, and I encourage people reporting these issues to make a clear distinction in their labeling.&lt;/p&gt;  &lt;p&gt;When Windows XP won’t powerdown automatically, the APM/NT Legacy Power Node may not be enabled. To enable this, right-click on the My Computer icon, click &lt;strong&gt;Properties | Hardware | Device Manager | View&lt;/strong&gt;. Check the box labeled “Show Hidden Devices.” If it’s available on your computer, there will be a red &lt;strong class="red"&gt;X&lt;/strong&gt; on the APM/NT Legacy Node. Try enabling it and see if this resolves the powerdown problem &lt;em&gt;(Tip from Terri Stratton).&lt;/em&gt; Or, to check the other side of the APM/ACPI coin, open the &lt;strong&gt;Power Options&lt;/strong&gt; applet in Control Panel. If there is an APM tab, make sure the “Enable Advanced Power Management Support” box is checked. (&lt;a href="http://support.microsoft.com/?kbid=313290" target="_blank"&gt;MSKB 313290&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;This should resolve the powerdown issue in most cases. However, other factors can sometimes interfere with correct powerdown functioning. In that case, consider the following tips:&lt;/p&gt;  &lt;ul&gt;&lt;li style="list-style-type: none; list-style-image: none; list-style-position: outside;"&gt;&lt;a id="shutmedown" name="shutmedown"&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Try some of the solutions on my &lt;a href="http://www.aumha.org/win5/a/shutcut.htm" target="_top"&gt;Shutdown &amp;amp; Restart Shortcuts&lt;/a&gt; page. If you really have a hardware inability to powerdown, these won’t solve it; but for some other underlying causes of powerdown failures, they just might.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If you change the default power settings in the BIOS, it can lead to a powerdown problem. Restoring all BIOS power settings to default will likely fix it. &lt;em&gt;(Tip from Kelly Theriot)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Sometimes, not all appropriate Registry settings are made when you enable all the right power management settings in Windows. You can force the critical Registry setting with the &lt;a href="http://www.aumha.org/downloads/shutntdown.zip"&gt;“ShutNTdown” Registry patch&lt;/a&gt;. &lt;strong class="red"&gt;Please follow sensible Registry editing protocol.&lt;/strong&gt; Backup your Registry before the change (or run System Restore to create a restore point). After installing it, test Windows shutdown. If the fix doesn’t work for you, remove it by restoring the Registry to its prior state. (For those who want more background information, the fix provided by this patch is based on information contained in MS Knowledge Base article &lt;a href="http://support.microsoft.com/?kbid=155117" target="_blank"&gt;155117&lt;/a&gt; for Windows NT 4.0.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;On some hardware, power management features simply don’t work right. This is exceedingly rare on Windows XP when compared to any earlier version of Windows but, on some machines, especially if no BIOS upgrade is available, there seems no conclusion to reach except, “Yes, you’re right, it doesn’t work, so don’t use that feature.” Accordingly, several correspondents have noted that their Win XP computers will not powerdown correctly unless they have Turn Off Monitor, Turn Off Hard Disks, and System Standby all set to “Never” in &lt;strong&gt;Control Panel | Power Options.&lt;/strong&gt; &lt;em&gt;(Tip from Dan Mitchell &amp;amp; others)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;How old is your power supply? Correspondent Andrew Walsh had a computer that wouldn’t power down after a Win XP shutdown until he replaced the power supply that was a few years old. Presto! His problem was gone.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Correspondent “Snake” restored powerdown functioning by disabling his CD-ROM’s AutoRun feature. The fastest way to do this is with the “Disable AutoRun” Registry patch that you can download &lt;a href="http://www.aumha.org/downloads/autrun0.zip"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;If you have &lt;strong&gt;Office XP&lt;/strong&gt; installed, the culprit may be CTFMON.EXE. This module provides the Alternate Language Bar and provides text input service support for speech recognition, handwriting recognition, keyboard, translation, and other alternative user input technologies. When you close all Office programs, this module stays active. Removing it can cause serious problems with your Office XP products, but you can effectively disable it by setting the installation state to &lt;strong&gt;Not Available&lt;/strong&gt; in Office XP Setup. This isn’t as easy as it sounds though — several steps are involved. For full instructions, plus more information on the file and its function, see &lt;a href="http://support.microsoft.com/?kbid=282599" target="_blank"&gt;What Is CTFMON and What Does It Do?&lt;/a&gt; &lt;em&gt;(Tip from Jay Jones)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;VIA Apollo Pro 133 motherboards&lt;/b&gt; have a “USB Keyboard support” BIOS setting that can interfere with proper power management function if it is enabled — especially with respect to preventing powerdown during attempted shutdown, and also preventing the computer from waking from Stand-by. &lt;b&gt;SOLUTION:&lt;/b&gt; Disable it. This was originally reported on the Chaintech 6ATA2, and confirmed on other VIA Apollo Pro 133 boards. &lt;em&gt;(Tips from “Zef,” The Netherlands, &amp;amp; Robert Lin)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Toshiba laptop (model not specified).&lt;/b&gt; Problems of Windows XP not powering off nor going into standyby were solved by uninstalling (then reinstalling) the Toshiba Power Saver software and Toshiba Hotkey for Display Devices. After doing this and a reboot, the problem was gone. &lt;em&gt;(Tip from David Flitterman)&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;a id="sp1" name="sp1"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;NEW PROBLEMS INTRODUCED BY SERVICE PACK 1 (SP1)&lt;/h3&gt;  &lt;p&gt;Some new shutdown and powerdown issues have arisen in Windows XP SP1. Here are the ones I know about:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;strong class="blue"&gt;HIBERNATION/STANDY PROBLEM WITH NERO SOFTWARE.&lt;/strong&gt; If you have Nero CD-burning software (versions 5.0-5.5) installed on your computer, and invoke Standby or Hibernation modes more than once in a Windows session, the computer will hang on the “Preparing to...” screen and not go into Standby or Hibernation. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Uninstall Nero completely, and keep your eyes open for a new version of the program down the road. (Reference: &lt;a href="http://support.microsoft.com/?kbid=331506" target="_blank"&gt;MSKB 331506&lt;/a&gt;.) &lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;WITH SP1, DON’T REMOVE SCSI ADAPTER WHILE IN STANDBY.&lt;/strong&gt; Service Pack 1 for Windows XP introduced a new (but pleasingly rare) shutdown problem: If you remove certain kinds of SCSI adapter while the computer is in Standby, the computer may not shut down properly. There is a “hot fix” for this available from Microsoft. (Reference: &lt;a href="http://support.microsoft.com/?kbid=330172" target="_blank"&gt;MSKB 330172&lt;/a&gt;.) &lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;SP1 + AMBIENT HAM MODEM + POSSIBLE IRQ ISSUE.&lt;/strong&gt; Site visitor Mike Redman wrote that, after installing SP1, his computer would hang on the shutdown screen. Neither the mouse nor Ctrl+Alt+Del would respond. &lt;strong&gt;Either&lt;/strong&gt; uninstalling SP1 or removing his Intel Ambient Ham 50.sys (unsigned driver) internal modem would solve the problem. &lt;strong&gt;FINAL SOLUTION:&lt;/strong&gt; Moving the modem from PCI slot 4 to slot 5 and reinstalling the drivers. He wrote, ”This may be an IRQ problem which SP1 was supposed to fix.”&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;a id="sp2" name="sp2"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;NEW PROBLEMS INTRODUCED BY SERVICE PACK 2 (SP2)&lt;/h3&gt;  &lt;p&gt;Some new issues have arisen in Windows XP SP2. Here are the ones I know about:&lt;/p&gt;  &lt;ul&gt;&lt;li&gt;&lt;strong class="blue"&gt;AUTOMATIC WINDOWS UPDATE INSTALLATION.&lt;/strong&gt; Windows XP SP2 checks at shutdown for any Windows Updates have been downloaded and not installed, then offers to install them as part of the shutdown process. Understandably, this can cause a very slow shutdown on that one occassion and, if something goes wrong, can even hang shutdown completely. To see if your shutdown problem is caused by this issue, look for error 0x80248011 in any of the Windows Update log files, particularly &lt;strong class="red"&gt;%windir%\SoftwareDistribution\ReportingEvents.log&lt;/strong&gt;. If present, this indicates a corrupt local metadata store for Windows Update. &lt;strong&gt;SOLUTION:&lt;/strong&gt; Click Start, click Run, type &lt;strong class="red"&gt;SERVICES.MSC&lt;/strong&gt;, click OK. Stop the Automatic Updates service. Rename the &lt;strong class="red"&gt;c:\Windows\SoftwareDistribution&lt;/strong&gt; folder to &lt;strong class="red"&gt;c:\Windows\SoftwareDistribution.old&lt;/strong&gt;. Restart the Automatic Updates service. &lt;em&gt;(Tip from MS-MVP Bill Castner.)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;REBOOT ON SHUTDOWN WITH HARDWARE-ENFORCE DATA EXECUTION PREVENTION.&lt;/strong&gt; If your computer uses hardware-enforced DEP, as the 64-bit AMD processors do, and you installed hardware that requires the MPEGPORT.SYS driver, there is a conflict. At shutdown, the driver tries to run from the same memory space DEP monitors. A 0xFC Stop message occurs. If your computer is set to automatically reboot on a system failure, it will simply reboot instead. The solution is a new driver. Microsoft provides a work-around in &lt;a href="http://support.microsoft.com/?kbid=878474" target="_blank"&gt;MSKB 878474&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;a id="other" name="other"&gt;&lt;/a&gt;&lt;br /&gt;&lt;h3&gt;OTHER KNOWN ISSUES &amp;amp; HINTS...&lt;/h3&gt;  &lt;ul&gt;&lt;li&gt;&lt;strong class="blue"&gt;BIOS UPGRADE.&lt;/strong&gt; As with every new operating system that comes along — especially one that is as much of a “step up” as Windows XP is from Windows 9&lt;em&gt;x&lt;/em&gt; — the recommendation is made to be sure your BIOS is updated. Many people have reported that this has solved their shutdown problems (and had other advantages) with Win XP, just as it has in earlier versions of Windows.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;“ShutNTdown” REGISTRY PATCH.&lt;/strong&gt; Download the &lt;a href="http://www.aumha.org/downloads/shutntdown.zip"&gt;“ShutNTdown” Registry patch&lt;/a&gt; mentioned &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.php#shutmedown"&gt;above&lt;/a&gt; under powerdown issues. &lt;strong class="red"&gt;Please follow sensible Registry editing protocol.&lt;/strong&gt; Backup your Registry before the change (&lt;em&gt;e.g,&lt;/em&gt; run System Restore to create a restore point). After installing, test Windows shutdown. If the fix doesn’t work for you, remove it by restoring the Registry to its prior state. This is not the appropriate shutdown fix for most machines, but does help some users with Windows shutdown problems, and not just with powerdown issues as one might suspect.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;UNSIGNED DEVICE DRIVERS.&lt;/strong&gt; Some users have found that Windows XP won’t shutdown properly if unsigned device drivers are used. This is simply a variation of the broader device driver issue: Hardware manufactures have not yet released all necessary device drivers for Win XP. This will continue to be a problem for the next few months; it already has been reduced to a very minor cause of Win XP shutdown problems.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;SIGNED DEVICE DRIVERS ON TOP OF UNSIGNED ONES.&lt;/strong&gt; Good advice on a variation of the above comes from correspondent Attila Szabadkai. For his SBLive 1024 sound card he had originally installed non-XP drivers, then updated these with digitally signed XP drivers downloaded from Creative Labs. Result: He got a 0x0A &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.php#dpsf"&gt;Stop Message&lt;/a&gt; at shutdown. &lt;strong&gt; SOLUTION:&lt;/strong&gt; He removed all drivers, and put back &lt;strong&gt;only&lt;/strong&gt; the digitally signed one.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;PROGRAMS HANG / BECOME UNRESPONSIVE.&lt;/strong&gt; Sometimes programs don’t close down correctly, or hang for some other reason during the Windows shutdown process. This freezes up, or at least significantly delays, Windows shutdown. For example, a few people have reported an error message that EXPLORER.EXE has become unresponsive during shutdown when they have used Win XP’s native CD-burning capabilities during that Windows session. If Windows is hanging because it can’t force a program to terminate, one solution is to disable the automatic end task logic (AutoEndTask). Use &lt;a href="http://www.aumha.org/downloads/autoend.zip"&gt;this registry patch&lt;/a&gt; to force that setting change. (Be sure to back up the Registry first.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;PACE INTERLOK ANTI-PIRACY SOFTWARE.&lt;/strong&gt; According to the MS Knowledge Base article &lt;a href="http://support.microsoft.com/?kbid=262575" target="_blank"&gt;Computer Hangs During Shutdown Because of Resource Conflict&lt;/a&gt;, PACE InterLok anti-piracy software installs a driver (TPKD.SYS) that uses the same IRQ as the Standard Floppy Disk Controller device. This can cause Win XP to hang at a blank screen (with mouse and keyboard nonresponsive) when you try to shutdown or restart. Additional symptoms may be that the floppy drive doesn’t show in My Computer; the Standard Floppy Disk Controller device in Device Manager may display the error status “This device cannot find enough free resources that it can use. (Code 12)”; and/or when trying to shutdown from Safe Mode you get the error message, &lt;strong class="red"&gt;STOP 0x0000009F Driver_Power_State_Failure.&lt;/strong&gt; The solution is to get the updated TPKD.SYS file from PACE.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;QUICK-SWITCHING USER ACCOUNTS.&lt;/strong&gt; One reported quirk affecting shutdown is the &lt;strong&gt;three-account shuffle.&lt;/strong&gt; Windows XP gives the ability to rapidly bounce between user accounts, with Win+L. If at least three user accounts exist, and you quick-switch through all three, and then log off all three in reverse order — “backing out” in an orderly way — then the machine may hang on shutdown. There may be other variations of account shuffling that cause this, but this one, clear example was provided by newsgroup correspondent John Ward. Microsoft has now identified something similar as a bug, in &lt;a href="http://support.microsoft.com/?kbid=320008" target="_blank"&gt;MSKB 320008&lt;/a&gt;, “You May Not Be Able to Shut Down Your Windows XP Computer.” The situation they describe is that only one user is logged on, quick-switching is used, and “Windows is under heavy stress.” A supported patch is available; see the article for details.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;USING SHUTDOWN SCRIPTS &amp;amp; 802.1x AUTHENTICATION PROTOCOL.&lt;/strong&gt; This combination can cause Win XP to take in excess of 10 minutes to shutdown normally. (IEEE 802.1x is an authentication standard for both wireless networks and wired Ethernet networks.) Here’s how the dominoes fall: The 802.1x authentication protocol stops after the user logs off. Shutdown scripts run &lt;strong&gt;after&lt;/strong&gt; the user logs off. If the script is on a network share and the connection is no longer available (since authentication has terminated), the script can’t run. The default time-out for shutdown scripts is 10 minutes. So the computer sits there 10 minutes before continuing with its shutdown. (Reference: &lt;a href="http://support.microsoft.com/?kbid=311787" target="_blank"&gt;MSKB 311787&lt;/a&gt;.)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;MISMATCHED RAM.&lt;/strong&gt; Correspondent Morten Bech reported that a combination of PC-100 and PC-133 RAM was the source of his shutdown problem. When he resolved the mismatch (by removing the PC-100 RAM), he also resolved the shutdown problem. A general reminder of a great general tip: You will get the best results if all RAM in a particular computer matches in all respects!&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;CHANGE NTFS TO FAT32? MOVE THE PAGEFILE?&lt;/strong&gt; Correspondent “Curiefleas” wrote that his reboot-on-shutdown problem was solved when he used a third party partitioning program to convert his NTFS partition to FAT32. It isn’t clear why this would be the case, but the tip was worth passing along. In a possibly related vein, other correspondents have reported a shutdown problem in XP either being caused by, or resolved by, relocating the pagefile! Is there some common issue involving substantial moving of the hard drive’s contents? These two hints intrigued me in light of a seemingly dissociated shutdown problem reportedly occurring in Win ME &lt;strong&gt;only&lt;/strong&gt; immediately after a defrag. These all may be unrelated to each other — or not. I list them here as part of the ongoing data collection.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;SHUTDOWN PROBLEMS IN WINDOWS NT/2000.&lt;/strong&gt; In researching known causes of shutdown problems in earlier versions of NT-family operating systems, most of what I found referred to problems that were resolved in later versions. There is no reason to suspect their recurrence. For example, there were quite a few shutdown issues identified in NT 3.&lt;em&gt;x&lt;/em&gt; that didn’t survive to NT 4.0. Very predictable causes were involved most often, especially &lt;strong&gt;difficulty with some 16-bit applications&lt;/strong&gt; or &lt;strong&gt;specific hardware incompatibilities.&lt;/strong&gt; Very few shutdown failure scenarios are documented for Windows 2000. All that I found were &lt;strong&gt;conflicts with specific software, specific hardware, or drivers.&lt;/strong&gt; While these three frame a wide set of possibilities, they are sufficiently narrow to be &lt;strong&gt;very&lt;/strong&gt; encouraging when joined with what we are seeing with Win XP. If approved compatible hardware and software are used, including XP-specific drivers, we see almost no shutdown problems at all. If other hardware or software is used... well, that gives us a starting place to focus our investigations.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;strong class="blue"&gt;SHUTDOWN PROBLEMS IN WINDOWS 9&lt;em&gt;x&lt;/em&gt;.&lt;/strong&gt; As stated at the beginning, I recommend that, if nothing above resolves your Win XP shutdown problem, try those &lt;a href="http://www.aumha.org/win4/a/shutdown.htm" target="_top"&gt;troubleshooting steps that have worked for Windows 9&lt;em&gt;x&lt;/em&gt; operating systems&lt;/a&gt; to help us establish a track record of exactly what does and does not apply, from that protocol, to the emergent scenarios in Windows XP.&lt;/li&gt;&lt;/ul&gt;  &lt;p class="repro"&gt;(This page is also reproduced, with my permission, on &lt;a href="http://www.xpmania.co.uk/" target="_blank"&gt;Windows XP Mania&lt;/a&gt;.)&lt;/p&gt; &lt;br /&gt;&lt;div style="text-align: center; margin-top: 8px; margin-bottom: 8px;"&gt;&lt;a href="http://www.microsoft.com/" target="_blank"&gt;&lt;img src="http://www.microsoft.com/mscorp/images/microsoft.gif" alt="Visit Microsoft.com" width="88" border="0" height="31" /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="tail"&gt;&lt;br /&gt;  &lt;a href="http://www.aumha.org/win5/a/shtdwnxp.php#top"&gt;Top of Page&lt;/a&gt;   &lt;a href="http://www.aumha.org/win5/index.htm" target="_top"&gt;Home&lt;/a&gt;   &lt;a href="http://aumha.org/sitemap.htm" target="_top"&gt;Site Map&lt;/a&gt;   &lt;a href="http://aumha.org/search.htm" target="_top"&gt;Search&lt;/a&gt;   &lt;a href="http://forum.aumha.org/" target="_top"&gt;Forums&lt;/a&gt;   &lt;a href="http://aumha.org/feedback.htm" target="_top"&gt;Feedback&lt;/a&gt;   &lt;a href="http://aumha.org/donate.htm" target="_top"&gt;Donate&lt;/a&gt;&lt;br /&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-7814976751657861031?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.aumha.org/win5/a/shtdwnxp.php' title='Home &gt; Articles &gt; Shutdown &gt; Here WINDOWS XP SHUTDOWN &amp; RESTART TROUBLESHOOTING Version 13.8 — March 5, 2007 Hold mouse here for list of most recent c'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/7814976751657861031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=7814976751657861031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7814976751657861031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/7814976751657861031'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/09/home-articles-shutdown-here-windows-xp.html' title='Home &gt; Articles &gt; Shutdown &gt; Here WINDOWS XP SHUTDOWN &amp; RESTART TROUBLESHOOTING Version 13.8 — March 5, 2007 Hold mouse here for list of most recent c'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2900323184513239400</id><published>2008-09-09T09:32:00.003+07:00</published><updated>2009-03-16T21:43:38.916+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vista_tips'/><title type='text'>Tăng tốc Vista: Tắt bỏ 12 tính năng không cần thiết</title><content type='html'>&lt;table width="100%" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;div&gt;                                             &lt;span class="artTitle" id="spTitle"&gt;Tăng tốc Vista: Tắt bỏ 12 tính năng không cần thiết&lt;/span&gt;&lt;script type="text/javascript"&gt;&lt;!--// document.title = 'QuanTriMang.com - Tăng tốc Vista: Tắt bỏ 12 tính năng không cần thiết'; //--&gt; &lt;/script&gt;                                         &lt;/div&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                 &lt;tr&gt;                                 &lt;/tr&gt;&lt;tr&gt;                                     &lt;td&gt;                                         &lt;div style="float: left; color: rgb(102, 102, 102);" class="date"&gt;                                             Cập nhật lúc                                             14h18' ngày &lt;a title="Các tin trong ngày 08/09/2008" href="http://www.quantrimang.com/daily/08092008/index.aspx"&gt;08/09/2008&lt;/a&gt;&lt;/div&gt;                                         &lt;div class="artTools"&gt;                                             &lt;ul&gt;&lt;li&gt;&lt;a title="Bản tỉnh lược để in" target="_blank" href="http://www.quantrimang.com/print/48887.aspx"&gt;                                                     &lt;img src="http://www.quantrimang.com/images/icon_print.gif" border="0" hspace="2" /&gt;Bản in&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a onclick="lnkSf_OnClick1()" title="Gửi bài này quan Email cho bạn bè" href="http://www.quantrimang.com/hethong/thu-thuat/48887_Tang_toc_Vista_Tat_bo_12_tinh_nang_khong_can_thiet.aspx#tools"&gt;&lt;span&gt;                                                             &lt;img src="http://www.quantrimang.com/images/icon_email.gif" border="0" hspace="2" /&gt;Gửi cho bạn bè&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;                                                                 &lt;a onclick="lnkCm_OnClick1()" title="Bình luận, nhận xét, tranh luận, góp ý cho bài này" href="http://www.quantrimang.com/hethong/thu-thuat/48887_Tang_toc_Vista_Tat_bo_12_tinh_nang_khong_can_thiet.aspx#tools"&gt;&lt;span&gt;                                                                         &lt;img src="http://www.quantrimang.com/images/icon_comment.gif" border="0" hspace="2" /&gt;Phản hồi&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;                                         &lt;/div&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                 &lt;tr&gt;                                     &lt;td&gt;                                          &lt;script type="text/javascript"&gt;                                                 counter(48887);                                         &lt;/script&gt;&lt;img src="http://www.quantrimang.com/backend/counter.ashx?news_id=48887&amp;amp;sid=2008_8_2_9_30_16_287" width="1" border="0" height="1" /&gt;                                          &lt;div style="font-size: 11px; margin-top: 8px; margin-bottom: 8px;"&gt;Xem thêm: &lt;i&gt;&lt;a href="http://www.quantrimang.com/timkiem/T%c4%83ng+t%e1%bb%91c+Vista/index.aspx"&gt;tăng tốc vista&lt;/a&gt;, &lt;a href="http://www.quantrimang.com/timkiem/t%c3%adnh+n%c4%83ng/index.aspx"&gt;tính năng&lt;/a&gt;, &lt;a href="http://www.quantrimang.com/timkiem/kh%c3%b4ng+c%e1%ba%a7n+thi%e1%ba%bft/index.aspx"&gt;không cần thiết&lt;/a&gt;, &lt;a href="http://www.quantrimang.com/timkiem/windows+vista/index.aspx"&gt;windows vista&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                 &lt;tr&gt;                                     &lt;td&gt;                                         &lt;div id="divContent"&gt;                                             &lt;p align="justify"&gt;&lt;strong&gt;&lt;em&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-1.png" align="left" /&gt;Quản Trị Mạng&lt;/em&gt;&lt;/strong&gt; - &lt;strong&gt;&lt;span style="color:#333333;"&gt;Phiên bản Windows mới nhất là một gói tổng hợp rất nhiều tính năng – nhiều hơn bất kỳ phiên bản Windows nào trước đây – và một vài trong số chúng chỉ là những tính năng không cần thiết.&lt;/span&gt;&lt;/strong&gt; Tất cả những tính năng đó cũng là nguyên nhân gây ra việc chạy máy chậm. Thực hiện theo các bước trong bài này bạn có thể thu hồi lại được hiệu suất máy tính bằng cách loại bớt những tính năng không cần thiết.&lt;br /&gt;&lt;br /&gt;Có hàng tá tính năng Vista không cần thiết bạn có thể tắt bỏ. Một vài hiệu ứng giao diện bóng bẩy chính là nguyên nhân gây chậm máy tính, trong khi một vài hiệu ứng khác gây tiêu tốn rất nhiều bộ nhớ.&lt;br /&gt;&lt;br /&gt;Vậy có nhất thiết phải tắt bỏ tất cả các tính năng nêu ra trong bài này? Điều đó còn phụ thuộc vào máy tính, thói quen công việc và sở thích của bạn.&lt;br /&gt;&lt;br /&gt;Để đảm bảo an toàn, bạn nên tạo điểm khôi phục trước khi tắt bất kỳ tính năng nào. Thông qua đó, nếu bạn không thích những sự thay đổi nào, có thể khôi phục lại chúng một cách nhanh chóng. Để tạo điểm khôi phục, kích vào &lt;strong&gt;Start&lt;/strong&gt; nhập &lt;strong&gt;sysdm.cpl&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Chọn &lt;strong&gt;System Protection&lt;/strong&gt; &gt; &lt;strong&gt;Create&lt;/strong&gt; và thực hiện theo từng bước hướng dẫn.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Sidebar&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Bạn phải tiêu tốn rất nhiều hiệu suất máy cho việc hiển thị đồng hồ, thumbnail slide-show ảnh và nhận thông tin RSS trên Windows Sidebar. Tắt bỏ những hiển thị này sẽ giúp máy tính hoạt động nhanh hơn rất nhiều, đặc biệt là khi khởi động máy.&lt;br /&gt;&lt;br /&gt;Để tắt bỏ Sidebar, kích chuột phải vào bất kỳ vị trí nào trên Sidebar và chọn &lt;strong&gt;Close Sidebar&lt;/strong&gt;. Bỏ tích tại mục &lt;strong&gt;Start Sidebar when Windows starts&lt;/strong&gt;, và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-2.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Giao diện Aero&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Microsoft sử dụng rất nhiều hiệu ứng đẹp mắt thông qua giao diện Aero. Các tính năng trong giao diện này bao gồm việc hiển thị cửa sổ thumbnail khi đưa chuột vào các mục trên taskbar, hay như cách xem cửa sổ dạng Flip 3D khi nhấn phím Windows + Tab.&lt;br /&gt;&lt;br /&gt;Rõ rằng là Aero rất phù hợp với những người thích giao diện bóng bẩy và đẹp mắt. Tuy nhiên nếu máy tính của bạn thường bị chậm và quá tải thì việc sử dụng Aero là một sai lầm. Hãy tắt bỏ nó bằng cách kích chuột phải vào nền màn hình Desktop và chọn &lt;strong&gt;Personalize&lt;/strong&gt; &gt; &lt;strong&gt;Window Color and Appearance&lt;/strong&gt;. Trong hộp thoại &lt;em&gt;Windows Color and Appearance&lt;/em&gt;, kích &lt;strong&gt;Open classic appearance properties for more color options&lt;/strong&gt; (nếu bạn không thấy hộp thoại này có nghĩa là Aero trên máy đã được tắt). Chọn &lt;strong&gt;Windows Vista Basic&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-3.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Một số tùy chọn giao diện tô điểm&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Bạn có thể tiết kiệm thêm được khoảng thời gian dùng máy bằng cách tắt đi toàn bộ hoặc một số tùy chọn giao diện đẹp mắt của Vista.&lt;br /&gt;&lt;br /&gt;Để xem các tùy chọn này, kích vào &lt;strong&gt;Start&lt;/strong&gt;, chuột phải vào &lt;strong&gt;Computer&lt;/strong&gt; và chọn &lt;strong&gt;Properties&lt;/strong&gt;. Kích vào &lt;strong&gt;Advanced System Properties&lt;/strong&gt;, chọn tab &lt;strong&gt;Advanced&lt;/strong&gt; và sau đó kích vào nút &lt;strong&gt;Settings&lt;/strong&gt; trong hộp thoại &lt;em&gt;Performance&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;Bạn có thể bỏ chọn tất cả các tùy chọn trong danh sách bằng cách kích vào &lt;strong&gt;Adjust for best performance&lt;/strong&gt;, hoặc đơn giản chỉ cần bỏ chọn những tính năng không cần thiết. Trong danh sách này có thể bỏ chọn những thành phần sau: &lt;em&gt;Fade or slide menus into view&lt;/em&gt;, &lt;em&gt;Fade or slide ToolTips into view&lt;/em&gt;, &lt;em&gt;Show shadows under menus&lt;/em&gt;, và &lt;em&gt;Slide open combo boxes&lt;/em&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-4.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Remote Assistance&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Không cần quan tâm về việc tắt tính năng này nếu bạn đang sử dụng Vista Home (Basic hay Premium), những phiên bản này không có tính năng Remote Assistance. Nếu bạn đang sử dụng Vista Business hay Ultimatem, có thể sử dụng Remote Assistance để điều khiển một máy tính khác – công cụ này rất hữu dụng nếu bạn thường xuyên phải hỗ trợ kỹ thuật cho những người sử dụng máy tính ở xa. Nếu bạn không thường xuyên phải hỗ trợ hoặc đã sử dụng phần mềm điều khiển từ xa của một hãng thứ ba, Remote Assistance lúc này chỉ có tác dụng tiêu tốn tài nguyên máy tính. Để tống khứ nó khỏi máy, bạn vào &lt;strong&gt;Start&lt;/strong&gt;, kích chuột phải vào &lt;strong&gt;Computer&lt;/strong&gt; và chọn &lt;strong&gt;Properties&lt;/strong&gt;. Kích vào &lt;strong&gt;Remove Settings&lt;/strong&gt;. Bỏ chọn phần &lt;strong&gt;Allow Remote Assistance connections to this computer&lt;/strong&gt;.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Internet Printing Client&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Bạn đã bao giờ in các tài liệu thông qua mạng Internet? Nếu chưa, hãy tắt bỏ đi tính năng Internet Printing Client trong Vista.&lt;br /&gt;&lt;br /&gt;Mở bảng điều khiển &lt;strong&gt;Programs and Features&lt;/strong&gt;, kích vào &lt;strong&gt;Turn Windows features on or off&lt;/strong&gt; ở phía bên trái cửa sổ; hộp thoại &lt;em&gt;Windows Features&lt;/em&gt; sẽ xuất hiện. Mở rộng phần &lt;strong&gt;Print Services&lt;/strong&gt; và bỏ chọn phần &lt;strong&gt;Internet Printing Client&lt;/strong&gt;.&lt;br /&gt;&lt;br /&gt;Kích &lt;strong&gt;OK&lt;/strong&gt; và sau đó đợi vài phút để hệ thống hỏi khởi động lại. Thao tác này cũng được áp dụng để bỏ đi 3 tùy chọn của các mục sau.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-5.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Windows Meeting Space&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Windows có tích hợp sẵn chương trình cộng tác ngang hàng Meeting Space, chương trình sẽ giúp bạn chia sẻ các file ngang qua một mạng và có thể chỉnh sửa chúng từ xa. Tuy nhiên, không phải ngày nào bạn cũng sử dụng tính năng này.&lt;br /&gt;&lt;br /&gt;Vì vậy, hãy tắt tính năng Windows Meeting Space đi nếu bạn thực sự không thường dùng. Chỉ cần bỏ chọn phần &lt;strong&gt;Windows Meeting Space&lt;/strong&gt; trong hộp thoại &lt;em&gt;Windows Features&lt;/em&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-6.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Windows Ultimate Extras&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Một trong những thứ tốt nhất mà bạn có thể thực hiện trong phiên bản Vista Ultimate là tắt bỏ những tính năng vô dụng đi. Tôi đang đề cập tới Ultimate Extras, một tập hợp các add-on có thể download chỉ cho người dùng Ultimate. Nếu bạn không trả tiền cho phiên bản đắt nhất của Vista, những add-on vô dụng này không đáng bận tâm.&lt;br /&gt;&lt;br /&gt;Bạn có thể tắt bỏ Windows Ultimate Extras trong bảng điều khiển &lt;em&gt;Windows Features&lt;/em&gt; bằng cách kích vào &lt;strong&gt;Turn Windows features on or off&lt;/strong&gt; để mở hộp thoại &lt;em&gt;Windows Features&lt;/em&gt;, sau đó bỏ chọn tại mục &lt;strong&gt;Windows Ultimate Extras&lt;/strong&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-7.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Tablet PC Stuff&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Windows Vista có rất nhiều tính năng hỗ trợ sử dụng Tablet PC đặc biệt là tính năng Input Panel hỗ trợ viết bằng bút. Nhưng nếu bạn không sử dụng tablet, tính năng này sẽ là vô dụng. Tắt bỏ các tính năng tablet của Vista, thực hiện các bước sau: Mở hộp thoại &lt;em&gt;Windows Features&lt;/em&gt;, bỏ chọn phần &lt;strong&gt;Tablet PC Optional Components&lt;/strong&gt;. Vào menu &lt;strong&gt;Start&lt;/strong&gt;, nhập &lt;strong&gt;services&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Tìm và kích đúp vào phần &lt;strong&gt;Tablet PC Input Services&lt;/strong&gt;. Trong menu thả xuống &lt;em&gt;Startup type&lt;/em&gt; chọn &lt;strong&gt;Disabled&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-8.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;ReadyBoost&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Tính năng này được giới thiệu là tăng tốc Vista bằng việc lưu bộ nhớ vào một ổ flash, tuy nhiên thực tế tính năng này cũng làm chậm chút ít hệ thống của bạn. Nếu không sử dụng đến tính năng này bao giờ, hãy tắt bỏ nó đi. Vào &lt;strong&gt;Start&lt;/strong&gt; nhập &lt;strong&gt;services&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Tìm và kích đúp vào mục &lt;strong&gt;ReadyBoost&lt;/strong&gt;. Trong menu thả xuống &lt;em&gt;Startup type&lt;/em&gt; chọn &lt;strong&gt;Disabled&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Search Indexing&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Đây là một tính năng thực sự cần sử dụng trên mọi máy tính. Tắt tính năng lập chỉ mục (index) của Vista sẽ làm chậm đi rất nhiều quá trình tìm kiếm thông tin trên máy tính của bạn. Nhưng bù lại đó, nó sẽ giúp máy tính có cải thiện rõ rệt về tốc độ.&lt;br /&gt;&lt;br /&gt;Nói cách khác, việc tắt tính năng lập chỉ mục giúp máy tính nâng cao hiệu suất chỉ có lợi hoàn toàn khi bạn không sử dụng đến tính năng tìm kiếm nội dung file trên máy tính, hoặc nếu cần có thể sử dụng một công cụ tìm kiếm khác như Copernic Desktop hay Google Desktop.&lt;br /&gt;&lt;br /&gt;Nếu bạn đã thực sự thấy cần tắt đi tính năng này, hãy vào menu &lt;strong&gt;Start&lt;/strong&gt;, nhập &lt;strong&gt;services&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Tìm và kích đúp vào mục &lt;strong&gt;Windows Search&lt;/strong&gt;. Tại menu thả xuống &lt;em&gt;Startup type&lt;/em&gt;, chọn &lt;strong&gt;Disabled&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="center"&gt;&lt;img class="" alt="" src="http://www.quantrimang.com/photos/image/092008/08/Vista-Features-9.jpg" /&gt;&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Offline Files&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Nếu bạn làm việc trên các file được lưu trữ tại một máy chủ nào đó, và bạn không thể tin là máy chủ lúc nào cũng sẵn sàng để sử dụng, tính năng Offline Files của Vista Business và Ultimate giúp cho bạn đỡ lo lắng hơn bằng việc sao chép các file đó về ổ cứng máy tính bạn và giữ cho chúng luôn đồng bộ.&lt;br /&gt;&lt;br /&gt;Tất nhiên, điều này không phải luôn cần thiết với tất cả mọi người, do đó Microsoft không đưa tính năng Offline Files này vào phiên bản Home của Vista. Tuy nhiên nếu bạn sử dụng Business hay Ultimate và vẫn không cần sử dụng Offline Files, hãy tắt bỏ tính năng này đi bằng cách kích vào &lt;strong&gt;Start&lt;/strong&gt;, nhập &lt;strong&gt;services&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Tìm và kích đúp vào mục &lt;strong&gt;Offline Files&lt;/strong&gt;. Trong menu thả xuống &lt;em&gt;Startup Type&lt;/em&gt;, chọn &lt;strong&gt;Disabled&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;Windows Error Reporting&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Windows thường xuyên gửi đi các thông báo lỗi – kể cả từ quá trình xử lý của chính hệ điều hành cho tới hoạt động của phần mềm hãng thứ ba – nó đều cung cấp báo cáo lỗi về Microsoft. Theo lý thuyết, việc này sẽ giúp công ty xác định được các vấn đề đối với hệ điều hành của họ. Tuy nhiên, những báo cáo này không phải lúc nào cũng được giải quyết và máy tính của bạn lại phải thực hiện thường xuyên công việc này (thậm chí là lặp lại các vấn đề giống nhau). Do đó, bạn đang lãng phí tài nguyên quý báu trên hệ thống của mình vào một tính năng hoạt động không cần thiết.&lt;br /&gt;&lt;br /&gt;Hãy vô hiệu hóa tính năng này đi bằng cách: kích &lt;strong&gt;Start&lt;/strong&gt;, nhập &lt;strong&gt;services&lt;/strong&gt; và nhấn &lt;strong&gt;Enter&lt;/strong&gt;. Tìm và kích đúp vào mục &lt;strong&gt;Windows Error Reporting Service&lt;/strong&gt;. Trong menu thả xuống &lt;em&gt;Startup type&lt;/em&gt;, chọn &lt;strong&gt;Disabled&lt;/strong&gt; và kích &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt; &lt;p align="justify"&gt;&lt;strong&gt;&lt;span style="color:#0000ff;"&gt;UAC: món quà hay điều phiền hà?&lt;br /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Một trong những tính năng mới gây tranh cãi nhiều nhất của Vista là User Account Control (UAC), tính năng này giúp bảo vệ hệ thống trước mã độc bằng cách bắt bạn xác nhận hành đồng đang diễn ra đối với hệ thống (dù hành động đó do bạn thực hiện) vào mọi thời điểm. Đối với một số người thì hành động này là sự quấy rầy không cần thiết cần phải loại bỏ. Một số người khác thì cho rằng nó sẽ giúp hệ thống bảo mật hơn. Do đó, việc tắt bỏ hay sử dụng hệ thống này còn tùy thuộc vào bạn. Nhưng hãy lưu ý rằng, nếu bạn tắt bỏ tính năng này thì phải đảm bảo hệ thống của bạn đã có một vài chương trình bảo vệ mạnh.&lt;/p&gt;                                         &lt;/div&gt;                                     &lt;/td&gt;                                 &lt;/tr&gt;                                 &lt;tr&gt;                                     &lt;td style="padding-top: 8px;"&gt;                                         &lt;b&gt;&lt;i&gt;                                             TH - HT (Theo PC World)&lt;/i&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2900323184513239400?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2900323184513239400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2900323184513239400' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2900323184513239400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2900323184513239400'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/09/tng-tc-vista-tt-b-12-tnh-nng-khng-cn.html' title='Tăng tốc Vista: Tắt bỏ 12 tính năng không cần thiết'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2211508156745260938</id><published>2008-08-20T15:44:00.001+07:00</published><updated>2008-08-20T15:44:53.142+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PPC'/><category scheme='http://www.blogger.com/atom/ns#' term='PCsofts'/><category scheme='http://www.blogger.com/atom/ns#' term='WM6'/><title type='text'>Giả lập Windows Mobile 6.0 trên máy tính</title><content type='html'>&lt;table class="tabnews" cellpadding="2" cellspacing="2"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td class="article_title"&gt;Giả lập Windows Mobile 6.0 trên máy tính&lt;/td&gt;           &lt;/tr&gt;             &lt;tr&gt;&lt;td class="news_content"&gt;&lt;div class="news_date" align="right"&gt;17/12/2007, 08:44&lt;/div&gt;&lt;br /&gt;              &lt;div align="justify"&gt;&lt;b&gt;Windows Mobile 6 (WM6) là hệ điều hành mới nhất dành cho các thiết bị di động của Microsoft. WM6 có 2 phiên bản hướng theo loại màn hình của thiết bị: bản standard hướng đến thiết bị không có màn hình cảm ứng (như Smartphone); bản professional hướng đến thiết bị có màn hình cảm ứng.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Tương ứng với 2 phiên bản trên là 2 phiên bản mô phỏng chạy trên Hệ điều hành Windows XP/2003/Vista. Với bản mô phỏng này, người sử dụng có thể cài đặt, thử nghiệm các chương trình trên máy mô phỏng mà không cần cài vào thiết bị.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Download&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Có thể download các image của WM6 &lt;b&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=38C46AA8-1DD7-426F-A913-4F370A65A582&amp;amp;displaylang=en" target="_blank"&gt;tại đây.&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Trên site ở đường dẫn trên, có thể download file Windows Mobile 6 Standard Images (USA).msi (73.3 MB). File này chứa các giao diện như sau:&lt;br /&gt;&lt;br /&gt;+ Windows Mobile 6 Standard (176x220 pixels - 96 dpi)&lt;br /&gt;+ Windows Mobile 6 Standard Landscape QVGA (240x320 pixels - 131 dpi)&lt;br /&gt;+ Windows Mobile 6 Standard QVGA (320x240 pixels - 131 dpi)&lt;br /&gt;&lt;br /&gt;Hoặc có thể download file Windows Mobile 6 Professional Images (USA).msi (183.1 MB). File này chứa các giao diện như sau:&lt;br /&gt;&lt;br /&gt;+ Windows Mobile 6 Classic (240x320 pixels - 96 dpi)&lt;br /&gt;+ Windows Mobile 6 Professional (240x320 pixels - 96 dpi)&lt;br /&gt;+ Windows Mobile 6 Professional Square (240x240 pixels - 96 dpi)&lt;br /&gt;+ Windows Mobile 6 Professional Square QVGA (320x320 pixels - 128 dpi)&lt;br /&gt;+ Windows Mobile 6 Professional Square VGA (480x480 pixels - 192 dpi)&lt;br /&gt;+ Windows Mobile 6 Professional VGA (480x640 pixels - 192 dpi)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2. Yêu cầu cho WM6 Emulator&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;- Hệ điều hành hỗ trợ: Windows 2000 SP4, XP, 2003, Vista. Bài viết này sẽ hướng dẫn trên Windows XP. Các hệ điều hành khác, bạn đọc tự nghiên cứu.&lt;br /&gt;- Trên Windows 2000/XP/2003, download ActiveSync V4.5: &lt;a href="http://xahoithongtin.com.vn/redirect.asp?rd=http://www.microsoft.com/windowsmobile/activesync/activesync45.mspx" target="_blank"&gt;&lt;u&gt;http://www.microsoft.com/windowsmobile/activesync/activesync45.mspx&lt;/u&gt;&lt;/a&gt;&lt;br /&gt;- Microsoft .NET Compact Framework: &lt;b&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=aea55f2f-07b5-4a8c-8a44-b4e1b196d5c0&amp;amp;displaylang=en" target="_blank"&gt;tại đây&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3. Hướng dẫn sử dụng&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;- Sau khi download WM6 Standard; WM6 Professional; ActiveSync, lần lượt cài đặt các chương trình. Quá trị cài đặt khá đơn giản. Khi kết thúc cài đặt ActiveSync, khởi động lại máy tính.&lt;br /&gt;&lt;br /&gt;- WM6 sau khi cài đặt sẽ theo đường dẫn Start -&gt; Programs -&gt; Windows Mobile 6 SDK. Các skin sẽ nằm trong Standalone Emulator Images -&gt; US US English. Để chạy một mô phỏng của WM6, chọn đường dẫn Start -&gt; Programs -&gt; Windows Mobile 6 SDK -&gt; Standalone Emulator Images -&gt; US English, sau đó chọn skin tương ứng. Ví dụ Windows Mobile 6 Standard Landscape, chọn -&gt; Standard Landscape. Giao diện của mô phỏng WM6 tương ứng như hình dưới.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-1.jpg" border="0" /&gt;&lt;br /&gt;WM6 Standard Landscape&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;&lt;b&gt;a. Save State and Exit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Save State and Exit là chức năng cho phép lưu trạng thái hiện thời của mô phỏng WM6. Sau khi cài đặt, cấu hình trên mô phỏng WM6, chọn chức năng này để lưu lại các thông tin. Để chạy chức năng này, chọn menu File -&gt; Save State and Exit. Các file Save State sẽ được lưu lại theo đường dẫn Documents and SettingsApplication DataMicrosoftDevice Emulator, trong đó sẽ tương ứng với tên user đang sử dụng Windows XP. Sau khi lưu lại trạng thái của mô phỏng WM6, khác với mô phỏng WM5, chỉ cần chạy lại là sẽ WM6 Save State sẽ ngầm định được nạp lại.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-2.jpg" border="0" /&gt;&lt;br /&gt;WM6 Professional Square&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;&lt;b&gt;b. Reset&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Mô phỏng WM6 có 2 chức năng là Hard Reset và Soft Reset. Hai chức năng này có thể tìm thấy ở menu File -&gt; Reset. Soft Reset là việc khởi động lại hệ điều hành WM6. Còn Hard Reset sẽ nạp lại cả hệ điều hành của WM6, xóa hết các thông tin trên thiết bị. Các chức năng này cũng tương tự như máy thật.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;c. Share Folder&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Lựa chọn từ menu File -&gt; Configure cho phép cấu hình các thông tin liên quan đến máy mô phỏng.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-3.jpg" target="_blank"&gt; &lt;div align="center"&gt; &lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-3.jpg" border="0" /&gt; &lt;/div&gt; &lt;/a&gt;  &lt;div align="center"&gt; Emulator Properties&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;Trong các tab của Emulator Properties, cần chú ý đến tab General với lựa chọn Share Folder. Như đã biết khả năng lưu trữ của PPC/Smarphon rất thấp, chỉ khoảng 64-128 MB. Muốn tăng khả năng lưu trữ này, cần cắm thêm thẻ nhớ. Chức năng Share Folder sẽ cho phép máy mô phỏng sử dụng một thư mục của ổ cứng máy tính trên Windows XP để làm ổ lưu trữ (Storage).&lt;br /&gt;&lt;br /&gt;&lt;b&gt;d. Kết nối với Windows XP thông qua ActiveSync&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Đối với thiết bị thật sử dụng hệ điều hành Windows Mobile, để kết nối với PC, cần sử dụng cable USB (hoặc COM, hoặc IR), và trên PC dùng Windows, cần cài đặt chương trình ActiveSync.&lt;br /&gt;&lt;br /&gt;Trên máy mô phỏng, việc kết nối này sẽ được thực hiện theo các bước sau:&lt;br /&gt;&lt;br /&gt;- Cài đặt ActiveSync. Sau khi cài đặt, chạy ActiveSync theo đường dẫn Start -&gt; Programs -&gt;Microsoft ActiveSync.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;a href="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-4.jpg" target="_blank"&gt;&lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-4.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Microsoft ActiveSync&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;Trên Microsoft ActiveSync, nhắp chuột vào menu File -&gt; Connection Settings, xuất hiện hộp thoại Connection Settings. Trên hộp thoại Connection Settings, lựa chọn Allow connections to one of the following, trong danh sách các cổng kết nối, chọn DMA, sau đó nhắp nút OK để kết thúc việc thiết lập connection.&lt;br /&gt;&lt;br /&gt;- Chạy máy mô phỏng.&lt;br /&gt;&lt;br /&gt;- Chạy chương trình Device Emulator Manager theo đường dẫn Start -&gt; Programs -&gt; Windows Mobile 6 SDK -&gt; Tools -&gt; Device Emulator Manager.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-5.jpg" border="0" /&gt;&lt;br /&gt;Device Emulator Manager&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;Trên giao diện của Device Emulator Manager, nhắp đúp vào mục Other để mở các kết nối từ PC đến các Windows Mobile thông qua ActiveSync. Chuột phải vào một kết nối, trên menu chuột phải, chọn Cradle.&lt;br /&gt;&lt;br /&gt;Khi đó ActiveSync sẽ tự động dò tìm thiết bị kết nối và xuất hiện hộp thoại Synchronization Setup Wizard. Hộp thoại này cho phép cấu hình các chương trình đồng bộ giữa máy tính và thiết bị sử dụng Windows Mobile.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;a href="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-6.jpg" target="_blank"&gt;&lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-6.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Synchronization Setup Wizard&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;Sau khi kết nối, Microsoft ActiveSync sẽ có các lựa chọn Sync để đồng bộ chương trình giữa máy tính và thiết bị sử dụng Windows Mobile. Lựa chọn Explorer để mở ổ lưu trữ trên thiết bị.&lt;br /&gt;&lt;br /&gt;&lt;div align="center"&gt; &lt;img src="http://tinhte.com/home/TTData/Image/2007/2007121708_tinhte_13561-7.jpg" border="0" /&gt;&lt;br /&gt;ActiveSync sau khi kết nối&lt;br /&gt;&lt;/div&gt;  &lt;br /&gt;&lt;b&gt;e. Cài đặt chương trình cho máy mô phỏng.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Chương trình cài đặt cho Windows Mobile nói chung có 2 dạng, dạng file exe để chạy trên máy tính và dạng .cab để cài trên Windows Mobile.&lt;br /&gt;&lt;br /&gt;Với dạng .exe, cần chạy ActiveSync. Sau khi kết nối giữa PC và máy mô phỏng WM6, chạy file .exe đó trên máy tính. Khi đó chương trình cài đặt sẽ tự động kết nối và trên máy mô phỏng sẽ được hỏi cài đặt vào ổ lưu trữ của máy mô phỏng hay Storage.&lt;br /&gt;&lt;br /&gt;Chú ý mục c. Share Folder để dùng 1 thư mục trên máy tính thật làm Storage trên máy mô phỏng và nên cài các chương trình vào Storage.&lt;br /&gt;&lt;br /&gt;Với dạng .cab, chỉ cần copy các file .cab vào thư mục chia sẻ. Khi đó trên máy mô phỏng, dùng explorer để mở đến Storage và chạy các file này để cài đặt.&lt;br /&gt;&lt;br /&gt;Bài viết trên trình bầy những kiến thức cơ bản về việc sử dụng máy mô phỏng cho Windows Mobile V6. Với máy mô phỏng, người dùng có thể thực hiện việc cài đặt, thử nghiệm các tính năng của chương trình mới, trước khi cài đặt lên thiết bị thật. &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;             &lt;tr&gt;               &lt;td class="other_news" align="right"&gt;Gửi bởi &lt;b&gt;Hư Trúc&lt;/b&gt;&lt;br /&gt;Theo &lt;span class="news_source"&gt;Xã Hội Thông Tin&lt;/span&gt;&lt;br /&gt;&lt;a href="javascript:history.go(-1)"&gt;&lt;b&gt;[Trờ về]&lt;/b&gt;&lt;/a&gt; &lt;b&gt;  &lt;a href="http://www.tinhte.com/forum/showthread.php?p=148520#post148520" target="_blank"&gt;[Thảo luận trong Diễn Đàn]&lt;/a&gt;&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2211508156745260938?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://tinhte.com/cong-nghe/windows-mobile/2476/' title='Giả lập Windows Mobile 6.0 trên máy tính'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2211508156745260938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2211508156745260938' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2211508156745260938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2211508156745260938'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/gi-lp-windows-mobile-60-trn-my-tnh.html' title='Giả lập Windows Mobile 6.0 trên máy tính'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-9180430073403370874</id><published>2008-08-19T17:23:00.004+07:00</published><updated>2009-03-16T21:46:36.819+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Howto'/><title type='text'>How To Repair MySQL Replication</title><content type='html'>&lt;h1 id="title"&gt;How To Repair MySQL Replication&lt;/h1&gt;                                                                          &lt;!-- start main content --&gt;                                                      &lt;!-- document.write('&lt;div style="float: left; margin: 10px 10px 10px 10px;"&gt;'); //--&gt; &lt;div style="margin: 10px; float: left;"&gt; &lt;!-- BEGIN NetShelter Ad Tag for HowtoForge 300x250,336x280 --&gt; &lt;script language="JavaScript" src="http://ad.doubleclick.net/adj/ns.howtoforge/howtos;sz=300x250,336x280;tile=%27+netshel_tile+%27;ord=%27%20+%20netshel_ord%20+%20%27?" type="text/javascript"&gt;&lt;/scr' + 'ipt&gt;'); netshel_tile++; &lt;/script&gt;&lt;script language="JavaScript" src="http://ad.doubleclick.net/adj/ns.howtoforge/howtos;sz=300x250,336x280;tile=2;ord=5472486484975441?" type="text/javascript"&gt;&lt;/script&gt;&lt;script language="JavaScript" src="http://optimized-by.rubiconproject.com/a/1460/1472/3191.js?cb=0.006011485304303399" type="text/javascript"&gt;&lt;/script&gt; &lt;!-- END AD TAG --&gt;&lt;script type="text/javascript"&gt; &lt;!-- document.write('&lt;/div&gt;'); //--&gt; &lt;/script&gt;&lt;/div&gt; &lt;!-- begin content --&gt;        &lt;div class="info"&gt;Submitted by &lt;a href="http://www.howtoforge.com/forums/member.php?u=2" title="View user profile." rel="nofollow"&gt;falko&lt;/a&gt; (&lt;a href="http://www.howtoforge.com/forums/private.php?do=newpm&amp;amp;u=2" title="Contact author." rel="nofollow"&gt;Contact Author&lt;/a&gt;) (&lt;a href="http://www.howtoforge.com/forums" title="Forums."&gt;Forums&lt;/a&gt;) on Fri, 2008-06-06 12:10.&lt;span class="taxonomy"&gt; :: &lt;a href="http://www.howtoforge.com/sitemap/mysql"&gt;MySQL&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;      &lt;h2&gt;How To Repair MySQL Replication &lt;/h2&gt; &lt;p&gt;Version 1.0&lt;br /&gt;Author: Falko Timme &lt;ft&gt;&lt;br /&gt;Last edited 05/29/2008&lt;/ft&gt;&lt;/p&gt; &lt;p&gt;If you have set up MySQL replication, you probably know this problem: sometimes there are invalid MySQL queries which cause the replication to not work anymore. In this short guide I explain how you can repair the replication on the MySQL slave without the need to set it up from scratch again. &lt;/p&gt; &lt;p&gt;I do not issue any guarantee that this will work for you!&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;h3&gt;1 Identifying The Problem&lt;/h3&gt; &lt;p&gt;To find out whether replication is/is not working and what has caused to stop it, you can take a look at the logs. On Debian, for example, MySQL logs to &lt;span class="system"&gt;/var/log/syslog&lt;/span&gt;:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;grep mysql /var/log/syslog&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p class="system"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;server1:/home/admin# grep mysql /var/log/syslog&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: 080529 9:56:08 [ERROR] Slave: Error 'Table 'mydb.taggregate_temp_1212047760' doesn't exist' on query. Default database: 'mydb'. Query: 'UPDATE thread AS thread,taggregate_temp_1212047760 AS aggregate&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: ^ISET thread.views = thread.views + aggregate.views&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: ^IWHERE thread.threadid = aggregate.threadid', Error_code: 1146&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: 080529 9:56:08 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysql-bin.001079' position 203015142&lt;br /&gt;server1:/home/admin#&lt;p&gt;&lt;/p&gt; &lt;p&gt;You can see what query caused the error, and at what log position the replication stopped.&lt;/p&gt; &lt;p&gt;To verify that the replication is really not working, log in to MySQL:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql -u root -p&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;On the MySQL shell, run:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql&gt; SHOW SLAVE STATUS \G&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;If one of &lt;span class="system"&gt;Slave_IO_Running&lt;/span&gt; or &lt;span class="system"&gt;Slave_SQL_Running&lt;/span&gt; is set to &lt;span class="system"&gt;No&lt;/span&gt;, then the replication is broken:&lt;/p&gt; &lt;p style="font-weight: bold;" class="system"&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt; SHOW SLAVE STATUS \G&lt;/span&gt;&lt;br /&gt;*************************** 1. row ***************************&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;           Slave_IO_State: Waiting for master to send event&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;              Master_Host: 1.2.3.4&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;              Master_User: slave_user&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;              Master_Port: 3306&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;            Connect_Retry: 60&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;          Master_Log_File: mysql-bin.001079&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;      Read_Master_Log_Pos: 269214454&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;           Relay_Log_File: slave-relay.000130&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;            Relay_Log_Pos: 100125935&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;    Relay_Master_Log_File: mysql-bin.001079&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;         Slave_IO_Running: Yes&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;        Slave_SQL_Running: No&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;          Replicate_Do_DB: mydb&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;      Replicate_Ignore_DB:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;       Replicate_Do_Table:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;   Replicate_Ignore_Table:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;  Replicate_Wild_Do_Table:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Replicate_Wild_Ignore_Table:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;               Last_Errno: 1146&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;               Last_Error: Error 'Table 'mydb.taggregate_temp_1212047760' doesn't exist' on query. Default database: 'mydb'.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;Query: 'UPDATE thread AS thread,taggregate_temp_1212047760 AS aggregate&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;      SET thread.views = thread.views + aggregate.views&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;      WHERE thread.threadid = aggregate.threadid'&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;             Skip_Counter: 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;      Exec_Master_Log_Pos: 203015142&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;          Relay_Log_Space: 166325247&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;          Until_Condition: None&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;           Until_Log_File:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;            Until_Log_Pos: 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;       Master_SSL_Allowed: No&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;       Master_SSL_CA_File:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;       Master_SSL_CA_Path:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;          Master_SSL_Cert:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;        Master_SSL_Cipher:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;           Master_SSL_Key:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;    Seconds_Behind_Master: NULL&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: normal;"&gt;1 row in set (0.00 sec)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;               &lt;script type="text/javascript"&gt; &lt;!-- document.write('&lt;div align="center"&gt;'); //--&gt; &lt;/script&gt;  &lt;p&gt; &lt;/p&gt; &lt;h3&gt;2 Repairing The Replication&lt;/h3&gt; &lt;p&gt;Just to go sure, we stop the slave:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql&gt; STOP SLAVE;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;Fixing the problem is actually quite easy. We tell the slave to simply skip the invalid SQL query:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql&gt; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;This tells the slave to skip one query (which is the invalid one that caused the replication to stop). If you'd like to skip two queries, you'd use &lt;span class="system"&gt;SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 2;&lt;/span&gt; instead and so on.&lt;/p&gt; &lt;p&gt;That's it already. Now we can start the slave again...&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql&gt; START SLAVE;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;... and check if replication is working again:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style="font-weight: bold;" class="command"&gt;mysql&gt; SHOW SLAVE STATUS \G&lt;/p&gt; &lt;p class="system"&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt; SHOW SLAVE STATUS \G&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class="system"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;*************************** 1. row ***************************&lt;br /&gt;        Slave_IO_State: Waiting for master to send event&lt;br /&gt;           Master_Host: 1.2.3.4&lt;br /&gt;           Master_User: slave_user&lt;br /&gt;           Master_Port: 3306&lt;br /&gt;         Connect_Retry: 60&lt;br /&gt;       Master_Log_File: mysql-bin.001079&lt;br /&gt;   Read_Master_Log_Pos: 447560366&lt;br /&gt;        Relay_Log_File: slave-relay.000130&lt;br /&gt;         Relay_Log_Pos: 225644062&lt;br /&gt; Relay_Master_Log_File: mysql-bin.001079&lt;br /&gt;      Slave_IO_Running: Yes&lt;br /&gt;     Slave_SQL_Running: Yes&lt;br /&gt;       Replicate_Do_DB: mydb&lt;br /&gt;   Replicate_Ignore_DB:&lt;br /&gt;    Replicate_Do_Table:&lt;br /&gt;Replicate_Ignore_Table:&lt;br /&gt;Replicate_Wild_Do_Table:&lt;br /&gt;Replicate_Wild_Ignore_Table:&lt;br /&gt;            Last_Errno: 0&lt;br /&gt;            Last_Error:&lt;br /&gt;          Skip_Counter: 0&lt;br /&gt;   Exec_Master_Log_Pos: 447560366&lt;br /&gt;       Relay_Log_Space: 225644062&lt;br /&gt;       Until_Condition: None&lt;br /&gt;        Until_Log_File:&lt;br /&gt;         Until_Log_Pos: 0&lt;br /&gt;    Master_SSL_Allowed: No&lt;br /&gt;    Master_SSL_CA_File:&lt;br /&gt;    Master_SSL_CA_Path:&lt;br /&gt;       Master_SSL_Cert:&lt;br /&gt;     Master_SSL_Cipher:&lt;br /&gt;        Master_SSL_Key:&lt;br /&gt; Seconds_Behind_Master: 0&lt;br /&gt;1 row in set (0.00 sec)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;mysql&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;As you see, both &lt;span class="system"&gt;Slave_IO_Running&lt;/span&gt; and &lt;span class="system"&gt;Slave_SQL_Running&lt;/span&gt; are set to &lt;span class="system"&gt;Yes&lt;/span&gt; now.&lt;/p&gt; &lt;p&gt;Now leave the MySQL shell...&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;mysql&gt; quit;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;... and check the log again:&lt;/p&gt; &lt;p style="font-weight: bold;" class="command"&gt;&lt;/p&gt;&lt;blockquote style="font-weight: bold;"&gt;grep mysql /var/log/syslog&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;p class="system"&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;span style="font-weight: bold;"&gt;server1:/home/admin# grep mysql /var/log/syslog&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;blockquote&gt;May 29 09:56:08 http2 mysqld[1380]: 080529 9:56:08 [ERROR] Slave: Error 'Table 'mydb.taggregate_temp_1212047760' doesn't exist' on query. Default database: 'mydb'. Query: 'UPDATE thread AS thread,taggregate_temp_1212047760 AS aggregate&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: ^ISET thread.views = thread.views + aggregate.views&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: ^IWHERE thread.threadid = aggregate.threadid', Error_code: 1146&lt;br /&gt;May 29 09:56:08 http2 mysqld[1380]: 080529 9:56:08 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'mysql-bin.001079' position 203015142&lt;br /&gt;May 29 11:42:13 http2 mysqld[1380]: 080529 11:42:13 [Note] Slave SQL thread initialized, starting replication in log 'mysql-bin.001079' at position 203015142, relay log '/var/lib/mysql/slave-relay.000130' position: 100125935&lt;br /&gt;server1:/home/admin#&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;The last line says that replication has started again, and if you see no errors after that line, everything is ok.&lt;/p&gt; &lt;p&gt; &lt;/p&gt; &lt;h3&gt;3 Links&lt;/h3&gt; &lt;ul&gt;&lt;li&gt;MySQL: &lt;a href="http://www.mysql.com/" target="_blank"&gt;http://www.mysql.com&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-9180430073403370874?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.howtoforge.com/how-to-repair-mysql-replication' title='How To Repair MySQL Replication'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/9180430073403370874/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=9180430073403370874' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9180430073403370874'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/9180430073403370874'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/how-to-repair-mysql-replication.html' title='How To Repair MySQL Replication'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8048047881475025412</id><published>2008-08-19T15:41:00.003+07:00</published><updated>2009-03-16T21:50:39.930+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Howto'/><title type='text'>NTP + centos How to</title><content type='html'>&lt;h1&gt;&lt;a href="http://www.cyberciti.biz/faq/howto-install-ntp-to-synchronize-server-clock/" rel="bookmark" title="Permanent Link to CentOS Linux install and configure NTP to synchronize the system clock"&gt;CentOS Linux install and configure NTP to synchronize the system clock&lt;/a&gt; &lt;/h1&gt; &lt;div style="color: rgb(136, 136, 136);"&gt;Posted by Vivek Gite   [Last updated: August 20, 2007]&lt;/div&gt;&lt;br /&gt;&lt;div id="EchoTopic"&gt; &lt;div style="float: left; margin-top: 0px; margin-right: 5px;"&gt; &lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-7825705102693166"; google_ad_slot = "1901335248"; google_ad_width = 300; google_ad_height = 250; //--&gt; &lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;&lt;iframe name="google_ads_frame" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-7825705102693166&amp;amp;dt=1219132879947&amp;amp;lmt=1219131065&amp;amp;output=html&amp;amp;slotname=1901335248&amp;amp;correlator=1219132879946&amp;amp;url=http%3A%2F%2Fwww.cyberciti.biz%2Ffaq%2Fhowto-install-ntp-to-synchronize-server-clock%2F&amp;amp;ref=http%3A%2F%2Fwww.google.com.vn%2Fsearch%3Fq%3Dntp%2B%252B%2Bcentos%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dorg.mozilla%3Aen-US%3Aofficial%26client%3Dfirefox-a&amp;amp;frm=0&amp;amp;cc=100&amp;amp;ga_vid=3013705162093647400.1219132875&amp;amp;ga_sid=1219132875&amp;amp;ga_hid=1476440570&amp;amp;ga_fc=true&amp;amp;flash=9.0.124&amp;amp;u_h=1024&amp;amp;u_w=1280&amp;amp;u_ah=1024&amp;amp;u_aw=1280&amp;amp;u_cd=32&amp;amp;u_tz=420&amp;amp;u_his=2&amp;amp;u_nplug=21&amp;amp;u_nmime=76" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" width="300" frameborder="0" height="250"&gt;&lt;/iframe&gt; &lt;/div&gt;&lt;div style="float: right; margin-top: 0px; margin-left: 5px;"&gt;&lt;a href="http://www.cyberciti.biz/faq/category/redhat-and-friends/" title="See all Redhat/CentOS/Fedora Core related FAQ"&gt;&lt;img src="http://figs.cyberciti.biz/3rdparty/rhlogo.gif" border="0" /&gt;&lt;/a&gt;&lt;strong&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Q&lt;/span&gt;&lt;/strong&gt;. How do I install and configure NTP under CentOS Linux 5 server to synchronize the system clock?&lt;/div&gt;  &lt;p&gt;&lt;strong&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;A&lt;/span&gt;&lt;/strong&gt;. You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux. &lt;/p&gt; &lt;h3&gt;Procedure&lt;/h3&gt; &lt;p&gt;Login as the root user&lt;/p&gt; &lt;p&gt;Type the following command to install ntp&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;code&gt;# yum install ntp&lt;/code&gt;&lt;/p&gt;&lt;br /&gt;Turn on service&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;code&gt;# chkconfig ntpd on&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;Synchronize the system clock with 0.pool.ntp.org server:&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;&lt;code&gt;# ntpdate pool.ntp.org&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;Start the NTP:&lt;br /&gt;&lt;code&gt;&lt;/code&gt;&lt;blockquote&gt;# /etc/init.d/ntpd start&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8048047881475025412?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.cyberciti.biz/faq/howto-install-ntp-to-synchronize-server-clock/' title='NTP + centos How to'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8048047881475025412/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8048047881475025412' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8048047881475025412'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8048047881475025412'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/ntp-centos-how-to.html' title='NTP + centos How to'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-3832370498485966128</id><published>2008-08-14T19:11:00.008+07:00</published><updated>2009-03-16T21:45:12.225+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='trainning'/><title type='text'>VTC Shell Scripts</title><content type='html'>&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Course%20Files.rar" title="Course Files.rar"&gt;&lt;br /&gt;Course Files.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2010%20-%20Advanced%20Scripting.rar" title="Chapter 10 - Advanced Scripting.rar"&gt;&lt;br /&gt;Chapter 10 - Advanced Scripting.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2009%20-%20Command-line%20Parameters.rar" title="Chapter 09 - Command-line Parameters.rar"&gt;&lt;br /&gt;Chapter 09 - Command-line Parameters.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2008%20-%20Functions.rar" title="Chapter 08 - Functions.rar"&gt;&lt;br /&gt;Chapter 08 - Functions.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2007%20-%20Text%20Processing.rar" title="Chapter 07 - Text Processing.rar"&gt;&lt;br /&gt;Chapter 07 - Text Processing.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2006%20-%20Loops.rar" title="Chapter 06 - Loops.rar"&gt;&lt;br /&gt;Chapter 06 - Loops.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/"&gt;Free file hosting from File Den&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2004%20-%20Shell%20Programming%20Features.rar" title="Chapter 04 - Shell Programming Features.rar"&gt;&lt;br /&gt;Chapter 04 - Shell Programming Features.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2003%20-%20Running%20a%20Shell%20Script.rar" title="Chapter 03 - Running a Shell Script.rar"&gt;&lt;br /&gt;Chapter 03 - Running a Shell Script.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2002%20-%20Your%20First%20Shell%20Script.rar" title="Chapter 02 - Your First Shell Script.rar"&gt;&lt;br /&gt;Chapter 02 - Your First Shell Script.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/"&gt;&lt;/a&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/files/2008/8/13/2048869/Script%20Video/Chapter%2001%20-%20Introduction.rar" title="Chapter 01 - Introduction.rar"&gt;&lt;br /&gt;Chapter 01 - Introduction.rar&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a style="color: rgb(0, 0, 153);" href="http://www.fileden.com/"&gt;&lt;br /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-3832370498485966128?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/3832370498485966128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=3832370498485966128' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3832370498485966128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3832370498485966128'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/imghttpwww.html' title='VTC Shell Scripts'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6165624906354146756</id><published>2008-08-05T13:49:00.009+07:00</published><updated>2008-12-03T15:40:20.304+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='pkg'/><category scheme='http://www.blogger.com/atom/ns#' term='freebsd'/><category scheme='http://www.blogger.com/atom/ns#' term='rpm'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='installation'/><title type='text'>working with package on Open-Source</title><content type='html'>&lt;span style="font-weight: bold;font-size:130%;" &gt;Freebsd:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Using pkg_tools:&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:100%;"&gt;pkg_add -r &lt;pkg-name&gt;      &lt;span style="font-size:85%;"&gt;# fetch from respository and install  it&lt;/span&gt;&lt;br /&gt;pkg_info                                                        &lt;span style="font-size:85%;"&gt;# get installed packages's information&lt;/span&gt;&lt;br /&gt;pkg_info -L &lt;full&gt;         &lt;span style="font-size:85%;"&gt;        # show everything that are created by pkg's&lt;/span&gt; &lt;span style="font-size:85%;"&gt;installation&lt;/span&gt;&lt;br /&gt;pkg_delete &lt;pkg-name&gt;       &lt;span style="font-size:85%;"&gt;        #remove pkg&lt;br /&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;/full&gt;&lt;/pkg-name&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;pkg-name&gt;&lt;full&gt;&lt;pkg-name&gt;&lt;span style="font-size:100%;"&gt;&lt;span style="font-weight: bold;"&gt;Using port:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;cd /usr/ports                                 &lt;br /&gt;make search name=&lt;pkg-name&gt;                     &lt;span style="font-size:85%;"&gt;#specify the path of pkg's port&lt;/span&gt;&lt;br /&gt;......&lt;br /&gt;path=/path/to/port/                                            &lt;span style="font-size:85%;"&gt;#path to pkg's port&lt;/span&gt;&lt;br /&gt;......&lt;br /&gt;cd /usr/ports/path/to/port/                                 &lt;span style="font-size:85%;"&gt;#change dir to pkg's port&lt;/span&gt;&lt;br /&gt;make install clean&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ex:&lt;/span&gt; update later&lt;/pkg-name&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Linux:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Using rpm:&lt;br /&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;/full&gt;&lt;/pkg-name&gt;&lt;blockquote&gt;rpm -qa                     &lt;span style="font-size:85%;"&gt;#show installed packages&lt;/span&gt;&lt;br /&gt;rpm -ivh &lt;pkgname&gt;&lt;br /&gt;rpm -ql         &lt;pkg-name&gt;&lt;span style="font-size:85%;"&gt;                 # Show everything that are created by pkg's installation&lt;/span&gt;&lt;br /&gt;yum update                         &lt;span style="font-size:85%;"&gt;        # Update pkg from internet&lt;/span&gt;&lt;/pkg-name&gt;&lt;/blockquote&gt;&lt;pkg-name&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;pkg-name&gt;&lt;full&gt;&lt;pkg-name&gt;&lt;span style="font-weight: bold;"&gt;Using yum:&lt;br /&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;/full&gt;&lt;/pkg-name&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-size:100%;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-size:100%;"&gt;yum install &lt;pkg-name&gt;&lt;/pkg-name&gt;&lt;/span&gt;        #install pkg&lt;br /&gt;&lt;span style="font-size:100%;"&gt;yum remove &lt;pkg-name&gt;&lt;/pkg-name&gt;&lt;/span&gt;      #remove pkg&lt;/span&gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;Using apt-get:&lt;/span&gt;&lt;br /&gt;       &lt;blockquote&gt;update later&lt;/blockquote&gt;&lt;br /&gt;&lt;pkg-name&gt;&lt;full&gt;&lt;pkg-name&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;/full&gt;&lt;/pkg-name&gt;&lt;blockquote&gt;&lt;pkg-name&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/pkg-name&gt;&lt;/blockquote&gt;&lt;pkg-name&gt;&lt;/pkg-name&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6165624906354146756?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6165624906354146756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6165624906354146756' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6165624906354146756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6165624906354146756'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/working-with-package-on-open-source.html' title='working with package on Open-Source'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1506535791766318215</id><published>2008-08-03T20:29:00.008+07:00</published><updated>2008-08-03T21:18:47.436+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virtualization'/><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Install VMware Server 1.0.5 on Ubuntu 8.04 “Hardy”</title><content type='html'>&lt;div class="contenttitle"&gt;   &lt;h1&gt;&lt;a href="http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/" rel="bookmark"&gt;Install VMware Server 1.0.5 on Ubuntu 8.04 “Hardy”&lt;/a&gt;&lt;/h1&gt;   &lt;p&gt;Filed Under &lt;a href="http://ubuntu-tutorials.com/category/virtualization/" title="View all posts in virtualization" rel="category tag"&gt;virtualization&lt;/a&gt; &lt;/p&gt;   &lt;/div&gt;  &lt;!-- /* added this for diggit plugin */ --&gt;    &lt;p style="margin: 4px; float: right;"&gt;&lt;script type="text/javascript"&gt;&lt;!-- google_ad_client = "pub-2967906068469254"; google_ad_width = 250; google_ad_height = 250; google_ad_format = "250x250_as"; google_ad_type = "text"; google_ad_channel = ""; google_color_border = "FFFFFF"; google_color_bg = "FFFFFF"; google_color_link = "0066CC"; google_color_text = "000000"; google_color_url = "000000"; //--&gt;&lt;/script&gt; &lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt; &lt;/script&gt;&lt;/p&gt; &lt;p&gt;UPDATE: This tutorial has been updated for &lt;a id="KonaLink1" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/#"&gt;&lt;span style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;&lt;span class="kLink" style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;VMware&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; Server 1.0.6.  See the updated instructions here, at &lt;a title="how to install vmware server 1.0.6 on ubuntu 8.04" href="http://ubuntu-tutorials.com/2008/05/30/install-vmware-server-106-on-ubuntu-804-hardy/"&gt;How To Install VMware Server 1.0.6 on Ubuntu 8.04&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Now that most of the modern world has upgraded to Ubuntu 8.04 I’ve begun to see comments regarding VMware Server no longer working.  You may have used my previous article, &lt;a title="installing vmware server on ubuntu 7.10 " href="http://ubuntu-tutorials.com/2007/11/17/install-vmware-server-on-ubuntu-710-gutsy-gibbon-updated/"&gt;Installing VMware Server on Ubuntu 7.10&lt;/a&gt;, which has worked great.  Now that 8.04 “Hardy” is installed things have become a bit more complicated unfortunately.&lt;/p&gt; &lt;p&gt;The problem is that VMware has not updated their latest versions to make use of the latest kernel, GCC or gnome libraries.  So, we’ve got two options.&lt;/p&gt; &lt;ol&gt;&lt;li&gt;Wait for a new VMware release and hope they patch everything.&lt;/li&gt;&lt;li&gt;Follow the rest of this tutorial and get your hands dirty on the terminal.  We can make it work, but we have to hammer it into submission.&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;So, I’ll assume because you’re still reading that you’ve opted for the hammer into submission option.  Let’s get started.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Downloading the Requirements&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;The first step, of course, is to &lt;a title="Download VMware Server" href="http://www.vmware.com/download/server/"&gt;download VMware Server 1.0.5&lt;/a&gt;.  You’ll have to agree to the EULA (actually twice.  Once before download and once during installation.  Remember, VMware is free-as-in-beer but not free-as-in-speech.)&lt;/p&gt; &lt;p&gt;The second step is to install some development tools that we’ll need to get things running.  Use the following command or click the package names to install the requirements:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;sudo aptitude install &lt;a title="Build Essential" href="apt://build-essential"&gt;build-essential&lt;/a&gt; &lt;a title="linux-kernel-devel" href="apt://linux-kernel-devel"&gt;linux-kernel-devel&lt;/a&gt; &lt;a title="linux-headers-generic" href="apt://linux-headers-generic"&gt;linux-headers-generic&lt;/a&gt; &lt;a title="xinetd" href="apt://xinetd"&gt;xinetd&lt;br /&gt;&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;The third step is to download one more tool to help in the manual build process for VMware Server 1.0.5.  What we need is a script which will help in the custom config hosted at &lt;a id="KonaLink2" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/#"&gt;&lt;span style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;&lt;span class="kLink" style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;Google&lt;/span&gt;&lt;/span&gt;&lt;/a&gt; Code.  &lt;a title="vmware-any-any-update-116.tgz" href="http://groups.google.com/group/vmkernelnewbies/files?hl=en"&gt;Download the vmware-any-any-update-116.tgz&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;You will also need to generate a serial number to run VMware Server.  Visit &lt;a title="vmware registration page - generate codes to use for installing and using vmware server" href="http://register.vmware.com/content/registration.html"&gt;this link&lt;/a&gt; to register and generate the number of codes you might want. Remember to print the codes or write them down because in my experience they are not emailed to you.&lt;/p&gt; &lt;p&gt;OK, at this point we should have all of the requirements, now we can get to work…&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Installation and Configuration&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Let’s unpack the VMware archive that we downloaded and run the VMware installer.  NOTE: After some basic configuration it will ask you to run vmware-config.pl.  &lt;strong&gt;DO NOT RUN vmware-config.pl, WE ARE NOT READY YET&lt;/strong&gt;.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;tar xf VMware-server-1.0.5&lt;br /&gt;cd vmware-server-distrib&lt;br /&gt;sudo ./vmware-install.pl&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;When it asks you to run vmware-config.pl you want to answer “no” and this is where the vmware-any-any-116.tgz patch comes in.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;&lt;code&gt;cd ..&lt;br /&gt;tar xf vmware-any-any-update-116.tgz&lt;br /&gt;cd vmware-any-any-update116&lt;br /&gt;sudo ./runme.pl&lt;/code&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;After this runs it will ask you again if you want to run vmware-config.pl.  At this point select “yes”.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;The Last Step&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;If you attempt to run vmware at this point you might notice that it spits out some nasty errors and complains at you.  There is one more thing we need to setup. (Hey, VMware, if you’re reading this will you please incorporate these fixes into your official download already!)&lt;/p&gt; &lt;p&gt;Basically VMware is missing and complaining about some cairo libraries and gcc.  So, the simple fix for this is to point to them by using a symbolic link:&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;sudo ln -sf /usr/lib/gcc/i486-&lt;a id="KonaLink5" target="_top" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/#"&gt;&lt;span style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;&lt;span class="kLink" style="font-weight: 400; position: static; color: rgb(176, 0, 0);font-family:Verdana,Helvetica,Sans-Serif;font-size:11;"  &gt;linux&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;-gnu/4.2.3/libgcc_s.so /usr/lib/vmware/lib/libgcc_s.so.1/libgcc_s.so.1&lt;br /&gt;sudo ln -sf /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/libpng12.so.0&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;At this point you should be able to launch vmware and enjoy some virtualization goodness.  Please stay tuned for virtualization updates regarding virtualbox and the new KVM!&lt;/p&gt; &lt;p&gt;sources: I want to throw a big thanks to my buddy Igor for helping figure out these tweaks.  Check out his blog, with these and other instructions, &lt;a title="igordev blog - vmware tips and other geek tricks" href="http://igordevlog.blogspot.com/"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;UPDATE&lt;/strong&gt;: based on some of the comments below I’ve added the “-f” to the symbolik link options.&lt;/p&gt; &lt;p style="border: thin dotted black; padding: 3mm;"&gt;I post tutorials very regularly on this site. You may want to consider subscribing to the &lt;a href="http://feeds.feedburner.com/UbuntuTutorials/"&gt;RSS feed&lt;/a&gt;.  Or if you'd prefer these tips sent to your inbox you can use &lt;a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=424594"&gt;Email Subscriptions&lt;/a&gt;.&lt;/p&gt;&lt;p style="border: thin dotted black; padding: 3mm;"&gt;Copy from http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/&lt;br /&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1506535791766318215?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ubuntu-tutorials.com/2008/05/03/install-vmware-server-105-on-ubuntu-804-hardy/' title='Install VMware Server 1.0.5 on Ubuntu 8.04 “Hardy”'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1506535791766318215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1506535791766318215' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1506535791766318215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1506535791766318215'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/install-vmware-server-105-on-ubuntu-804.html' title='Install VMware Server 1.0.5 on Ubuntu 8.04 “Hardy”'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8462776530298300020</id><published>2008-08-02T23:06:00.003+07:00</published><updated>2009-03-16T21:57:19.903+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Howto'/><title type='text'>Virtual box in Ubuntu - Installation</title><content type='html'>&lt;div class="posttitle"&gt;      &lt;h2&gt;Virtual box in Ubuntu - Installation&lt;/h2&gt;      &lt;p class="post-info"&gt;March 24, 2008 by &lt;a href="http://taufanlubis.wordpress.com/author/taufanlubis/" title="Posts by taufanlubis"&gt;taufanlubis&lt;/a&gt;  &lt;/p&gt;     &lt;/div&gt;                &lt;p&gt;        &lt;!--   @page { size: 8.5in 11in; margin: 0.79in }   P { margin-bottom: 0.08in }  --&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;If you need to run other Operating System in Ubuntu, you have to use a Virtual Machine. There are few most used Virtual Machines available on the internet, Virtual Box is one of them.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;I like to use Virtual Box because it’s easy to operate.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;From Ubuntu Terminal screen (&lt;b&gt;Applications &lt;/b&gt;&gt; &lt;b&gt;Accessories &lt;/b&gt;&gt; &lt;b&gt;Terminal&lt;/b&gt;), type:&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;taufanlubis@toshiba:~$ &lt;b&gt;sudo apt-get install virtualbox &lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Reading package lists… Done &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Building dependency tree        &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Reading state information… Done &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Note, selecting virtualbox-ose instead of virtualbox &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;The following extra packages will be installed: &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;  &lt;span style="font-size:100%;"&gt;&lt;i&gt;virtualbox-ose virtualbox-ose-modules-2.6.22-14-generic &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Recommended packages: &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;  &lt;span style="font-size:100%;"&gt;&lt;i&gt;virtualbox-ose-source &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;The following NEW packages will be installed: &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;  &lt;span style="font-size:100%;"&gt;&lt;i&gt;virtualbox-ose virtualbox-ose-modules-2.6.22-14-generic &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Need to get 6012kB of archives. &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;After unpacking 19.3MB of additional disk space will be used. &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Do you want to continue [Y/n]? y &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;WARNING: The following packages cannot be authenticated! &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;  &lt;span style="font-size:100%;"&gt;&lt;i&gt;virtualbox-ose-modules-2.6.22-14-generic virtualbox-ose &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Install these packages without verification [y/N]? y &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Get:1 http://archive.ubuntu.com gutsy/universe virtualbox-ose-modules-2.6.22-14-generic 6 [317kB] &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Get:2 http://archive.ubuntu.com gutsy/universe virtualbox-ose 1.5.0-dfsg2-1ubuntu3 [5695kB] &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Fetched 6012kB in 2m30s (40.0kB/s)                                              &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Selecting previously deselected package virtualbox-ose-modules-2.6.22-14-generic. &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;(Reading database … 152703 files and directories currently installed.) &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Unpacking virtualbox-ose-modules-2.6.22-14-generic (from …/virtualbox-ose-modules-2.6.22-14-generic_6_i386.deb) … &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Selecting previously deselected package virtualbox-ose. &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Unpacking virtualbox-ose (from …/virtualbox-ose_1.5.0-dfsg2-1ubuntu3_i386.deb) … &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Setting up virtualbox-ose-modules-2.6.22-14-generic (6) … &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt;Installing new version of config file /etc/init.d/vboxdrv … &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt; &lt;span style="font-size:100%;"&gt;&lt;i&gt;* Starting VirtualBox kernel module vboxdrv                             [ OK ]  &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;i&gt; Setting up virtualbox-ose (1.5.0-dfsg2-1ubuntu3) … &lt;/i&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;taufanlubis@toshiba:~$  &lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt; &lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;How to run?&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;ul&gt;&lt;li&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Before  you run the Virtual Box, you must have a permisson, otherwise you  will get an error.&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;li&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Open  &lt;b&gt;System &lt;/b&gt;&gt; &lt;b&gt;Administration &lt;/b&gt;&gt; &lt;b&gt;Users and Groups &gt;  Manage Groups.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;a href="http://taufanlubis.files.wordpress.com/2008/03/virtualbox00.png" title="virtualbox00.png"&gt;&lt;img src="http://taufanlubis.files.wordpress.com/2008/03/virtualbox00.thumbnail.png" alt="virtualbox00.png" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;            &lt;!--   @page { size: 8.5in 11in; margin: 0.79in }   P { margin-bottom: 0.08in }  --&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Choose vboxusers then click Properties.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Mark on your user name and click OK.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Now, your user name has a permission to run Virtual Box.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt; &lt;a href="http://taufanlubis.files.wordpress.com/2008/03/virtualbox01.png" title="virtualbox01.png"&gt;&lt;img src="http://taufanlubis.files.wordpress.com/2008/03/virtualbox01.thumbnail.png" alt="virtualbox01.png" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;            &lt;!--   @page { size: 8.5in 11in; margin: 0.79in }   P { margin-bottom: 0.08in }  --&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Now, your user name has a permission to run Virtual Box.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Open &lt;b&gt;Applications &lt;/b&gt;&gt; &lt;b&gt;System Tools &lt;/b&gt;&gt; &lt;b&gt;Innotek Virtualbox.&lt;/b&gt;&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt;&lt;span style="font-size:100%;"&gt;Now, you are ready to use Virtual Box.&lt;/span&gt;&lt;/p&gt; &lt;p style="margin-bottom: 0pt;"&gt; &lt;a href="http://taufanlubis.files.wordpress.com/2008/03/virtualbox02.png" title="virtualbox02.png"&gt;&lt;img src="http://taufanlubis.files.wordpress.com/2008/03/virtualbox02.thumbnail.png" alt="virtualbox02.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8462776530298300020?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://taufanlubis.wordpress.com/2008/03/24/virtual-box-in-ubuntu-installation/' title='Virtual box in Ubuntu - Installation'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8462776530298300020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8462776530298300020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8462776530298300020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8462776530298300020'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/08/virtual-box-in-ubuntu-installation.html' title='Virtual box in Ubuntu - Installation'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5020853610318813008</id><published>2008-07-15T10:53:00.003+07:00</published><updated>2009-03-16T21:48:01.069+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>show folder option hidden</title><content type='html'>start&gt;&lt;span style="font-weight: bold;"&gt; run&lt;/span&gt;&lt;br /&gt;hiện hộp thoại, đánh regedit&gt;&gt;&gt; ok&lt;br /&gt;vào &lt;span style="font-weight: bold;"&gt;edit &gt;&gt; find&lt;/span&gt;, đánh vào ô là "&lt;span style="font-style: italic; font-weight: bold;"&gt;nofolderoption&lt;/span&gt;"&lt;br /&gt;sửa nó về &lt;span style="font-weight: bold;"&gt;0&lt;/span&gt; là ok&lt;br /&gt;nếu không tìm thấy thì theo đường dẫn trong registry là&lt;br /&gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 0 /f&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5020853610318813008?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5020853610318813008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5020853610318813008' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5020853610318813008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5020853610318813008'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/07/show-folder-option-hidden_15.html' title='show folder option hidden'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4118273852827480401</id><published>2008-07-08T14:44:00.002+07:00</published><updated>2008-07-08T14:50:17.204+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='KDE 4'/><category scheme='http://www.blogger.com/atom/ns#' term='kubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>install Nvidia driver with envyng</title><content type='html'>&lt;a href="http://kubuntuforums.net/forums/index.php?topic=3093715.msg128017#msg128017"&gt;Upgrade From 7.10 to 8.04 - GUI Failed To Load, Nvidia Support?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;# install envyng&lt;/span&gt;&lt;br /&gt;&lt;pre style="margin-top: 0pt; display: inline; font-family: courier new; font-weight: bold;"&gt;sudo apt-get install envyng-core&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;# show the menu to choose the action &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; font-weight: bold;"&gt;sudo envyng -t&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4118273852827480401?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4118273852827480401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4118273852827480401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4118273852827480401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4118273852827480401'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/07/install-nvidia-driver-with-envyng.html' title='install Nvidia driver with envyng'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-4794899198302629154</id><published>2008-06-21T16:39:00.002+07:00</published><updated>2008-06-21T17:01:09.843+07:00</updated><title type='text'>link can down</title><content type='html'>http://adobe-acrobat-reader-ppc.en.softonic.com/pocketpc/download&lt;br /&gt;http://haali-reader.en.softonic.com/pocketpc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-4794899198302629154?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/4794899198302629154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=4794899198302629154' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4794899198302629154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/4794899198302629154'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/06/link-can-down.html' title='link can down'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-314924913653032580</id><published>2008-06-08T12:53:00.002+07:00</published><updated>2009-03-16T21:55:16.039+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Howto'/><title type='text'>How to enable compiz fusion on Ubuntu 8.04</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;h1 class="subject"&gt;How do I install Compiz on Ubuntu 8.04?&lt;/h1&gt;                   &lt;div class="content"&gt;I have just installed Ubuntu onto my computer and now I want to install Compiz for it. This is my first time using a Linux OS, so im kinda new at this. Any detailed instructions that could help a noob out?&lt;br /&gt;&lt;br /&gt;Thanks&lt;/div&gt;                          &lt;/li&gt;&lt;li&gt;&lt;abbr title="2008-06-05 16:30:44"&gt;2 days ago&lt;/abbr&gt;&lt;/li&gt;&lt;/ul&gt;                                            &lt;div class="utils-container"&gt;                       &lt;p id="yan-reportthis"&gt;                                            &lt;a href="http://answers.yahoo.com/question/report;_ylt=A0WTcJ7Na0tIjJkAAR1z7hR.;_ylv=3?qid=20080605163044AA3hf85&amp;amp;kid=JbpqIVriBXM0EZOPMc.u&amp;amp;date=2008-06-05+16%3A30%3A44&amp;amp;.crumb=uOxauPnK1Kx&amp;amp;s=q" title="Report this question"&gt;Report It&lt;/a&gt;                                        &lt;/p&gt;                   &lt;/div&gt;                               &lt;div id="profile-OcovssgKaa" class="profile vcard"&gt;   &lt;a href="http://answers.yahoo.com/my/profile;_ylt=A0WTcJ7Na0tIjJkAAh1z7hR.;_ylv=3?show=OcovssgKaa" class="avatar"&gt;     &lt;img class="photo" alt="Linux Ubuntu geek" src="http://f3.yahoofs.com/mingle/47765094z347634b6/profile/__sr_/7b8f.jpg?mgY52SIBjVEjMP6i" id="yav-1" width="48" /&gt;  &lt;/a&gt;   &lt;span class="user"&gt;     &lt;span class="by"&gt;by &lt;/span&gt;    &lt;a class="url" href="http://answers.yahoo.com/my/profile;_ylt=A0WTcJ7Na0tIjJkAAx1z7hR.;_ylv=3?show=OcovssgKaa"&gt;&lt;span class="fn" title="Linux Ubuntu geek"&gt;Linux Ubuntu geek&lt;/span&gt;&lt;/a&gt;   &lt;/span&gt;                &lt;div class="user-badge top-contrib"&gt;&lt;img src="file:///home/huynhnguyen/Desktop/How%20do%20i%20install%20comiz%20on%20Ubuntu%208.04_files/topcontrib.gif" alt="A Top Contributor is someone who is knowledgeable in a particular category." /&gt;&lt;/div&gt;         &lt;dl class="stats"&gt;&lt;dt class="member"&gt;Member since:&lt;/dt&gt;&lt;dd class="member"&gt;May 27, 2007&lt;/dd&gt;&lt;dt class="total"&gt;Total points:&lt;/dt&gt;&lt;dd class="total"&gt;21995 (Level 6)&lt;/dd&gt;&lt;/dl&gt;       &lt;dl class="contributions"&gt;&lt;dt&gt;Badge Image:&lt;/dt&gt;&lt;dd&gt;                       &lt;img src="file:///home/huynhnguyen/Desktop/How%20do%20i%20install%20comiz%20on%20Ubuntu%208.04_files/topcontrib_id.gif" alt="A Top Contributor is someone who is knowledgeable in a particular category." /&gt;                   &lt;/dd&gt;&lt;dt&gt;Contributing In:&lt;/dt&gt;&lt;dd&gt;Software&lt;/dd&gt;&lt;/dl&gt;         &lt;ul class="network"&gt;&lt;li&gt;&lt;a href="https://login.yahoo.com/?.done=http%3A%2F%2Fanswers.yahoo.com%2Fquestion%2Findex%3Fqid%3D20080605163044AA3hf85%26show%3D7&amp;amp;.src=knowsrch&amp;amp;.intl=us" class="add-contact"&gt;Add to My Contacts&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="https://login.yahoo.com/?.done=http%3A%2F%2Fanswers.yahoo.com%2Fquestion%2Findex%3Fqid%3D20080605163044AA3hf85%26show%3D7&amp;amp;.src=knowsrch&amp;amp;.intl=us" class="block-user"&gt;Block User&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;   &lt;div style="z-index: 1; left: 87px; top: 262.25px; visibility: hidden;" class="yui-module yui-overlay" id="yan-user-profile-card"&gt;&lt;div class="bd"&gt;&lt;img src="http://us.i1.yimg.com/us.yimg.com/i/us/sch/gr2/greenbusy_whbg.gif" alt="Loading" /&gt;&lt;/div&gt;&lt;div class="ft"&gt;&lt;ul class="network"&gt;&lt;li&gt;&lt;a href="https://login.yahoo.com/?.done=http%3A%2F%2Fanswers.yahoo.com%2Fquestion%2Findex%3Fqid%3D20080605163044AA3hf85%26show%3D7&amp;amp;.src=knowsrch&amp;amp;.intl=us" class="add-contact"&gt;Add to My Contacts&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="https://login.yahoo.com/?.done=http%3A%2F%2Fanswers.yahoo.com%2Fquestion%2Findex%3Fqid%3D20080605163044AA3hf85%26show%3D7&amp;amp;.src=knowsrch&amp;amp;.intl=us" class="block-user"&gt;Block User&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;                                     &lt;h2&gt;&lt;span&gt;Best Answer&lt;/span&gt; - Chosen by Asker&lt;/h2&gt;                     &lt;div class="content"&gt;To get Compiz Fusion up and running you need to install your Restricted Drivers.&lt;br /&gt;&lt;br /&gt;System&gt;Administration&gt;Hardware Drivers&lt;br /&gt;&lt;br /&gt;Restart your PC, then to enable Compiz Fusion open a terminal.&lt;br /&gt;&lt;br /&gt;Applications&gt;Accessories&gt;Terminal then copy and paste&lt;br /&gt;&lt;br /&gt;sudo aptitude install compizconfig-settings-manager&lt;br /&gt;&lt;br /&gt;Then hit enter.&lt;br /&gt;&lt;br /&gt;You may also like to install Emerald, again in the Terminal copy and paste&lt;br /&gt;&lt;br /&gt;sudo apt-get install emerald&lt;br /&gt;&lt;br /&gt;Then hit enter.&lt;br /&gt;&lt;br /&gt;LUg.&lt;/div&gt;              &lt;ul class="meta"&gt;&lt;li&gt;&lt;abbr title="2008-06-05 17:30:05"&gt;2 days ago&lt;/abbr&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-314924913653032580?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/314924913653032580/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=314924913653032580' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/314924913653032580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/314924913653032580'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/06/how-to-enable-compiz-fusion-on-ubuntu.html' title='How to enable compiz fusion on Ubuntu 8.04'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5855082778248060507</id><published>2008-05-19T22:30:00.002+07:00</published><updated>2008-05-19T22:32:18.970+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='wiki'/><category scheme='http://www.blogger.com/atom/ns#' term='web'/><title type='text'>wiki</title><content type='html'>http://wiki.mindtouch.com/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5855082778248060507?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://wiki.mindtouch.com/' title='wiki'/><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5855082778248060507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5855082778248060507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5855082778248060507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5855082778248060507'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/05/wiki.html' title='wiki'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5292976061102784303</id><published>2008-05-19T13:42:00.000+07:00</published><updated>2008-05-19T13:43:55.972+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fedora'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Message bus + ferdora</title><content type='html'>edit /etc/ldap.conf and add a line&lt;br /&gt;&lt;br /&gt;bind_policy soft&lt;br /&gt;&lt;br /&gt;under&lt;br /&gt;# Reconnect policy: hard (default) will retry connecting to&lt;br /&gt;&lt;br /&gt;Hope this helps&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5292976061102784303?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5292976061102784303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5292976061102784303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5292976061102784303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5292976061102784303'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/05/message-bus-ferdora.html' title='Message bus + ferdora'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-5559578147438315278</id><published>2008-04-16T12:20:00.001+07:00</published><updated>2008-04-16T12:21:28.723+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='virus'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><title type='text'>Virus.Win32.AutoRun.vt  + viovnkj.exe</title><content type='html'>&lt;span class="Tit"&gt;Virus.Win32.AutoRun.vt&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;                      病毒表现（X代表任意数字与字母的组合）：&lt;br /&gt;生成以下文件： C:＼ProgramFiles＼Common Files＼Microsoft Shared＼vvtmrkw.exe C:＼Program Files＼Common Files＼System＼viovnkj.exe C:＼Program Files＼meex.exe并在系统进程中添加 C:＼ProgramFiles＼Common Files＼Microsoft Shared＼vvtmrkw.exe C:＼Program Files＼Common Files＼System＼viovnkj.exe 进程，使病毒文件不能直接被删除。&lt;br /&gt;写入注册表（启动项） HKEY_LOCAL_MACHINE＼SOFTWARE＼Microsoft＼Windows＼CurrentVersion＼Run＼iafsayr HKEY_LOCAL_MACHINE＼SOFTWARE＼Microsoft＼Windows＼CurrentVersion＼Run＼yhnkjhp&lt;br /&gt;专家建议:&lt;br /&gt;1.在任务管理器中查看是否有陌生的比较可疑的进程存在。&lt;br /&gt;2.及时打全系统补丁。&lt;br /&gt;3.尽快安装卡巴斯基反病毒软件并开启实时监控功能。&lt;br /&gt;4.注意经常更新杀毒软件的病毒库来阻止被新病毒感染。&lt;br /&gt;手动查杀方法:&lt;br /&gt;进入系统安全模式，删除以下文件： C:＼ProgramFiles＼Common Files＼Microsoft Shared＼vvtmrkw.exe C:＼Program Files＼Common Files＼System＼viovnkj.exe C:＼Program Files＼meex.exe&lt;br /&gt;删除注册表启动项： HKEY_LOCAL_MACHINE＼SOFTWARE＼Microsoft＼Windows＼CurrentVersion＼Run＼iafsayr HKEY_LOCAL_MACHINE＼SOFTWARE＼Microsoft＼Windows＼CurrentVersion＼Run＼yhnkjhp&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-5559578147438315278?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/5559578147438315278/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=5559578147438315278' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5559578147438315278'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/5559578147438315278'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/04/viruswin32autorunvt-viovnkjexe.html' title='Virus.Win32.AutoRun.vt  + viovnkj.exe'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-641815406962654864</id><published>2008-04-09T17:15:00.000+07:00</published><updated>2008-04-09T17:16:27.934+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>ubuntu-customization-guide</title><content type='html'>http://silverhat.wordpress.com/2007/11/24/ubuntu-customization-guide/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-641815406962654864?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/641815406962654864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=641815406962654864' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/641815406962654864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/641815406962654864'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/04/ubuntu-customization-guide.html' title='ubuntu-customization-guide'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-2203088620213324684</id><published>2008-04-07T16:17:00.000+07:00</published><updated>2008-04-07T16:18:00.683+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='YM'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Yahoo không thấy chữ</title><content type='html'>Bạn làm như sau ,trước mình cũng bị và làm thấy hiệu quả liền&lt;br /&gt;1.&lt;br /&gt;Start &gt; Run &gt; regsvr32 vbscript.dll &gt; OK&lt;br /&gt;Máy sẽ báo: "DllRegister Server in vbscript.dll succeeded"&lt;br /&gt;2.&lt;br /&gt;Start &gt; Run &gt; regsvr32 jscript.dll &gt; OK&lt;br /&gt;Máy cũng sẽ báo: "DllRegister Server in jscript.dll succeeded"&lt;br /&gt;restart lại máy bảo đảm thành công &lt;img src="http://www.vietboom.com/forum/images/yahoo/67.gif" alt="" title="67" class="inlineimg" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-2203088620213324684?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/2203088620213324684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=2203088620213324684' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2203088620213324684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/2203088620213324684'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/04/yahoo-khng-thy-ch.html' title='Yahoo không thấy chữ'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-3487616908537361455</id><published>2008-02-21T17:39:00.000+07:00</published><updated>2008-02-21T17:41:57.777+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='freebsd'/><category scheme='http://www.blogger.com/atom/ns#' term='vncserver'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>can't start vncserver</title><content type='html'>root@svr5:/usr/ports/net/tightvnc# vncserver&lt;br /&gt;Couldn't start Xvnc; trying default font path.&lt;br /&gt;Please set correct fontPath in the vncserver script.&lt;br /&gt;Couldn't start Xvnc process.&lt;br /&gt;&lt;br /&gt;Couldn't open RGB_DB '/usr/local/lib/X11/rgb'&lt;br /&gt;21/02/08 18:32:09 Xvnc version TightVNC-1.3.8&lt;br /&gt;21/02/08 18:32:09 Copyright (C) 2000-2006 Constantin Kaplinsky&lt;br /&gt;21/02/08 18:32:09 Copyright (C) 1999 AT&amp;amp;T Laboratories Cambridge&lt;br /&gt;21/02/08 18:32:09 All Rights Reserved.&lt;br /&gt;21/02/08 18:32:09 See http://www.tightvnc.com/ for information on TightVNC&lt;br /&gt;21/02/08 18:32:09 Desktop name 'X' (svr5.at.mikorn.com:1)&lt;br /&gt;21/02/08 18:32:09 Protocol versions supported: 3.7t, 3.7, 3.3&lt;br /&gt;21/02/08 18:32:09 Listening for VNC connections on TCP port 5901&lt;br /&gt;21/02/08 18:32:09 Listening for HTTP connections on TCP port 5801&lt;br /&gt;21/02/08 18:32:09   URL http://svr5.at.mikorn.com:5801&lt;br /&gt;_FontTransSocketUNIXConnect: Can't connect: errno = 2&lt;br /&gt;failed to set default font path 'unix/:7100'&lt;br /&gt;Fatal server error:&lt;br /&gt;could not open default font 'fixed'&lt;br /&gt;Couldn't open RGB_DB '/usr/local/lib/X11/rgb'&lt;br /&gt;21/02/08 18:32:10 Xvnc version TightVNC-1.3.8&lt;br /&gt;21/02/08 18:32:10 Copyright (C) 2000-2006 Constantin Kaplinsky&lt;br /&gt;21/02/08 18:32:10 Copyright (C) 1999 AT&amp;amp;T Laboratories Cambridge&lt;br /&gt;21/02/08 18:32:10 All Rights Reserved.&lt;br /&gt;21/02/08 18:32:10 See http://www.tightvnc.com/ for information on TightVNC&lt;br /&gt;21/02/08 18:32:10 Desktop name 'X' (svr5.at.mikorn.com:1)&lt;br /&gt;21/02/08 18:32:10 Protocol versions supported: 3.7t, 3.7, 3.3&lt;br /&gt;21/02/08 18:32:10 Listening for VNC connections on TCP port 5901&lt;br /&gt;21/02/08 18:32:10 Listening for HTTP connections on TCP port 5801&lt;br /&gt;21/02/08 18:32:10   URL http://svr5.at.mikorn.com:5801&lt;br /&gt;&lt;br /&gt;Fatal server error:&lt;br /&gt;could not open default font 'fixed'&lt;br /&gt;&lt;br /&gt;Solution: Modify&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;root@svr5:/usr/ports/net/tightvnc# vi /usr/local/bin/vncserver&lt;/span&gt;&lt;br /&gt;...&lt;br /&gt;# Here is another example of setting the font path:&lt;br /&gt;$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";&lt;br /&gt;...&lt;br /&gt; to&lt;br /&gt;# Here is another example of setting the font path:&lt;br /&gt;$fontPath = "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-3487616908537361455?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/3487616908537361455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=3487616908537361455' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3487616908537361455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/3487616908537361455'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/02/cant-start-vncserver.html' title='can&apos;t start vncserver'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-6210913311147102623</id><published>2008-02-21T10:26:00.000+07:00</published><updated>2008-02-21T10:29:19.764+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='freebsd'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>xorg-libraries error</title><content type='html'>root@svr5:/usr/ports/x11/xorg-libraries# make install&lt;br /&gt;&lt;em&gt;===&gt;   xorg-libraries-6.9.0 depends on executable: imake - found&lt;br /&gt;===&gt;   xorg-libraries-6.9.0 depends on shared library: drm - found&lt;br /&gt;===&gt;   xorg-libraries-6.9.0 depends on shared library: freetype.9 - found&lt;br /&gt;===&gt;   xorg-libraries-6.9.0 depends on shared library: fontconfig.1 - found&lt;br /&gt;===&gt;  Configuring for xorg-libraries-6.9.0&lt;br /&gt;cp: /usr/local/lib/X11/config/version.def: No such file or directory&lt;br /&gt;*** Error code 1&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution:&lt;/span&gt;&lt;br /&gt;use &lt;span style="font-weight: bold;"&gt;cvsup -g -L 2 ports-supfile &lt;/span&gt;instead of&lt;span style="font-weight: bold;"&gt; cvsup ports-supfile for update ports&lt;/span&gt;&lt;br /&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-6210913311147102623?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/6210913311147102623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=6210913311147102623' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6210913311147102623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/6210913311147102623'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/02/xorg-libraries-error.html' title='xorg-libraries error'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-8381082202268444735</id><published>2008-02-06T22:59:00.000+07:00</published><updated>2008-02-11T14:51:49.711+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='licence'/><category scheme='http://www.blogger.com/atom/ns#' term='windows'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><title type='text'>Disable and Remove Windows Genuine Advantage Notifications Nag Screen</title><content type='html'>Reference:&lt;br /&gt;&lt;a href="http://http//www.mydigitallife.info/2006/04/26/disable-and-remove-windows-genuine-advantage-notifications-nag-screen/"&gt;http://www.mydigitallife.info/2006/04/26/disable-and-remove-windows-genuine-advantage-notifications-nag-screen/&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;img src="file:///C:/DOCUME%7E1/ty/LOCALS%7E1/Temp/moz-screenshot.jpg" alt="" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt; &lt;p&gt;&lt;br /&gt;&lt;/p&gt; 1. Lauch Windows Task Manager.&lt;br /&gt;  2. End wgatray.exe process in Task Manager.&lt;br /&gt;  3. Restart Windows XP in Safe Mode.&lt;br /&gt;  4. Delete WgaTray.exe from c:\Windows\System32.&lt;br /&gt;  5. Delete WgaTray.exe from c:\Windows\System32\dllcache.&lt;br /&gt;  6. Lauch RegEdit.&lt;br /&gt;  7. Browse to the following location:&lt;br /&gt;     HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\&lt;br /&gt;     Windows NT\CurrentVersion\Winlogon\Notify&lt;br /&gt;  8. Delete the folder ‘WgaLogon’ and all its contents&lt;br /&gt;  9. Reboot Windows XP.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Kết luận: nói chung là đây là 1 trong nhiều cách giải quyết khi windows đòi bản quyền, có thể tìm những cách khác trên đường link ở trên&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-8381082202268444735?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/8381082202268444735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=8381082202268444735' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8381082202268444735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/8381082202268444735'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/02/disable-and-remove-windows-genuine.html' title='Disable and Remove Windows Genuine Advantage Notifications Nag Screen'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1073683646990263974</id><published>2008-01-31T13:51:00.000+07:00</published><updated>2008-01-31T14:00:17.790+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='freebsd'/><category scheme='http://www.blogger.com/atom/ns#' term='troubleshoot'/><category scheme='http://www.blogger.com/atom/ns#' term='startx'/><title type='text'>startx can't work "No core Pointer" "No Device Specified"</title><content type='html'>&lt;span style="font-weight: bold;"&gt;đây là hiện tượng vừa gặp sáng nay, làm mất cả buổi sáng không thể log vào KDE desktop được&lt;br /&gt;-Tương Kernel mơi build hôm qua có vẫn đề -&gt; thêm 1 số parameter cho kernel, build lại -&gt; thất bại&lt;br /&gt;- Kiếm file xorg.conf để chỉnh sữa mà kiếm miết không ra -&gt; bó giò&lt;br /&gt;-search tài liệu google + www.freebsd.org documents lần nữa, ra được cái này -&gt;&lt;br /&gt;--&gt; kết luận: Hiểu thêm 1 chút về xorg nữa&lt;br /&gt;Không hiểu vấn để là tại sao nhưng cuối cùng cũng giải quyết được&lt;br /&gt;&lt;br /&gt;#startx&lt;/span&gt;&lt;br /&gt;getconfig.pl: Weight of result is 500.&lt;br /&gt;New driver is "i810"&lt;br /&gt;(==) Using default built-in configuration (53 lines)&lt;br /&gt;(EE) Failed to load module "fbdev" (module does not exist, 0)&lt;br /&gt;(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)&lt;br /&gt;(EE) &lt;default&gt;: Cannot find which device to use.&lt;br /&gt;(EE) xf86OpenSerial: No Device specified.&lt;br /&gt;(EE) &lt;default&gt;: cannot open input device&lt;br /&gt;(EE) PreInit failed for input device "&lt;default&gt;"&lt;br /&gt;No core pointer&lt;br /&gt;&lt;br /&gt;Fatal server error:&lt;br /&gt;failed to initialize core devices&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Solution: &lt;/span&gt;&lt;br /&gt;&lt;/default&gt;&lt;/default&gt;&lt;/default&gt;&lt;pre class="SCREEN"&gt;&lt;span style="font-weight: bold;"&gt;#Xorg -config xorg.conf.new&lt;/span&gt;&lt;br /&gt;Ctrl + Bacspace ( exit test monitor )&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#cp xorg.conf.new /etc/xorg.conf&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;#startx&lt;/span&gt;&lt;br /&gt;-&gt; successful -&gt; change your Resolution&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1073683646990263974?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1073683646990263974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1073683646990263974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1073683646990263974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1073683646990263974'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/01/startx-cant-work-no-core-pointer-no.html' title='startx can&apos;t work &quot;No core Pointer&quot; &quot;No Device Specified&quot;'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-1935656929455089</id><published>2008-01-31T08:18:00.000+07:00</published><updated>2008-01-31T08:20:35.226+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='softs'/><title type='text'>Những phần mềm sẽ được test thữ( consider for test)</title><content type='html'>Dọn phân mảnh ( defragment)&lt;br /&gt;http://www.kessels.com/JkDefrag/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-1935656929455089?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/1935656929455089/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=1935656929455089' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1935656929455089'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/1935656929455089'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/01/nhng-phn-mm-s-c-test-th-consider-for.html' title='Những phần mềm sẽ được test thữ( consider for test)'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3927288329268098304.post-117076757339928772</id><published>2008-01-30T10:12:00.000+07:00</published><updated>2008-01-30T10:24:10.213+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'>Ubuntu + resolution + NVIDIA GeForce 6100</title><content type='html'>đây là 1 trường hợp mình cũng mới gặp trong UBUNTU 7.10&lt;br /&gt;From ubuntuforums.org&lt;br /&gt;&lt;br /&gt;&lt;div id="postmenu_2062662"&gt;            &lt;a class="bigusername" href="http://ubuntuforums.org/member.php?u=228202"&gt;blue777&lt;/a&gt;      &lt;img title="blue777 is offline" class="inlineimg" src="http://ubuntuforums.org/images/uf/statusicon/user_offline.gif" alt="blue777 is offline" border="0" /&gt;        &lt;script type="text/javascript"&gt; vbmenu_register("postmenu_2062662", true); &lt;/script&gt;           &lt;/div&gt;          &lt;div class="smallfont"&gt;First Cup of Ubuntu&lt;/div&gt;     &lt;div class="smallfont"&gt;&lt;img src="http://ubuntuforums.org/images/rank_1.png" alt="" border="" /&gt;&lt;/div&gt;                &lt;br /&gt;Question: ( this is the same with my problem)&lt;br /&gt;&lt;br /&gt;Hello,&lt;br /&gt;&lt;br /&gt;I am using Kubuntu 6.06.&lt;br /&gt;Onboard graphics: NVIDIA GeForce 6100&lt;br /&gt;I have used a resolution of 1024x768@85 for a few months without problems using "nvidia" driver. GLX worked great too.&lt;br /&gt;One day when I booted my PC suddenly it only allowed one low resolution and refresh rate.&lt;br /&gt;I tried dozens of xorg.conf configurations, removed and re-installed nvidia drivers using synaptic, using the .run executable from nvidia server and using automatix2. None of them worked.&lt;br /&gt;&lt;br /&gt;xrandr will only output one line with 800 x 600 @ 60 resolution.&lt;br /&gt;&lt;br /&gt;Right now I am using "nv" driver and it works, although it is only 1024x768@79 when it should be 85Hz.&lt;br /&gt;&lt;br /&gt;This is my current xorg.conf that works with "nv" driver, but only at low resolution with "nvidia" driver:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 498px; text-align: left;"&gt;# /etc/X11/xorg.conf (xorg X Window System server configuration file)&lt;br /&gt;#&lt;br /&gt;# This file was generated by dexconf, the Debian X Configuration tool, using&lt;br /&gt;# values from the debconf database.&lt;br /&gt;#&lt;br /&gt;# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.&lt;br /&gt;# (Type "man /etc/X11/xorg.conf" at the shell prompt.)&lt;br /&gt;#&lt;br /&gt;# This file is automatically updated on xserver-xorg package upgrades *only*&lt;br /&gt;# if it has not been modified since the last upgrade of the xserver-xorg&lt;br /&gt;# package.&lt;br /&gt;#&lt;br /&gt;# If you have edited this file but would like it to be automatically updated&lt;br /&gt;# again, run the following command:&lt;br /&gt;#   sudo dpkg-reconfigure -phigh xserver-xorg&lt;br /&gt;&lt;br /&gt;Section "Files"&lt;br /&gt;FontPath "/usr/share/X11/fonts/misc"&lt;br /&gt;FontPath "/usr/share/X11/fonts/cyrillic"&lt;br /&gt;FontPath "/usr/share/X11/fonts/100dpi/:unscaled"&lt;br /&gt;FontPath "/usr/share/X11/fonts/75dpi/:unscaled"&lt;br /&gt;FontPath "/usr/share/X11/fonts/Type1"&lt;br /&gt;FontPath "/usr/share/X11/fonts/100dpi"&lt;br /&gt;FontPath "/usr/share/X11/fonts/75dpi"&lt;br /&gt;# path to defoma fonts&lt;br /&gt;FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Module"&lt;br /&gt;Load "bitmap"&lt;br /&gt;Load "ddc"&lt;br /&gt;Load "extmod"&lt;br /&gt;Load "freetype"&lt;br /&gt;Load "glx"&lt;br /&gt;Load "int10"&lt;br /&gt;Load "type1"&lt;br /&gt;Load "vbe"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Identifier "Generic Keyboard"&lt;br /&gt;Driver  "kbd"&lt;br /&gt;Option  "CoreKeyboard"&lt;br /&gt;Option  "XkbRules" "xorg"&lt;br /&gt;Option  "XkbModel" "pc105"&lt;br /&gt;Option  "XkbLayout" "de"&lt;br /&gt;Option  "XkbVariant" "nodeadkeys"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Identifier "Configured Mouse"&lt;br /&gt;Driver  "mouse"&lt;br /&gt;Option  "CorePointer"&lt;br /&gt;Option  "Device"  "/dev/input/mice"&lt;br /&gt;Option  "Protocol"  "ExplorerPS/2"&lt;br /&gt;Option  "ZAxisMapping"  "4 5"&lt;br /&gt;Option  "Emulate3Buttons" "true"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Driver        "wacom"&lt;br /&gt;Identifier    "stylus"&lt;br /&gt;Option        "Device"        "/dev/wacom"          # Change to&lt;br /&gt;                                                    # /dev/input/event&lt;br /&gt;                                                    # for USB&lt;br /&gt;Option        "Type"          "stylus"&lt;br /&gt;Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Driver        "wacom"&lt;br /&gt;Identifier    "eraser"&lt;br /&gt;Option        "Device"        "/dev/wacom"          # Change to&lt;br /&gt;                                                    # /dev/input/event&lt;br /&gt;                                                    # for USB&lt;br /&gt;Option        "Type"          "eraser"&lt;br /&gt;Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "InputDevice"&lt;br /&gt;Driver        "wacom"&lt;br /&gt;Identifier    "cursor"&lt;br /&gt;Option        "Device"        "/dev/wacom"          # Change to&lt;br /&gt;                                                    # /dev/input/event&lt;br /&gt;                                                    # for USB&lt;br /&gt;Option        "Type"          "cursor"&lt;br /&gt;Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Device"&lt;br /&gt;Identifier "NVIDIA 6100"&lt;br /&gt;Driver  "nv"&lt;br /&gt;BusID  "PCI:0:5:0"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Monitor"&lt;br /&gt;Identifier "Monitor"&lt;br /&gt;Option  "DPMS"&lt;br /&gt;HorizSync 30-70&lt;br /&gt;VertRefresh 50-120&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "Screen"&lt;br /&gt;Identifier "Default Screen"&lt;br /&gt;Device  "NVIDIA 6100"&lt;br /&gt;Monitor  "Monitor"&lt;br /&gt;DefaultDepth 24&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  1&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  4&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  8&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  15&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  16&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;SubSection "Display"&lt;br /&gt; Depth  24&lt;br /&gt; Modes  "1280x1024" "1024x768" "800x600" "640x480"&lt;br /&gt;EndSubSection&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "ServerLayout"&lt;br /&gt;Identifier "Default Layout"&lt;br /&gt;Screen  "Default Screen"&lt;br /&gt;InputDevice "Generic Keyboard"&lt;br /&gt;InputDevice "Configured Mouse"&lt;br /&gt;InputDevice     "stylus" "SendCoreEvents"&lt;br /&gt;InputDevice     "cursor" "SendCoreEvents"&lt;br /&gt;InputDevice     "eraser" "SendCoreEvents"&lt;br /&gt;EndSection&lt;br /&gt;&lt;br /&gt;Section "DRI"&lt;br /&gt;Mode 0666&lt;br /&gt;EndSection&lt;/pre&gt; &lt;/div&gt;Anyone an idea what else I could try?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Answers:( Source From &lt;table border="0" cellpadding="0" cellspacing="6" width="100%"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;a href="http://ubuntuforums.org/member.php?u=207716"&gt;&lt;img title="mand0's Avatar" src="http://ubuntuforums.org/customavatars/avatar207716_5.gif" alt="mand0's Avatar" border="0" height="90" width="84" /&gt;&lt;/a&gt;&lt;/td&gt;    &lt;td nowrap="nowrap"&gt;         &lt;div id="postmenu_2062585"&gt;            &lt;a class="bigusername" href="http://ubuntuforums.org/member.php?u=207716"&gt;mand0&lt;/a&gt;      &lt;img title="mand0 is offline" class="inlineimg" src="http://ubuntuforums.org/images/uf/statusicon/user_offline.gif" alt="mand0 is offline" border="0" /&gt;        &lt;script type="text/javascript"&gt; vbmenu_register("postmenu_2062585", true); &lt;/script&gt;           &lt;/div&gt;          &lt;div class="smallfont"&gt;A Carafe of Ubuntu&lt;/div&gt;     &lt;div class="smallfont"&gt;&lt;img src="http://ubuntuforums.org/images/rank_3.png" alt="" border="" /&gt;&lt;/div&gt;           &lt;/td&gt;    &lt;td width="100%"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="smallfont"&gt;          &lt;strong&gt;)&lt;br /&gt;&lt;br /&gt;Re: NVIDIA GeForce 6100 / Resolution&lt;/strong&gt;    &lt;/div&gt;                       &lt;hr style="color: rgb(255, 255, 255);" size="1"&gt;    &lt;!-- / icon and title --&gt;         &lt;!-- message --&gt;   &lt;div class="ubuntu_messagebody" id="post_message_2062662"&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="ubuntu_quotebackground"&gt;         &lt;div&gt;      Originally Posted by &lt;strong&gt;mand0&lt;/strong&gt;      &lt;a href="http://ubuntuforums.org/showthread.php?p=2062585#post2062585" rel="nofollow"&gt;&lt;img title="View Post" class="inlineimg" src="http://ubuntuforums.org/images/uf/buttons/viewpost.gif" alt="View Post" border="0" /&gt;&lt;/a&gt;     &lt;/div&gt;     &lt;div style="font-style: italic;"&gt;Have you tried running this in terminal?&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;sudo dpkg-reconfigure xserver-xorg&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;I did, the current configuration I am using now was made this way.&lt;br /&gt;I have a full list when I type xrandr and use "nv" driver, but as soon as I switch to "nvidia" driver, there is only one line.&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="6" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="ubuntu_quotebackground"&gt;         &lt;div&gt;      Originally Posted by &lt;strong&gt;mand0&lt;/strong&gt;      &lt;a href="http://ubuntuforums.org/showthread.php?p=2062585#post2062585" rel="nofollow"&gt;&lt;img title="View Post" class="inlineimg" src="http://ubuntuforums.org/images/uf/buttons/viewpost.gif" alt="View Post" border="0" /&gt;&lt;/a&gt;     &lt;/div&gt;     &lt;div style="font-style: italic;"&gt;Type in terminal:&lt;br /&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;  &lt;pre class="alt2" dir="ltr" style="border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;"&gt;glxinfo&lt;/pre&gt; &lt;/div&gt;&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;It is enabled.&lt;/div&gt;   &lt;!-- / message --&gt;&lt;!-- sig --&gt;                  __________________&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3927288329268098304-117076757339928772?l=temdl84.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://temdl84.blogspot.com/feeds/117076757339928772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3927288329268098304&amp;postID=117076757339928772' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/117076757339928772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3927288329268098304/posts/default/117076757339928772'/><link rel='alternate' type='text/html' href='http://temdl84.blogspot.com/2008/01/ubuntu-resolution-nvidia-geforce-6100.html' title='Ubuntu + resolution + NVIDIA GeForce 6100'/><author><name>Voulez-Vous  -  Bar Cafe</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
