<?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=Zelzel</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=Zelzel"/>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Special:Contributions/Zelzel"/>
		<updated>2026-04-24T18:56:55Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://freebsdwiki.net/index.php/Script_to_install_common_packages</id>
		<title>Script to install common packages</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Script_to_install_common_packages"/>
				<updated>2005-10-28T14:13:20Z</updated>
		
		<summary type="html">&lt;p&gt;Zelzel: vnc is very useful for remote desktop login&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a script that will install common stuff you might want on a workstation. Comment out the things you don't want and uncomment the things you ''do'' want -- this is just my preference. There's a port, in misc/instant-workstation that used to do most of this for you, but it's marked as uninstallable and breaks a lot when you try to install it.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 #install desktop stuff&lt;br /&gt;
 #&lt;br /&gt;
 pkg_add -r xorg  &lt;br /&gt;
 pkg_add -r xfce4 rox rox-mime-editor rox-session&lt;br /&gt;
 #pkg_add -r windowmaker&lt;br /&gt;
 #pkg_add -r gnome&lt;br /&gt;
 #pkg_add -r kde&lt;br /&gt;
 pkg_add -r xscreensaver&lt;br /&gt;
 #pkg_add -r gdm&lt;br /&gt;
 #&lt;br /&gt;
 # teh interwebaolnetslice stuff&lt;br /&gt;
 pkg_add -r firefox thunderbird flashplugin-firefox&lt;br /&gt;
 pkg_add -r curl wget&lt;br /&gt;
 #pkg_add -r mozilla flashplugin-mozilla&lt;br /&gt;
 pkg_add -r gaim gaim-encryption&lt;br /&gt;
 #pkg_add -r gdesklets   &lt;br /&gt;
 #&lt;br /&gt;
 # multimedia majicking stuff&lt;br /&gt;
 pkg_add -r xmms &lt;br /&gt;
 pkg_add -r cdparanoia&lt;br /&gt;
 pkg_add -r grip&lt;br /&gt;
 pkg_add -r lame&lt;br /&gt;
 #&lt;br /&gt;
 # various&lt;br /&gt;
 #pkg_add -r filezilla&lt;br /&gt;
 pkg_add -r rdesktop grdesktop&lt;br /&gt;
 pkg_add -r sharity-light&lt;br /&gt;
 pkg_add -r bash3  &lt;br /&gt;
 #&lt;br /&gt;
 # file utilities&lt;br /&gt;
 pkg_add -r unrar&lt;br /&gt;
 pkg_add -r unzip  &lt;br /&gt;
 #&lt;br /&gt;
 # file reading/office stuff&lt;br /&gt;
 pkg_add -r xpdf&lt;br /&gt;
 # vnc is very useful for remote desktop login&lt;br /&gt;
 pkg_add -r vnc&lt;br /&gt;
 #pkg_add -r openofficeorg&lt;br /&gt;
 #pkg_add -r abiword&lt;br /&gt;
 #&lt;br /&gt;
 # rehash so we can see all this stuff already&lt;br /&gt;
&lt;br /&gt;
 rehash&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD for Workstations]]&lt;/div&gt;</summary>
		<author><name>Zelzel</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Script_to_install_common_packages</id>
		<title>Script to install common packages</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Script_to_install_common_packages"/>
				<updated>2005-10-28T14:12:50Z</updated>
		
		<summary type="html">&lt;p&gt;Zelzel: vnc is very useful for remote desktop login&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a script that will install common stuff you might want on a workstation. Comment out the things you don't want and uncomment the things you ''do'' want -- this is just my preference. There's a port, in misc/instant-workstation that used to do most of this for you, but it's marked as uninstallable and breaks a lot when you try to install it.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 #install desktop stuff&lt;br /&gt;
 #&lt;br /&gt;
 pkg_add -r xorg  &lt;br /&gt;
 pkg_add -r xfce4 rox rox-mime-editor rox-session&lt;br /&gt;
 #pkg_add -r windowmaker&lt;br /&gt;
 #pkg_add -r gnome&lt;br /&gt;
 #pkg_add -r kde&lt;br /&gt;
 pkg_add -r xscreensaver&lt;br /&gt;
 #pkg_add -r gdm&lt;br /&gt;
 #&lt;br /&gt;
 # teh interwebaolnetslice stuff&lt;br /&gt;
 pkg_add -r firefox thunderbird flashplugin-firefox&lt;br /&gt;
 pkg_add -r curl wget&lt;br /&gt;
 #pkg_add -r mozilla flashplugin-mozilla&lt;br /&gt;
 pkg_add -r gaim gaim-encryption&lt;br /&gt;
 #pkg_add -r gdesklets   &lt;br /&gt;
 #&lt;br /&gt;
 # multimedia majicking stuff&lt;br /&gt;
 pkg_add -r xmms &lt;br /&gt;
 pkg_add -r cdparanoia&lt;br /&gt;
 pkg_add -r grip&lt;br /&gt;
 pkg_add -r lame&lt;br /&gt;
 #&lt;br /&gt;
 # various&lt;br /&gt;
 #pkg_add -r filezilla&lt;br /&gt;
 pkg_add -r rdesktop grdesktop&lt;br /&gt;
 pkg_add -r sharity-light&lt;br /&gt;
 pkg_add -r bash3  &lt;br /&gt;
 #&lt;br /&gt;
 # file utilities&lt;br /&gt;
 pkg_add -r unrar&lt;br /&gt;
 pkg_add -r unzip  &lt;br /&gt;
 #&lt;br /&gt;
 # file reading/office stuff&lt;br /&gt;
 pkg_add -r xpdf&lt;br /&gt;
 #pkg_add -r openofficeorg&lt;br /&gt;
 #pkg_add -r abiword&lt;br /&gt;
 #&lt;br /&gt;
 # rehash so we can see all this stuff already&lt;br /&gt;
 # vnc is very useful for remote desktop login&lt;br /&gt;
 pkg_add -r vnc&lt;br /&gt;
 rehash&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD for Workstations]]&lt;/div&gt;</summary>
		<author><name>Zelzel</name></author>	</entry>

	<entry>
		<id>http://freebsdwiki.net/index.php/Script_to_install_common_packages</id>
		<title>Script to install common packages</title>
		<link rel="alternate" type="text/html" href="http://freebsdwiki.net/index.php/Script_to_install_common_packages"/>
				<updated>2005-10-28T14:12:28Z</updated>
		
		<summary type="html">&lt;p&gt;Zelzel: vnc is very useful for remote desktop login&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here's a script that will install common stuff you might want on a workstation. Comment out the things you don't want and uncomment the things you ''do'' want -- this is just my preference. There's a port, in misc/instant-workstation that used to do most of this for you, but it's marked as uninstallable and breaks a lot when you try to install it.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 #&lt;br /&gt;
 #install desktop stuff&lt;br /&gt;
 #&lt;br /&gt;
 pkg_add -r xorg  &lt;br /&gt;
 pkg_add -r xfce4 rox rox-mime-editor rox-session&lt;br /&gt;
 #pkg_add -r windowmaker&lt;br /&gt;
 #pkg_add -r gnome&lt;br /&gt;
 #pkg_add -r kde&lt;br /&gt;
 pkg_add -r xscreensaver&lt;br /&gt;
 #pkg_add -r gdm&lt;br /&gt;
 #&lt;br /&gt;
 # teh interwebaolnetslice stuff&lt;br /&gt;
 pkg_add -r firefox thunderbird flashplugin-firefox&lt;br /&gt;
 pkg_add -r curl wget&lt;br /&gt;
 #pkg_add -r mozilla flashplugin-mozilla&lt;br /&gt;
 pkg_add -r gaim gaim-encryption&lt;br /&gt;
 #pkg_add -r gdesklets   &lt;br /&gt;
 #&lt;br /&gt;
 # multimedia majicking stuff&lt;br /&gt;
 pkg_add -r xmms &lt;br /&gt;
 pkg_add -r cdparanoia&lt;br /&gt;
 pkg_add -r grip&lt;br /&gt;
 pkg_add -r lame&lt;br /&gt;
 #&lt;br /&gt;
 # various&lt;br /&gt;
 #pkg_add -r filezilla&lt;br /&gt;
 pkg_add -r rdesktop grdesktop&lt;br /&gt;
 pkg_add -r sharity-light&lt;br /&gt;
 pkg_add -r bash3  &lt;br /&gt;
 #&lt;br /&gt;
 # file utilities&lt;br /&gt;
 pkg_add -r unrar&lt;br /&gt;
 pkg_add -r unzip  &lt;br /&gt;
 #&lt;br /&gt;
 # file reading/office stuff&lt;br /&gt;
 pkg_add -r xpdf&lt;br /&gt;
 #pkg_add -r openofficeorg&lt;br /&gt;
 #pkg_add -r abiword&lt;br /&gt;
 #&lt;br /&gt;
 # rehash so we can see all this stuff already&lt;br /&gt;
&lt;br /&gt;
 # vnc is very useful for remote desktop login&lt;br /&gt;
 pkg_add -r vnc&lt;br /&gt;
&lt;br /&gt;
 rehash&lt;br /&gt;
&lt;br /&gt;
[[Category:FreeBSD for Workstations]]&lt;/div&gt;</summary>
		<author><name>Zelzel</name></author>	</entry>

	</feed>