O FreeBSD é um sistema operativo livre, do tipo Unix, descendente do BSD desenvolvido pela Universidade de Berkeley. Tal como o Linux, Windows ou MacOS, é multi-utilizador e multi-tarefas, permitindo a execução das mais variadas aplicações.
O seu elevado desempenho e estabilidade fez com que tenha sido escolhido por algumas das mais prestigiadas companhias que fornecem serviços na Internet
Realizado na sede da 4Linux, em São Paulo, o Boteco 4Linux: Alta Disponibilidade com FreeBSD apresentou grande índice de audiência na web. Os internautas, bastante participativos, mandaram perguntas e diversas sugestões para o evento. Engraçado como que um palestrante puxa sardinha pro assunto que está falando, no caso ele cita a família BSD como muito [...]
Veja Também:Jon ‘Maddog
Road warriors (multiuser configurations) are roaming user clients with dynamically assigned IP addresses unknown to the home IPSec gateway or VPN concentrator. Hence the configuration has to rely on other means of authentication such as deployment of signatures or certificates. This requires a PKI.Deployment of preshared secrets does not scale and often compromises entire architectures that rely o
Jika sebelumnya aku menuliskan Ubah MAC Address Di Windows sekarang kita akan melakukan pada Linux dan FreeBSD. Nah kalian berfikir pasti akan lebih sulit melakukan hal tersebut pada lingkungan Linux tetapi kenyataannya lebih mudah dari pada diwindows dengan hanya beberapa langkah kamu dapat merubah MAC address milik NIC. Disini aku akan membuktikannya dengan menggunakan Distro [...]
Do the following steps to enable ext2fs support in the FreeBSD kernel:
# cd /usr/src/sys/modules/ext2fs
# make
# make install
You can use ‘kldload‘ to load the ext2fs module in to the kernel.
# kldload ext2fs
Then you will be able to mount your linux partitions by giving a command like:
# mount -t ext2fs /dev/ad1s1 /mnt
to unload module use
# kldunload ext2fs
To load the module
Building a Server with FreeBSD 7 by Bryan Hong
Publisher: No Starch Press (April 1, 2008)
Language: English
ISBN-10: 159327145X
ISBN-13: 978-1593271459
Building a Server with FreeBSD 7 is for those of us who prefer to build our own server. If you’re a small business owner looking for a reliable email server, a curious Windows administrator, or if you just [...]
FreeBSD new leadership:
The FreeBSD Project is pleased to announce the conclusion of our fourth consecutive democratic election of project leadership. The FreeBSD Core Team constitutes the project’s “Board of Directors” and is responsible for vetting new src committers, arbitrating technical disagreements, weighing in on policy and administrative issues, and appointing sub-com
MASTER_SITES controls where the port fetches its source from. By setting MASTER_SITE to the site of a known good source code tarball, you can control where the port downloads from. For example, if you use the command make MASTER_SITE=ftp://ftp2.freebsd.org/pub/FreeBSD/distfiles, then fetch will attempt to pull the distfile directly from that site.
If you want to [...]
If you are installing some package using FreeBSD port, it is going to download the package from the internet using fetch. If you machine is behind a proxy, you have to set the environment for HTTP_PROXY :
setenv HTTP_PROXY :port
or add the line to your .cshrc
If the proxy need authentication, add HTTP_PROXY_AUTH :
setenv HTTP_PROXY_AUTH ‘basic:*:<username>:<password>R
Aunque no soy para nada seguidor de Windows - por varias malas experiencias que me ha dejado durante el tiempo - creo que la imagen que a continuación les voy presentar puede expresar bastante bien cual es la diferencia de Windows vs Linux vs OS X vs FreeBSD. Versión original en: [ Vía ] Soy más fan de OS X que de Windows... no creo que el OS X sea inservible.. sino m
Uma das principais diferenças entre o FreeBSD e o Linux é que é um sistema operativo coerente onde a sua construção e gerência está sobre a responsabilidade de uma equipa central. A eleição bi-anual acabou e os votos já foram contados. Os seguintes programadores foram os escolhidos para formar a equipa central do FreeBSD até [...]
[Step by Step]Buat Web Server Di FreeBSDIs Very EasyFor Intersat Crew & For AllAbu Bustham Muhammad Ulinnuha13 Juni 2008=============================INSTALL BSD YANG PALING PENTING DIPAHAMI =KONSEP PARTISINYAPanduan install di internet dah terlalu banyak :) CARA NGINSTALL APLIKASI DI FREEBSD Jangan lupa untuk login sebagai root dulu# cd /usr/ports > Masuk ke yang mo
Prima di tutto: che cosa sono i port?
Come si può leggere nel FreeBSD Handbook la collezione dei ports è : "un set di Makefiles, patch, e file di descrizione collocati in /usr/ports", quindi non sono pacchetti veri e propri, ma istruzioni che consento di compilare l' applicazione al meglio, ogni...
Leggi il resto dell' articolo
FreeBSD 4.2 (CD-ROM)By Walnut Creek
1 utilised and new from $59.99 First tagged “unix” by Mark solon “postreplica” Customer tags: operating system, unix, os
Technorati Tags: operating system, unix, os
Seperti janji saya pada postingan sebelumnya, bahwa saya akan memposting langkah langkah installasi freebsd . Berikut langkahnya :
Pertama booting computer dengan first boot dari cd/dvd rom jangan lupa masukan CD/DVD freebsd nya.Pada saat cd nya boot kita akan di beri pilihan untuk memilih mode boot, pilih mode boot nomor 1 atau default.Setelah itu pada menu [...]
Building a Server with FreeBSD 7 (Paperback)By Bryan Hong
Buy new: $23.0714 utilised and new from $21.74 Customer Rating: First tagged “unix” by E. Wuehler
Higher performance has been found with the new scheduler SCHED_ULE in FreeBSD 7.0. This requires selecting SCHED_ULE as the scheduler instead of the default 4BSD scheduler (SCHED_4BSD) in the Kernel...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
FreeBSD's PCI interrupt routing code attempts to provide a machine independent framework that machine dependent code can hook into where necessary. First, FreeBSD uses cookie values defined by...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
FreeBSD implements MSI messages as SYS_RES_IRQ interrupts similar to the legacy INTx interrupts. The driver visible differences include different resource IDs (legacy INTx interrupt is rid 0, MSI...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Frank Pohlmann explains reasons for choosing FreeBSD over other operating systems here.
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Harvey Allen, Brian Candler, and Joel Jaeggli explains why did they opt for FreeBSD here (pdf).
Some key points in it:
* WhyFreeBSD in general?
* Why FreeBSD rather than Linux?
* Why FreeBSD rather...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
One more way of building FreeBSD Kernel.
Before this step, building world is required.
If you want to build a custom kernel, and already have a configuration file, just use KERNCONF=MYKERNEL like...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
"This handbook covers the installation and day to day use of FreeBSD 6.3-RELEASE and FreeBSD 7.0-RELEASE. This manual is a work in progress and is the work of many individuals."
Freebsd.org
The Linux kernel is a funny thing. A new kernel should mean increased functionality, but for me and my old-and-getting-older machines, I only seem to lose functionality with upgraded kernels. I hadn't updated Debian Lenny in a while on the $0 Laptop (the Gateway Solo 1450), and when I did it today, I noticed a new kernel being added to the system: 2.6.24-1. I didn't think about the new kernel when I next booted into Lenny, but when I did, I soon discovered that my sound card didn't work anymore. I looked at all the settings, tweaked a bit here and there, but still nothing.
Ada banyak petunjuk tentang instalasi FreeBSD. Beberapa orang memilih menginstall FreeBSD secara langsung di komputer, dan beberapa orang merasa lebih nyaman dengan menggunakan VMWare.Berikut adalah video capture (instalasiku) tentang instalasi FreeBSD : FreeBSDMovie.zip (3.35 MB)Beberapa referensi tentang instalasi FreeBSD (dari luar) :Instalasi FreeBSD (1)Instalasi FreeBSD (2)FOTO - FOTOPenambahan Akun neutron0690 (Yuniar)Login di FreeBSD (dengan ID = neutron0690)Salah satu operasi di FreeBSD (terlihat akun neutron0690)
Leo en programming.reddit que Firefox 3 beta utiliza el asignador de memoria dinámica de FreeBSD (jemalloc) en lugar del asignador de la plataforma de ejecución.
Al parecer ha dado buenos resultados en cuanto velocidad y reducción de la fragmentación en los test de rendimiento para las tres plataformas mayoritarias (Windows, Mac OS X y [...]
Higher performance has been found with the new scheduler SCHED_ULE in FreeBSD 7.0. This requires selecting SCHED_ULE as the scheduler instead of the default 4BSD scheduler (SCHED_4BSD) in the Kernel...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
I normally use this way of building custom FreeBSD Kernel. Make sure that you are a root to continue with this.
Kernel source path:
Default path for FreeBSD kernel sources is /usr/src/sys. We can...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
One more way of building FreeBSD Kernel.
Before this step, building world is required.
If you want to build a custom kernel, and already have a configuration file, just use KERNCONF=MYKERNEL like...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Harvey Allen, Brian Candler, and Joel Jaeggli explains why did they opt for FreeBSD here (pdf).
Some key points in it:
* WhyFreeBSD in general?
* Why FreeBSD rather than Linux?
* Why FreeBSD rather...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Frank Pohlmann explains reasons for choosing FreeBSD over other operating systems here.
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
FreeBSD implements MSI messages as SYS_RES_IRQ interrupts similar to the legacy INTx interrupts. The driver visible differences include different resource IDs (legacy INTx interrupt is rid 0, MSI...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
FreeBSD's PCI interrupt routing code attempts to provide a machine independent framework that machine dependent code can hook into where necessary. First, FreeBSD uses cookie values defined by...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
Dica rápida mas difícil de encontrar. Pesquise no Google como rotacionar os Logs do Apache e encontrará muita informação de configuração para o sistema Linux, mas quando o assunto é FreeBSD complica.Então para rotacionar os logs do Apache no FreeBSD, inclua no arquivo /etc/newsyslog.conf as linhas abaixo:/var/log/httpd-access.log 640 7 * @T00 J /var/run/httpd.pid 30/var/log/httpd-error.log 640 7 * @T00 J /var/run/httpd.pid 30Depois reinicie o serviço:/etc/rc.d/newsyslog restart
FreeBSD® is an advanced operating system for x86 compatible (including Pentium® and Athlon™), amd64 compatible (including Opteron™, Athlon™64, and EM64T), UltraSPARC®, IA-64, PC-98 and ARM architectures.It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley. It is developed and maintained by a large team of individuals. Additional platforms are in various stages of development.FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.FreeBSD makes an ideal Internet or Intranet server. It provides robust network services under the heaviest loads and uses memory efficiently to maintain good response times for thousands of simultaneous user processes.The quality of FreeBSD combined with today's low-cost, high-speed PC hardware makes FreeBSD a very economical alternative to commercial UNIX® workstations. It is well-
This post describes the configuration of Sendmail to use SMTP-AUTH when connecting to a remote MTA to send messages. Such a configuration would be needed in case you have a dynamic ip and your ISP relays the messages for you, but they require authentication. This is not a post about how to set your mta to authenticate users and to relay for them. This will show you how to set it to authenticate itself to other mta that will relay messages for you.
Sendmail comes installed by default on a clean FreeBSD 6.2 system, but is has no support for SMTP authentication using SASL by default, so it needs to be recompiled.
Install Cyrus SASL
You can compile cyrus-sasl2 lib from ports (if you need to set some special options ) or install it as a package:
cd /usr/ports/security/cyrus-sasl2
make install clea
Or just install it from packages with:
pkg_add -r cyrus-sasl2
Recompile Sendmail
First you need to make sure you set the compile flags so that Sendmail uses cyrus-sasl2:
echo "
SENDMA
Linux has a large amount of device drivers for hardware not supported on FreeBSD, especially USB devices (see here (http://info.iet.unipi.it/%7Eluigi/FreeBSD/usb-cameras.html) for a related discussion). Not rarely, such drivers have been written based on information derived by protocol sniffing, reverse engineering and the like. This makes the code highly undocumented, and renders the porting effort extremely error prone. To help with this task, I decided to start working on an emulation layer that would let us recompile the linux source code on FreeBSD, and provide a sufficiently complete emulation of the kernel APIs so that device drivers (or at least certain classes) could be used without modifications to their source code
Top Ten de FIREWALLS basados en Linux, FreeBSD o OpenBSD1. Firestarter2. Zorp GPL3. Turtle4. LutelWall5. Floppyfw6. Guarddog7. IPCop8. Endian9. Smoothwall10. m0n0wallFuente: Tech-Faq (Ingles)Se puede acceder a una traducción del artículo en el sitio de tecnyo.Suscribirse para recibir las ultimas publicaciones del Blog http://seguridad-informacion.blogspot.com/
Mastering FreeBSD and OpenBSD Security is the only book currently on the market devoted completely to BSD security. Dozens of practical examples help administrators of all stripes select, configure, and deploy these operating systems. By describing security solutions for real-life scenarios, this convenient guide lets administrators push their server’s security to the next level.
Torrent:
File Size: 1.3 mb
Release Name: Mastering FreeBSD And OpenBSD Security
History of FreeBSDContributed by Jordan Hubbard.
The FreeBSD project had its genesis in the early part of 1993, partially as an outgrowth of the "Unofficial 386BSD Patchkit" by the patchkit's last 3 coordinators: Nate Williams, Rod Grimes and myself.
Our original goal was to produce an intermediate snapshot of 386BSD in order to fix a number of problems with it that the patchkit mechanism just was not capable of solving. Some of you may remember the early working title for the project being "386BSD 0.5" or "386BSD Interim" in reference to that fact.
386BSD was Bill Jolitz's operating system, which had been up to that point suffering rather severely from almost a year's worth of neglect. As the patchkit swelled ever more uncomfortably with each passing day, we were in unanimous agreement that something had to be done and decided to assist Bill by providing this interim "cleanup" snapshot. Those plans came to a rude halt when Bill Jolitz suddenly decided to withdraw his sanctio
Who Uses FreeBSD?
FreeBSD is used to power some of the biggest sites on the Internet, including:
Yahoo!
Apache
Blue Mountain Arts
Pair Networks
Sony Japan
Netcraft
Weathernews
Supervalu
TELEHOUSE America
Sophos Anti-Virus
JMA Wired
and many more.
With FreeBSD, you can easily start out small with an inexpensive 386 class PC and upgrade all the way up to a quad-processor Xeon with RAID storage as your enterprise grows.
Education: Are you a student of computer science or a related engineering field? There is no better way of learning about operating systems, computer architecture and networking than the hands on, under the hood experience that FreeBSD can provide. A number of freely available CAD, mathematical and graphic design packages also make it highly useful to those whose primary interest in a computer is to get other work done!
Research: With source code for the entire system available, FreeBSD is an excellent platform for research in operating systems as well as other branches of computer science. FreeBSD's freely available nature also makes it possible for remote groups to collaborate on ideas or shared development without having to worry about special licensing agreements or limitations on what may be discusse
What Can FreeBSD Do?
FreeBSD has many noteworthy features. Some of these are:
Preemptive multitasking with dynamic priority adjustment to ensure smooth and fair sharing of the computer between applications and users, even under the heaviest of loads.
Multi-user facilities which allow many people to use a FreeBSD system simultaneously for a variety of things. This means, for example, that system peripherals such as printers and tape drives are properly shared between all users on the system or the network and that individual resource limits can be placed on users or groups of users, protecting critical system resources from over-use.
Strong TCP/IP networking with support for industry standards such as SLIP, PPP, NFS, DHCP, and NIS. This means that your FreeBSD machine can interoperate easily with other systems as well as act as an enterprise server, providing vital functions such as NFS (remote file access) and email services or putting your organization on the Internet with W
Como prometía en el post dedicado a la optimización de ADOdb voy a explicar como instalar el sistema de cache APC sobre un servidor FreeBSD 6.x. El APC (Alternative PHP Cache) es un sistema de cache de opcode para PHP, sirve para cachear el código intermedio del PHP y así no tener que interpretar todos los scripts en cada ejecución. Para almacenar este código "compilado" se usa la memoria compartida del sistema. A parte el APC nos ofrece funciones para poder almacenar y recuperar datos de cache.
El APC es una extensión PECL que no viene incluida por defecto con el PHP (esto cambiará con la futura versión 6). A continuación describo como instalar y configurar el APC sobre FreeBSD.
[1] Instalar el port
Suponiendo que tenemos instalado y funcionando un servidor web (Apache+PHP) sólo nos falta añadirle la extensión PECL con:
# portinstall pecl-APC
Si no trabajas con portupgrade:
# cd /usr/ports/www/pecl-APC/
# make install clean
Con esto compilamos e instalamos el APC. Si todo
FreeBSD offers advanced networking, performance, security and compatibility features today which are still missing in other operating systems, even some of the best commercial ones.
The quality of...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]
buat yg sering ngotak ngatik Freebsd ( FB ) cara jitu
recovery ialah menggunakan safe mode , nah pengalaman
ini sering saya alami ketika salah di settingan
rc.conf ( di fb rc.conf ialah service yg pertama
dipangging kalau didlinux sama seperti rc.local (
/etc/rc.d/rc.local )ketika ngereboot di FB ketik diconsole :#boot -s
maka akan masuk ke single mode di FB Default hanya read only utk mounting
LAN Performance If your machines are on a fast, local (i.e., low-latency) network and large amounts of buffering need not indicate a high latency, try sysctl -w net.inet.tcp.inflight.enable=0 (this is now default in -current for local links). Mail Setting "sysctl -w net.inet.tcp.delayed_ack=0" speeds up Cyrus IMAP and Postfix. Link. MySQL MySQL: a separate
Está disponível o primeiro beta do FreeBSD 7.0, como devem saber este sistema operativo é conhecido pela sua estabilidade e fiabilidade a servir seja lá o que for: websites, ficheiros, tudo… como o slogan do FreeBSD diz : “The power to serve” é muito bem merecido este slogan, se quiser ajudar o projecto FreeBSD, basta [...]
Depois de lançado o primeiro Beta do FreeBSD - FreeBSD 7.0 Beta1, a umas semana atrás, parece que lançaram um novo beta do FreeBSD 7.0 indo assim para o FreeBSD7.0 Beta2. Este sistema é conhecido por ser mais rápido e ter mais rendimento sobre o kernel do Linux.
Podem ver o comunicado aqui.
Partilhe
Uma nova versão do FreeBSD 7 foi lançado, sendo este o beta 4. Novas funcionalidades, correcções de bugs e modificações não consegui saber ao certo o que está diferente neste beta em relação às outras, o que consegui foi o comunicado official onde só diz as variadas checksums para as ...