Skip to topic | Skip to bottom
Home
Freebsd
Freebsd.WebChangesr1.1 - 12 Mar 2005 - 20:34 - Main.wwwtopic end

Start of topic | Skip to actions
Results from Freebsd web
Statistics for TWiki.Freebsd Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Mar 2010 5036 ...
Open Network Administrator Table of Contents TOC Overview Open Network Administrator (ONA) is a web based network management tool written in php. Administrators interact ...
ISO images (restricted to uwaterloo.ca) Installation CDs... http://www.freebsd.uwaterloo.ca/4.7-disc1.iso 6b205e3c2e72c90c2e0718da47b26540 http://www.freebsd.uwaterloo ...
The Variable Rate Traffic Shaper Overview The Variable Rate Traffic Shaper is a variable bandwidth traffic shaper, that can be configured to adjust the size of a ...
The Toilet Tank Traffic Shaper (also see NetworkAuthenticationAppliance) Also listed at VariableRateTrafficShaper Overview The Toilet Tank Traffic Shaper is a variable ...
Watcard Swiper server (to replace Watstar DOS systems) The new watcard swiper system is FreeBSD. It should be easily ported to other unix variants, as it only relies ...
We mirror !FreeBSD on campus great! Where are the mirrors, and how can I use them? You can use them in several ways. TOC Adding packages mirror.cscf mirrors the ...
Most documents were initially written for !FreeBSD 4.x-RELEASE. If instructions have changed with the newer versions of !FreeBSD please update the pages. FreeBSD ...
TOC Quick Install Guide for IMP on FreeBSD This document is an attempt to describe the minumum effort required to install and configure IMP Webmail on FreeBSD. IMP ...
Configuring a new freeBSD machine to print to existing print queues On the machine where the existing print queues are set up, in this case engprint, generate a list ...
ssh key creation and usage The NetworkHardening procedure enables the ssh daemon in /etc/rc.conf To allow ssh access from one host to another, run ssh-keygen t rsa ...
Nagios Network Monitoring Software (incomplete) Server Installation Install the Nagios software package cd /usr/ports/net-mgmt/nagios make make install Copy and modify ...
Security Tips OpensslUpgrade BindUpgrade SetuidsList OpensshUpgrade UpdatePorts To run a daemon as non root su f m nobody c "command args"
Network Backup Appliance TOC Important Be sure to test your backup system extensively, single file restores, full restores, etc. Activate the supplied scrubber, which ...
Network Authentication Appliance User Instructions X The following is server installation documentation. If you are looking for user documentation you want to be ...
FreeBSD Network Hardening After a BasicInstall, login on the console and run fetch www.freebsd.uwaterloo.ca/go chmod u+x go ./go harden shutdown r now The go script ...
Configuring FreeBSD for 802.1q VLAN connection A FreeBSD server can be connected to multiple networks via a single interface. This requires an 802.1q trunk feed from ...
TOC Quick note when updating the OS FreeBSD replaces lpd and other executables when upgrading the OS which overwrite the installed package LPRng executables. It is ...
NEW portmaster has been updated... The reasons why I wrote the deinstall reinstall script have been addressed by /usr/ports/sysutils/portmaster . Please use portmaster ...
DHCP Management Tool TOC Overview ONA includes a DHCP management tool which works in conjunction with one or more dhcp servers running ISC dhcpd. Basic information ...
apache modphp and standalone php Note: the php extensions, apache module, and standalone php installation has changed in recent times If you have installed the apache ...
Going back to a previous version of a port I didn't trust a new port and wanted a simple way of reverting back if things went wrong but I could not find it documented ...
Mail Server TOC Perform RecommendedInstall Perform ClientFirewallConfiguration Install PamRadius and RestrictingLogins Enable UserQuotas Allow access to important ...
TWiki.Freebsd Web Preferences The following settings are web preferences of the TWiki.Freebsd web. These preferences overwrite the site-level preferences in TWIKIWEB ...
Limitations With the new RAID shelf I wanted to test adding disks to logical or virtual drives and growing the filesystem. The major limitation is the continuous ...
Installing the EngSoc's Local HP All-in-One Printer This doument explains how to install/configure the Engineering Society's Local printer for use as a network printer ...
Ona Installation The project is moving to http://ona.sourceforge.net/ . Please be patient during the transition while some parts of the documentation is here, and ...
The PhpMyAdmin web based mysql admin tool PhpMyAdmin is a web based administration tool for mysql. IMPORTANT The effect of installing phpmyadmin is to discard mysql ...
TOC Apache Web Server Tips etc To Install Apache with modssl: After the UpdatePorts, install apache as follows: cd /usr/ports/security/openssl make make install cd ...
ATA RAID Controllers 3ware Escalade Features Supported by FreeBSD, Linux and Windows (I have tested with FreeBSD only so far) System boots directly from RAID Array ...
mysql cd /usr/ports/databases/mysql41-server make make install To allow import of old mysql database, create /etc/my.cnf with the following entry... mysqld max allowed ...
Add the following to /etc/inetd.conf telnet stream tcp nowait nobody /bin/cat cat /etc/notelnet Create a /etc/notelnet file with a message something like this... ...
Add the following to /etc/inetd.conf ftp stream tcp nowait nobody /bin/cat cat /etc/noftp Create a /etc/noftp file with a message something like this... 500- 500 ...
Web Server Perform RecommendedInstall Perform ClientFirewallConfiguration Install BasicRadiusServer and RestrictingLogins Configure NfsClientConfiguration and mount ...
Installing SSMTP instead of Sendmail A simple port to allow outgoing email via SMTP. cd /usr/ports/mail/ssmtp make make install cp /usr/local/etc/ssmtp/ssmtp.conf ...
APC UPS Daemon This is not http://www.apcupsd.com This is a simple apc ups daemon for FreeBSD which supports: SmartUPS with serial cable 940-0024C BackUPS with serial ...
The simple way to do the install is to use the pkg add facility to add the binaries rather than doing the port/make, either way do an UpdatePorts to get the newest ...
pam restrict login restriction module Installation Obtain the source distribution mkdir pam mkdir pam/restrict cd pam/restrict fetch www.freebsd.uwaterloo.ca/pamrestrict ...
How to make make a layer 2 tunnel with OpenVPN and FreeBSD Overview This is a minimalist example which uses openvpn to tunnel a subnet between two locations. This ...
TOC Apache2 Web Server Tips etc Note: These instructions are using "www.eng.uwaterloo.ca" as an example. To Install Apache2: After the UpdatePorts, install apache2 ...
CVS, NFS, FreeBSD Twiki, etc Install RecommendedInstall ApacheWebServer (including mod auth radius, set the Radius hostname to localhost ) BasicRadiusServer (and ...
DHCP / DNS Server Usage Instructions This assumes the installation as below has been completed. Login to the primary dhcpd server (ecserv9) and edit /usr/local/etc ...
FreeBSD at UW See also the CS freebsd wiki and the CS xhier wiki for other UW !FreeBSD projects. Appropriate bits from "there" may be merged "here" once complete ...
When running /usr/local/etc/rc.d/0naa.sh (on an already running machine): Can't bind to dhcp address: Address already in use Please make sure there is no other dhcp ...
To temporarily disable firewalling sysctl net.inet.ip.fw.enable 0 and when ready to re-activate firewalling... sysctl net.inet.ip.fw.enable 1 Main.BruceCampbell ...
Updating the ports Note: You may first need to do a FirewallUnlock Install cvsup pkg add r cvsup mkdir /usr/local/etc/cvsup Setup a supfile Create a file called ...
Quick and dirty !FreeBSD Succinctly, !FreeBSD is an operating system with its roots in, hopefully not surprisingly, the Berkely Software Distribution version of Unix ...
NAADevBugTrack A place to post bugs you find in NAA. Access is probably restricted right now, but we will find a public and open place to post these in the future ...
TWiki's Freebsd web SCRIPTURL /view SCRIPTSUFFIX /Freebsd The web for users, groups and offices. TWiki is a Web-Based Collaboration Platform for the Corporate World ...
INCLUDE{" TWIKIWEB .WebSearchAdvanced"}
Number of topics: 50


to top

You are here: Freebsd > WebChanges

to top

Copyright © 1999-2010 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback