This site is a collection of my notes about FreeBSD maintenance.
Initially it was just a bunch of several years old docs. But I put it together as this site in a hope that it will be useful to someone.
I constantly rewrite articles since then and at the moment all of the material is up to date.
-- ross
PS: Daemon Notes is now open for anyone to register and add his notes to my collection.
Thank you for this site! I learned a lot of interesting things here.
---
JsN, admin from Russia.
---
JsN, admin from Russia.
Thank you very-very much!
This is the only site, where is really nicely described my needs for email in freebsd - so, email virtual domains/users without any databases, etc. - simple password files. ;)
Please, keep up posting another brilliant, simple-to-use articles.
Great, thank you.
This is the only site, where is really nicely described my needs for email in freebsd - so, email virtual domains/users without any databases, etc. - simple password files. ;)
Please, keep up posting another brilliant, simple-to-use articles.
Great, thank you.
Hey Ross,
I started FreeBSD when I was way old(39yrs in 2008) and cannot memorize a lot of things, but needs quick notes in doing routine task. I am from Ghana but moved down to South Africa in 2001 for a new life only to find out that I cannot work in the field I studied that is Physics, so I turn to RedHat LINUX and desktop support. I wasted 4 years in LINUX, then I discovered FreeBSD where I fell in love with it. I studied the whole book of Absolute FreeBSD and I love it that gave me the confidence and mastered the concept behind FreeBSD. Like most books it is academic, with your articles it helps the intermediate to advance user something very quick and precise on daily FreeBSD tasks to work with. Your articles absolutely great.
Thank you for your great work.
I started FreeBSD when I was way old(39yrs in 2008) and cannot memorize a lot of things, but needs quick notes in doing routine task. I am from Ghana but moved down to South Africa in 2001 for a new life only to find out that I cannot work in the field I studied that is Physics, so I turn to RedHat LINUX and desktop support. I wasted 4 years in LINUX, then I discovered FreeBSD where I fell in love with it. I studied the whole book of Absolute FreeBSD and I love it that gave me the confidence and mastered the concept behind FreeBSD. Like most books it is academic, with your articles it helps the intermediate to advance user something very quick and precise on daily FreeBSD tasks to work with. Your articles absolutely great.
Thank you for your great work.
Hello Ross,
I'm 43 and just started using FreeBSD, which I found it more enjoyable than Linux!
I am stick on the font tweaking section where I attempted to patch the cleartype files.
This is the message kept coming up
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur freetype-2.5.0.1/include/freetype/config/ftoption.h freetype-2.5.0.1.new/include/freetype/config/ftoption.h
|--- freetype-2.5.0.1/include/freetype/config/ftoption.h 2013-06-19 17:20:04.000000000 -0400
|+++ freetype-2.5.0.1.new/include/freetype/config/ftoption.h 2013-09-15 12:29:22.332178007 -0400
--------------------------
File to patch:
What am I suppose to do. Thanks.
K
I'm 43 and just started using FreeBSD, which I found it more enjoyable than Linux!
I am stick on the font tweaking section where I attempted to patch the cleartype files.
This is the message kept coming up
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|diff -Naur freetype-2.5.0.1/include/freetype/config/ftoption.h freetype-2.5.0.1.new/include/freetype/config/ftoption.h
|--- freetype-2.5.0.1/include/freetype/config/ftoption.h 2013-06-19 17:20:04.000000000 -0400
|+++ freetype-2.5.0.1.new/include/freetype/config/ftoption.h 2013-09-15 12:29:22.332178007 -0400
--------------------------
File to patch:
What am I suppose to do. Thanks.
K
cd /tmp
fetch daemon-notes.com/downloads/assets/patches/cleartype.tar.bz2
tar jxvf cleartype.tar.bz2
cd /usr/ports/print/freetype2
make extract
cd work/freetype-2.5.0.1
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-bytecode.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-enable-spr.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-enable-valid.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-memcpy-fix.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-subpixel-disable-quantization.patch
cd ../..
make build deinstall reinstall clean
cd /usr/ports/graphics/cairo
make extract
cd work/cairo-1.10.2
patch -Np1 -i /tmp/cleartype/cairo-respect-fontconfig.patch
patch -Np1 -i /tmp/cleartype/cairo-9999-cleartype.patch
cd ../..
make build deinstall reinstall clean
rm -rf /tmp/cleartype*
fetch daemon-notes.com/downloads/assets/patches/cleartype.tar.bz2
tar jxvf cleartype.tar.bz2
cd /usr/ports/print/freetype2
make extract
cd work/freetype-2.5.0.1
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-bytecode.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-enable-spr.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-enable-valid.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-memcpy-fix.patch
patch -Np1 -i /tmp/cleartype/freetype-2.5.0.1-subpixel-disable-quantization.patch
cd ../..
make build deinstall reinstall clean
cd /usr/ports/graphics/cairo
make extract
cd work/cairo-1.10.2
patch -Np1 -i /tmp/cleartype/cairo-respect-fontconfig.patch
patch -Np1 -i /tmp/cleartype/cairo-9999-cleartype.patch
cd ../..
make build deinstall reinstall clean
rm -rf /tmp/cleartype*
Your second instruction above made me realize what I did wrong.
Thank you.
Thank you.
it would be great if you add an RSS feed
This site is excellent and very helpful - many thanks!
Great site!
Thank you.
Thank you.
Terrific site. Lots of useful stuff and I refer to it frequently.
Thank you especially for your HPLIP Printing article! When used in conjunction with FreeBSD CUPS wiki, I was able to install and troubleshoot a functioning FreeBSD printing application. Great collection of written articles for any BSD computer enthusiast.
helpful wine article, best regards