Red Antigua Logo slogan
Ads by Goooooogle
Search this site (by Google)
Menu
Home
About
Tools
Perl modules
Perl tutorials
C tutorials
Server configurations
UNIX on Windows
Misc. FreeBSD/UNIX
Redirect a web page
JavaScript
Virus list
Old stuff
Off topic

Tools    (top)
Your IP
Check a site for broken links
(W3C)

Perl modules    (top)
Tree::Numbered::Tools
(CPAN)
Perl tutorials    (top)
Perl modules
HTML::Template
CGI::Application
Mail::POP3Client
Mail::Send
MIME::Tools
Cookies with CGI::Application
Upload files with CGI::Application
Download files with CGI::Application
Redirect with CGI::Application
CPAN shell
Install DBD::mysql from the CPAN shell
Perl trim function
Validate an IP with Perl
Run suid Perl scripts under Apache
Perl taint mode
Perl date functions with Date::Calc

In Spanish
Curso de Perl

C tutorials    (top)
C - Introduction
C - Absolute beginner's Emacs
C - Examples for beginners
C - Makefile examples
C - Autotools examples
Server configurations    (top)
DNS
Apache
Apache Authentication and Access Control
mod_perl on FreeBSD
MySQL
MySQL add account
phpMyAdmin
Squid
DHCP

UNIX on Windows    (top)
Apache setup on Windows
MySQL setup on Windows
PHP setup on Windows
Perl setup on Windows
Emacs setup on Windows
UnxUtils
PuTTY
WinSCP
GIMP on Windows
MinGW - gcc on Windows
MSYS - make-in-a-shell on Windows
msysDTK - autotools on Windows
GDB for MinGW on Windows

Misc. FreeBSD/UNIX    (top)
CD and DVD creation on FreeBSD using 'k3b' on FreeBSD
'ipf' on FreeBSD
'pf' on FreeBSD
'su' on FreeBSD
Mount an ISO image under FreeBSD
Load the correct sound driver under FreeBSD without knowing what sound card you are using
Simultaneous sound channels on FreeBSD
Boot floppies for FreeBSD
Problems with old disks/controllers and the 'ata' driver
FreeBSD network stuff
DOS-to-UNIX file conversion
favicon.ico on UNIX
Emacs tips
Sendmail tips
GKrellm
Command Line Calculator
Save multimedia streams with 'mplayer'
xargs - solution to 'Argument list too long'
Process multiple images from the command line using 'ImageMagick'
Turn the system bell off under X Windows
Process each line in an input file from the command line (or in a shell script)
How to keep a program running in the background using 'nohup'
How to remove symbolic links in the current directory using 'find' and 'rm'
How to remove Emacs backup files in the current directory and all subdirectories using 'find' and 'rm'
How to execute .profile without logging in
Configure X to handle non-English characters
How to move /var to /usr/var

Redirect a web page    (top)
Redirect to another web page
Apache redirect
C redirect
Perl redirect
PHP redirect
HTML redirect
JavaScript redirect

Javascript    (top)
Trim function
Login form
Register form
Popup window

Virus list    (top)
Latest viruses - Computer Virus HQ (external)
Latest 10 viruses - Sophos

Links    (top)
HTML and PHP Scripts - Html Web Template

Old stuff    (top)
POP3 server setup
About AnyMail
AnyMail downloads

Off topic    (top)
Personal links

Validated by
Valid HTML 4.01!
Valid CSS!
Powered by
apache.org
Create boot floppies for FreeBSD
Create boot floppies for FreeBSD
Create boot floppies for FreeBSD:
dd if=mfsroot.flp of=/dev/rfd0
dd if=kern.flp of=/dev/rfd0
# If you get the following error: 
zf_read: unexpected EOF
# then your floppy disk is bad, use another.

For recent versions (in this example 6.2) of boot floppy images (and CD ISO images as well), visit:
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/6.2-RELEASE/floppies//> /> For older versions (in this example 4.7) of boot floppy images, visit:
ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/4.7-RELEASE/floppies//> login: anonymous/> password: anonymous/> />
If you CDROM drive will not boot, but you have a network connection and access to another FreeBSD box, use the floppies above to boot your new box.
Then insert the CDROM into the other box, and setup the other box to be your FTP server:
# In /etc/inetd.conf, uncomment the following line:
ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
#Restart inetd:
kill -1 PID-of-inetd
#Add an anonymous FTP account:
vipw /etc/passwd
#Add the following line
ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent 
mount /cdrom
Now, from your 'new' box, in /stand/sysinstall -> Options -> Release Name, set to 'any'.
Start your standard installation, at 'Choose Installation Media', select 'Install from an FTP server' -> 'Specify some other ftp site by URL'.
Just enter the IP or FQDN (Fully Qualified Domain Name) of the FTP server you just configured, i.e./> ftp://192.168.0.1/> or/> ftp://my.little.ftpserver.com./>
Read more at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html
Last modified: Mon Jan 15 12:44:31 Romance Standard Time 2007