Apple AFP filesharing on FreeBSD

On a Mac and have some FreeBSD file-servers around the house of office? Open your file-servers up to easy and fast access via OS X Finder. How? The method is Apple’s native Apple Filing Protocol (AFP), with a bit of help of Apple  Bonjour (mDNSResponder) for automatic discovery and presentation of shared resources on the network.

The installation and config of the two Ports ‘netatalk’ and ‘howl’ is all there is to it.

Continue reading

Posted in xbsd | Tagged , , , | 5 Comments

IPv6 and Postfix

Postfix supports IPv6 from version 2.2 and up. By default only IPv4 support in enabled. Enabling IPv6 is as easy as adding one parameter to Postfix’s main.cf:

/etc/postfix/main.cf:
    # You must stop/start Postfix after changing this parameter.
    inet_protocols = ipv4       (DEFAULT: enable IPv4 only)
    inet_protocols = all        (enable IPv4, and IPv6 if supported)
    inet_protocols = ipv4, ipv6 (enable both IPv4 and IPv6)
    inet_protocols = ipv6       (enable IPv6 only)

Be sure to also update match lists as mynetworks and debug_peer_list with relevant IPv6 addressing.

http://www.postfix.org/IPV6_README.html

Posted in xbsd | Tagged , | Leave a comment

SUSE Studio contest

SUSE Studio is a great tool for fast and easy creation of Linux appliances. It’s even possible to give them an online test-drive on a VM.
For now, there’s even a promo that gives you the opportunity to win $10k by showing off you own spiffy SUSE Studio appliance!
Posted in xbsd | Tagged , , | Leave a comment

Moved!

Bye Blogspot, hello WordPress.

We’ve just moved this weblog instance to a new place on the web. All functionality should still be working .. please drop us a line if you find something really really broken.

Posted in xbsd | Tagged , | Leave a comment

LockTight Secures Your Mac With a Hotkey

LockTight Secures Your Mac With a Hotkey

Mac OS X only: Screen locker utility LockTight adds a shortcut key combination for OS X users to quickly lock your workstation from the keyboard.

Windows users switching to using a Mac might be surprised to find no equivalent to the Winkey+L shortcut combination that locks the screen, especially helpful in work environments or at home to keep little fingers from opening things they shouldn’t.

LockTight plugs into OS X as a simple system preference pane with a configurable hotkey, but for full effect you might want to configure your Mac to require a password when coming back from the screensaver and disable automatic login. Hit the link for the download, or take a look at the Switching to Mac guide for all the steps.

Posted in xbsd | Tagged | 4 Comments

Linux via the internet with boot.kernel.org

Linux via the internet with boot.kernel.org: “Boot.kernel.org allows users with broadband internet connections to start a variety of Linux distributions from the internet”

Posted in xbsd | Tagged | Leave a comment

Git && distributed Web development

Git changes the game of distributed Web development: “Version control systems are a core component of most development projects, regardless of whether you’re developing an application, a Web site, or an operating system. Most projects involve multiple developers, often working at widely separated physical locations. Distributed version control systems are nothing new, but the Git version control system provides unique support for collaboration and interaction among developers.”

Tagged | Leave a comment

DNS presentation on HAR2009

DNS presentation on HAR2009:

“Bert Hubert (PowerDNS author) made ‘DNS Security in the Broadest Sense’ presentation at HAR2009.”
Tagged | Leave a comment

Kernel 2.6.31 – Storage and file systems

Kernel Log – Coming in 2.6.31 – Part 3: Storage and file systems: “Next generation file system for Linux” should now be even faster. The first components for defragmenting Ext4 file systems are now in the kernel. Parallel hardware scan in Intel ATA drivers speeds up boot time”

Posted in xbsd | Tagged | Leave a comment

Byobu

Like GNU Screen? You’ll love Byobu.

Tagged | Leave a comment