• Skip to main content
  • Skip to primary sidebar

BSDFreaks.nl

For starters and advanced *BSD users

Tags

brand dmi enschede FreeBSD harddisk Hardware Howto's Howto's move new ports server serverruimte universiteit utwente

Howto's

Basic Tweaks for XFree86

March 26, 2002 by Rob

In dit artikel worden wat simpele tweaks beschreven voor mensen die al wat verder zijn dan het niet weten hoe de resolutie in te stellen of zelfs nog geen gui voor zich hebben..

[img]http://www.bsdfreaks.nl/images/pics/18.jpg[/img]

[url=http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=493]Het artikel[/url]

Filed Under: Howto's

[FreeBSD] VPN FreeBSD < - > Debian

March 26, 2002 by Rob

Het doel van deze howto is om 2 verschillende firewalls met elkaar te laten communiceren via het standaard encryptie protocol IPSec.

[quote]
This guide will walk you through setting up your freebsd machine and debian machine on site-to-site vpn through IPSec. This document is not for the faint of heart.
[/quote]

[img]http://www.bsdfreaks.nl/images/pics/17.jpg[/img]

[url=http://restricted.dyndns.org/freebsd/index.html]Het artikel[/url]

Filed Under: FreeBSD, Networking

[FreeBSD] Preparing for the Worst

March 22, 2002 by Rob

In dit artikel kan je wat informatie vinden over hoe te handelen in een situatie waarin je vage en hardstoppende errors te maken krijgt.

[quote]If you’re an inexperienced sysadmin‚ this can turn your blood cold. Unix in general‚ and FreeBSD in particular‚ generally gives friendly messages that describe what’s wrong and give you a place to start looking‚ or in the worst case‚ a term to type into your favorite search engine. The only word that looks even vaguely familiar in this message is “syncer”. Most people don’t know what the syncer is. Most of those who recognize it know better than to try to fix it. The “mysterious panic” is among the worst situations you can have in FreeBSD.
[/quote]

[url=http://www.onlamp.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html]Het artikel[/url]

Filed Under: FreeBSD

Fingerprinting Port 80 Attacks

March 22, 2002 by Rob

Het beveiligen van websites wordt nogal eens onderschat door beginnende perl‚ asp en php programmeurs waardoor men vaak met simpele GET Queries allerlei informatie en zelfs gebruikersnamen kunnen achterhalen. In het volgende document is te lezen hoe dit werkt. Daarna kan je zelf wel uitzoeken hoe je dit als programmeur of beheerder eventueel kan oplossen.

[quote]Port 80 is the standard port for websites‚ and it can have a lot of different security issues. These holes can allow an attacker to gain either administrative access to the website‚ or even the web server itself. This second paper was written to help the average administrator and developer to have a better understanding of the types of threats that exist‚ along with how to detect them.
[/quote]

[url=http://neworder.box.sk/newsread.php?newsid=3627]Het artikel[/url]

Filed Under: Howto's

[FreeBSD] Wat te doen na de install

March 19, 2002 by Rob

De meeste computer freaks kunnen wel een FreeBSD systeem installeren….. zelfs als ze er geen ervaring mee hebben. Maar het installeren en het configureren zijn wel heel verschillende dingen. Dit artikel is bedoeld voor mensen die graag met FreeBSD zouden willen werken… Maar niet weten wat er moet gebeuren na de installatie.
Hier worden CVSup‚ Mounting CDROM’s‚ Init en ports besproken.

[quote]So you’ve taken the first step and installed FreeBSD. Now you’re wondering what to do with this new operating system. Unlike some of the bigger Linux distributions‚ FreeBSD gives you a basic install‚ and leaves it up to you to add in what you want.
[/quote]

[url=http://www.osnews.com/story.php?news_id=818]Artikel[/url]

Filed Under: FreeBSD, Installation

[OpenBSD] Routing Windows 2000 IPv6 traffic

March 13, 2002 by Rob

Met deze howto kan je een OpenBSD server IPv6 packets van een windows 2000 machine laten routen

[quote]Setting up an IPv6 tunnel from a host to a broker was one thing. But I wanted to use IPv6 from my desktop. The dancing KAME was my goal. After years of procrastination‚ I finally got to see her dance. Here’s how.
[/quote]

[url=http://www.freeos.com/articles/4286/]Lees meer[/url]

Filed Under: Networking, OpenBSD

[FreeBSD] Configuring Your SoundBlaster

March 11, 2002 by Rob

Met deze howto word je op weg geholpen je geluidskaart te installeren…
Succes ermee!

[quote]Sound card configuration under FreeBSD is not the most intuitive or well documented procedure. Here’s some info to help you along‚ and examples from my own‚ working kernel. I’ve used the SoundBlaster AWE 32 and AWE 64 cards successfully.
[/quote]

[url=http://flag.blackened.net/freebsd/sound.html]Link[/url]

Filed Under: FreeBSD

Stunnel – encryption and security

March 11, 2002 by Rob

Bron: [url=http://www.freebsddiary.org]FreeBSD Diary[/url]

Hier staat een howto waarmee je een VPN kan maken tussen 2 machines.

[url=http://www.freebsddiary.org/stunnel2.php]Link[/url]

Filed Under: Howto's

[FreeBSD] Building a CD Bootable Firewall

March 6, 2002 by Rob

Bron: [url=http://www.bsdtoday.com]BSD Today[/url]

[quote]This document covers the basic steps I took in building a bootable CD containing a live FreeBSD filesystem with a couple of security features enabled and configured. With this CD‚ it is possible to transform a PC from a mediocre workstation into a VPN Gateway or firewall or both without touching the hard drive.

Why would you want to do this?
[/quote]

[url=http://www.bsdtoday.com/2002/March/Features646.html]Lees meer[/url]

Filed Under: FreeBSD

[FreeBSD] Booting FreeBSD via PXE (Preboot Execution Environment)

March 6, 2002 by Rob

Met deze howto kan je een netboot freebsd opzetten !

[quote]FreeBSD can boot and install off a variety of mediums. The common and most useful are floppies‚ cd-roms‚ and the network (ppp‚ NFS‚ & ftp). All the methods work essentially the same‚ you bootstrap the helpless machine off floppies (yes‚ even the CD boot uses floppy emulation) and the mini-FreeBSD system then has enough smarts to initialize CD-ROM drives‚ Ethernet‚ and PPP interfaces. This all works fairly good for installing FreeBSD on one machine but what happens when you want to install it on 20‚ or 50‚ or 1‚000 machines? Right now the process is pretty much a manual one on every machine. This is expensive‚ error prone‚ and slow.
[/quote]

[url=http://matt.cadillac.net/computing/freebsd.netboot.shtml]Lees hier het hele document….[/url]

Filed Under: Howto's

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • Go to Next Page »

Primary Sidebar

Pages

  • Howto overview
  • iPhone mail setup
  • Links

Categories

  • *BSD news from the past
  • Console
  • Firewall
  • FreeBSD
  • FTP server
  • Hardware
  • Howto's
  • Installation
  • Kernel
  • Mail server
  • Miscellaneous
  • Networking
  • News
  • News imported
  • OpenBSD
  • Operating System
  • Programming
  • Security
  • Site news
  • Software
  • Sysutils
  • Web server

Recent Comments

  • admin on Qmail FreeBSD Mail Toaster Spam en virus control addon
  • admin on [FreeBSD] Het opzetten van een Vlan
  • Jap on [FreeBSD] Installing GlFtpd
  • Jap on [FreeBSD] Installing GlFtpd
  • Crashjuh on Wireless access point met OpenBSD + VPN

Copyright © 2025 · Genesis Sample Theme on Genesis Framework · WordPress · Log in