<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7439298970382445184</id><updated>2012-01-17T18:55:54.489+07:00</updated><title type='text'>Niyala</title><subtitle type='html'>my linux strips ( simple track tips ) :p</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>30</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-2930064120382587898</id><published>2009-08-23T23:11:00.001+07:00</published><updated>2009-08-23T23:13:21.055+07:00</updated><title type='text'>Slow SSH Authentication FreeBSD</title><content type='html'>make sure /etc/resolv.conf exist :D&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-2930064120382587898?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/2930064120382587898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=2930064120382587898' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2930064120382587898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2930064120382587898'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/08/slow-ssh-authentication-freebsd.html' title='Slow SSH Authentication FreeBSD'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-2311246759170047583</id><published>2009-07-29T04:32:00.005+07:00</published><updated>2009-07-29T04:57:51.145+07:00</updated><title type='text'>FreBSD ports, switch from fetch to wget</title><content type='html'>The FreeBSD ports system uses fetch to download the files from the distfiles&lt;br /&gt;i stand behind "i-can't-guess" firewall and proxy&lt;br /&gt;many fetch options don't give me solutions&lt;br /&gt;someday i try wget, and it works perfectly&lt;br /&gt;and i want to switch ports system from "fetch" to "wget" &lt;br /&gt;&lt;br /&gt;First&lt;br /&gt;&lt;blockquote&gt;install wget &lt;br /&gt;( by ports, by package, or anything you can install ) &lt;/blockquote&gt;&lt;br /&gt;Second&lt;br /&gt;&lt;blockquote&gt;[root@ ~]# cd /usr/ports/Mk&lt;br /&gt;[root@ /usr/ports/Mk]# vi bsd.port.mk &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;edit to &lt;br /&gt;&lt;blockquote&gt;.if exists(/usr/bin/fetch)&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;#FETCH_BINARY?= /usr/bin/fetch&lt;br /&gt;#FETCH_ARGS?=   -ApRr&lt;br /&gt;#FETCH_REGET?=  1&lt;/span&gt;&lt;br /&gt;.if !defined(DISABLE_SIZE)&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;#FETCH_BEFORE_ARGS+=    $${CKSIZE:+-S $$CKSIZE}&lt;/span&gt;&lt;br /&gt;.endif&lt;br /&gt;.else&lt;br /&gt;FETCH_BINARY?=  /usr/bin/ftp&lt;br /&gt;FETCH_ARGS?=    -R&lt;br /&gt;FETCH_REGET?=   0&lt;br /&gt;.endif&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;FETCH_CMD?=             /usr/local/bin/wget&lt;/span&gt;&lt;br /&gt;#FETCH_CMD?=            ${FETCH_BINARY} ${FETCH_ARGS}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;wget configuration&lt;br /&gt;&lt;br /&gt;/usr/local/etc/wgetrc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-2311246759170047583?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/2311246759170047583/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=2311246759170047583' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2311246759170047583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2311246759170047583'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/07/frebsd-ports-switch-from-fetch-to-wget.html' title='FreBSD ports, switch from fetch to wget'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7371240788832611943</id><published>2009-06-29T08:10:00.002+07:00</published><updated>2009-07-29T04:32:49.146+07:00</updated><title type='text'>FreeBSD mount iso image</title><content type='html'>Mount iso image to your local hardrive&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;[root@ ~/bsd/FreeBSD7]# ls *.iso&lt;br /&gt;7.0-RELEASE-i386-disc1.iso&lt;br /&gt;[root@ ~/bsd/FreeBSD7]# mdconfig -a -t vnode -f 7.0-RELEASE-i386-disc1.iso&lt;br /&gt;md0&lt;br /&gt;[root@ ~/bsd/FreeBSD7]# mkdir satu&lt;br /&gt;[root@ ~/bsd/FreeBSD7]# mount -t cd9660 /dev/md0 satu/&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;to unmount, simply&lt;br /&gt;&lt;blockquote&gt;[root@ ~/bsd/FreeBSD7]# umount satu&lt;br /&gt;[root@ ~/bsd/FreeBSD7]# mdconfig -d -u /dev/md0&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7371240788832611943?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7371240788832611943/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7371240788832611943' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7371240788832611943'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7371240788832611943'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/06/freebsd-mount-iso-image.html' title='FreeBSD mount iso image'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-3719715136354256461</id><published>2009-05-10T21:58:00.006+07:00</published><updated>2009-07-29T04:52:17.754+07:00</updated><title type='text'>Mount FTP to local directory</title><content type='html'>mount ftp server to your local directory&lt;br /&gt;using fuse and curlftpfs&lt;br /&gt;&lt;br /&gt;First, install curlftpfs &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;niyala ~ # curlftpfs ftp://10.14.200.126 /ftp&lt;br /&gt;niyala ~ # curlftps -o user=anonymoususer:anonymouspassword ftp://10.14.200.126 /ftp&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-3719715136354256461?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/3719715136354256461/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=3719715136354256461' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/3719715136354256461'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/3719715136354256461'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/05/mount-ftp-to-local-directory.html' title='Mount FTP to local directory'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-3595120637810720295</id><published>2009-03-20T00:47:00.006+07:00</published><updated>2009-03-20T01:17:32.953+07:00</updated><title type='text'>Gentoo GNS3</title><content type='html'>Install GNS3 Graphical Network Simulator on gentoo linux&lt;br /&gt;&lt;br /&gt;1. Setting Up your local portage&lt;br /&gt;&lt;blockquote&gt;niyala # mkdir /usr/local/portage&lt;br /&gt;niyala # echo "PORTDIR_OVERLAY="/usr/local/portage" &gt;&gt; /etc/make.conf&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;2. Prepare the ebuild&lt;br /&gt;&lt;blockquote&gt;niyala # mkdir /usr/local/portage/app-emulation/&lt;br /&gt;niyala # cd /usr/local/portage/app-emulation/&lt;br /&gt;niyala # mkdir gns3 dynamips&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;3. Download and the ebuild&lt;br /&gt;&lt;blockquote&gt;niyala # cd gns3&lt;br /&gt;niyala # mkdir files&lt;br /&gt;niyala # cd files&lt;br /&gt;niyala # wget http://www.ittelkom.ac.id/pinguin/gentoo/PORTDIR_OVERLAY/app-emulation/gns3/files/gns3-0.6_set_dynamips_path.patch&lt;br /&gt;niyala # wget http://www.ittelkom.ac.id/pinguin/gentoo/PORTDIR_OVERLAY/app-emulation/gns3/files/gns3-0.6_set_pemu_path.patch&lt;br /&gt;niyala # cd ..&lt;br /&gt;niyala # wget http://www.ittelkom.ac.id/pinguin/gentoo/PORTDIR_OVERLAY/app-emulation/gns3/gns3-0.6.ebuild&lt;br /&gt;niyala # ebuild gns3-0.6ebuild digest&lt;br /&gt;niyala # cd ../dynamips&lt;br /&gt;niyala # wget http://www.ittelkom.ac.id/pinguin/gentoo/PORTDIR_OVERLAY/app-emulation/dynamips/dynamips-0.2.8_rc2.ebuild&lt;br /&gt;niyala # ebuild dynampis-0.2.8_rc2.ebuild&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;4. Emerge&lt;br /&gt;&lt;blockquote&gt;niyala # echo "=app-emulation/gns3-0.6 ~x86" &gt;&gt; /etc/portage/package.keywords&lt;br /&gt;niyala # echo "=app-emulation/dynamips-0.2.8_rc2 ~x86" &gt;&gt; /etc/portage/package.keywords&lt;br /&gt;niyala # emerge -avp gns3&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-3595120637810720295?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/3595120637810720295/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=3595120637810720295' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/3595120637810720295'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/3595120637810720295'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/03/gentoo-gns3.html' title='Gentoo GNS3'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-5140088580930558210</id><published>2009-02-28T20:45:00.002+07:00</published><updated>2009-02-28T21:02:08.335+07:00</updated><title type='text'>Internal compiler error: Segmentation fault</title><content type='html'>&lt;pre id="comment_text_0"&gt;&lt;blockquote&gt;internal compiler error: Segmentation fault&lt;br /&gt;Please submit a full bug report,&lt;br /&gt;with preprocessed source if appropriate.&lt;br /&gt;See &lt;url:&gt;&lt;a href="http://bugs.gentoo.org/"&gt;http://bugs.gentoo.org/&lt;/a&gt;&gt; for instructions.&lt;/url:&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;ahh, finally solved&lt;br /&gt;the fact :&lt;ol&gt;&lt;li&gt;my memory card is not broken ( checked using memtest86+ )&lt;/li&gt;&lt;li&gt;i wash my heatsink using "sunlight"&lt;/li&gt;&lt;li&gt;and everything goes well&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;alhamdulillah&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/69.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 26px; height: 18px;" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/69.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-5140088580930558210?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/5140088580930558210/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=5140088580930558210' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5140088580930558210'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5140088580930558210'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2009/02/internal-compiler-error-segmentation.html' title='Internal compiler error: Segmentation fault'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7623576796548128192</id><published>2008-12-04T16:54:00.000+07:00</published><updated>2008-12-04T16:54:00.736+07:00</updated><title type='text'>OpenBSD disable usb and isa port</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;just curious why superkayak can't boot default OpenBSD /bsd kernel &lt;br/&gt;always stuck at hardware detection &lt;br/&gt;it's also happen with installation kernel &lt;br/&gt;&lt;br/&gt;and then know the culprit &lt;br/&gt;i have to disable usb and isa port first before boot&lt;br/&gt;by using "boot -c" at boot time and disabling them&lt;br/&gt;after you can login to your box&lt;br/&gt;lets edit the kernel (to disable usb and isa port )&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;# config -e -o /bsd.sip /bsd&lt;br/&gt;OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55 MDT 2008&lt;br/&gt;    deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC&lt;br/&gt;Enter 'help' for information&lt;br/&gt;ukc&amp;gt; disable usb&lt;br/&gt;348 usb* disabled&lt;br/&gt;ukc&amp;gt; disable isapnp&lt;br/&gt;314 isapnp0 disabled&lt;br/&gt;ukc&amp;gt; quit&lt;br/&gt;Saving modified kernel.&lt;br/&gt;&lt;br/&gt;# mv bsd bsd.old&lt;br/&gt;# mv bsd.sip bsd&lt;br/&gt;# reboot&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7623576796548128192?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7623576796548128192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7623576796548128192' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7623576796548128192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7623576796548128192'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/12/openbsd-disable-usb-and-isa-port.html' title='OpenBSD disable usb and isa port'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7659007020040231321</id><published>2008-12-04T11:15:00.000+07:00</published><updated>2008-12-04T15:47:24.507+07:00</updated><title type='text'>Linux Tv Tuner card</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Just note &lt;br/&gt;&lt;i&gt;nak ono sing tekak tekok kari ngelink mrene &lt;img style='max-width: 800px;' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/71.gif'/&gt;&lt;br/&gt;&lt;/i&gt;&lt;br/&gt;&lt;br/&gt;TV tuner info&lt;br/&gt;&lt;blockquote&gt;niyala ~ # lspci -v&lt;br/&gt;01:08.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)&lt;br/&gt;        Subsystem: Animation Technologies Inc. LifeView FlyVIDEO2000&lt;br/&gt;        Flags: bus master, medium devsel, latency 32, IRQ 20&lt;br/&gt;        Memory at e3001000 (32-bit, non-prefetchable) [size=1K]&lt;br/&gt;        Capabilities: [40] Power Management version 1&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;make sure, line out from tv tuner plugged into soundcard line input&lt;br/&gt;make sure, you have compiled the driver modules&lt;br/&gt;make sure, you know your card and tuner options &lt;br/&gt;&lt;br/&gt;i'am a gentoo user, i use udev to manage the hardware&lt;br/&gt;udev also support for coldplugging ( hardware detection at boot ) &lt;br/&gt;from this i have a problem, &lt;br/&gt;because i don't know how to insert module option to load tv tuner module into the kernel&lt;br/&gt;finally i use blacklist from udev, &lt;br/&gt;first do not load automatically ( using udev coldplug ) by blacklisting the module&lt;br/&gt;and then use modules autoload to load the modules &lt;img style='max-width: 800px;' src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/65.gif'/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala ~ # echo "blacklist saa7134" &amp;gt;&amp;gt; /etc/modprobe.d/blacklist &lt;br/&gt;niyala ~ # echo "options saa7134 card=3 tuner=25" &amp;gt; /etc/modules.d/saa7134&lt;br/&gt;niyala ~ # echo "saa7134" &amp;gt; /etc/modules.autoload.d/kernel-2.6&lt;br/&gt;niyala ~ # echo "tuner" &amp;gt; /etc/modules.autoload.d/kernel-2.6&lt;br/&gt;&lt;/blockquote&gt;when your computer reboot, the driver module ready to go ...&lt;br/&gt;&lt;br/&gt;i use xawtv for tv viewer and qqradio for radio tuner&lt;br/&gt;&lt;br/&gt;&lt;img style='max-width: 800px;' src='http://static.plurk.com/static/emoticons/silver/listening_music.gif'/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7659007020040231321?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7659007020040231321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7659007020040231321' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7659007020040231321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7659007020040231321'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/12/linux-tv-tuner-card.html' title='Linux Tv Tuner card'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-5535798974855012697</id><published>2008-08-31T13:35:00.001+07:00</published><updated>2008-08-31T13:51:06.295+07:00</updated><title type='text'>View only configuration lines ( uncomment lines )</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Linux configuration files using comment and uncomment lines ( # )&lt;br /&gt;and sometimes we don't need the comment lines, we only need the uncomment lines ( usable configuration files )&lt;br /&gt;&lt;br /&gt;here is the script to view only configuration lines / uncommment lines&lt;br /&gt;example squid.conf&lt;br /&gt;&lt;blockquote&gt;superkayak # cat /etc/squid/squid.conf.default | grep -v "^#" | sed '/^$/d'&lt;br /&gt;&lt;/blockquote&gt;&lt;img style="max-width: 800px;" src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/3.gif" /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-5535798974855012697?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/5535798974855012697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=5535798974855012697' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5535798974855012697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5535798974855012697'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/08/view-only-configuration-lines-uncomment.html' title='View only configuration lines ( uncomment lines )'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-2498526549391109420</id><published>2008-08-20T14:15:00.000+07:00</published><updated>2008-11-20T14:22:31.595+07:00</updated><title type='text'>Logitech Quickcam IM and Debian 4.0 (etch)</title><content type='html'>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;Logitech Quickcam IM and Debian 4.0 (etch)&lt;br /&gt;&lt;br /&gt;as simply as usual&lt;br /&gt;&lt;br /&gt;1. Cek kernel version&lt;br /&gt;&lt;blockquote&gt;h15net200:~# uname -a&lt;br /&gt;Linux h15net200 2.6.18-4-686 #1 SMP Mon Mar 26 17:17:36 UTC 2007 i686 GNU/Linux&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;2. Choose your module ( using compiled modules or by source ) , using gspca linux webcam driver&lt;br /&gt;&lt;blockquote&gt;h15net200:~# apt-cache search gspca&lt;br /&gt;gspca-modules-2.6-686 - gspca video for linux (v4l) driver modules for Linux 2.6 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;gspca-modules-2.6.18-4-k7 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on AMD K7&lt;br /&gt;gspca-modules-2.6.18-4-amd64 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on AMD64&lt;br /&gt;gspca-modules-2.6.18-4-486 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on x86&lt;br /&gt;gspca-modules-2.6-k7 - gspca video for linux (v4l) driver modules for Linux 2.6 on AMD K7&lt;br /&gt;gspca-modules-2.6-amd64 - gspca video for linux (v4l) driver modules for Linux 2.6 on AMD64&lt;br /&gt;gspca-modules-2.6-486 - gspca video for linux (v4l) driver modules for Linux 2.6 on x86&lt;br /&gt;gspca-modules-2.6.18-4-xen-686 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on i686&lt;br /&gt;gspca-modules-2.6.18-4-vserver-686 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;gspca-modules-2.6.18-4-xen-vserver-686 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on i686&lt;br /&gt;gspca-modules-2.6.18-4-vserver-k7 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on AMD K7&lt;br /&gt;gspca-modules-2.6-vserver-k7 - gspca video for linux (v4l) driver modules for Linux 2.6 on AMD K7&lt;br /&gt;gspca-modules-2.6-vserver-686 - gspca video for linux (v4l) driver modules for Linux 2.6 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;gspca-modules-2.6.18-4-686-bigmem - gspca video for linux (v4l) driver modules for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;gspca-modules-2.6-xen-vserver-686 - gspca video for linux (v4l) driver modules for Linux 2.6 on i686&lt;br /&gt;gspca-modules-2.6-xen-686 - gspca video for linux (v4l) driver modules for Linux 2.6 on i686&lt;br /&gt;gspca-modules-2.6-686-bigmem - gspca video for linux (v4l) driver modules for Linux 2.6 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;gspca-source - source for the gspca v4l kernel module&lt;br /&gt;gspca-modules-2.6.18-4-686 - gspca video for linux (v4l) driver modules for Linux 2.6.18 on PPro/Celeron/PII/PIII/P4&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;3. Install modules&lt;br /&gt;&lt;blockquote&gt;h15net200:~# apt-get install gspca-modules-2.6.18-4-686&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;4. Install camera viewer&lt;br /&gt;&lt;blockquote&gt;h15net200:~# apt-get install camorama xawtv&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;5. Loading module in to the kernel&lt;br /&gt;&lt;blockquote&gt;h15net200:~# modprobe gspca&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;6. Voila &lt;img src="http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/69.gif" style="max-width: 800px;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-2498526549391109420?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/2498526549391109420/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=2498526549391109420' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2498526549391109420'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/2498526549391109420'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/11/logitech-quickcam-im-and-debian-40-etch.html' title='Logitech Quickcam IM and Debian 4.0 (etch)'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-6137858173084376927</id><published>2008-08-07T00:15:00.001+07:00</published><updated>2008-08-07T00:15:39.881+07:00</updated><title type='text'>Disable boot up service redhat</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This line will disabled on all runlevel *modyar kon*&lt;br/&gt;&lt;blockquote&gt;&lt;pre class='SCREEN'&gt;&lt;tt&gt;&lt;tt class='COMMAND'&gt;chkconfig --level 0123456 sendmail off&lt;/tt&gt;&lt;/tt&gt;&lt;/pre&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-6137858173084376927?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/6137858173084376927/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=6137858173084376927' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6137858173084376927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6137858173084376927'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/08/disable-boot-up-service-redhat.html' title='Disable boot up service redhat'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-110700881795186981</id><published>2008-08-02T10:44:00.001+07:00</published><updated>2008-08-02T10:44:19.528+07:00</updated><title type='text'>Using ssh with Konqueror </title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;You can using ssh acces using konqueror,&lt;br/&gt;drag, drop, right left click &lt;img src='http://l.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif' style='max-width: 800px;'/&gt; &lt;br/&gt;&lt;br/&gt;this combination make easier working with a remote machine &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;sftp://sapi@10.14.200.126/home/sapi&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-110700881795186981?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/110700881795186981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=110700881795186981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/110700881795186981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/110700881795186981'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/08/using-ssh-with-konqueror_02.html' title='Using ssh with Konqueror '/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7287972398461301602</id><published>2008-06-08T14:34:00.001+07:00</published><updated>2008-06-08T14:34:54.764+07:00</updated><title type='text'>Simple wget list download</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Using wget to download your list &lt;br/&gt;&lt;blockquote&gt;arz@niyala ~/work $ cat don.txt&lt;br/&gt;http://www.abc.com/images/1.jpg&lt;br/&gt;http://www.abc.com/images/2.jpg&lt;br/&gt;arz@niyala ~/work $ for i in `cat don.txt`; do wget $i ; done&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;any idea to download using wilcard on wget ? &lt;br/&gt;for non ftp and non directory listing websites &lt;br/&gt;it seem impossible, but maybe some tricky ones ? &lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7287972398461301602?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7287972398461301602/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7287972398461301602' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7287972398461301602'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7287972398461301602'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/06/simple-wget-list-download.html' title='Simple wget list download'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-5120107828229215068</id><published>2008-05-31T02:23:00.001+07:00</published><updated>2008-05-31T08:43:44.153+07:00</updated><title type='text'>Check Kernel Availability</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;*hallah*&lt;br/&gt;&lt;br/&gt;mas fibie minta &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;superkayak linux # cat configmasfibie | sed 's/.$//' | sed 's/.$//'&lt;br/&gt;CONFIG_EXPERIMENTAL&lt;br/&gt;CONFIG_SYSVIPC&lt;br/&gt;CONFIG_PROC_FS&lt;br/&gt;CONFIG_NET&lt;br/&gt;CONFIG_INET&lt;br/&gt;CONFIG_IPV6&lt;br/&gt;CONFIG_IPV6_MIP6&lt;br/&gt;CONFIG_XFRM&lt;br/&gt;CONFIG_XFRM_USER&lt;br/&gt;CONFIG_XFRM_ENHANCEMENT&lt;br/&gt;CONFIG_IPV6_TUNNEL&lt;br/&gt;CONFIG_IPV6_ADVANCED_ROUTER&lt;br/&gt;CONFIG_IPV6_MULTIPLE_TABLES&lt;br/&gt;CONFIG_IPV6_SUBTREES&lt;br/&gt;CONFIG_ARPD&lt;br/&gt;CONFIG_INET6_ESP&lt;br/&gt;CONFIG_NET_KEY&lt;br/&gt;CONFIG_NET_KEY_MIGRATE&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;blockquote&gt;superkayak linux # cat configmasfibie | sed 's/.$//' | sed 's/.$//' &amp;amp;gt; configmasfibe-edit&lt;br/&gt;&lt;/blockquote&gt;maka&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;superkayak linux # for i in `cat configmasfibe-edit` ; do grep -e "$i" .config ; done&lt;br/&gt;CONFIG_EXPERIMENTAL=y&lt;br/&gt;CONFIG_SYSVIPC=y&lt;br/&gt;CONFIG_SYSVIPC_SYSCTL=y&lt;br/&gt;CONFIG_PROC_FS=y&lt;br/&gt;CONFIG_NET=y&lt;br/&gt;# CONFIG_NET_KEY is not set&lt;br/&gt;CONFIG_NET_IPIP=y&lt;br/&gt;# CONFIG_NET_IPGRE is not set&lt;br/&gt;# CONFIG_NETWORK_SECMARK is not set&lt;br/&gt;CONFIG_NETFILTER=y&lt;br/&gt;# CONFIG_NETFILTER_DEBUG is not set&lt;br/&gt;# CONFIG_NETFILTER_NETLINK is not set&lt;br/&gt;CONFIG_NETFILTER_XTABLES=m&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_DSCP is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_MARK is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_TRACE is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_DCCP is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_DSCP is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_ESP is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_MAC is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_MARK is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_POLICY is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_REALM is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_SCTP is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_STRING is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_TIME is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_U32 is not set&lt;br/&gt;# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set&lt;br/&gt;# CONFIG_NET_SCHED is not set&lt;br/&gt;# CONFIG_NET_PKTGEN is not set&lt;br/&gt;# CONFIG_NET_9P is not set&lt;br/&gt;CONFIG_NETDEVICES=y&lt;br/&gt;# CONFIG_NETDEVICES_MULTIQUEUE is not set&lt;br/&gt;CONFIG_NET_SB1000=m&lt;br/&gt;CONFIG_NET_ETHERNET=y&lt;br/&gt;CONFIG_NET_VENDOR_3COM=y&lt;br/&gt;# CONFIG_NET_TULIP is not set&lt;br/&gt;# CONFIG_NET_PCI is not set&lt;br/&gt;# CONFIG_NET_POCKET is not set&lt;br/&gt;# CONFIG_NETDEV_1000 is not set&lt;br/&gt;# CONFIG_NETDEV_10000 is not set&lt;br/&gt;CONFIG_NET_FC=y&lt;br/&gt;# CONFIG_NETCONSOLE is not set&lt;br/&gt;# CONFIG_NETPOLL is not set&lt;br/&gt;# CONFIG_NET_POLL_CONTROLLER is not set&lt;br/&gt;CONFIG_NETWORK_FILESYSTEMS=y&lt;br/&gt;CONFIG_INET=y&lt;br/&gt;# CONFIG_INET_AH is not set&lt;br/&gt;# CONFIG_INET_ESP is not set&lt;br/&gt;# CONFIG_INET_IPCOMP is not set&lt;br/&gt;# CONFIG_INET_XFRM_TUNNEL is not set&lt;br/&gt;CONFIG_INET_TUNNEL=y&lt;br/&gt;CONFIG_INET_XFRM_MODE_TRANSPORT=y&lt;br/&gt;CONFIG_INET_XFRM_MODE_TUNNEL=y&lt;br/&gt;CONFIG_INET_XFRM_MODE_BEET=y&lt;br/&gt;# CONFIG_INET_LRO is not set&lt;br/&gt;CONFIG_INET_DIAG=y&lt;br/&gt;CONFIG_INET_TCP_DIAG=y&lt;br/&gt;CONFIG_INET6_AH=m&lt;br/&gt;CONFIG_INET6_ESP=m&lt;br/&gt;CONFIG_INET6_IPCOMP=m&lt;br/&gt;CONFIG_INET6_XFRM_TUNNEL=m&lt;br/&gt;CONFIG_INET6_TUNNEL=m&lt;br/&gt;CONFIG_INET6_XFRM_MODE_TRANSPORT=m&lt;br/&gt;CONFIG_INET6_XFRM_MODE_TUNNEL=m&lt;br/&gt;CONFIG_INET6_XFRM_MODE_BEET=m&lt;br/&gt;# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set&lt;br/&gt;CONFIG_IPV6=m&lt;br/&gt;# CONFIG_IPV6_PRIVACY is not set&lt;br/&gt;# CONFIG_IPV6_ROUTER_PREF is not set&lt;br/&gt;# CONFIG_IPV6_OPTIMISTIC_DAD is not set&lt;br/&gt;CONFIG_IPV6_MIP6=m&lt;br/&gt;CONFIG_IPV6_SIT=m&lt;br/&gt;CONFIG_IPV6_TUNNEL=m&lt;br/&gt;# CONFIG_IPV6_MULTIPLE_TABLES is not set&lt;br/&gt;CONFIG_IPV6_MIP6=m&lt;br/&gt;CONFIG_XFRM=y&lt;br/&gt;CONFIG_XFRM_USER=m&lt;br/&gt;# CONFIG_XFRM_SUB_POLICY is not set&lt;br/&gt;# CONFIG_XFRM_MIGRATE is not set&lt;br/&gt;CONFIG_XFRM_USER=m&lt;br/&gt;CONFIG_IPV6_TUNNEL=m&lt;br/&gt;# CONFIG_IPV6_MULTIPLE_TABLES is not set&lt;br/&gt;# CONFIG_ARPD is not set&lt;br/&gt;CONFIG_INET6_ESP=m&lt;br/&gt;# CONFIG_NET_KEY is not set&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;hm... berarti nda usah ngepatch :p&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-5120107828229215068?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/5120107828229215068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=5120107828229215068' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5120107828229215068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5120107828229215068'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/05/check-kernel-availability.html' title='Check Kernel Availability'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-8866718167895453095</id><published>2008-05-06T10:15:00.001+07:00</published><updated>2008-05-06T10:15:57.859+07:00</updated><title type='text'>Mount nfs manually </title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Mount nfs file manually &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala ~ # mount -t nfs -o rw,nolock 10.14.200.126:/mirror /mnt/mirror&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;-t = type filesystem&lt;br/&gt;-o = mount option &lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-8866718167895453095?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/8866718167895453095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=8866718167895453095' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/8866718167895453095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/8866718167895453095'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/05/mount-nfs-manually.html' title='Mount nfs manually '/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-4247994944851370974</id><published>2008-04-24T00:20:00.001+07:00</published><updated>2008-04-24T00:20:29.605+07:00</updated><title type='text'>Convert flv to mp3</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;using fffmpeg*&lt;br/&gt;&lt;br/&gt;simply &lt;br/&gt;&lt;blockquote&gt;arz@niyala ~ $ ffmpeg -i efasy.flv -f mp3 efasy.mp3&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;*http://ffmpeg.org/&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-4247994944851370974?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/4247994944851370974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=4247994944851370974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/4247994944851370974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/4247994944851370974'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/convert-flv-to-mp3.html' title='Convert flv to mp3'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-1515467475416482320</id><published>2008-04-17T06:59:00.001+07:00</published><updated>2008-04-17T06:59:24.052+07:00</updated><title type='text'>Command History</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;As others, seems funny :D&lt;br/&gt;using my desktop &lt;br/&gt;&lt;br/&gt;my superuser&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala ~ # date&lt;br/&gt;Thu Apr 17 06:57:19 WIT 2008&lt;br/&gt;niyala ~ # history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&lt;br/&gt;53 &lt;b&gt;clear&lt;/b&gt;&lt;br/&gt;45 ls&lt;br/&gt;33 cd&lt;br/&gt;26 ping6&lt;br/&gt;26 konek&lt;br/&gt;22 ifconfig&lt;br/&gt;20 killall&lt;br/&gt;19 nano&lt;br/&gt;18 eix&lt;br/&gt;13 rm&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;my usual user &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;arz@niyala ~ $ date&lt;br/&gt;Thu Apr 17 06:57:56 WIT 2008&lt;br/&gt;arz@niyala ~ $ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head&lt;br/&gt;70 ls&lt;br/&gt;63 &lt;b&gt;clear&lt;/b&gt;&lt;br/&gt;57 cd&lt;br/&gt;34 su&lt;br/&gt;33 cat&lt;br/&gt;27 ssh&lt;br/&gt;18 rm&lt;br/&gt;16 telnet&lt;br/&gt;16 startx&lt;br/&gt;16 exit&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;Yeah, as tukang-zapu i love everything to be &lt;b&gt;"clear"&lt;/b&gt; &lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-1515467475416482320?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/1515467475416482320/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=1515467475416482320' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1515467475416482320'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1515467475416482320'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/command-history.html' title='Command History'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-5970418647869369534</id><published>2008-04-13T23:41:00.001+07:00</published><updated>2008-04-13T23:41:45.721+07:00</updated><title type='text'>Command line file name using "space"</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Using double-singlequote ( ' ' ) , &lt;br/&gt;to make a file/directory using "space" instead &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;arz@niyala  $ mkdir  &lt;b&gt;Ini adalah spasi&lt;/b&gt;&lt;br/&gt;arz@niyala /tmp/test $ ls -l&lt;br/&gt;total 0&lt;br/&gt;drwxr-xr-x 2 arz arz 48 Apr 13 23:40 Ini&lt;br/&gt;drwxr-xr-x 2 arz arz 48 Apr 13 23:40 adalah&lt;br/&gt;drwxr-xr-x 2 arz arz 48 Apr 13 23:40 spasi&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;arz@niyala  $ mkdir &lt;b&gt;'Ini adalah spasi'&lt;/b&gt;&lt;br/&gt;arz@niyala  $ ls -l&lt;br/&gt;total 0&lt;br/&gt;drwxr-xr-x 2 arz arz 48 Apr 13 23:39 Ini adalah spasi&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-5970418647869369534?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/5970418647869369534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=5970418647869369534' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5970418647869369534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5970418647869369534'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/command-line-file-name-using.html' title='Command line file name using &amp;quot;space&amp;quot;'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7205787676176314710</id><published>2008-04-13T10:07:00.001+07:00</published><updated>2008-04-13T19:46:39.655+07:00</updated><title type='text'>Record from ALSA</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Record all ouput from your soundcard, &lt;br/&gt;WYHIWYG ( What You Hear Is What You Get ) :p&lt;br/&gt;&lt;br/&gt;enable the capture device&lt;br/&gt;&lt;blockquote&gt;niyala ~ # amixer set 'Capture' cap &lt;/blockquote&gt;&lt;br/&gt;recording &lt;br/&gt;&lt;blockquote&gt;niyala ~ # arecord -t wav -f cd dicoba.wav&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;test your recording&lt;br/&gt;&lt;blockquote&gt;niyala ~ # aplay dicoba.wav&lt;br/&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7205787676176314710?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7205787676176314710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7205787676176314710' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7205787676176314710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7205787676176314710'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/record-from-alsa.html' title='Record from ALSA'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-4071461153594766939</id><published>2008-04-06T03:11:00.001+07:00</published><updated>2008-04-06T03:11:23.261+07:00</updated><title type='text'>Open URL's in Xchat with firefox</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This tips enabling right click - open with firefox, to open URL's in Xchat&lt;br/&gt;&lt;br/&gt;Go to your Xchat preferences&lt;br/&gt;&lt;blockquote&gt;Settings &amp;amp;gt; Advanced &amp;amp;gt; URL Handlers&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;Add this line&lt;br/&gt;&lt;blockquote&gt;name = Open with firefox&lt;br/&gt;command = !firefox -a firefox -remote 'openURL(%s,new-tab)'&lt;br /&gt;&lt;br/&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-4071461153594766939?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/4071461153594766939/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=4071461153594766939' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/4071461153594766939'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/4071461153594766939'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/open-url-in-xchat-with-firefox.html' title='Open URL&amp;#39;s in Xchat with firefox'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-921150411920256424</id><published>2008-04-05T20:00:00.001+07:00</published><updated>2008-04-05T20:01:30.859+07:00</updated><title type='text'>Limit your own connection</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;You know what you have to do, &lt;br/&gt;this option make your "environment" safe ^_^ &lt;br/&gt;&lt;b&gt;&lt;br/&gt;wget &lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala ~ # wget --limit-rate=10k http://www.abc.com/file.tar.gz&lt;br/&gt;&lt;/blockquote&gt;&lt;b&gt;&lt;br/&gt;rsync&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala ~ # rsync --bwlimit=10k /source /destination&lt;br/&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-921150411920256424?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/921150411920256424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=921150411920256424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/921150411920256424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/921150411920256424'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/limit-your-own-connection.html' title='Limit your own connection'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-1022555223883471682</id><published>2008-04-03T00:03:00.001+07:00</published><updated>2008-04-03T00:03:52.883+07:00</updated><title type='text'>Adjusting files modification time</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Error modification time caused by error system date&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;[root@superkayak ]# /etc/init.d/sshd restart&lt;br/&gt; * One of the files in /etc/{conf.d,init.d} or /etc/rc.conf&lt;br/&gt; * has a modification time in the future!&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;Simply ... &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;[root@superkayak ]# touch /etc/conf.d/* /etc/init.d/* /etc/rc.conf&lt;br/&gt;&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-1022555223883471682?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/1022555223883471682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=1022555223883471682' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1022555223883471682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1022555223883471682'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/adjusting-files-modification-time.html' title='Adjusting files modification time'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-1806405579375524884</id><published>2008-04-02T23:17:00.001+07:00</published><updated>2008-04-02T23:17:17.138+07:00</updated><title type='text'>Automatic install ssh keys</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Ssh without password automatic wizard, to install ssh-keys on local and remote computer &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;arz@niyala ~ $ ssh-installkeys rizzurant@10.14.200.126&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;Using ssh-installkeys&lt;br/&gt;* http://www.catb.org/~esr/ssh-installkeys&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-1806405579375524884?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/1806405579375524884/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=1806405579375524884' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1806405579375524884'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1806405579375524884'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/04/automatic-install-ssh-keys.html' title='Automatic install ssh keys'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7412425625642481449</id><published>2008-03-12T23:45:00.001+07:00</published><updated>2008-03-12T23:45:14.901+07:00</updated><title type='text'>Check libflashplayer version</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This script will check your libflashplayer version, some flash file can only opened by newer libflashplayer version&lt;br/&gt;&lt;blockquote&gt;arz@niyala ~ $ strings /opt/netscape/plugins/libflashplayer.so | grep "LNX"&lt;br/&gt;LNX 9,0,48,0&lt;/blockquote&gt;&lt;br/&gt;via &lt;a href='http://pulseaudio.revolutionlinux.com/PulseAudio'&gt;Link&lt;/a&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7412425625642481449?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7412425625642481449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7412425625642481449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7412425625642481449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7412425625642481449'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/03/check-libflashplayer-version.html' title='Check libflashplayer version'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-6948706172752736020</id><published>2008-03-08T00:37:00.001+07:00</published><updated>2008-03-08T00:37:54.140+07:00</updated><title type='text'>Wget down them all </title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Wget option, similar to Down Them All firefox extention &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;arz@niyala ~ $ wget -c -r -l1 -nd -np -A.tar.bz2 -erobots=off http://www.test.com/files&lt;br/&gt;&lt;br/&gt;&lt;/blockquote&gt;-c   = continue, resumable download&lt;br/&gt;-r   = recursive, mirroring mode&lt;br/&gt;-l1  = depth level recursive&lt;br/&gt;-nd = no directory, using present directory&lt;br/&gt;-np = no parent, only that links, not parent links &lt;br/&gt;-A.mp3   = file type, download only .mp3 files&lt;br/&gt;-erobots = disable robot.txt files &lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-6948706172752736020?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/6948706172752736020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=6948706172752736020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6948706172752736020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6948706172752736020'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/03/wget-down-them-all.html' title='Wget down them all '/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-1776279677271086140</id><published>2008-02-25T22:18:00.001+07:00</published><updated>2008-02-25T22:18:01.931+07:00</updated><title type='text'>Mount iso filesystem</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Use this script to mount your *.iso filesystem without burning it into CD &lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;niyala tmp # mount -o loop -t iso9660 ilmukomputer-10-08-2005.iso /mnt/ikc/&lt;/blockquote&gt;&lt;br/&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-1776279677271086140?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/1776279677271086140/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=1776279677271086140' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1776279677271086140'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/1776279677271086140'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/02/mount-iso-filesystem.html' title='Mount iso filesystem'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-5694959869087038132</id><published>2008-02-24T14:29:00.001+07:00</published><updated>2008-02-24T14:29:11.370+07:00</updated><title type='text'>Separate audio files from avi </title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;This script will separate audio files from avi audio video files, to mp3 audio files &lt;br/&gt;&lt;blockquote&gt;arz@niyala /tmp $ ffmpeg -i files.avi -ab 128 -ar 44100 audio.mp3 &lt;/blockquote&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-5694959869087038132?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/5694959869087038132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=5694959869087038132' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5694959869087038132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/5694959869087038132'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/02/separate-audio-files-from-avi.html' title='Separate audio files from avi '/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-7909465553721078671</id><published>2008-02-17T08:30:00.001+07:00</published><updated>2008-02-17T08:30:23.001+07:00</updated><title type='text'>Convert UPPERCASE to lowercase</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Convert text from UPPERCASE to lowercase&lt;br/&gt;&lt;blockquote&gt;&lt;br/&gt;arz@niyala /ebook $ ls -l | tr '[:upper:]' '[:lower:]'&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-7909465553721078671?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/7909465553721078671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=7909465553721078671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7909465553721078671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/7909465553721078671'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/02/convert-uppercase-to-lowercase.html' title='Convert UPPERCASE to lowercase'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-8126834966788960831</id><published>2008-02-16T08:48:00.002+07:00</published><updated>2008-02-17T11:21:08.705+07:00</updated><title type='text'>Backup remote file using rsync ssh</title><content type='html'>&lt;div xmlns='http://www.w3.org/1999/xhtml'&gt;Simple remote backup using rsync different port ssh&lt;br/&gt;&lt;code&gt;&lt;br/&gt;&lt;/code&gt;&lt;blockquote&gt;rsync -av -e 'ssh -p 7777' arz@10.14.200.126:/home/arz/.purple/logs/yahoo/arz/ .purple/logs/yahoo/arz&lt;/blockquote&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-8126834966788960831?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/8126834966788960831/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=8126834966788960831' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/8126834966788960831'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/8126834966788960831'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2008/02/backup-remote-file-using-rsync-ssh.html' title='Backup remote file using rsync ssh'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7439298970382445184.post-6347434438943162271</id><published>2007-12-22T06:25:00.001+07:00</published><updated>2008-02-16T09:02:41.835+07:00</updated><title type='text'>Hello World</title><content type='html'>Hai,&lt;br /&gt;hello world, ...&lt;br /&gt;&lt;br /&gt;&lt;img src="http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/4.gif" border="0" height="18" width="18" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7439298970382445184-6347434438943162271?l=rizzurant.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rizzurant.blogspot.com/feeds/6347434438943162271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7439298970382445184&amp;postID=6347434438943162271' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6347434438943162271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7439298970382445184/posts/default/6347434438943162271'/><link rel='alternate' type='text/html' href='http://rizzurant.blogspot.com/2007/12/hello-world.html' title='Hello World'/><author><name>Ariza</name><uri>http://www.blogger.com/profile/11619199208277398393</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='24' height='32' src='http://3.bp.blogspot.com/-73Vt1825kBU/TraKVH2GngI/AAAAAAAAAcg/yx-9aAxB8wM/s220/1041599.png'/></author><thr:total>0</thr:total></entry></feed>
