Learning On Demand Learning anything from anywhere

Archive for the ‘Unix’ Category

Sender address rejected: Domain not found

08.01.2011 · Posted in Unix

I have an order for reinstall email server. I accept the job and finish it in one day ( I use FreeBSD 8.2 release for OS and Postfix for MTA but the longest session during reinstall is backup and migrating mailbox). Everything seem ok until mail server deployed, local delivery work well except sending to ...

Quick Setting Bind on FreeBSD 8.1

06.19.2011 · Posted in Unix

I’m big fan of djbdns and I already write some post about djbdns and dnscache in the past. Today, my friend ask me to install or configure bind for his FreeBSD that run 8.1 version. I ask him to follow FreeBSD manual but he said he already follow the guide but still face error. I ...

How to install Debian KFreeBSD

05.07.2011 · Posted in Linux, Unix

This post got delayed very long, I’ve already create the video since Februari 22 2011 but still have no time to publish. I just curious on how Debian and FreeBSD work in one place called Debian KFreBSD and as always everything just start from installation step and that is the main reason why I write ...

How to install postgresql 8.1.22 and php 5.2.14 on FreeBSD 8.1 stable

11.02.2010 · Posted in Unix

Recent change in mysql make my friend contact me. He want to learn and practice about postgresql before use it on real cpanel host that support postgresql . I agree to set new server for him to play around. The  server itself basically consists of apache, php, postgresql and phppgadmin on FreeBSD 8.1 stable. Here ...

Fatal error: Call to undefined function gregoriantojd()

04.17.2010 · Posted in Blog, Unix

That error message show up when I try to install wordpress plugin. I think it must be plugin author false since I already have php date extension enabled but I’m wrong Further search lead me to ‘calendar’ extension. Look no further to php5-calendar in my FreeBSD 7.3 box I install it. cd /usr/ports/misc/php5-calendar && make ...

FreeBSD 7.3 released

03.24.2010 · Posted in Unix

FreeBSD 7.3 ready to serve. From FreeBSD press release : Some of the highlights: ZFS updated to version 13 new boot loader gptzfsboot supports GPT and ZFS hwpmc(4) enhancements including support for Core2/i7 processor and pmcannotate(8) new mfiutil and mptutil tools for widely used RAID controllers NULL pointer vulnerability mitigation bind updated to 9.4-ESV Gnome ...

Step by step Install Pure-FTP inside pfSense

12.15.2009 · Posted in Unix, Work

pfSense is great stuff when you’re looking for Firewall but I need more Case : A user want to store his file in the form of FTP but pfSense is the only server that available in the office. New HDD ready to support this method. Solution : Add new HDD and install FTP server inside ...

FreeBSD 8.0 RELEASE has been released, get your iso or update your source now!

11.23.2009 · Posted in Unix

While waiting for official announcement I see that FreeBSD 8.0 iso file just replace 8.0RC3. Quick download iso file for FreeBSD 8.0 Release : Bootonly Disc1 DVD LiveFS Memory Stick Update via source using csup or cvsup set to : RELENG_8_0 for release or RELENG_8 for stable Update via freebsd-update : freebsd-update upgrade -r 8.0-RELEASE ...

Download FreeBSD 8 RC3 iso file

11.16.2009 · Posted in Unix, Work

FreeBSD 8 RC3 already out, ready to test for all your machine. Choose your favourite forms : BootOnly CD (disc 1) DVD LifeFS MemStick Upgrade method : cvsup, use  “RELENG_8_0″ freebsd-update ( freebsd-update upgrade -r 8.0-RC3 ) More information for freebsd-update available here. More information about this RC please read release announcement. freenas 8 downloaddownload ...

How to change proxy information on ubuntu server

10.06.2009 · Posted in Linux, Unix, Work

New motherboard has come and I ask my friend to install Ubuntu Hardy 8.0.4.3 . Everything is fine except proxy section when I try to apt-get update. # apt-get update Err http://security.ubuntu.com hardy-security Release.gpg Could not resolve ’172.88.1.3;3128′ Err http://security.ubuntu.com hardy-security/main Translation-en_US Could not resolve ’172.88.1.3;3128′ Err http://security.ubuntu.com hardy-security/restricted Translation-en_US Could not resolve ’172.88.1.3;3128′ Err ...

How to change timezone on ubuntu

10.03.2009 · Posted in Linux, Unix, Work

One of my friend server must get reconfigure its clock each time, specially when the server get reboot after lamp problem. Until he realized the timezone is different. Here’s quick way to change it : # dpkg-reconfigure tzdata Current default timezone: ‘Asia/Jakarta’ Local time is now:      Sat Oct  3 13:02:53 WIT 2009. Universal Time is ...