<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://freebsdwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=168.210.90.181</id>
		<title>FreeBSDwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://freebsdwiki.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=168.210.90.181"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/168.210.90.181"/>
		<updated>2026-06-18T13:48:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/User_talk:Light</id>
		<title>User talk:Light</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/User_talk:Light"/>
				<updated>2005-07-27T15:50:53Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;doesn't ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/5.4/ the bootonly.iso do this?&lt;br /&gt;
&lt;br /&gt;
--[[User:Dave|Dave]] 11:42, 27 Jul 2005 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
-bootonly doesn't include the base system, you have to download that for each box you install on if you use that iso unfortunately.&lt;br /&gt;
&lt;br /&gt;
--[[User:168.210.90.181|168.210.90.181]] 11:50, 27 Jul 2005 (EDT)&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Sysctl</id>
		<title>Sysctl</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Sysctl"/>
				<updated>2005-07-27T15:49:02Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''sysctl''' is used to get/set various kernel and kernel module parameters.&lt;br /&gt;
&lt;br /&gt;
To get the value of a kernel parameter:&lt;br /&gt;
&lt;br /&gt;
 [root@splat ~]# '''sysctl hw.physmem'''&lt;br /&gt;
 hw.physmem: 130453504&lt;br /&gt;
&lt;br /&gt;
To set the value of a kernel parameter:&lt;br /&gt;
&lt;br /&gt;
 [root@splat ~]# '''sysctl net.link.ether.bridge=0'''&lt;br /&gt;
 net.link.ether.bridge: 1 -&amp;gt; 0&lt;br /&gt;
&lt;br /&gt;
Please note that some parameters are read-only and cannot be changed.&lt;br /&gt;
&lt;br /&gt;
You can use the '''-a''' parameter to list all '''sysctl''' variables. Coupled with [[grep]] this makes a great way to find the '''sysctl''' variable you're looking for.&lt;br /&gt;
&lt;br /&gt;
 [root@splat ~]# '''sysctl -a | grep mem'''&lt;br /&gt;
 vm.zone_kmem_pages: 182&lt;br /&gt;
 vm.zone_kmem_kvaspace: 14725120&lt;br /&gt;
 vfs.ufs.dirhash_maxmem: 2097152&lt;br /&gt;
 vfs.ufs.dirhash_mem: 292312&lt;br /&gt;
 hw.physmem: 130453504&lt;br /&gt;
 hw.usermem: 107544576&lt;br /&gt;
&lt;br /&gt;
[[Category:System Commands]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Sysctl</id>
		<title>Sysctl</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Sysctl"/>
				<updated>2005-07-27T15:43:46Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''sysctl''' is used to get/set various kernel and kernel module parameters&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:System Commands]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:27:46Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means. It seems that [[http://www.freebsd.org/projects/summerofcode.html Google]] might be helping to change this though.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
# Shell scripts do not use '''seq 1 10'''. They use '''jot 10 1''' instead.&lt;br /&gt;
# /boot/loader.conf is where you set which kernel modules to load at boot time. /etc/rc.conf is where you set which system daemons to load at boot time.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:25:27Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means. It seems that [[http://www.freebsd.org/projects/summerofcode.html Google]] might be helping to change this though.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
# Shell scripts do not use '''seq 1 10'''. They use '''jot 10 1''' instead.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:24:49Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means. It seems that [[http://www.freebsd.org/projects/summerofcode.html Google]] might be helping to change this though.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
# Shell scripts do not use '''seq 1 10'''. They use '''jot 10 1''' instead.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:24:18Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means. It seems that [[http://www.freebsd.org/projects/summerofcode.html Google]] might be helping to change this though.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Shell scripts do not use '''seq 1 10''. They use '''jot 10 1''' instead.&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:19:05Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means. It seems that [[http://www.freebsd.org/projects/summerofcode.html Google]] might be helping to change this though.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:16:30Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. It does not do journaling, but instead uses a system called soft-updates. Have a look [[http://www.usenix.org/publications/library/proceedings/usenix2000/general/seltzer.html here]] if you would like to know what this means.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:13:11Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. Yes, it does journaling.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
# You need to be a member of the wheel group to allow you to su to root.&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Gotchas,_Linux</id>
		<title>Gotchas, Linux</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Gotchas,_Linux"/>
				<updated>2005-07-27T15:03:17Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Things you should know if you're coming to FreeBSD from Linux==&lt;br /&gt;
# The kernels are different -- monolithic instead of microkernels, although FreeBSD does allow dynamic loading of modules (see [[kldstat]], [[kldload]], [[kldunload]].)&lt;br /&gt;
# No iptables/netfilter: ipfw packet filter takes it's place, but you have to recompile your kernel to include it&lt;br /&gt;
# No /[[proc]] tree. If you're used to banging around /proc to find system info, man [[sysctl]]. If you installed linux-compatibility, see /usr/compat/linux/proc&lt;br /&gt;
# You don't '''have''' to compile everything from ports, it's usually better for your particular system if you ''do''. See [[pkg_add]] and the other pkg tools.&lt;br /&gt;
# If in doubt, read the Handbook (or ask here).&lt;br /&gt;
# Different filesystems: linux uses ext2/ext3/reiserfs by default (usually) and FreeBSD uses UFS. Yes, it does journaling.&lt;br /&gt;
# Java's a tough nut to install. Deal.&lt;br /&gt;
# /stand/sysinstall will be quite useful to you at first.&lt;br /&gt;
# [[bash]] is not the default shell, [[csh]] or [[tcsh]] is. If you want to change that, see [[chsh]].&lt;br /&gt;
# Most linux distros use [[vim]], FreeBSD uses [[nvi]] by default. You can change this if it matters to you. Use /usr/ports/editors/vim-lite if you do not want to install the [[X windowing system]] else use /usr/ports/editors/vim.&lt;br /&gt;
# Your NIC is no longer eth0 or eth0 or whatever. FreeBSD names it's interfaces by the driver they use; you'll see rl0, ed0, hme0, etc.&lt;br /&gt;
# /etc/mtab doesn't show you mounts. [[mount]] and [[df]] do.&lt;br /&gt;
# Your hard disks are no longer /dev/hda or /dev/sda. Now they are /dev/ad0s1a. See [[partitions]].&lt;br /&gt;
# [[devinfo]] and [[swapinfo]] will do a lot of [[sysctl]] magic for you.&lt;br /&gt;
# Software RAID? See [[vinum]].&lt;br /&gt;
# Bandwidth limiting/traffic shaping? See [[dummynet]]&lt;br /&gt;
# Disk encryption? [[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-encrypting.html It's in the Handbook]]&lt;br /&gt;
&lt;br /&gt;
[[Category : Linux Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/User:Light</id>
		<title>User:Light</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/User:Light"/>
				<updated>2005-07-27T14:55:28Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FreeBSD fanatic, wiki lurker and occasional contributor.&lt;br /&gt;
&lt;br /&gt;
I miss the -miniinst ISO. When I install I generally:&lt;br /&gt;
#Install all the base system binaries, source and ports.&lt;br /&gt;
#Install cvsup-without-gui.&lt;br /&gt;
#Update to the latest system sources and ports.&lt;br /&gt;
#Build and install world.&lt;br /&gt;
#pkg_delete -a.&lt;br /&gt;
&lt;br /&gt;
So quite frankly, the full disc ISOs are a waste of time to download and the -bootonly disc is not re-usable.&lt;br /&gt;
&lt;br /&gt;
I'm just wondering if anyone else out there does the same?&lt;br /&gt;
&lt;br /&gt;
- Light&lt;br /&gt;
&lt;br /&gt;
P.S. I come from South Africa where bandwidth is both scarce and expensive, so downloading a full disc ISO is an issue.&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Talk:Df</id>
		<title>Talk:Df</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Talk:Df"/>
				<updated>2005-07-27T14:40:41Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'd like to see a link here to &amp;quot;Memory free&amp;quot;. Does anybody know of a quick and simply was to get a [[df]]-style memory listing (something like the '''free''' command under Linux or the '''mem''' command under DOS)?&lt;br /&gt;
&lt;br /&gt;
I know I can use [[top]], but that shows me a whole lot of stuff I don't wanna see, and not everything I want to see (for instance the total amount of physical memory). &lt;br /&gt;
&lt;br /&gt;
I know I can type &lt;br /&gt;
 [light@splat ~]$ '''sysctl -n hw.physmem'''&lt;br /&gt;
to get the amount of physical memory. I can also get a whole bunch of info from [[vmstat]]. &lt;br /&gt;
&lt;br /&gt;
If I have the Linux emulation layer installed and the Linux proc system mounted I can type &lt;br /&gt;
&lt;br /&gt;
 [light@splat ~]$ '''cat /usr/compat/linux/proc/meminfo'''&lt;br /&gt;
&lt;br /&gt;
This gives me almost exactly what I, or in fact what any person first logging into a server and worrying about memory usage, would want to know.&lt;br /&gt;
&lt;br /&gt;
So, is there a '''simple''' answer, one that doesn't require anything installed except the basic system? ;)&lt;br /&gt;
&lt;br /&gt;
- [[User:Light|Light]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Have you looked at '''muse'''?&lt;br /&gt;
&lt;br /&gt;
http://www.freebsdsoftware.org/ports.php?c=sysutils&amp;amp;n=muse&lt;br /&gt;
&lt;br /&gt;
--[[User:Jimbo|Jimbo]] 04:08, 11 Sep 2004 (GMT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
only thing i can think of is to make a script that runs those commands and maybe pull them together and output 'em to STOUT. Ideally, a bourne shell script so you could port it to other unixes. I did find that annoying the first time I tried &amp;quot;free&amp;quot; on a BSD CLI.&lt;br /&gt;
&lt;br /&gt;
--[[User:Dave|Dave]]&lt;br /&gt;
&lt;br /&gt;
although looking at muse in action, it's pretty nice. &lt;br /&gt;
&lt;br /&gt;
-d.&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Cd</id>
		<title>Cd</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Cd"/>
				<updated>2004-09-06T13:36:11Z</updated>
		
		<summary type="html">&lt;p&gt;168.210.90.181: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Under FreeBSD and other unixlike OSes, '''cd''' means just what it does under Windows - &amp;quot;change directory.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
The notable differences being that under unixlike OSes a space is required between '''cd''' and the name of the directory to change to and a forward slash '''/''' is used instead of a backward slash '''\'''&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&lt;br /&gt;
cd\stuff  (windows)&lt;br /&gt;
cd /stuff (unixlike)&lt;br /&gt;
&lt;br /&gt;
cd..      (windows)&lt;br /&gt;
cd ..     (unixlike)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows Equivalents]]&lt;/div&gt;</summary>
		<author><name>168.210.90.181</name></author>	</entry>

	</feed>