<?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=Mixx941</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=Mixx941"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/Mixx941"/>
		<updated>2026-04-23T12:31:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Recommended_applications</id>
		<title>Recommended applications</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Recommended_applications"/>
				<updated>2005-08-20T19:25:19Z</updated>
		
		<summary type="html">&lt;p&gt;Mixx941: Added Mozilla Mail, pine, VLC, and AbiWord.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Setting up a workstation==&lt;br /&gt;
See our [[Complete_Workstation]] write-up on how to get a desktop system up and running.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
You can get these by [[Installing ports]] or by [[Installing packages]]&lt;br /&gt;
&lt;br /&gt;
==Web Browsing==&lt;br /&gt;
&lt;br /&gt;
Firefox, Mozilla, links, lynx&lt;br /&gt;
&lt;br /&gt;
==Email==&lt;br /&gt;
&lt;br /&gt;
Thunderbird, Mozilla Mail, mutt, sylpheed, pine&lt;br /&gt;
&lt;br /&gt;
==Multimedia==&lt;br /&gt;
Note that to get sound working under FreeBSD, you'll need to enable your [[sound card]]&lt;br /&gt;
&lt;br /&gt;
beep-media-player, xmms, [[Mplayer]], helix, realplayer, VLC&lt;br /&gt;
&lt;br /&gt;
==CD burning==&lt;br /&gt;
&lt;br /&gt;
X-CDRoast, cdrtools [burncd]&lt;br /&gt;
&lt;br /&gt;
[http://www.k3b.org/ K3b - CD/DVD Kreator for KDE]. GPL 2 licensed. Features include:&lt;br /&gt;
&lt;br /&gt;
* Supports CD-R(W), DVD-R(W), and DVD+R(W)&lt;br /&gt;
* Creating data, audio, mixed mode, CD-i, and Video CDs -- DVD data projects, too.&lt;br /&gt;
* CD/DVD ripping and cloning&lt;br /&gt;
* Supports image burning (ISO and CUE/BIN) to CD or DVD recordable media.&lt;br /&gt;
* Optional verification of written data for any and all burn modes, projects, and supported recordable media.&lt;br /&gt;
* [http://developer.kde.org/documentation/library/kdeqt/dcop.html DCOP interface], allowing K3b to be controlled from another program or script. ''(not yet available in the stable branch as of 22 May 2005)''&lt;br /&gt;
* More details on the project's [http://k3b.plainblack.com/about About page].&lt;br /&gt;
&lt;br /&gt;
==Productivity==&lt;br /&gt;
&lt;br /&gt;
OpenOffice.org, AbiWord (No Java Required)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD for Workstations]]&lt;/div&gt;</summary>
		<author><name>Mixx941</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/.cshrc</id>
		<title>.cshrc</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/.cshrc"/>
				<updated>2005-08-20T17:14:16Z</updated>
		
		<summary type="html">&lt;p&gt;Mixx941: Formatting mistake.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As you may be able to guess, this is the [[shell configuration file]] for the C-shell.&lt;br /&gt;
&lt;br /&gt;
==Prompts==&lt;br /&gt;
Modifying your prompt can make your work experience more productive. Here are some common variables for customizing your C-Shell prompt: &lt;br /&gt;
&lt;br /&gt;
* %/ - The current working directory shown as /home/user/&lt;br /&gt;
* %~ - The current working directory with your own home directory shown as &amp;quot;~&amp;quot; and other users shown as &amp;quot;~user&amp;quot;&lt;br /&gt;
* %m - The machine's hostname up until the first . (Ex: freebsd.yourdomain.com would show up as simply &amp;quot;freebsd&amp;quot;)&lt;br /&gt;
* %n - Displays the username you are logged on as&lt;br /&gt;
* %M - The machine's full hostname (Ex: freebsd.yourdomain.com)&lt;br /&gt;
* %t - Shows the time in 12 hour format (Ex: 4:04pm)&lt;br /&gt;
* %T - Shows the time in 24 hour format (Ex: 16:04)&lt;br /&gt;
* %p - Shows the &amp;quot;precise&amp;quot; time of day in 12 hour format (Ex: 4:04:01)&lt;br /&gt;
* %P - Shows the &amp;quot;precise&amp;quot; time of day in 24 hour format (Ex: 16:04:01)&lt;br /&gt;
&lt;br /&gt;
To experiment with various prompts, use the command '''set prompt'''. Here is an example: &lt;br /&gt;
&lt;br /&gt;
 % set prompt='[%t][%n@%m:%~]% '&lt;br /&gt;
&lt;br /&gt;
Now your prompt looks like this:&lt;br /&gt;
&lt;br /&gt;
 [4:04pm][mixx941@freebsd:~]%&lt;br /&gt;
&lt;br /&gt;
To make these changes permanent, you can add the &amp;quot;set prompt&amp;quot; line above into your .cshrc file. If you wish to make them global for all accounts, add that line into /etc/csh.cshrc&lt;br /&gt;
&lt;br /&gt;
[[Category:Important Config Files]]&lt;/div&gt;</summary>
		<author><name>Mixx941</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/.cshrc</id>
		<title>.cshrc</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/.cshrc"/>
				<updated>2005-08-20T17:12:21Z</updated>
		
		<summary type="html">&lt;p&gt;Mixx941: Added prompt variables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As you may be able to guess, this is the [[shell configuration file]] for the C-shell.&lt;br /&gt;
&lt;br /&gt;
==Prompts==&lt;br /&gt;
Modifying your prompt can make your work experience more productive. Here are some common variables for customizing your C-Shell prompt: &lt;br /&gt;
&lt;br /&gt;
* %/ - The current working directory shown as /home/user/&lt;br /&gt;
* %~ - The current working directory with your own home directory shown as &amp;quot;~&amp;quot; and other users shown as &amp;quot;~user&amp;quot;&lt;br /&gt;
* %m - The machine's hostname up until the first . (Ex: freebsd.yourdomain.com would show up as simply &amp;quot;freebsd&amp;quot;)&lt;br /&gt;
* %n - Displays the username you are logged on as&lt;br /&gt;
* %M - The machine's full hostname (Ex: freebsd.yourdomain.com)&lt;br /&gt;
* %t - Shows the time in 12 hour format (Ex: 4:04pm)&lt;br /&gt;
* %T - Shows the time in 24 hour format (Ex: 16:04)&lt;br /&gt;
* %p - Shows the &amp;quot;precise&amp;quot; time of day in 12 hour format (Ex: 4:04:01)&lt;br /&gt;
* %P - Shows the &amp;quot;precise&amp;quot; time of day in 24 hour format (Ex: 16:04:01)&lt;br /&gt;
&lt;br /&gt;
To experiment with various prompts, use the command '''set prompt''. Here is an example: &lt;br /&gt;
&lt;br /&gt;
 % set prompt='[%t][%n@%m:%~]% '&lt;br /&gt;
&lt;br /&gt;
Now your prompt looks like this:&lt;br /&gt;
&lt;br /&gt;
 [4:04pm][mixx941@freebsd:~]%&lt;br /&gt;
&lt;br /&gt;
To make these changes permanent, you can add the &amp;quot;set prompt&amp;quot; line above into your .cshrc file. If you wish to make them global for all accounts, add that line into /etc/csh.cshrc&lt;br /&gt;
&lt;br /&gt;
[[Category:Important Config Files]]&lt;/div&gt;</summary>
		<author><name>Mixx941</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Dmesg</id>
		<title>Dmesg</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Dmesg"/>
				<updated>2005-08-20T16:42:01Z</updated>
		
		<summary type="html">&lt;p&gt;Mixx941: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''dmesg''' displays the system message buffer. It's output is just like /var/run/dmesg.boot, although '''dmesg''' displays things that occur after boot as well. It can be helpful in tracking down problems that might not otherwise be noticed. &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
 '''&amp;gt; dmesg'''&lt;br /&gt;
 [snip]&lt;br /&gt;
 ad0: 194481MB &amp;lt;Maxtor 6B200R0/BAH41BM0&amp;gt; [395136/16/63] at ata0-master UDMA133&lt;br /&gt;
 ad1: 194481MB &amp;lt;Maxtor 6B200P0/BAH41BM0&amp;gt; [395136/16/63] at ata0-slave UDMA133&lt;br /&gt;
 acd0: DVDR &amp;lt;SONY DVD RW DRU-500A/2.1a&amp;gt; at ata1-slave PIO4&lt;br /&gt;
 ad1: WARNING - WRITE_DMA UDMA ICRC error (retrying request) LBA=3205439&lt;br /&gt;
&lt;br /&gt;
Or:&lt;br /&gt;
&lt;br /&gt;
 '''&amp;gt; dmesg'''&lt;br /&gt;
 [snip]&lt;br /&gt;
 Mounting root from ufs:/dev/ad0s1a&lt;br /&gt;
 pid 6152 (audacity), uid 1001: exited on signal 11 (core dumped)&lt;br /&gt;
&lt;br /&gt;
[[Category : System Commands]]&lt;/div&gt;</summary>
		<author><name>Mixx941</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Ports,_Installing</id>
		<title>Ports, Installing</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Ports,_Installing"/>
				<updated>2005-08-20T16:18:27Z</updated>
		
		<summary type="html">&lt;p&gt;Mixx941: Added &amp;quot;make config&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also: [[Ports]]&lt;br /&gt;
&lt;br /&gt;
Installing software in FreeBSD is very easy if you use the ports tree. To use the ports tree you will first need to [[Installing the Ports Tree | install]] it. If you have the ports tree installed on your system you should try and keep it [[Update the ports tree | updated]] with the most recent software.&lt;br /&gt;
&lt;br /&gt;
Remember you can always get help with ports by typing:&lt;br /&gt;
 &amp;gt; '''man ports'''&lt;br /&gt;
&lt;br /&gt;
To install a specific program you can [[Searching ports | search]] the ports tree to see if there is a port.&lt;br /&gt;
 &amp;gt; '''cd /usr/ports/'''&lt;br /&gt;
 &amp;gt; '''make search name=bash&lt;br /&gt;
 (listing of all the ports that have 'bash' in their '''name''')&lt;br /&gt;
 &amp;gt; '''make search key=bash'''&lt;br /&gt;
 (listing of all the ports that have 'bash' anywhere in the '''description''')&lt;br /&gt;
&lt;br /&gt;
The top command will return a number of results that look something like:&lt;br /&gt;
 Port:   bash-2.05b.007_2&lt;br /&gt;
 Path:   /usr/ports/shells/bash2&lt;br /&gt;
 Info:   The GNU Bourne Again Shell&lt;br /&gt;
 Maint:  obrien@FreeBSD.org&lt;br /&gt;
 B-deps: &lt;br /&gt;
 R-deps:&lt;br /&gt;
&lt;br /&gt;
This listing tells you where the port you want to install is, in this case it is in shells/bash2. Now there are a number of things you can do to install a port such as&lt;br /&gt;
 &amp;gt; '''cd /usr/ports/shells/bash2'''&lt;br /&gt;
 &amp;gt; '''make install'''&lt;br /&gt;
 (this will download, compile, and install the port and all of its dependencies)&lt;br /&gt;
 &amp;gt; '''make clean'''&lt;br /&gt;
 (this will clean up the port directory as well as dependencies after an install)&lt;br /&gt;
 &amp;gt; '''make distclean'''&lt;br /&gt;
 (same as clean but will remove the distfiles for the ports aswell)&lt;br /&gt;
 &amp;gt; '''make config'''&lt;br /&gt;
 (this will allow you to configure options for the port via a dialog)&lt;br /&gt;
 &amp;gt; '''make fetch'''&lt;br /&gt;
 (this will just download the source tarball to &amp;quot;/usr/ports/distfiles&amp;quot;)&lt;br /&gt;
 &amp;gt; '''make extract'''&lt;br /&gt;
 (this will just extract the port to a ./work directory)&lt;br /&gt;
 &amp;gt; '''make patch'''&lt;br /&gt;
 (this will just patch the source files)&lt;br /&gt;
 &amp;gt; '''make depends'''&lt;br /&gt;
 (this will install (or compile) all of the dependencies of the current port)&lt;br /&gt;
 &amp;gt; '''make install distclean'''&lt;br /&gt;
 (commands can be written in sequence like this one to install a port then distclean)&lt;br /&gt;
&lt;br /&gt;
Ports can also be deinstalled easily. You can do this:&lt;br /&gt;
 &amp;gt; '''cd /usr/ports/shells/bash2'''&lt;br /&gt;
 &amp;gt; '''make deinstall'''&lt;br /&gt;
But be careful, since deinstalling from the ports tree can break things if the port you are issuing ''make deinstall'' for is a dependency of any other ports. It is safer to use [[pkg_deinstall]] instead.&lt;br /&gt;
&lt;br /&gt;
If a port can't be deinstalled or installed, verify that it is a port and not a [[Package]]. If it's a port or you're having other problems, see [[Port Install Troubleshooting]].&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
[http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html FreeBSD Handbook]&lt;br /&gt;
&lt;br /&gt;
[[Category:Common Tasks]]&lt;br /&gt;
[[Category:FreeBSD for Workstations]]&lt;/div&gt;</summary>
		<author><name>Mixx941</name></author>	</entry>

	</feed>