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

<channel>
	<title>Problem Loading Page &#187; Stickies</title>
	<atom:link href="http://www.titik.org/usr/local/share/feed" rel="self" type="application/rss+xml" />
	<link>http://www.titik.org</link>
	<description>error message + google = solution</description>
	<lastBuildDate>Wed, 04 Aug 2010 15:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<div id='fb-root'></div>
					<script type='text/javascript'>
						window.fbAsyncInit = function()
						{
							FB.init({appId: null, status: true, cookie: true, xfbml: true});
						};
						(function()
						{
							var e = document.createElement('script'); e.async = true;
							e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
							document.getElementById('fb-root').appendChild(e);
						}());
					</script>	
						<item>
		<title>Stickies : Linux &#8211; FreeBSD commands</title>
		<link>http://www.titik.org/stickies-linux-freebsd-commands.asp</link>
		<comments>http://www.titik.org/stickies-linux-freebsd-commands.asp#comments</comments>
		<pubDate>Sat, 14 Jul 2007 10:14:06 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Stickies]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.titik.org/2007/07/14/stickies-linux-freebsd-commands.html</guid>
		<description><![CDATA[Disk, filesystem Disk usage {linux}$ du -sh {freebsd}$ du -sh Count subdirectories in current directory: {linux}$ du &#8211;max-depth=1 {freebsd}$ du -d1 Typical approach to find biggest directories/files on disk: {linux}$ du &#8211;max-depth=1 -kx&#124;sort -n {freebsd}$ du -d1 -kx&#124;sort -n Find some kinds of files (regex is a mask for full path, no need for begin/end [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/stickies-linux-freebsd-commands.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p><strong>Disk, filesystem</strong></p>
<p>Disk usage<br />
{linux}$ du -sh<br />
{freebsd}$ du -sh</p>
<p>Count subdirectories in current directory:<br />
{linux}$ du &#8211;max-depth=1<br />
{freebsd}$ du -d1</p>
<p>Typical approach to find biggest directories/files on disk:<br />
{linux}$ du &#8211;max-depth=1 -kx|sort -n<br />
{freebsd}$ du -d1 -kx|sort -n</p>
<p>Find some kinds of files (regex is a mask for full path, no need for begin/end marks)<br />
{linux}$ find . -regextype posix-extended -type f -regex &#8220;.*\.(java|class)&#8221;<br />
{freebsd}$ find -E . -type f -regex &#8220;.*\.(java|class)&#8221;</p>
<p>Show open files and programs:<br />
{linux}$ lsof<br />
{freebsd}$ fstat</p>
<p><strong>Some networking</strong><br />
Show open ports and apps connected to them:<br />
{linux}$ netstat -apne &#8211;inet<br />
{freebsd}$ sockstat</p>
<p>Kernel issues<br />
Show loaded modules:<br />
{linux}$ lsmod<br />
{freebsd}$ kldstat</p>
<p>Load kernel module:<br />
{linux}$ modprobe SomeModule<br />
{freebsd}$ kldload SomeModule</p>
<p>Remove loaded module:<br />
{linux}$ rmmod SomeModule<br />
{freebsd}$ kldunload SomeModule</p>
<p><span id="more-135"></span><strong>Program development</strong><br />
Trace the system calls of a program:<br />
{linux}$ strace<br />
{freebsd}$ trussÂ Â  (strace is also available in /usr/ports/deve/strace)</p>
<p>libraries &#8211; show all paths + libs:<br />
{linux}$ ldconfig -p<br />
{freebsd}$ ldconfig -r</p>
<p><strong>Packages management</strong><br />
Different linux distros make it own way. I&#8217;ll focus on debian-based distributions like Debian, Ubuntu, Kubuntu etc. Find which package this file belongs to?<br />
{freebsd}$ pkg_info -W /path/to/file<br />
{linux}$</p>
<p>Have we got a package like&#8230; (in (k)ubuntu you can use more friendly tools like synaptic, apt-get)<br />
{linux}$ apt-cache search your_name<br />
{freebsd}$ cd /usr/ports; make search key=your_name<br />
just in package names:<br />
{freebsd}$ locate -i your_name | grep &#8220;/usr/ports/&#8221;</p>
<p>Install a binary package<br />
{linux}$ apt-get install package_name<br />
{freebsd}$ pkg_add -r package_name</p>
<p>Install a package from sources<br />
{linux}$ is there a simple way to do it?<br />
{freebsd}$ cd /usr/ports/path/package; make install clean</p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/stickies-linux-freebsd-commands.asp" title="linux java show open files">linux java show open files</a>, <a href="http://www.titik.org/stickies-linux-freebsd-commands.asp" title="stickies freebsd">stickies freebsd</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Stickies : Linux - FreeBSD commands</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Stickies Today : How to change IP address on FreeBSD" title="Stickies Today : How to change IP address on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" rel="bookmark">Stickies Today : How to change IP address on FreeBSD</a></h3><p>1) Use ifconfig command as follows: ifconfig interface inet IP Example(s): ifconfig lnc0 inet 202.54.1.22 Note lnc0 is Ethernet interface name can be Obtained using ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" title="ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/error-2002-hy000-cant-connect-to-local-mysql-server-through-socket-tmpmysqlsock-38.asp" rel="bookmark">ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/tmp/mysql.sock&#8217; (38)</a></h3><p>[root@ibm /var/db/mysql]# uname -a FreeBSD ibm.jc 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386 [root@ibm /var/db/mysql]# mysql ERROR 2002 (HY000): Can't ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Awstats on FreeBSD" title="Install Awstats on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark">Install Awstats on FreeBSD</a></h3><p>1. Download &amp; Config awstats [me@titik.org /usr/local/www/]# wget http://prdownloads.sourceforge.net/awstats/awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# tar zxvf awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# mv awstats-6.7/ awstats/ [me@titik.org /usr/local/www/]# cd awstats/tools/ [me@titik.org /usr/local/www/awstats/tools]# ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/pure-ftpd.png" alt="Install PureFTPd on FreeBSD" title="Install PureFTPd on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-pureftpd-on-freebsd.asp" rel="bookmark">Install PureFTPd on FreeBSD</a></h3><p>Install PureFTPd on FreeBSD [dupre@ibm ~]$ su - Password: [root@ibm ~]# cd /usr/ports/ [root@ibm /usr/ports]# make search name=pure-ftp Port:   pure-ftpd-1.0.21_2 Path:   /usr/ports/ftp/pure-ftpd Info:   A small, ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-snmp-centos-yum.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2008/12/centos_logo.jpg" alt="Install SNMP Centos (Yum)" title="Install SNMP Centos (Yum)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-snmp-centos-yum.asp" rel="bookmark">Install SNMP Centos (Yum)</a></h3><p>[root@titik ~]# yum install net-snmp net-snmp-libs net-snmp-utils Setting up Install Process Setting up repositories Reading repository metadata in from local files Excluding Packages in global ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/stickies-linux-freebsd-commands.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/stickies-linux-freebsd-commands.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stickies Today : How to change IP address on FreeBSD</title>
		<link>http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp</link>
		<comments>http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp#comments</comments>
		<pubDate>Sat, 14 Jul 2007 04:28:19 +0000</pubDate>
		<dc:creator>Herman Tarigan</dc:creator>
				<category><![CDATA[Stickies]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[IP address]]></category>

		<guid isPermaLink="false">http://www.titik.org/2007/07/14/stickies-today-how-to-change-ip-address-on-freebsd.html</guid>
		<description><![CDATA[1) Use ifconfig command as follows: ifconfig interface inet IP Example(s): ifconfig lnc0 inet 202.54.1.22 Note lnc0 is Ethernet interface name can be Obtained using ifconfig -a command. 2) To setup up ip permanently open file /etc/rc.conf ; add/modify network entries: vi /etc/rc.conf And setup values as follows: hostname=â€fbsdx.test.comâ€ ifconfig_lnc0=â€inet 192.168.0.6 netmask 255.255.255.0â€³ Note ifconfig_lnc0 [...]]]></description>
			<content:encoded><![CDATA[<div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div><p></p><p>1) Use ifconfig command as follows:<br />
<strong>ifconfig interface inet IP</strong></p>
<p>Example(s):<br />
<strong>ifconfig lnc0 inet 202.54.1.22</strong></p>
<p>Note lnc0 is Ethernet interface name can be Obtained using <strong>ifconfig -a</strong> command.</p>
<p>2) To setup up ip permanently  open file /etc/rc.conf ; add/modify network entries:<br />
<strong>vi /etc/rc.conf</strong></p>
<p>And setup values as follows:<br />
<strong>hostname=â€fbsdx.test.comâ€<br />
ifconfig_lnc0=â€inet 192.168.0.6  netmask 255.255.255.0â€³</strong></p>
<p>Note ifconfig_lnc0 is Ethernet interface name can be Obtained using <strong>ifconfig -a</strong> command.</p>
<p>3) Again re-run /etc/netstart script.</p>
<p><a href="http://www.cyberciti.biz/tips/freebsd-how-to-change-ip-address-or-setup-new-ip-address-to-existing-interface.html" title="cyberciti.biz" target="_blank">SourceÂ </a></p>
<h4>Incoming search terms for the article:</h4><a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="freebsd change ip address">freebsd change ip address</a>, <a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="change ip address FreeBSD">change ip address FreeBSD</a>, <a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="edit ip address freebsd">edit ip address freebsd</a>, <a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="configure ip address freebsd with cd">configure ip address freebsd with cd</a>, <a href="http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp" title="freebsd command">freebsd command</a><!-- SEO SearchTerms Tagging 2 Plugin --><div id="seo_alrp_related"><h2>Posts Related to Stickies Today : How to change IP address on FreeBSD</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/file-asp-the-system-cannot-find-the-file-specified.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="file asp &#8220;The system cannot find the file specified&#8221;" title="file asp &#8220;The system cannot find the file specified&#8221;" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/file-asp-the-system-cannot-find-the-file-specified.asp" rel="bookmark">file asp &#8220;The system cannot find the file specified&#8221;</a></h3><p>Problems *Â file asp "The system cannot find the file specified" * Error ekseskusi file asp Error : Install Urlscan SecurityÂ , lupa config urlscan.ini ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Install Awstats on FreeBSD" title="Install Awstats on FreeBSD" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/install-awstats-on-freebsd.asp" rel="bookmark">Install Awstats on FreeBSD</a></h3><p>1. Download &amp; Config awstats [me@titik.org /usr/local/www/]# wget http://prdownloads.sourceforge.net/awstats/awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# tar zxvf awstats-6.7.tar.gz [me@titik.org /usr/local/www/]# mv awstats-6.7/ awstats/ [me@titik.org /usr/local/www/]# cd awstats/tools/ [me@titik.org /usr/local/www/awstats/tools]# ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/uploads/2009/01/image425-300x225.jpg" alt="10 Langkah Setting Router sederhana menggunakan MikroTik" title="10 Langkah Setting Router sederhana menggunakan MikroTik" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/10-langkah-setting-router-sederhana-menggunakan-mikrotik.asp" rel="bookmark">10 Langkah Setting Router sederhana menggunakan MikroTik</a></h3><p>10 Langkah Setting Router sederhana menggunakan MikroTik Contoh Kasus : PC CLient --- &gt; Switch --&gt; Router ---&gt; Internet IP PUBLIC : x.y.z.pub/29 DNS : ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/stickies-linux-freebsd-commands.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Stickies : Linux &#8211; FreeBSD commands" title="Stickies : Linux &#8211; FreeBSD commands" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/stickies-linux-freebsd-commands.asp" rel="bookmark">Stickies : Linux &#8211; FreeBSD commands</a></h3><p>Disk, filesystem Disk usage {linux}$ du -sh {freebsd}$ du -sh Count subdirectories in current directory: {linux}$ du --max-depth=1 {freebsd}$ du -d1 Typical approach to find ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark"><img src="http://www.titik.org/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="Nagios NRPE Command for checking exim queue count" title="Nagios NRPE Command for checking exim queue count" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.titik.org/nagios-nrpe-command-for-checking-exim-queue-count.asp" rel="bookmark">Nagios NRPE Command for checking exim queue count</a></h3><p>Nagios NRPE Command for checking exim queue count Written by Sayid Munawar &lt;ayik@freebsd.or.id&gt; script skeleteon based on check_log written by Ethan Galstad (nagios@nagios.org) Last Modified: ...</p></div></ul></div><div class='wpfblike' style='height: 40px;'><fb:like href='http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp' layout='default' show_faces='false' width='400' action='like' colorscheme='light' send='true' /></div>]]></content:encoded>
			<wfw:commentRss>http://www.titik.org/stickies-today-how-to-change-ip-address-on-freebsd.asp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

