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

<channel>
	<title>my post it</title>
	<atom:link href="http://my.info.or.id/feed" rel="self" type="application/rss+xml" />
	<link>http://my.info.or.id</link>
	<description>its only like my post it, making notes than also sharing information to the world...</description>
	<pubDate>Sat, 09 May 2009 19:29:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to Stop Marquee on Mouse Hover???</title>
		<link>http://my.info.or.id/javascripts/how-to-stop-marquee-on-mouse-hover.my</link>
		<comments>http://my.info.or.id/javascripts/how-to-stop-marquee-on-mouse-hover.my#comments</comments>
		<pubDate>Sat, 09 May 2009 19:28:46 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[JavaScripts]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=98</guid>
		<description><![CDATA[&#60;marquee&#62;
text to scroll here
&#60;marquee&#62;
and it moves from right to left and loops, than how to stop it on mouseover and then start back up when mouse away from it???
Some simple javascript events are required (which requires that the client&#8217;s browser is javascript enabled):
&#60;marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);"&#62;
text to scroll here
&#60;marquee&#62;
The marquee tag was [...]]]></description>
			<content:encoded><![CDATA[<p><code>&lt;marquee&gt;<br />
text to scroll here<br />
&lt;marquee&gt;</code></p>
<p>and it moves from right to left and loops, than how to stop it on mouseover and then start back up when mouse away from it???<span id="more-98"></span></p>
<p>Some simple javascript events are required (which requires that the client&#8217;s browser is javascript enabled):</p>
<p><code>&lt;marquee onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);"&gt;<br />
text to scroll here<br />
&lt;marquee&gt;</code></p>
<p>The marquee tag was originally IE specific. It is now supported in limited fashion in some other browsers. FireFox will behave the same as IE for the above example. Opera will reset the marquee to the beginning. Many browsers will do nothing at all, some will not even scroll the marquee to begin with.</p>
<p>If you want more consistent cross browser support and control over a marquee type effect, use a purely javascript marquee.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/javascripts/how-to-stop-marquee-on-mouse-hover.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>CentOS Hardware Information Command</title>
		<link>http://my.info.or.id/linux/centos-hardware-information-command.my</link>
		<comments>http://my.info.or.id/linux/centos-hardware-information-command.my#comments</comments>
		<pubDate>Fri, 27 Feb 2009 11:59:57 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CentOs]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[centos]]></category>

		<category><![CDATA[Commands]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=95</guid>
		<description><![CDATA[List PCI device
[root@server-02 ~]# lspci
00:00.0 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset) (rev 31)
00:00.1 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset)
00:00.2 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset)
00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
00:04.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01)
00:05.0 System peripheral: Compaq [...]]]></description>
			<content:encoded><![CDATA[<p><strong>List PCI device</strong></p>
<blockquote><p><code><strong>[root@server-02 ~]# lspci</strong><br />
00:00.0 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset) (rev 31)<br />
00:00.1 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset)<br />
00:00.2 Host bridge: Broadcom CMIC-LE Host Bridge (GC-LE chipset)<br />
00:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)<br />
00:04.0 RAID bus controller: Compaq Computer Corporation Smart Array 5i/532 (rev 01)<br />
00:05.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 01)<br />
00:05.2 System peripheral: Compaq Computer Corporation Integrated Lights Out  Processor (rev 01)<br />
00:0f.0 ISA bridge: Broadcom CSB5 South Bridge (rev 93)<br />
00:0f.1 IDE interface: Broadcom CSB5 IDE Controller (rev 93)<br />
00:0f.2 USB Controller: Broadcom OSB4/CSB5 OHCI USB Controller (rev 05)<br />
00:0f.3 Host bridge: Broadcom CSB5 LPC bridge<br />
00:11.0 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)<br />
00:11.2 Host bridge: Broadcom CIOB-X2 PCI-X I/O Bridge (rev 05)<br />
01:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)<br />
04:02.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5703X Gigabit Ethernet (rev 02)</code></p></blockquote>
<p><span id="more-95"></span><br />
<strong>Hardware Information :</strong></p>
<blockquote><p><code><strong>[root@server-02 ~]# dmidecode |more</strong><br />
# dmidecode 2.7<br />
SMBIOS 2.3 present.<br />
42 structures occupying 1159 bytes.<br />
Table at 0&#215;000EC000.</p>
<p>Handle 0&#215;0000, DMI type 0, 20 bytes.<br />
BIOS Information<br />
	Vendor: HP<br />
~~~<br />
System Information<br />
	Manufacturer: HP<br />
	Product Name: ProLiant DL360 G3<br />
~~~<br />
Processor Information<br />
	Socket Designation: Proc 1<br />
	Type: Central Processor<br />
	Family: Xeon<br />
	Manufacturer: Intel<br />
	ID: 27 0F 00 00 FF FB EB BF<br />
	Signature: Type 0, Family 15, Model 2, Stepping 7<br />
~~~<br />
Processor Information<br />
	Socket Designation: Proc 2<br />
	Type: Central Processor<br />
	Family: Xeon<br />
	Manufacturer: Intel<br />
	ID: 27 0F 00 00 FF FB EB BF<br />
	Signature: Type 0, Family 15, Model 2, Stepping 7<br />
~~~<br />
</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/centos-hardware-information-command.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Program keren di Linux</title>
		<link>http://my.info.or.id/linux/program-keren-di-linux.my</link>
		<comments>http://my.info.or.id/linux/program-keren-di-linux.my#comments</comments>
		<pubDate>Fri, 20 Feb 2009 01:31:35 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Sekilas Info]]></category>

		<category><![CDATA[Application]]></category>

		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=93</guid>
		<description><![CDATA[LMMS - Klon FruityLoops untuk Linux?
LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, playing live with keyboard and much more&#8230;
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/ sample-/song-/effect-management) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LMMS - Klon FruityLoops untuk Linux?</strong><br />
LMMS aims to be a free alternative to popular (but commercial and closed- source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating/synthesizing sounds, arranging samples, playing live with keyboard and much more&#8230;<br />
LMMS combines the features of a tracker-/sequencer-program (pattern-/channel-/ sample-/song-/effect-management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user-interface<br />
<strong>http://lmms.sourceforge.net</strong><span id="more-93"></span></p>
<p><strong>MPlayer - Pemutar film untuk linux?</strong><br />
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some RealMedia files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too (and you don&#8217;t need the avifile library at all!). The another big feature of mplayer is the wide range of supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, AAlib, but you can use SDL (and this way all drivers of SDL), VESA (on every VESA compatible card, even without X!), and some lowlevel card-specific drivers (for Matrox, 3Dfx and Radeon) too! Most of them supports software or hardware scaling, so you can enjoy movies in fullscreen. MPlayer supports displaying through some hardware MPEG decoder boards, such as the DVB and DXR3/Hollywood+! And what about the nice big antialiased shaded subtitles (9 supported types!!!) with european/ISO 8859-1,2 (hungarian, english, czech, etc), cyrillic, korean fonts, and OSD?<br />
<strong>http://www.mplayerhq.hu</strong></p>
<p><strong>blender - Paket pemodelan/rendering/animasi 3D yang berfungsi penuh?</strong><br />
Blender is the in-house software of a high quality animation studio. It has proven to be an extremely fast and versatile design instrument. The software has a personal touch, offering a unique approach to the world of three dimensions. Blender can be used to create TV commercials, to make technical visualizations or business graphics, to do some morphing, or to design user interfaces. Developers can easily build and manage complex environments. The renderer is versatile and extremely fast. All basic animation principles (curves and keys) are implemented.<br />
<strong>http://www.blender.org</strong></p>
<p><strong>Elephants Dream</strong><br />
Elephants Dream is the world’s first open movie, made entirely with open source graphics software such as Blender, and with all production files freely available to use however you please, under a Creative Commons license.<br />
<strong>http://www.elephantsdream.org</strong></p>
<p><strong>Big Buck Bunny</strong><br />
In May 2008, the Blender Foundation released their second open-movie project: “Big Buck Bunny,” a funny and furry 3D short about a giant rabbit who gets even with bullying rodents.<br />
<strong>http://www.bigbuckbunny.org</strong></p>
<p><strong>inkscape - A vector-based drawing program using SVG? </strong><br />
Inkscape is a SVG based generic vector-drawing program.<br />
Inkscape uses W3C SVG as its native file format. It is therefore a very useful tool for web designers and as an interchange format for desktop publishing.<br />
<strong>http://www.inkscape.org</strong></p>
<p><strong>lirc - The Linux Infrared Remote Control</strong><br />
LIRC is a package that allows you to decode and send infra-red and other signals of many (but not all) commonly used remote controls. Included applications include daemons which decode the received signals as well as user space applications which allow controlling a computer with a remote control.<br />
<strong>http://www.lirc.org</strong></p>
<p><strong>Stellarium - Stellarium is a desktop planetarium?</strong><br />
Stellarium renders 3D photo-realistic skies in real time. With stellarium, you really see what you can see with your eyes, binoculars or a small telescope.<br />
<strong>http://www.stellarium.org</strong></p>
<p><strong>Nexuiz - Multiplayer, deathmatch oriented first person shooter</strong>?<br />
?Nexuiz is a fast-paced, chaotic, and intense multiplayer first person shooter, focused on providing basic, old style deathmatches.<br />
<strong>http://www.nexuiz.com</strong></p>
<p><strong>foobillard - Permainan Billard OpenGL</strong>?<br />
FooBillard is an attempt to create a free OpenGL-billard for Linux. FooBillard is still under development but the main physics is implemented.<br />
<strong>http://foobillard.sourceforge.net</strong></p>
<p><strong>Beryl OpenGL window and compositing manager?</strong> ?<br />
Beryl is a combined window manager and compositing manager that runs on top of Xgl or AIGLX using OpenGL to provide effects accelerated by a 3D graphics card on the desktop. Beryl is a community-driven fork of Compiz.<br />
<strong>http://www.beryl-project.org</strong></p>
<p><strong>Virtualbox - A general-purpose full virtualizer for x86 hardware</strong>? ?<br />
VirtualBox Open Source Edition (OSE) is a general-purpose full virtualizer for x86 hardware.<br />
<strong>http://www.virtualbox.org</strong></p>
<p><strong>gambas - IDE based on a basic interpreter with object extensions</strong>? ?<br />
Gambas is a free development environment based on a Basic interpreter with object extensions, like Visual Basic (but it is NOT a clone !). With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, create network applications easily, and so on&#8230;<br />
<strong>http://gambas.sourceforge.net</strong></p>
<p><strong>Open Movie Editor</strong><br />
Open Movie Editor is a free and open source video editing program, designed for basic movie making capabilities. It aims do be powerful enough for the amateur movie artist, yet easy to use.<br />
<strong>http://www.openmovieeditor.org</strong></p>
<p><strong>LiVES - The Linux* Video Editing System</strong><br />
LiVES is a Video Editing System. It is designed to be simple to use, yet powerful. It is small in size, yet has many advanced features. LiVES mixes realtime video performance and non-linear editing in one application. It lest you start editing and making video right away, without having to worry about formats, frame sizes, or framerates. It is a very flexible tool which can be used by both VJ&#8217;s and video editors - mix and switch clips from the keyboard, trim and edit your clips, and bring them together using the multitrack timeline.<br />
<strong>http://lives.sourceforge.net</strong></p>
<p><strong>CodeWeavers CrossOver Linux 6.0 pro - Your Windows Applications, Seamlessly Integrated On Linux</strong><br />
CrossOver Linux allows you to install many popular Windows productivity applications, plugins and games in Linux, without needing a Microsoft Operating System license. CrossOver includes an easy to use, single click interface, which makes installing a Windows application simple and fast. Once installed, your application integrate seamlessly with your Gnome or KDE environment. Just click and run your application, exactly as you would in Windows, but with the full freedom of Linux.<br />
<strong>http://www.codeweavers.com/products/</strong></p>
<p><strong>Game</strong><br />
http://www.happypenguin.org</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/program-keren-di-linux.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>The unique way to reset Linksys PrintServer WPS54G</title>
		<link>http://my.info.or.id/trik/the-unique-way-to-reset-linksys-printserver-wps54g.my</link>
		<comments>http://my.info.or.id/trik/the-unique-way-to-reset-linksys-printserver-wps54g.my#comments</comments>
		<pubDate>Fri, 30 Jan 2009 12:11:21 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[Linksys]]></category>

		<category><![CDATA[PrintServer]]></category>

		<category><![CDATA[Reset]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=91</guid>
		<description><![CDATA[RESET:
1. Unplug the power of the print server . With the power off , hold the reset button . Do not let go of the reset button.
2. Plug the power on the print server. Continue pressing the reset button for 15 seconds . Release the reset button.
3. Unplug the power of the print server for [...]]]></description>
			<content:encoded><![CDATA[<p>RESET:</p>
<p>1. Unplug the power of the print server . With the power off , hold the reset button . Do not let go of the reset button.<br />
2. Plug the power on the print server. Continue pressing the reset button for 15 seconds . Release the reset button.<br />
3. Unplug the power of the print server for about 15 seconds.</p>
<p>I referring to a software called Bi-admin utility. The setup wizard is different from the Bi-Admin utility. It&#8217;s a software that can detect the print server on the network. It&#8217;s included in the CD.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/trik/the-unique-way-to-reset-linksys-printserver-wps54g.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Creating Multiple Single Posts for Different Categories</title>
		<link>http://my.info.or.id/trik/creating-multiple-single-posts-for-different-categories.my</link>
		<comments>http://my.info.or.id/trik/creating-multiple-single-posts-for-different-categories.my#comments</comments>
		<pubDate>Sun, 28 Dec 2008 21:32:24 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Themes]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=88</guid>
		<description><![CDATA[Assign a specific stylesheet or design for specific category of blog posts in a WordPress blog. There are a lot of ways of doing this, but to be fast and simple, just use a WordPress conditional tag to check which category the blog post was in, and then change the header of the post to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://my.info.or.id/wp-content/uploads/2008/12/wordpress-logo.gif"><img class="size-full wp-image-89 alignleft" title="wordpress-logo" src="http://my.info.or.id/wp-content/uploads/2008/12/wordpress-logo.gif" alt="" width="75" height="75" /></a>Assign a specific stylesheet or design for specific category of blog posts in a WordPress blog. There are a lot of ways of doing this, but to be fast and simple, just use a WordPress conditional tag to check which category the blog post was in, and then change the header of the post to the one with the customized stylesheet or design for that particular category.<span id="more-88"></span></p>
<p>With only one header template in WordPress Theme, and the conditional tags saying “if this is a single page, show the single page”, something that.</p>
<blockquote><p>If this is a single page in the X category<br />
show the single page with these styles added.</p></blockquote>
<p>By default usage, the WordPress Template Hierarchy states that when you click a link to a single post page, WordPress will automatically look for the single.php template file and if it doesn’t find it, it will look for the index.php and return the information in there for displaying a single post.</p>
<p>So we can said, that the condition in the single.php says “if this post belongs to the X category, do something different.”</p>
<p><strong>The If in_category Conditional Tag</strong></p>
<p>The process began by making two back up copies of the single.php page called single1.php and single.2.php.</p>
<p>Inside of the original single.php, delete everything and replace it with this:</p>
<blockquote><p><code>$post = $wp_query-&gt;post;<br />
if ( in_category('9') ) {<br />
include(TEMPLATEPATH . '/single2.php');<br />
} else {<br />
include(TEMPLATEPATH . '/single1.php');<br />
}<br />
?&gt;</code></p></blockquote>
<p>In the most simple terms, the PHP code issues a query that says:<br />
Check the post. If the post is in category ID number 9, display single2.php. If not in category ID number 9, display single1.php.</p>
<p>In the in_category(), we set the category ID number to 9, the one that holds all of my web page design articles and experiments. When the user visits any post within that specific category, the custom stylesheet is used for those blog posts.</p>
<p>This is just the start of what you could do. To showcase different results in different categories, you could create a long list of conditions like this:</p>
<blockquote><p><code>$post = $wp_query-&gt;post;<br />
if ( in_category('9') ) {<br />
include(TEMPLATEPATH . '/single9.php');<br />
elseif ( in_category('12') ) {<br />
include(TEMPLATEPATH . '/single12.php');<br />
elseif ( in_category('42') {<br />
include(TEMPLATEPATH . '/single42.php');<br />
} else {<br />
include(TEMPLATEPATH . '/single1.php');<br />
} }<br />
?&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/trik/creating-multiple-single-posts-for-different-categories.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>cPanel&#8217;s Transfer Assistance Program</title>
		<link>http://my.info.or.id/linux/cpanels-transfer-assistance-program.my</link>
		<comments>http://my.info.or.id/linux/cpanels-transfer-assistance-program.my#comments</comments>
		<pubDate>Fri, 05 Dec 2008 17:45:46 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=86</guid>
		<description><![CDATA[cPanel&#8217;s new Transfer Assistance Program further enhances the current transfer functionality provided within the cPanel and WHM software package. Now, cPanel and WHM users can have hands on assistance when migrating accounts from other platforms to their cPanel and WHM servers. The simple transfer process has become even easier with added assistance from cPanel Technical [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel&#8217;s new Transfer Assistance Program further enhances the current transfer functionality provided within the cPanel and WHM software package. Now, cPanel and WHM users can have hands on assistance when migrating accounts from other platforms to their cPanel and WHM servers. The simple transfer process has become even easier with added assistance from cPanel Technical Support. The Transfer Assistance Program offers hands on support for transfers from other platforms through a toll free number, 9am-5pm CST, Monday through Friday.</p>
<p><strong>Using the Hotline</strong><br />
Please open a cPanel support ticket at https://tickets.cpanel.net/submit/index.cgi?reqtype=tickets. So that we can better assist you, please also provide a ticket number when calling in.<br />
Transfer Assistance Hotline: 1-877-288-1492.</p>
<p>For more detail, visit <a href="http://www.cpanel.net/products/cpwhm/cpanel11/transfer-asst.htm">http://www.cpanel.net/products/cpwhm/cpanel11/transfer-asst.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/cpanels-transfer-assistance-program.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>10 Things You Should Do Immediately After Installing Ubuntu 8.10</title>
		<link>http://my.info.or.id/linux/10-things-you-should-do-immediately-after-installing-ubuntu-810.my</link>
		<comments>http://my.info.or.id/linux/10-things-you-should-do-immediately-after-installing-ubuntu-810.my#comments</comments>
		<pubDate>Sat, 22 Nov 2008 11:07:33 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[third party]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=81</guid>
		<description><![CDATA[The latest version of the popular Linux distribution Ubuntu, code named as Itrepid Ibex (Ubuntu 8.10), has been released to the public. You can download it here or even get a CD shipped to you absolutely free of cost.
In today’s Linux Gyan, we help you get-things-working once you have installed the Intrepid Ibex. Most people [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://my.info.or.id/wp-content/uploads/2008/11/ubuntu.jpg"><img class="alignnone size-full wp-image-82" title="ubuntu" src="http://my.info.or.id/wp-content/uploads/2008/11/ubuntu.jpg" alt="" width="75" height="88" /></a>The latest version of the popular Linux distribution Ubuntu, code named as Itrepid Ibex (Ubuntu 8.10), has been released to the public. You can download it <a href="http://www.ubuntu.com/getubuntu/download">here</a> or even <a href="https://shipit.ubuntu.com/">get a CD shipped to you</a> absolutely free of cost.<span id="more-81"></span></p>
<p>In today’s <a href="http://www.dailygyan.com/search/label/Linux">Linux Gyan</a>, we help you get-things-working once you have installed the Intrepid Ibex. Most people expect certain functions to work out-of-the-box in a modern operating system. Features like MP3 playback, DVD authoring and playback, DivX support, flash player etc to name a few. Unfortunately, due to certain ethical reasons, Ubuntu doesn’t provide such features out of the box.</p>
<p>Though the users are free to add these features themselves, it is always a pain in the neck to figure out all the various procedures involved and then apply it. This post will help you in getting all the required information on a single page (but you’ll still have to do the ‘applying them’ part yourself). Make sure that you <a href="http://del.icio.us/post?url=http://www.dailygyan.com/2008/11/10-things-you-should-do-immediately.html&amp;title=10%20Things%20You%20Should%20Do%20Immediately%20After%20Installing%20Ubuntu%208.10">book mark this page</a>.</p>
<h2>1. Add the Medibuntu Repository</h2>
<p><a href="https://help.ubuntu.com/community/Medibuntu">Medibutu</a> stands for <strong>M</strong>ultimedia, <strong>E</strong>ntertainment &amp; <strong>D</strong>istractions <strong>I</strong>n U<strong>buntu</strong> and is a repository of packages that cannot be included in Ubuntu due to legal reasons. We need to add this repository to enable MP3, DVD playback, install certain codecs etc.</p>
<p>Take a terminal and enter:</p>
<p><strong><code>sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list &amp;&amp; sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update</code></strong></p>
<p>Now we’ll enable all repositories (including Universe and Multiverse repositories) that Ubuntu provides. Take a terminal and enter:</p>
<blockquote><p><code><strong>sudo sed -i -e &#8220;s/# deb/deb/g&#8221; /etc/apt/sources.list<code> &amp;&amp; sudo apt-get update</code></strong></code></p></blockquote>
<h2>2. Enable Playback of Encrypted DVDs in Ubuntu 8.10</h2>
<p>Once the Medibuntu repository has been added as said above, take a terminal and enter:</p>
<blockquote><p><code><strong>sudo apt-get install libdvdcss2</strong></code></p></blockquote>
<h2>3. Playing MP3, WMA, Real and Apple QuickTime Files in Ubuntu 8.10</h2>
<p>Once the Medibuntu repository has been added as said above, take a terminal and enter:</p>
<p>For a 32 bit machine:</p>
<blockquote><p><code><strong>sudo apt-get install w32codecs</strong></code></p></blockquote>
<p>For a 64 bit machine:</p>
<blockquote><p><code><strong>sudo apt-get install w64codecs</strong></code></p></blockquote>
<p>For a PPC machine:</p>
<blockquote><p><code><strong>sudo apt-get install ppc-codecs</strong></code></p></blockquote>
<h2>4. Install Skype in Ubuntu 8.10</h2>
<p>Once the Medibuntu repository has been added as said above, take a terminal and enter:</p>
<blockquote><p><code><strong>sudo apt-get install skype</strong></code></p></blockquote>
<h2>5. Install Adobe Acrobat Reader in Ubuntu 8.10</h2>
<p>Once the Medibuntu repository has been added as said above, take a terminal and enter:</p>
<blockquote><p><code><strong>sudo apt-get install acroread</strong></code></p></blockquote>
<h2>6. Install Google Earth in Ubuntu 8.10</h2>
<p>Take a terminal and enter:</p>
<p><code><strong>wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin &amp;&amp; chmod +x GoogleEarthLinux.bin &amp;&amp; ./GoogleEarthLinux.bin</strong></code></p>
<h2>7. Install VLC Player in Ubuntu 8.10</h2>
<p>VLC is the media player that is said to play all media formats under the sky. Install it by running the following command from a terminal:</p>
<blockquote><p><code><strong>sudo apt-get install vlc</strong></code></p></blockquote>
<h2>8. Installing OpenOffice 3.0 in Ubuntu 8.10</h2>
<p>Take a terminal and run:</p>
<blockquote><p><code><strong>echo &#8216;deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main&#8217; &gt;&gt; /etc/apt/sources.list.d/openoffice.sources.list &amp;&amp; sudo apt-get update</strong></code></p></blockquote>
<h2>9. Install Flash Plugin for Firefox in Ubuntu 8.10</h2>
<p>The latest flash plugin (Flash player 10) can be installed using this command:</p>
<blockquote><p><code><strong>sudo apt-get install flashplugin-nonfree</strong></code></p></blockquote>
<h2>10. Install Google Picasa in Ubuntu 8.10</h2>
<p>F-Spot sucks if compared to Google Picasa. Run this command from a terminal to get Google Picasa:</p>
<blockquote><p><code><strong>sudo echo &#8216;deb http://dl.google.com/linux/deb/ stable non-free&#8217; &gt;&gt; /etc/apt/sources.list &amp;&amp; sudo apt-get update &amp;&amp; sudo apt-get install picasa</strong></code></p></blockquote>
<p>What else do you do immediately do after installing a new distro? You can Share it on <a href="http://www.dailygyan.com/2008/11/10-things-you-should-do-immediately.html" target="_blank">www.dailygyan.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/10-things-you-should-do-immediately-after-installing-ubuntu-810.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using Linux for Web Design and Development (Ubuntu)</title>
		<link>http://my.info.or.id/html/using-linux-for-web-design-and-development-ubuntu.my</link>
		<comments>http://my.info.or.id/html/using-linux-for-web-design-and-development-ubuntu.my#comments</comments>
		<pubDate>Fri, 21 Nov 2008 08:15:39 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=73</guid>
		<description><![CDATA[Quanta Plus and NVU both have WYSIWYG editing features. I highly recommend writing your HTML by hand though. WYSIWYG editing is not a good way to make web sites. Quanta Plus probably has the most features of any visual HTML editor on Linux.
HTML/CSS/PHP/Text Editors for Linux, are:


Quanta Plus — Many features. If you are coming [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://quanta.kdewebdev.org/" target="_blank">Quanta Plus</a> and <a href="http://net2.com/nvu" target="_blank">NVU</a> both have WYSIWYG editing features. I highly recommend writing your HTML by hand though. WYSIWYG editing is not a good way to make web sites. Quanta Plus probably has the most features of any visual HTML editor on Linux.<span id="more-73"></span></p>
<p><strong>HTML/CSS/PHP/Text Editors for Linux, are:<br />
</strong></p>
<ul>
<li><a href="http://quanta.kdewebdev.org/" target="_blank">Quanta Plus</a> — Many features. If you are coming from Windows, try Quanta first. Quanta does have some WYSIWYG features, but I prefer to write everything by hand. Quanta also works great for editing files over FTP.<br />
<code><strong>For installation just ype on your shell:<br />
sudo apt-get install quanta</strong></code></li>
<li><a href="http://www.vim.org/" target="_blank">Vim, gVim</a>, and <a href="http://cream.sourceforge.net/">Cream</a> — If you are not already a vim user, try Cream. Cream is a non-modal version of gvim that has all of the features of vim under the surface and it can help you work up to expert level with the regular Vim. I use vim/gvim for most text editing and have a section of this site about Vim. See also my Vim tutorial and Vim tips.</li>
<li><a href="http://bluefish.openoffice.nl/index.html" target="_blank">Bluefish</a> — Programmer&#8217;s editor. I&#8217;ve had some problems with syntax highlighting on Bluefish, but some people like it a lot.</li>
<li><a href="http://www.screem.org/" target="_blank">Screem</a> — An HTML editor for GNOME.</li>
<li><a href="http://www.scintilla.org/SciTE.html" target="_blank">SciTE</a> — Nice, fast text editor for Linux and Windows. Setting the preferences is done in a configuration file. Once you have set it up the way you like it, SciTE is great. One especially nice feature is export to PDF. The PDF files will retain your syntax highlighting.</li>
<li><a href="http://cssed.sourceforge.net/" target="_blank">CSSed</a> (see also this rundown of CSS editors for Linux)</li>
<li><a href="http://tips.webdesign10.com/emacs-html-helper-mode-demonstration" target="_blank">Emacs</a>, with HTML Helper Mode — steep learning curve, but worth it.</li>
<li><a href="http://www.gnome.org/projects/gedit/" target="_blank">gedit</a> — GNOME&#8217;s default text editor. Simple, yet very useful.</li>
<li><a href="http://kate.kde.org/" target="_blank">Kate</a> — Kate is made for KDE, but you can use it under GNOME also. Like Quanta, it&#8217;s great for editing files over FTP. I generally set up my FTP client (Konqueror) to open PHP and CSS files in Quanta Plus, and my configuration files (like .htaccess and php.ini) in Kate.</li>
<li><a href="http://www.gphpedit.org/" target="_blank">gphpedit</a> — a GNOME editor specifically configured for PHP editing. The gphpedit web site has a list of features. I haven&#8217;t used it beyond a quick test.</li>
<li><a href="http://www.phpeclipse.de/tiki-view_articles.php" target="_blank">PHP Eclipse</a> — PHPEclipse is an excellent IDE for working on PHP projects. I haven&#8217;t used it extensively because I&#8217;ve already settled on Vim, but this is a good PHP IDE for Linux.</li>
</ul>
<p>It isn&#8217;t finished yet, but there is a version of HTMLkit for Linux in development. HTMLkit is a great program and it will be interesting to see how this project turns out.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/html/using-linux-for-web-design-and-development-ubuntu.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Installation eRRoR</title>
		<link>http://my.info.or.id/linux/ubuntu-installation-error.my</link>
		<comments>http://my.info.or.id/linux/ubuntu-installation-error.my#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:30:33 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=71</guid>
		<description><![CDATA[Got error during the &#8220;Configuring the Apt - 43% scanning the mirror&#8221;. There&#8217;s a quick fix to this issue, disable your network devices and it will time out within 30secounds and proceed with the install. Just enable your network after that and everything should be fine.
]]></description>
			<content:encoded><![CDATA[<p>Got error during the &#8220;Configuring the Apt - 43% scanning the mirror&#8221;. There&#8217;s a quick fix to this issue, disable your network devices and it will time out within 30secounds and proceed with the install. Just enable your network after that and everything should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/ubuntu-installation-error.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Wartawan Ikut Pelatihan &#8220;Ngeblog&#8221;</title>
		<link>http://my.info.or.id/website/wartawan-ikut-pelatihan-ngeblog.my</link>
		<comments>http://my.info.or.id/website/wartawan-ikut-pelatihan-ngeblog.my#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:13:23 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=69</guid>
		<description><![CDATA[* Aceh Blogger Goes to School
BANDA ACEH - Sejumlah wartawan mengikuti pelatihan blogging gratis. Kegiatan itu diselenggarakan di Laboraturium Komputer Fakultas Ekonomi (FE) Unsyiah, Darussalam, Sabtu (15/11). Pelatihan ini difasilitasi Information Technology Community (ITC) FE Unsyiah, dengan pemateri Kusnandar Z, pegiat IT di Banda Aceh.
Dalam pelatihan tersebut, para wartawan diperkenalkan membuat blog atau website pribadi. [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>* Aceh Blogger Goes to School</strong></em><br />
BANDA ACEH - Sejumlah wartawan mengikuti pelatihan blogging gratis. Kegiatan itu diselenggarakan di Laboraturium Komputer Fakultas Ekonomi (FE) Unsyiah, Darussalam, Sabtu (15/11). Pelatihan ini difasilitasi Information Technology Community (ITC) FE Unsyiah, dengan pemateri Kusnandar Z, pegiat IT di Banda Aceh.<span id="more-69"></span></p>
<p>Dalam pelatihan tersebut, para wartawan diperkenalkan membuat blog atau website pribadi. Selain itu dituntun cara mengelola blog dengan baik.</p>
<p>Alaidin Ikrami, wartawan lepas di Banda Aceh mengatakan, pelatihan ini membantu meningkatkan wawasan wartawan di bidang media digital. &#8220;Saya menjadi lebih mahir dalam mendesain dan mengelola blog, agar dapat menarik minat pengunjung untuk membaca tulisan yang disiarkan. Keterampilan ini membangkitkan semangat dan meningkatkan kemampuan saya dalam menulis,&#8221; kata pria tambun yang akrab dipanggil Didin ini.</p>
<p>Ditambahkan, dirinya membuat blog pribadi karena ingin menceritakan suatu peristiwa dengan pendekatan lebih personal. Kadang, tulisan itu tidak dapat dimuat lewat media main stream. &#8220;Yah, bisa dibilang behind the scene dari suatu peristiwa lah,&#8221; katanya.</p>
<p>Selain wartawan, ITC FE juga memberikan pelatihan gratis bagi pengurus OSIS dari 5 SMA di Banda Aceh. Kegiatan itu dilaksanakan setiap Minggu. Dengan pelatihan ini, diharapkan OSIS dapat memberikan informasi-informasi berkaitan kegiatan sekolah yang dilakukan.</p>
<p>&#8220;Sebenarnya sudah 15 SMA di Banda Aceh yang kami undang mengikuti pelatihan ini. Namun, hanya lima SMA yang mengkonfirmasi keikutsertaannya. Perkembangan mereka akan terus dimonitor. Yang teraktif akan kami berikan nama domain dan hosting gratis selama setahun,&#8221; kata Iskandarsyah Madjid Phd, Kepala Lab Komputer FE Unsyiah, didampingi Kusnadar. Menurut dia, pelatihan-pelatihan seperti ini merupakan komitmen ITC FE untuk memajukan bidang TI di Aceh.</p>
<p>Sementara itu, pelatihan sejenis juga dilangsungkan Aceh Blogger. Komunitas ini memanfaatkan momentum Aceh Blogger Day untuk mengelar workshop blogging gratis bagi pelajar SMA. Kegiatan itu dilaksanakan di Laboratorium komputer Kandatel Telkom Aceh, Banda Aceh, Sabtu-Minggu (15-16/11) lalu. Fadli Hasan selaku ketua pelaksana mengatakan, workshop blogging gratis se-SMU Banda Aceh menggunakan tema &#8220;Education for Tomorrow&#8221;. Para pelajar diperkenalkan blog, membuat akun blog hingga mengelola blog.(tri)</p>
<p>sumber: <a href="http://serambinews.com/old/index.php?aksi=bacaberita&amp;beritaid=58899&amp;rubrik=3&amp;topik=28" target="_blank">Serambi Indonesia</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/website/wartawan-ikut-pelatihan-ngeblog.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>ConfigServer Firewall (csf)</title>
		<link>http://my.info.or.id/linux/configserver-firewall-csf.my</link>
		<comments>http://my.info.or.id/linux/configserver-firewall-csf.my#comments</comments>
		<pubDate>Mon, 17 Nov 2008 02:33:13 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Trik]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=67</guid>
		<description><![CDATA[We have developed an SPI iptables firewall that is straight-forward, easy and flexible to configure and secure with extra checks to ensure smooth operation. It is preconfigured to work on a cPanel server with all the standard cPanel ports open. It also auto-configures your SSH port if it&#8217;s non-standard on
installation. csf can be used on [...]]]></description>
			<content:encoded><![CDATA[<p>We have developed an SPI iptables firewall that is straight-forward, easy and flexible to configure and secure with extra checks to ensure smooth operation. It is preconfigured to work on a cPanel server with all the standard cPanel ports open. It also auto-configures your SSH port if it&#8217;s non-standard on<br />
installation. csf can be used on any (supported - see the website) generic Linux OS.<span id="more-67"></span></p>
<p>&#8230;..<br />
4. csf Command Line Options</p>
<p>You can view the csf command line options by using:</p>
<p><code># csf -h</code></p>
<p><code>Usage: /usr/sbin/csf [option] [value]</code></p>
<p><code>Option              Meaning<br />
-h, --help          Show this message<br />
-l, --status        List/Show iptables configuration<br />
-s, --start         Start firewall rules<br />
-f, --stop          Flush/Stop firewall rules<br />
-r, --restart       Restart firewall rules<br />
-a, --add ip        Add an IP address to be whitelisted to /etc/csf.allow<br />
-d, --deny ip       Add an IP address to be blocked to /etc/csf.deny<br />
-dr, --denyrm ip    Remove and unblock an IP address in /etc/csf.deny<br />
-c, --check         Checks for updates to csf+lfd but does not perform an upgrade<br />
-g, --grep ip       Search the iptables rules for an IP match (incl. CIDR)<br />
-t, --temp          Displays the current list of temporary IP bans and their TTL<br />
-tr, --temprm ip    Remove an IP address from the temporary IP ban list<br />
-td, --tempdeny ip ttl [-p port] [-d direction]<br />
Add an IP address to the temporary IP ban list. ttl is how<br />
long to blocks for in seconds. Optional port. Optional<br />
direction of block can be one of in, out or inout. Default<br />
is in<br />
-tf, &#8211;tempf        Flush all IP addresses from the temporary IP ban list<br />
-u, &#8211;update        Checks for updates to csf+lfd and performs an upgrade if<br />
available<br />
-x, &#8211;disable       Disable csf and lfd<br />
-e, &#8211;enable        Enable csf and lfd if previously disabled<br />
-v, &#8211;version       Show csf version</code></p>
<p>These options allow you to easily and quickly control and view csf. All the configuration files for csf are in /etc/csf and include:</p>
<p>csf.conf  - the main configuration file, it has helpful comments explaining what each option does<br />
csf.allow - a list of IP&#8217;s and CIDR addresses that should always be allowed through the firewall<br />
csf.deny  - a list of IP&#8217;s and CIDR addresses that should never be allowed through the firewall</p>
<p>If you modify any of the files listed above, you will need to restart csf to have them take effect. If you use the command line options to add or deny IP addresses, then csf automatically does this for you.</p>
<p>Both csf.allow and csf.deny can have comments after the IP address listed. The comments must be on the same line as the IP address otherwise the IP rotation of csf.deny will remove them.</p>
<p>If editing the csf.allow or csf.deny files directly, either from shell or the WHM UI, you should put a # between the IP address and the comment like this:</p>
<p>11.22.33.44 # Added because I don&#8217;t like them</p>
<p>You can also include comments when using the csf -a or csf -d commands, but in those cases you must not use a # like this:</p>
<p>csf -d 11.22.33.44 Added because I don&#8217;t like them</p>
<p>If you use the shell commands then each comment line will be timestamped. You will also find that if lfd blocks an IP address it will add a descriptive comment plus timestamp.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/configserver-firewall-csf.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Arthemia: Wordpress Magazine Theme Released</title>
		<link>http://my.info.or.id/cms/wordpress/arthemia-wordpress-magazine-theme-released.my</link>
		<comments>http://my.info.or.id/cms/wordpress/arthemia-wordpress-magazine-theme-released.my#comments</comments>
		<pubDate>Mon, 13 Oct 2008 05:20:50 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Themes]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=63</guid>
		<description><![CDATA[Arthemia is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. The front page of Arthemia shows the headline and featured post of yours along with the pictorial representation, that’s the magazine style, while the rest of your post will be shows sequentially just like a usual weblog. [...]]]></description>
			<content:encoded><![CDATA[<p>Arthemia is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. The front page of Arthemia shows the headline and featured post of yours along with the pictorial representation, that’s the magazine style, while the rest of your post will be shows sequentially just like a usual weblog. In the middle of the front page, Arthemia has a nice blue-and-black category bar which will help your readers exploring you site. At the bottom, Arthemia is outfitted with a blog must-have section, a three-list of favorite posts.<span id="more-63"></span></p>
<p><img src="http://michaelhutagalung.com/wp-content/uploads/2008/05/arthemia-front.jpg" alt="Screenshot" /></p>
<p>Logon to http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/cms/wordpress/arthemia-wordpress-magazine-theme-released.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Counter</title>
		<link>http://my.info.or.id/linux/ubuntu-counter.my</link>
		<comments>http://my.info.or.id/linux/ubuntu-counter.my#comments</comments>
		<pubDate>Mon, 13 Oct 2008 05:11:21 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[counter]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=58</guid>
		<description><![CDATA[The Ubuntu Counter Project is like a miniature version of The Linux Counter. It aims to catalogue the number of registered machines using the numerous varients of the Ubuntu Linux distribution.
Why? Because, quite simply, Ubuntu rocks.
To register your Ubuntu machines, simply register yourself as a user, and add your machines to your account.
Once registered, you [...]]]></description>
			<content:encoded><![CDATA[<p>The Ubuntu Counter Project is like a miniature version of <a title="The Linux Counter" href="http://counter.li.org/">The Linux Counter</a>. It aims to catalogue the number of registered machines using the numerous varients of the Ubuntu Linux distribution.</p>
<p>Why? Because, quite simply, Ubuntu rocks.<span id="more-58"></span></p>
<p>To register your Ubuntu machines, simply register yourself as a user, and add your machines to your account.</p>
<p>Once registered, you will have a user button (like the ones below) to place on your website, in forum signatures or wherever you want!</p>
<p>Logon to <a title="ubuntu counter" href="http://ubuntucounter.geekosophical.net" target="_blank">http://ubuntucounter.geekosophical.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/ubuntu-counter.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>61 Essential Wordpress Hacks, Tutorials, Help Files and Cheats</title>
		<link>http://my.info.or.id/cms/wordpress/61-essential-wordpress-hacks-tutorials-help-files-and-cheats.my</link>
		<comments>http://my.info.or.id/cms/wordpress/61-essential-wordpress-hacks-tutorials-help-files-and-cheats.my#comments</comments>
		<pubDate>Sat, 27 Sep 2008 21:59:42 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CMS]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=54</guid>
		<description><![CDATA[This is a fairly comprehensive list of the Best Wordpress Tutorials, Hacks, Help Files and Cheat Sheets (call it what you like).They are written to make life easier, to help us expand Wordpresses functionality, to give us a better understanding of Wordpress and how powerful a tool it is.
Make sure you thank all the authors [...]]]></description>
			<content:encoded><![CDATA[<p>This is a fairly comprehensive list of the Best Wordpress Tutorials, Hacks, Help Files and Cheat Sheets (call it what you like).They are written to make life easier, to help us expand Wordpresses functionality, to give us a better understanding of Wordpress and how powerful a tool it is.<span id="more-54"></span></p>
<p>Make sure you thank all the authors of these Tutorials, Hacks, Help Files and Cheat Sheets…</p>
<p>Wordpress Tutorials/Hacks</p>
<ol>
<li><a href="http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/">WordPress Theme Hacks</a> (Source: Web Designer Wall)</li>
<li><a href="http://www.stylegala.com/articles/no_more_css_hacks.htm">No More CSS Hacks</a> (Source: Style Gala)</li>
<li><a href="http://www.maxpower.ca/wordpress-hack-creating-a-dynamic-sticky/2005/04/23/">Create a Dynamic Sticky</a> (Source: Maxpower)</li>
<li><a href="http://www.wpdesigner.com/2007/06/12/styling-individual-posts-using-the_id/">Styling Individual Posts Using the_ID</a> (Source: WP Designer)</li>
<li><a href="http://www.jtpratt.com/2008/01/04/very-easy-wordpress-theme-hack-show-category-images/">Show Category Images</a> (Source: JTPratt)</li>
<li><a href="http://hackwordpress.com/how-to-separate-wordpress-comments-and-trackbacks/">Separate WordPress Comments and Trackbacks</a> (Source: Hack Wordpress)</li>
<li><a href="http://www.davidairey.com/customize-your-wordpress-login/">Customize your WordPress Login</a> (Source: David Airey)</li>
<li><a href="http://www.yugatech.com/blog/wordpress/wp-date-image-hack/">Date Image Hack</a> (Source: YugaTech)</li>
<li>http://www.wpdesigner.com/2007/07/09/how-to-place-a-login-form-in-the-sidebar/ (Source: WP Designer)</li>
<li><a href="http://blogs.tech-recipes.com/tipmonkies/2007/07/01/wp-keyboard-shortcuts/">WP: KeyBoard Shortcuts</a> (Source: Tip Monkies)</li>
<li><a href="http://hackwordpress.com/making-better-use-of-your-error-404-page/">Making Better Use of Your Error “404? Page</a> (Source: Hack Wordpress)</li>
<li><a href="http://www.themeplayground.com/advice-for-your-wordpress-blog-customize-your-404-page">Customize Your 404 Page</a> (Source: Theme Playground)</li>
<li><a href="http://www.brucelawson.co.uk/2005/wordpress-accessibility-hacks/">WordPress accessibility hacks</a> (Source: Bruce Lawson)</li>
<li><a href="http://www.village-idiot.org/archives/2007/05/22/wp-emergency-password-recovery/">Reset your Lost WordPress Administrator Password</a> (Source: Village Idiot)</li>
<li>http://www.pearsonified.com/2007/04/definitive-guide-to-semantic-markup.php (Source: Pearsonified)</li>
<li><a href="http://www.wpdesigner.com/2007/09/07/do-it-yourself-wordpress-hover-menu/">Do-It-Yourself WordPress Hover Menu (Pop-Up</a>) (Source: WP Designer)</li>
<li><a href="http://www.pearsonified.com/2007/02/how_to_protect_css_mods_for_any_wordpress_theme.php">How to Protect CSS Mods for ANY WordPress Theme</a> (Source: Pearsonified)</li>
<li><a href="http://thedesigncanopy.com/downloads/wp-contact-manager/">WP Contact Manager</a> (Source: Design Canopy)</li>
<li><a href="http://www.gate303.net/2007/09/25/wordpress-custom-fields-guide/">Wordpress and the custom fields, a overlooked feature</a> (Source: Gate 303)</li>
<li><a href="http://blog.circlesixdesign.com/2007/01/22/diggproof/">DiggProof your Wordpress</a> (Source: Circle Six Blog)</li>
<li><a href="http://zeo.unic.net.my/notes/wordpress-ajax-commenting-revisited/">WordPress Ajax Commenting revisited</a> (Source: Zeo)</li>
<li><a href="http://automattic.com/code/widgets/themes/">Widgetizing Themes</a> (Source: Automattic)</li>
<li><a href="http://www.plagiarismtoday.com/2006/07/17/cloaking-to-stop-scraping/">Cloaking to Stop Scraping</a> (Source: Plagiarism Today)</li>
<li><a href="http://jesse.bur.st/2005/11/19/server-load-button-for-blogs/">Server load button for blogs</a> (Source: Jesse Chilcott’s Journal)</li>
<li><a href="http://wordpressgarage.com/tips/giving-each-wordpress-post-a-thumbnail-and-display-the-thumbnail-on-the-home-page/">Giving each WordPress post a thumbnail, and display the thumbnail on the home page</a> (Source: Wordpress Garage)</li>
<li><a href="http://www.wpdesigner.com/2007/06/20/how-to-create-overlapping-tabs/">How to create overlapping tabs</a> (Source: WP Designer)</li>
<li><a href="http://hackwordpress.com/how-to-optimize-your-wordpress-title/">How to Optimize Your WordPress Title</a> (Source: Hack Wordpress)</li>
<li><a href="http://hackwordpress.com/how-to-blocking-your-wordpress-categories-and-archives-from-google/">Blocking Your WordPress Categories and Archives From Google</a> (Source: Hack Wordpress)</li>
<li><a href="http://hackwordpress.com/how-to-adding-an-author-page-to-your-wordpress-blog/">Adding An Author Page To Your WordPress Blo</a>g (Source: Hack Wordpress)</li>
<li><a href="http://www.labnol.org/internet/design/how-to-create-mobile-phone-optimized-blog/2132/">Make a Mobile Friendly Version of your Blog with Google Reader</a> (Source: Digital Inspiration)</li>
<li><a href="http://www.wpdesigner.com/2008/03/01/how-to-use-wordpress-as-a-membership-directory/">How to Use Wordpress as a Membership Director</a>y (Source: WP Designer)</li>
<li><a href="http://www.pearsonified.com/2007/06/how-to-format-images-for-feed-readers.php">How to Format Images for Feed Readers</a> (Source: Pearsonified)</li>
<li><a href="http://hackwordpress.com/how-to-adding-delicious-daily-blog-posting-to-your-wordpress-blog/">Add Del.icio.us Daily Blog Posting To Your WordPress Blog</a> (Source: Hack Wordpress)</li>
<li><a href="http://hackwordpress.com/huge-compilation-of-wordpress-code/">Huge Compilation of WordPress Code</a> (Source: Hack Wordpress)</li>
<li><a href="http://wpcandy.com/4-simple-ways-to-speed-up-wordpress/">4 Simple ways to Speed up Wordpress</a> (Source: WP Candy)</li>
<li><a href="http://www.wpdesigner.com/2007/06/04/wordpress-date-button/">WordPress Date Button</a> (Source: WP Designer)</li>
<li><a href="http://www.pearsonified.com/2006/11/wicked-wordpress-archives-in-one-easy-step.php">Wicked WordPress Archives in One Easy Step!</a> (Source: Pearsonified)</li>
<li><a href="http://hackwordpress.com/make-yourself-available-to-readers-with-a-contact-form/">Make Yourself Available to Readers with a Contact Form</a> (Source: Hack Wordpress)</li>
<li><a href="http://www.graphicdesignblog.co.uk/wordpress-as-a-cms-content-management-system/">Wordpress as a CMS - Content Management System</a> (Source: Graphic Design Blog)</li>
<li><a href="http://www.tamba2.org.uk/wordpress/xampp/">Installing Xampp and WordPress (Locally)</a> (Source: Tamba 2)</li>
<li><a href="http://jehiah.cz/archive/wordpress-category-page-hacks">WordPress Category Page Hacks</a> (Source: Jehiah)</li>
<li><a href="http://www.seoegghead.com/blog/seo/3-wordpress-hacks-for-se-friendly-blog-archives-p162.html">3 WordPress Hacks For SE-Friendly Blog Archives</a> (Source: SEO Egghead)</li>
<li><a href="http://ajaydsouza.com/archives/2005/04/03/wordpress-tutorial-opening-links-in-new-windows/">Opening Links in New Windows</a> (Source: Ajay)</li>
<li><a href="http://lorelle.wordpress.com/2007/03/28/wordpress-thumbnail-size-limit-hack/">WordPress Thumbnail Size Limit Hack</a> (Source: Lorelle on Wordpress)</li>
<li><a href="http://www.tamba2.org.uk/wordpress/restore/">Restore your Wordpress Database</a> (Source: Tamba 2)</li>
<li><a href="http://codex.wordpress.org/Validating_a_Website">Validating Wordpress</a> (Source: Wordpress Codex)</li>
<li><a href="http://lorelle.wordpress.com/2005/09/20/backing-up-wordpress/">Backing Up Wordpress</a> (Source: Lorelle on Wordpress)</li>
<p>Wordpress Video Tutorials</p>
<li>The Best Wordpress Plug-ins</li>
<li><a href="http://uk.youtube.com/watch?v=NopuJ_OYjsk">How to embed YouTube Video in Wordpress</a></li>
<li><a href="http://uk.youtube.com/watch?v=3l5g7F9zk3I">How to Upgrade Wordpress</a></li>
<li><a href="http://uk.youtube.com/watch?v=BiCn6y6JU8o">Make Your Wordpress Blog Search Engine Friendly</a></li>
<li><a href="http://uk.youtube.com/watch?v=MWYi4_COZMU">WordPress.com - Step-by-Step Tutorial on How to Blog</a></li>
<li><a href="http://uk.youtube.com/watch?v=IAi3ZM1h4SY">How To Create A Custom WordPress Page Template</a></li>
<li><a href="http://uk.youtube.com/watch?v=OD4nh5A5up4">Wordpress tutorial–installing on a local server</a></li>
<li><a href="http://uk.youtube.com/watch?v=3SmndwrRkxw">Recover WordPress Password When You Have Forgotten It</a></li>
<li><a href="http://uk.youtube.com/watch?v=TlEZ_wXtgK0">WordPress Tutorial - Edit a Sidebar File Using a Text Editor</a></li>
<li><a href="http://uk.youtube.com/watch?v=xyrKFL2nDv8">WordPress Tutorial - Make Menus of Links With the Blogroll 2</a></li>
<li><a href="http://uk.youtube.com/watch?v=r3CadIPEr4M">How-to: Use WordPress/PodPress to podcast to iTunes</a></li>
<li><a href="http://uk.youtube.com/watch?v=3wg4MnvDmJY">How to Put Adsense on Your Wordpress Blog</a><br />
Wordpress Podcasts</li>
<li><a href="http://wp-community.org/">The Wordpress Podcast</a></li>
<li><a href="http://www.jeffro2pt0.com/category/wp-weekly">The Wordpress Weekly</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/cms/wordpress/61-essential-wordpress-hacks-tutorials-help-files-and-cheats.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Popularity Contest Plugin Cannot Be Activated Due To Fatal Error</title>
		<link>http://my.info.or.id/cms/wordpress/plugins/popularity-contest-plugin-cannot-be-activated-due-to-fatal-error.my</link>
		<comments>http://my.info.or.id/cms/wordpress/plugins/popularity-contest-plugin-cannot-be-activated-due-to-fatal-error.my#comments</comments>
		<pubDate>Sat, 27 Sep 2008 19:40:25 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[PlugIns]]></category>

		<category><![CDATA[Trik]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[popularity contest]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=52</guid>
		<description><![CDATA[Tric how to Activate Alex King’s Popularity Contest Plugin for WordPress if you got “Plugin Cannot Be Activated Due To Fatal Error”. The solutions are:
Open pupularity-contest.php
Goto Line 59
Replace require('../../wp-blog-header.php');
with require('../wp-blog-header.php');
Also you will need to do the following if the top alone does not work. This step is to create the tables needed for the plugin.
 [...]]]></description>
			<content:encoded><![CDATA[<p>Tric how to Activate Alex King’s <a href="http://alexking.org/projects/wordpress">Popularity Contest Plugin</a> for WordPress if you got “Plugin Cannot Be Activated Due To Fatal Error”. The solutions are:<span id="more-52"></span></p>
<blockquote><p>Open pupularity-contest.php<br />
Goto Line 59<br />
Replace <code>require('../../wp-blog-header.php');</code><br />
with <code>require('../wp-blog-header.php');</code></p></blockquote>
<p>Also you will need to do the following if the top alone does not work. This step is to create the tables needed for the plugin.</p>
<blockquote><p><code> CREATE TABLE `wp_ak_404_log` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`url_404` text NOT NULL,<br />
`url_refer` text,<br />
`user_agent` text,<br />
`date_gmt` datetime NOT NULL,<br />
PRIMARY KEY (`id`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=100 ;</code></p>
<p><code>CREATE TABLE `wp_ak_popularity` (<br />
`post_id` int(11) NOT NULL,<br />
`total` int(11) NOT NULL,<br />
`feed_views` int(11) NOT NULL,<br />
`home_views` int(11) NOT NULL,<br />
`archive_views` int(11) NOT NULL,<br />
`category_views` int(11) NOT NULL,<br />
`single_views` int(11) NOT NULL,<br />
`comments` int(11) NOT NULL,<br />
`pingbacks` int(11) NOT NULL,<br />
`trackbacks` int(11) NOT NULL,<br />
`last_modified` datetime,<br />
KEY `post_id` (`post_id`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1;</code></p>
<p><code>CREATE TABLE `wp_ak_popularity_options` (<br />
`option_name` varchar(50) NOT NULL,<br />
`option_value` varchar(50) NOT NULL<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1;</code></p></blockquote>
<p>NOTE that the three tables created wp_ak_404_log, wp_ak_popularity and wp_ak_popularity_options have to be changed to the correct prefix. Default prefix is wp_</p>
<p>Have Fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/cms/wordpress/plugins/popularity-contest-plugin-cannot-be-activated-due-to-fatal-error.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Malwarebytes - Anti-Malware</title>
		<link>http://my.info.or.id/tools/malwarebytes-anti-malware.my</link>
		<comments>http://my.info.or.id/tools/malwarebytes-anti-malware.my#comments</comments>
		<pubDate>Mon, 01 Sep 2008 06:38:05 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[anti malware]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=49</guid>
		<description><![CDATA[Malwarebytes is a site dedicated to fighting malware. Malwarebytes has developed a variety of tools that can identify and remove malicious software from your computer. When your computer becomes infected, Malwarebytes can provide the needed assistance to remove the infection and restore the machine back to optimum performance.
Double Click mbam-setup.exe to install the application.

Make sure [...]]]></description>
			<content:encoded><![CDATA[<p>Malwarebytes is a site dedicated to fighting malware. Malwarebytes has developed a variety of tools that can identify and remove malicious software from your computer. When your computer becomes infected, Malwarebytes can provide the needed assistance to remove the infection and restore the machine back to optimum performance.<span id="more-49"></span></p>
<p>Double Click <strong>mbam-setup.exe</strong> to install the application.</p>
<ul>
<li>Make sure a checkmark is placed next to <strong>Update Malwarebytes&#8217; Anti-Malware</strong> and <strong>Launch Malwarebytes&#8217; Anti-Malware</strong>, then click <strong>Finish</strong>.</li>
<li>If an update is found, it will download and install the latest version.</li>
<li>Once the program has loaded, select &#8220;<strong>Perform Quick Scan</strong>&#8220;, then click <strong>Scan</strong>.</li>
<li>The scan may take some time to finish,so please be patient.</li>
<li>When the scan is complete, click <strong>OK</strong>, then <strong>Show Results</strong> to view the results.</li>
<li>Make sure that <strong>everything is checked</strong>, and click <strong>Remove Selected</strong>.</li>
<li>When disinfection is completed, a log will open in Notepad and you may be prompted to Restart.(See Extra Note)</li>
<li>The log is automatically saved by MBAM and can be viewed by clicking the Logs tab in MBAM.</li>
</ul>
<p><strong>Extra Note:</strong><br />
If MBAM encounters a file that is difficult to remove, you will be presented with 1 of 2 prompts, click OK to either and let MBAM proceed with the disinfection process, if asked to restart the computer, please do so immediatly.</p>
<p>Please download Malwarebytes&#8217; Anti-Malware from <a href="http://www.besttechie.net/tools/mbam-setup.exe">Here</a> or <a href="http://www.majorgeeks.com/Malwarebytes_Anti-Malware_d5756.html" target="_blank">Here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/tools/malwarebytes-anti-malware.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Preventing Spam with Antivirus.exim</title>
		<link>http://my.info.or.id/linux/preventing-spam-with-antivirusexim.my</link>
		<comments>http://my.info.or.id/linux/preventing-spam-with-antivirusexim.my#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:26:16 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CentOs]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[antivirus]]></category>

		<category><![CDATA[exim]]></category>

		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=46</guid>
		<description><![CDATA[Cpanel servers have a nice little file called antivirus.exim. Most of you probably have never of this magic little gem. It&#8217;s a central filter for the exim mail server that lets you setup all kinds of wonderful filters to help stop spam from coming in and going out of your server.
I&#8217;m going to share my [...]]]></description>
			<content:encoded><![CDATA[<p>Cpanel servers have a nice little file called antivirus.exim. Most of you probably have never of this magic little gem. It&#8217;s a central filter for the exim mail server that lets you setup all kinds of wonderful filters to help stop spam from coming in and going out of your server.<span id="more-46"></span></p>
<p>I&#8217;m going to share my <code>/etc/antivirus.exim</code> config file with you guys because I hate spam and you do as well. This will help protect you and therefore protect me as well because your server might be spamming mine one day.</p>
<p>First off the default <code>/etc/antivirus.exim</code> has a couple different rule sets in it. The main ones are attachment filters to help stop email viruses from your users. They stop things like .src and .com and .exe attachments.</p>
<p>This shows you some custom rules to stop spammers from sending out of your server, you can also use it to stop spam from coming in. I don&#8217;t really go into a lot of detail for filtering incoming mail since other applications like Spam Assassin handle that better IMO.</p>
<p>You need root access to your Cpanel server as usual.</p>
<p>First off we need to create a special log file for these filters do this:<br />
<code>touch /var/log/filter.log</code><br />
<code>chmod 0644 /var/log/filter.log</code></p>
<p>Now open up the configuration file<br />
<code>vi /etc/antivirus.exim</code></p>
<p>It should have a whole whack of comments at the top.</p>
<p>Here&#8217;s the webhostgear.com antivirus.exim configuration. Simple add this to your existing file, save the changes and they take effect instantly.</p>
<blockquote><p>### CUSTOM WEBHOSTGEAR.COM FILTERS by Steven Leggett info@webhostgear.com<br />
######################################################</p>
<p># START<br />
# Filters all incoming an outgoing mail</p></blockquote>
<blockquote><p>logfile /var/log/filter.log 0644<br />
## Common Spam<br />
if</p></blockquote>
<blockquote><p># Header Spam<br />
$header_subject: contains &#8220;Pharmaceutical&#8221;<br />
or $header_subject: contains &#8220;Viagra&#8221;<br />
or $header_subject: contains &#8220;Cialis&#8221;<br />
or $header_subject: is &#8220;The Ultimate Online Pharmaceutical&#8221;<br />
or $header_subject: contains &#8220;***SPAM***&#8221;<br />
or $header_subject: contains &#8220;[SPAM]&#8220;</p></blockquote>
<blockquote><p># Body Spam<br />
or $message_body: contains &#8220;Cialis&#8221;<br />
or $message_body: contains &#8220;Viagra&#8221;<br />
or $message_body: contains &#8220;Leavitra&#8221;<br />
or $message_body: contains &#8220;St0ck&#8221;<br />
or $message_body: contains &#8220;Viaagrra&#8221;<br />
or $message_body: contains &#8220;Cia1iis&#8221;<br />
or $message_body: contains &#8220;URGENT BUSINESS PROPOSAL&#8221;<br />
or $message_body matches &#8220;angka[^s]+[net|com|org|biz|info|us|name]+?&#8221;<br />
or $message_body matches &#8220;v(i|1)agra|vag(i|1)n(a|4)|pen(  i|1)s|asu|seks|l(o|0)l(i|1)ta|dewacolok&#8221;</p></blockquote>
<blockquote><p>then<br />
# Log Message - SENDS RESPONSE BACK TO SENDER<br />
# SUGGESTED TO LEAVE OFF to prevent fail loops<br />
# and more work for the mail system<br />
#fail text &#8220;Message has been rejected because it hasn<br />
#           triggered our central filter.&#8221;<br />
logwrite &#8220;$tod_log $message_id from $sender_address contained spam keywords&#8221;</p></blockquote>
<blockquote><p>seen finish<br />
endif</p></blockquote>
<blockquote><p># END<br />
# Filters all incoming an outgoing mail</p></blockquote>
<blockquote><p># START<br />
# All outgoing mail on the server only - what is sent out</p></blockquote>
<blockquote><p>#Check forwarders so it doesn&#8217;t get blocked<br />
#Forwarders still work =)</p></blockquote>
<blockquote><p>## FINANCIAL FAKE SENDERS<br />
## Log all outgoing mail from server that matches rules<br />
logfile /var/log/filter.log 0644<br />
if      (<br />
$received_protocol is &#8220;local&#8221;          or<br />
$received_protocol is &#8220;esmtpa&#8221;<br />
) and (<br />
$header_from contains &#8220;@citibank.com&#8221;  or<br />
$header_from contains &#8220;@bankofamerica.com&#8221; or<br />
$header_from contains &#8220;@wamu.com&#8221;      or<br />
$header_from contains &#8220;@ebay.com&#8221;      or<br />
$header_from contains &#8220;@chase.com&#8221;     or<br />
$header_from contains &#8220;@paypal.com&#8221;    or<br />
$header_from contains &#8220;@wellsfargo.com&#8221; or<br />
$header_from contains &#8220;@bankunited.com&#8221; or<br />
$header_from contains &#8220;@bankerstrust.com&#8221; or<br />
$header_from contains &#8220;@bankfirst.com&#8221; or<br />
$header_from contains &#8220;@capitalone.com&#8221; or<br />
$header_from contains &#8220;@citizensbank.com&#8221; or<br />
$header_from contains &#8220;@jpmorgan.com&#8221; or<br />
$header_from contains &#8220;@wachovia.com&#8221; or<br />
$header_from contains &#8220;@bankone.com&#8221; or<br />
$header_from contains &#8220;@suntrust.com&#8221; or<br />
$header_from contains &#8220;@amazon.com&#8221; or<br />
$header_from contains &#8220;@banksecurity.com&#8221; or<br />
$header_from contains &#8220;@visa.com&#8221; or<br />
$header_from contains &#8220;@mastercard.com&#8221; or<br />
$header_from contains &#8220;@mbna.com&#8221;<br />
)<br />
then<br />
logwrite &#8220;$tod_log $message_id from $sender_address is fraud&#8221;<br />
seen finish<br />
endif</p></blockquote>
<blockquote><p>## OTHER FAKE SENDERS SPAM<br />
## Enable this to prevent users using @domain from addresses<br />
## Not recommended since users do use from addresses not on the server<br />
## Log all outgoing mail from server that matches rules<br />
logfile /var/log/filter.log 0644<br />
if      (<br />
$received_protocol is &#8220;local&#8221;          or<br />
$received_protocol is &#8220;esmtpa&#8221;<br />
) and (<br />
$header_from contains &#8220;@hotmail.com&#8221; or<br />
$header_from contains &#8220;@yahoo.com&#8221; or<br />
$header_from contains &#8220;@aol.com&#8221;</p></blockquote>
<blockquote><p>)<br />
then<br />
logwrite &#8220;$tod_log $message_id from $sender_address is forged fake&#8221;<br />
seen finish<br />
endif</p></blockquote>
<blockquote><p>## KNOWN FAKE PHISHING<br />
### Log all outgoing mail from server that matches rules<br />
logfile /var/log/filter.log 0644<br />
if      (<br />
$received_protocol is &#8220;local&#8221;          or<br />
$received_protocol is &#8220;esmtpa&#8221;<br />
) and (<br />
#Paypal<br />
$message_body: contains &#8220;Dear valued PayPal member&#8221; or<br />
$message_body: contains &#8220;Dear valued PayPal customer&#8221; or<br />
$message_body: contains &#8220;Dear Paypal&#8221; or<br />
$message_body: contains &#8220;The PayPal Team&#8221; or<br />
$message_body: contains &#8220;Dear Paypal Customer&#8221; or<br />
$message_body: contains &#8220;Paypal Account Review Department&#8221; or</p></blockquote>
<blockquote><p>#Ebay<br />
$message_body: contains &#8220;Dear eBay member&#8221; or<br />
$message_body: contains &#8220;Dear eBay User&#8221; or<br />
$message_body: contains &#8220;The eBay team&#8221; or<br />
$message_body: contains &#8220;Dear eBay Community Member&#8221; or</p></blockquote>
<blockquote><p>#Banks<br />
$message_body: contains &#8220;Dear Charter One Customer&#8221; or<br />
$message_body: contains &#8220;Dear wamu.com customer&#8221; or<br />
$message_body: contains &#8220;Dear valued Citizens Bank member&#8221; or<br />
$message_body: contains &#8220;Dear Visa&#8221; or<br />
$message_body: contains &#8220;Dear Citibank&#8221; or<br />
$message_body: contains &#8220;Citibank Email&#8221; or<br />
$message_body: contains &#8220;Dear customer of Chase Bank&#8221; or<br />
$message_body: contains &#8220;Dear Bank of America customer&#8221; or</p></blockquote>
<blockquote><p>#ISPs<br />
$message_body: contains &#8220;Dear AOL Member&#8221; or<br />
$message_body: contains &#8220;Dear AOL Customer&#8221;</p></blockquote>
<blockquote><p>)<br />
then<br />
logwrite &#8220;$tod_log $message_id from $sender_address is phishing&#8221;<br />
seen finish<br />
endif</p></blockquote>
<blockquote><p># END<br />
# All outgoing mail on the server only - what is sent out</p></blockquote>
<p>The log file will have the logging format like this:<br />
<code>/var/log/filter.log</code></p>
<p>2006-05-10 12:05:13 1Fds7S-0002Sa-MV from smooth595@gmail.com contained spam keywords<br />
2006-05-10 14:18:47 1FduCn-0006GV-1r from dayton.nowellu7xn@gmail.com contained spam keywords<br />
2006-04-27 15:44:35 1FZDLn-0005Mo-5z from nobody@ocean.wavepointmedia.com is fraud<br />
2006-04-27 16:37:40 1FZEB9-0002KQ-VP from nobody@ocean.wavepointmedia.com is phishing<br />
Date and time, the Exim message ID, the sender and the section of the filter, like phishing, fraud or spam. You can check the mail message by grepping the exim_mainlog for it like this</p>
<p><code>grep 1FZEB9-0002KQ-VP /var/log/exim_mainlog</code></p>
<p>If you haven&#8217;t already you should enable a higher level of logging in your mail server which will be in our next tutorial.</p>
<p>Enjoy, Steve. Article provided by <a href="http://www.webhostgear.com/338.html" target="_blank">&gt;WebHostGear.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/preventing-spam-with-antivirusexim.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stop PHP Nobody Spammer</title>
		<link>http://my.info.or.id/linux/stop-php-nobody-spammer.my</link>
		<comments>http://my.info.or.id/linux/stop-php-nobody-spammer.my#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:05:53 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CentOs]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Trik]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=43</guid>
		<description><![CDATA[PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where.
Watching your exim_mainlog doesn&#8217;t exactly help, you see th email [...]]]></description>
			<content:encoded><![CDATA[<p>PHP and Apache has a history of not being able to track which users are sending out mail through the PHP mail function from the nobody user causing leaks in formmail scripts and malicious users to spam from your server without you knowing who or where.<span id="more-43"></span></p>
<p>Watching your exim_mainlog doesn&#8217;t exactly help, you see th email going out but you can&#8217;t track from which user or script is sending it. This is a quick and dirty way to get around the nobody spam problem on your Linux server.</p>
<p>If you check out your PHP.ini file you&#8217;ll notice that your mail program is set to: /usr/sbin/sendmail and 99.99% of PHP scripts will just use the built in mail(); function for PHP - so everything will go through /usr/sbin/sendmail =)</p>
<p><strong>Requirements:</strong><br />
We assume you&#8217;re using Apache 1.3x, PHP 4.3x and Exim. This may work on other systems but we&#8217;re only tested it on a Cpanel/WHM Red Hat Enterprise system.</p>
<p><strong>Time:</strong><br />
10 Minutes, Root access required.</p>
<p><strong>Step 1)</strong><br />
Login to your server and su - to root.</p>
<p><strong>Step 2)</strong><br />
Turn off exim while we do this so it doesn&#8217;t freak out.<br />
<code>/etc/init.d/exim stop</code></p>
<p><strong>Step 3)</strong><br />
Backup your original /usr/sbin/sendmail file. On systems using Exim MTA, the sendmail file is just basically a pointer to Exim itself.<br />
<code>mv /usr/sbin/sendmail /usr/sbin/sendmail.hidden</code></p>
<p><strong>Step 4)</strong><br />
Create the spam monitoring script for the new sendmail.<br />
<code>pico /usr/sbin/sendmail</code></p>
<p>Paste in the following:<br />
<code>#!/usr/local/bin/perl</p>
<p># use strict;<br />
use Env;<br />
my $date = `date`;<br />
chomp $date;<br />
open (INFO, "&gt;&gt;/var/log/spam_log") || die "Failed to open file ::$!";<br />
my $uid = $&gt;;<br />
my @info = getpwuid($uid);<br />
if($REMOTE_ADDR) {<br />
print INFO "$date - $REMOTE_ADDR ran $SCRIPT_NAME at $SERVER_NAME n";<br />
}<br />
else {</p>
<p>print INFO "$date - $PWD -  @infon";</p>
<p>}<br />
my $mailprog = '/usr/sbin/sendmail.hidden';<br />
foreach  (@ARGV) {<br />
$arg="$arg" . " $_";<br />
}</p>
<p>open (MAIL,"|$mailprog $arg") || die "cannot open $mailprog: $!n";<br />
while ( ) {<br />
print MAIL;<br />
}<br />
close (INFO);<br />
close (MAIL);</code></p>
<p><strong>Step 5)</strong><br />
Change the new sendmail permissions<br />
<code>chmod +x /usr/sbin/sendmail</code></p>
<p><strong>Step 6)</strong><br />
Create a new log file to keep a history of all mail going out of the server using web scripts<br />
<code>touch /var/log/spam_log</code></p>
<p><code>chmod 0777 /var/log/spam_log</code></p>
<p><strong>Step 7)</strong><br />
Start Exim up again.<br />
<code>/etc/init.d/exim start</code></p>
<p><strong>Step <img src='http://my.info.or.id/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </strong><br />
Monitor your spam_log file for spam, try using any formmail or script that uses a mail function - a message board, a contact script.<br />
<code>tail - f /var/log/spam_log</code></p>
<p><strong>Sample Log Output</strong></p>
<p>Mon Apr 11 07:12:21 EDT 2005 - /home/username/public_html/directory/subdirectory -  nobody x 99 99   Nobody / /sbin/nologin</p>
<p><strong>Log Rotation Details</strong><br />
Your spam_log file isn&#8217;t set to be rotated so it might get to be very large quickly. Keep an eye on it and consider adding it to your logrotation.</p>
<p><code>pico /etc/logrotate.conf</code></p>
<p>FIND:<br />
<code># no packages own wtmp -- we'll rotate them here<br />
/var/log/wtmp {<br />
monthly<br />
create 0664 root utmp<br />
rotate 1<br />
}</code></p>
<p>ADD BELOW:</p>
<p><code># SPAM LOG rotation<br />
/var/log/spam_log {<br />
monthly<br />
create 0777 root root<br />
rotate 1<br />
}</code></p>
<p>Notes:<br />
You may also want to <code>chattr + i /usr/sbin/sendmail</code> so it doesn&#8217;t get overwritten.</p>
<p>Enjoy knowing you can see nobody is actually somebody =)</p>
<p>Thanks to MattF and others who worked on this.Article provided by <a href="http://www.webhostgear.com/232.html">WebHostGear.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/stop-php-nobody-spammer.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>Howto Find Phishing</title>
		<link>http://my.info.or.id/linux/howto-find-phishing.my</link>
		<comments>http://my.info.or.id/linux/howto-find-phishing.my#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:56:38 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[CentOs]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Trik]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=41</guid>
		<description><![CDATA[057I Message-Id: &#60;E1EoTZ1-0001Xj-39@host2.mydomain.com&#62;
cat /var/log/exim_mainlog &#124;grep E1EoTZ1-0001Xj-39
]]></description>
			<content:encoded><![CDATA[<p>057I Message-Id: &lt;E1EoTZ1-0001Xj-39@host2.mydomain.com&gt;</p>
<p>cat /var/log/exim_mainlog |grep E1EoTZ1-0001Xj-39</p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/linux/howto-find-phishing.my/feed</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Template Hierarchy</title>
		<link>http://my.info.or.id/website/wordpress-template-hierarchy.my</link>
		<comments>http://my.info.or.id/website/wordpress-template-hierarchy.my#comments</comments>
		<pubDate>Sat, 02 Aug 2008 03:15:12 +0000</pubDate>
		<dc:creator>botakedan</dc:creator>
		
		<category><![CDATA[Trik]]></category>

		<category><![CDATA[Website]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://my.info.or.id/?p=38</guid>
		<description><![CDATA[WordPress Templates fit together like the pieces of a puzzle to generate the web pages on your WordPress site. Some templates (the header and footer template files for example) are used on all the web pages, while others are used only under specific conditions.
Visual Overview
The following diagram shows which template files are called to generate [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress Templates fit together like the pieces of a puzzle to generate the web pages on your WordPress site. Some templates (the header and footer template files for example) are used on all the web pages, while others are used only under specific conditions.<span id="more-38"></span></p>
<p><strong>Visual Overview</strong><br />
The following diagram shows which template files are called to generate a WordPress page based on the WordPress Template hierarchy.</p>
<p><a href="http://my.info.or.id/wp-content/uploads/2008/08/wp-template_hierarchy.png"><img class="alignnone size-medium wp-image-39" title="wp-template_hierarchy" src="http://my.info.or.id/wp-content/uploads/2008/08/wp-template_hierarchy-300x245.png" alt="" width="300" height="245" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://my.info.or.id/website/wordpress-template-hierarchy.my/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
