<?xml version="1.0"?>
<rss version="2.0"><channel><title>TagFacts/kuchin</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[Latest notes added by kuchin to TagFacts]]></description><language>en-us</language><item><title>Get rid of Nero Scout</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	regsvr32 /u &quot;%COMMONPROGRAMFILES%&#092;Ahead&#092;Lib&#092;MediaLibraryNSE.dll&quot;
	<br/>
		<a href="http://www.help2go.com/Tutorials/Software_Utilities/Disable_Nero_Scout_in_Nero_7.html">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/multimedia"  >multimedia</a> <a href="http://tagfacts.com/kuchin/nero"  >nero</a>]]></description><pubDate>Mon, 02 Apr 2007 06:22:19 GMT</pubDate><guid isPermaLink="false">programs_id_634</guid><author>kuchin@nosuchserver.com</author><category>multimedia</category><category>nero</category></item><item><title>Vista - enable hibernate</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Powercfg /hibernate on
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/hibernate"  >hibernate</a> <a href="http://tagfacts.com/kuchin/vista"  >vista</a> <a href="http://tagfacts.com/kuchin/windows"  >windows</a>]]></description><pubDate>Sun, 25 Feb 2007 17:26:28 GMT</pubDate><guid isPermaLink="false">programs_id_533</guid><author>kuchin@nosuchserver.com</author><category>hibernate</category><category>vista</category><category>windows</category></item><item><title>MySQL charset problems</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	WordPress: wp-db.php<br />Invision:  drivers/mySQL.php<br /><br />&#036;this-&gt;query(&quot;SET NAMES &#39;cp1251&#39;&quot;);<br />&#036;this-&gt;query(&quot;SET CHARACTER_SET_CLIENT=&#39;cp1251&#39;&quot;);<br /><br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_CONNECTION=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_RESULTS=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET CHARACTER_SET_SERVER=&#39;utf8&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET COLLATION_CONNECTION=&#39;utf8_general_ci&#39;&quot;);<br />//&#036;wpdb-&gt;query(&quot;SET COLLATION_SERVER=&#39;utf8_general_ci&#39;&quot;);
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/charset"  >charset</a> <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Tue, 26 Dec 2006 10:02:31 GMT</pubDate><guid isPermaLink="false">programs_id_486</guid><author>kuchin@nosuchserver.com</author><category>charset</category><category>mysql</category></item><item><title>Incremental MySQL backup</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	mysqldump --extended-insert=false<br />then using diff -u, diff -u0, or maybe diff -e, between original mysqldump image and the new one to get the incremental.
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/backup"  >backup</a> <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Mon, 18 Dec 2006 12:29:47 GMT</pubDate><guid isPermaLink="false">programs_id_484</guid><author>kuchin@nosuchserver.com</author><category>backup</category><category>mysql</category></item><item><title>Samba</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	yum install samba<br /><br />cat /etc/passwd | mksmbpasswd.sh &gt; /etc/samba/smbpasswd<br />chmod 600 /etc/samba/smbpasswd<br />smbpasswd username<br /><br />/etc/samba/smb.conf<br /><br />service smb start<br /><br />smbclient //localhost/Downloads<br /><br />firewall - 137:udp 138:udp 139:tcp 445:tcp<br /><br />mount -t smbfs //192.168.196.1/d /mnt/win -o username=XXX -o password=xxx
	<br/>
		<a href="http://hr.uoregon.edu/davidrl/samba.html">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/samba"  >samba</a>]]></description><pubDate>Thu, 17 Aug 2006 06:36:34 GMT</pubDate><guid isPermaLink="false">programs_id_419</guid><author>kuchin@nosuchserver.com</author><category>linux</category><category>samba</category></item><item><title>Ubuntu desktop</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	http://ubuntuguide.org/wiki/Dapper<br />http://www.ubuntuforums.org/forumdisplay.php?f=100<br />http://diveintomark.org/archives/2006/06/26/essentials-2006<br />http://www.ubuntuforums.org/showthread.php?t=185174<br />http://linuxforum.ru/index.php?showtopic=12690<br />http://gentoo-wiki.com/HOWTO_FTP_Mount<br />http://www.ubuntuforums.org/showthread.php?p=1188326<br />( sudo chmod +x /usr/bin/fusermount, sudo chmod o+rw /dev/fuse )<br /><br />Lets install the proprietary ATI drivers, if you are in X, exit out now. <br />   1. Install the xorg-driver-fglrx package:<br />      sudo apt-get install xorg-driver-fglrx<br />   2. Add fglrx to /etc/modules:<br />      echo fglrx | sudo tee -a /etc/modules<br />Now the module will not be loaded automatically until we reboot, so lets load it manually:<br />    sudo depmod -a<br />    sudo modprobe fglrx
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/desktop"  >desktop</a> <a href="http://tagfacts.com/kuchin/linux"  >linux</a>]]></description><pubDate>Wed, 19 Jul 2006 12:09:16 GMT</pubDate><guid isPermaLink="false">programs_id_413</guid><author>kuchin@nosuchserver.com</author><category>desktop</category><category>linux</category></item><item><title>Linux backups</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	rsync
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/backup"  >backup</a> <a href="http://tagfacts.com/kuchin/linux"  >linux</a>]]></description><pubDate>Mon, 26 Jun 2006 14:58:44 GMT</pubDate><guid isPermaLink="false">programs_id_396</guid><author>kuchin@nosuchserver.com</author><category>backup</category><category>linux</category></item><item><title>Linux install, packages</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	yum install ...<br />yum update ...<br />yum search ...<br />yum check-update<br /><br />dpkg -S /bin/bash<br /><br />apt-cache depends mozilla | grep x11<br /><br />apt-get --purge remove libx11-6<br />
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/setup"  >setup</a>]]></description><pubDate>Mon, 19 Jun 2006 07:31:09 GMT</pubDate><guid isPermaLink="false">programs_id_391</guid><author>kuchin@nosuchserver.com</author><category>linux</category><category>setup</category></item><item><title>DB2 some commands</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	db2stop /force<br />db2start<br /><br />db2<br />list applications all<br />force application all<br />stop database manager<br />start database manager<br />terminate<br /><br />db2 uncatalog db db_name<br /><br />db2 get database configuration for db_name | grep -i pool<br />db2 update db cfg for db_name using parm_name parm_value<br />db2 terminate<br />db2 force applications all<br /><br /># override bufferpool size<br />db2set DB2_OVERRIDE_BPF=1000<br /><br /># db2 : sysctl -p<br /><br />#db kernel tuning  <br />kernel.sem=250 256000 32 1024  <br />#shmmax for a 64-bit system  <br />kernel.shmmax=1073741824  <br />#shmall for 90 percent of 512MB memory  <br />kernel.shmall=150859  <br />kernel.msgmax=65535  <br />kernel.msgmnb=65535<br /><br /><br /><br /># sudo apt-get install bum<br /># /etc/init.d/db2 (chmod a+x)<br /><br />#&#33;/bin/sh<br /><br />case &quot;&#036;1&quot; in<br />        start)<br />                su - dasusr1 -c &quot;db2admin start&quot;                                <br />                /opt/ibm/db2/V9.1/instance/db2istrt                             <br />                su - db2inst1 -c &quot;db2 activate database dev&quot;                        <br />        ;;<br />        stop)<br />                kill -9 `ps -efa | grep db2wdog | grep -v grep | cut -c10-15`<br />        ;;<br />        *)<br />        echo &#036;&quot;Usage: &#036;0 {start|stop}&quot;<br />        exit 1<br />esac<br /><br />exit 0<br />
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/db2"  >db2</a> <a href="http://tagfacts.com/kuchin/linux"  >linux</a>]]></description><pubDate>Tue, 25 Apr 2006 17:39:56 GMT</pubDate><guid isPermaLink="false">programs_id_365</guid><author>kuchin@nosuchserver.com</author><category>db2</category><category>linux</category></item><item><title>Switching XP Home &lt;-&gt; Pro</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Regedit, HKEY_LOCAL_MASHINESYSTEM -&gt; ControlSet with the last number.<br />Control ProductOptions -&gt; in XP Home: ProductSuite (multistring value)with value Personal - delete it, add new DWORD parameter Brand with zero value.<br />Reboot Windows - F8 -&gt; Load last good known configuration.
	<br/>
		<a href="http://exler.ru/blog/item/1066/">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/home"  >home</a> <a href="http://tagfacts.com/kuchin/windows"  >windows</a>]]></description><pubDate>Sun, 23 Apr 2006 19:18:29 GMT</pubDate><guid isPermaLink="false">programs_id_363</guid><author>kuchin@nosuchserver.com</author><category>home</category><category>windows</category></item><item><title>Get HMENU by HWND [undocumented]</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	MN_GETHMENU
	<br/>
		<a href="http://groups.google.com/group/microsoft.public.win32.programmer.ui/browse_frm/thread/08bf6f15e26a7d3a">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/development"  >development</a> <a href="http://tagfacts.com/kuchin/windows"  >windows</a>]]></description><pubDate>Sun, 26 Mar 2006 17:49:17 GMT</pubDate><guid isPermaLink="false">programs_id_323</guid><author>kuchin@nosuchserver.com</author><category>development</category><category>windows</category></item><item><title>MySQL configuration</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	[mysqld]<br />key_buffer = 100M<br />#log-bin<br />max_connections = 100
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mysql"  >mysql</a>]]></description><pubDate>Tue, 28 Feb 2006 20:53:41 GMT</pubDate><guid isPermaLink="false">programs_id_284</guid><author>kuchin@nosuchserver.com</author><category>mysql</category></item><item><title>Macro for sending mail</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Public Sub NewMail()<br /><br />    Dim olApp As Outlook.Application<br />    Dim objMail As Outlook.MailItem<br /><br />    Set olApp = CreateObject(&quot;Outlook.Application&quot;)<br />    Set objMail = olApp.CreateItem(olMailItem)<br /><br />    objMail.BCC = &quot;Friends Dima&quot;<br />    objMail.Subject = &quot;Subject&quot;<br />    objMail.HTMLBody = &quot;&lt;b&gt;Body&lt;/b&gt;&quot;<br />    <br />    objMail.Send<br /><br />End Sub
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mail"  >mail</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/outlook"  >outlook</a>]]></description><pubDate>Mon, 20 Feb 2006 11:58:34 GMT</pubDate><guid isPermaLink="false">programs_id_281</guid><author>kuchin@nosuchserver.com</author><category>mail</category><category>microsoft</category><category>outlook</category></item><item><title>Removing Microsoft bluetooth stack</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	* Open a command prompt<br />* Type &#39;set DEVMGR_SHOW_NONPRESENT_DEVICES=1&#39;<br />* Type &#39;devmgmt.msc&#39; to load the Device Manager<br />* Select &#39;View&#39; show &#39;Show hidden devices&#39;<br />* Delete the Microsoft Bluetooth Enumerator<br />* Delete all the Bluetooth COM ports<br />* Reboot<br /><br /><br />Use the driver update routine. The Device Manager can be opened by right clicking on the âMy Computerâ icon and selecting the âPropertiesâ menu option. When the Properties dialog appears select the âHardwareâ tab and then click the âDevice Managerâ button.<br /><br />When Microsoft stack is in control then the Bluetooth Radios category is present in the Device Manager as shown below, Figure 1. There will be 2/3 devices under that category, depending<br />on the implementation, these are:<br /><br />* Bluetooth Printing Support<br />* Microsoft Bluetooth Enumerator<br />* The âActual deviceâ.<br /><br />Highlight the âActual Deviceâ. Select âAction -&gt; Propertiesâ menu option. Select Driver tab. Verify that the provider is Microsoft. Click the âUpdate Driverâ button.<br /><br />When the Hardware Update Wizard appears, we are now ready to install the WIDCOMM Bluetooth driver. Select âInstall from a list or specific location (Advanced)â radio button and click on the âNextâ button to continue.<br /><br />In the following screen select &quot;Don&#39;t search. I will choose the driver to install&quot; checkbox and click on the âNextâ button to continue.<br /><br />The next dialog provides the selection between Microsoft and Widcomm provided drivers. Select the last device (USB Bluetooth Radio) in the list and click on âNextâ button to continue.
	<br/>
		<a href="http://www.geekzone.co.nz/forums.asp?ForumId=8&amp;TopicId=2229">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/bluetooth"  >bluetooth</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a>]]></description><pubDate>Tue, 31 Jan 2006 23:21:35 GMT</pubDate><guid isPermaLink="false">programs_id_270</guid><author>kuchin@nosuchserver.com</author><category>bluetooth</category><category>microsoft</category></item><item><title>Change administrator password for XP Home</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	In command line: control userpasswords2
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/home"  >home</a> <a href="http://tagfacts.com/kuchin/security"  >security</a> <a href="http://tagfacts.com/kuchin/windows"  >windows</a>]]></description><pubDate>Mon, 30 Jan 2006 16:25:54 GMT</pubDate><guid isPermaLink="false">programs_id_269</guid><author>kuchin@nosuchserver.com</author><category>home</category><category>security</category><category>windows</category></item><item><title>Disposable e-mail addresses</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Registration free:<br /><br />spambob.com<br />dodgeit.com<br />mailinator.com<br />pookmail.com<br />oneoffmail.com<br />spamhole.com<br />spam.la<br /><br /><br />Registration required:<br /><br />spammotel.com<br />spamgourmet.com<br />mailexpire.com<br />kasmail.com<br />spambob.net<br />jetable.org<br />sneakemail.com<br />spamhole.com<br />e4ward.com<br />ephemail.net<br />willhackforfood.biz
	<br/>
		<a href="http://www.kpnemo.ru/internet/2005/08/09/vremennaya_pochta/">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mail"  >mail</a>]]></description><pubDate>Fri, 16 Dec 2005 12:27:58 GMT</pubDate><guid isPermaLink="false">programs_id_238</guid><author>kuchin@nosuchserver.com</author><category>mail</category></item><item><title>Open restricted attachments in Outlook 2003</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	REGEDIT4<br />[HKEY_CURRENT_USER&#092;Software&#092;Microsoft&#092;Office&#092;11.0&#092;Outlook&#092;Security]<br />&quot;Level1Remove&quot;=&quot;ade;adp;asx;bas;bat;chm;cmd;com;cpl;crt;exe;hlp;hta;inf;ins;isp;<br />js;jse;lnk;mda;mdb;mde;mdz;msc;msi;msp;mst;pcd;pif;prf;reg;scf;scr;sct;shb;shs;<br />url;vb;vbe;vbs;ws c;wsf;wsh&quot;
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/mail"  >mail</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/outlook"  >outlook</a>]]></description><pubDate>Tue, 15 Nov 2005 14:13:29 GMT</pubDate><guid isPermaLink="false">programs_id_212</guid><author>kuchin@nosuchserver.com</author><category>mail</category><category>microsoft</category><category>outlook</category></item><item><title>Find file by context</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	find . -exec grep -l _pattern_ {} &#092;;
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/search"  >search</a>]]></description><pubDate>Sat, 29 Oct 2005 19:42:01 GMT</pubDate><guid isPermaLink="false">programs_id_200</guid><author>kuchin@nosuchserver.com</author><category>linux</category><category>search</category></item><item><title>MSI wrapper for EXE</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Install Orca.msi from MS Platform SDK.<br />Open Orca, new file.<br />Add tables:<br />Binary - add row, Name &#39;CustomExe&#39;, Import the executable.<br />CustomAction - add row, Action &#39;CustomAction&#39;, Type 2, Source &#39;CustomExe&#39;.<br />(if you need to provide command line parameters, enter them in Target field)<br />InstallExecuteSequence - add row, Action &#39;CustomAction&#39;, Sequence 1000 - for silent install.<br />InstallUISequence - add row, Action &#39;CustomAction&#39;, Sequence 1000 - for normal install.
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/installer"  >installer</a> <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/msi"  >msi</a> <a href="http://tagfacts.com/kuchin/sdk"  >sdk</a>]]></description><pubDate>Thu, 20 Oct 2005 11:14:04 GMT</pubDate><guid isPermaLink="false">programs_id_185</guid><author>kuchin@nosuchserver.com</author><category>installer</category><category>microsoft</category><category>msi</category><category>sdk</category></item><item><title>Fonts for programming</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Anonymous<br />http://www.ms-studio.com/FontSales/anonymous.html<br /><br />DejaVu<br />http://dejavu.sourceforge.net/wiki/index.php/Main_Page
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/fonts"  >fonts</a>]]></description><pubDate>Mon, 17 Oct 2005 15:54:27 GMT</pubDate><guid isPermaLink="false">programs_id_183</guid><author>kuchin@nosuchserver.com</author><category>fonts</category></item><item><title>Microsoft Update</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	C:&#092;WINDOWS&#092;SoftwareDistribution&#092;DataStore<br />in case there are problems with MS Update, this folder can be deleted to &#39;reset&#39; Update&#39;s state.
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/microsoft"  >microsoft</a> <a href="http://tagfacts.com/kuchin/update"  >update</a>]]></description><pubDate>Thu, 13 Oct 2005 07:20:02 GMT</pubDate><guid isPermaLink="false">programs_id_176</guid><author>kuchin@nosuchserver.com</author><category>microsoft</category><category>update</category></item><item><title>Public DNS</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	4.2.2.1<br />4.2.2.2<br />ns1.granitecanyon.com<br />ns2.granitecanyon.com<br />ns1.quasar.net<br />ns1.vrx.net<br />ns1.cisco.com<br />dns-rtp3.cisco.com <br /><br />Those are working good.<br /><br />http://www.artboy.org/2005/18/alternate-dns-servers<br />
	<br/>
		<a href="http://soa.granitecanyon.com/faq.shtml">(link)</a>
	<br/>
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/dns"  >dns</a> <a href="http://tagfacts.com/kuchin/network"  >network</a>]]></description><pubDate>Thu, 29 Sep 2005 08:47:56 GMT</pubDate><guid isPermaLink="false">programs_id_84</guid><author>kuchin@nosuchserver.com</author><category>dns</category><category>network</category></item><item><title>SENDMAIL</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	Usually at /etc/mail/ :)<br />sendmail.mc - comment or edit this - define(`SMART_HOST&#39;,`smtp.your.provider&#39;)
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/mail"  >mail</a>]]></description><pubDate>Wed, 28 Sep 2005 15:04:48 GMT</pubDate><guid isPermaLink="false">programs_id_79</guid><author>kuchin@nosuchserver.com</author><category>linux</category><category>mail</category></item><item><title>IPTABLES</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	iptables -I INPUT -p (tcp or udp) --dport (port num) -j ACCEPT<br /><br />iptables -t nat -I PREROUTING -p tcp --dport XX -j DNAT --to IP.IP.IP.IP:YY
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/iptables"  >iptables</a> <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/security"  >security</a>]]></description><pubDate>Tue, 27 Sep 2005 12:13:01 GMT</pubDate><guid isPermaLink="false">programs_id_76</guid><author>kuchin@nosuchserver.com</author><category>iptables</category><category>linux</category><category>security</category></item><item><title>SSH</title><link>http://tagfacts.com/kuchin</link><description><![CDATA[	/etc/ssh/sshd_config:<br /><br />Port XXX<br />PermitRootLogin no
	<br/>
	
	by <a href="http://tagfacts.com/kuchin">kuchin</a>
	<br/>
	Tags: <a href="http://tagfacts.com/kuchin/linux"  >linux</a> <a href="http://tagfacts.com/kuchin/login"  >login</a> <a href="http://tagfacts.com/kuchin/security"  >security</a>]]></description><pubDate>Tue, 20 Sep 2005 07:57:31 GMT</pubDate><guid isPermaLink="false">programs_id_33</guid><author>kuchin@nosuchserver.com</author><category>linux</category><category>login</category><category>security</category></item></channel></rss>
