Archive
OSX Mojave. Brew install wget
There are some issues when using brew to install wget with OSX Mojave.
I found installing pcre (brew install pcre) fixed my issues.
fix php 5.5.12 (dotdeb) permissions
When upgrading to php 5.5.12 (dotdeb)..the /etc/php5/fpm/pool.d/www.conf file is updated. If your running php-fpm as a socket, these lines need to be uncommitted.
; Set permissions for unix socket, if one is used. In Linux, read/write
; permissions must be set in order to allow connections from a web server. Many
; BSD-derived systems allow connections regardless of permissions.
; Default Values: user and group are set as the running user
; mode is set to 0660
listen.owner = www-data
listen.group = www-data
listen.mode = 0660
listen = /var/run/php5-fpm.sock
Centos 5.6
Centos 5.6 is out. Check out the announcement and upgrade info at:
http://lists.centos.org/pipermail/centos-announce/2011-April/017282.html
2.6.38 kernel for squeeze
Installing the new 2.6.38 kernel is pretty straightforward in Debian 6.
First make sure you have the following packages installed:
wget tar bzip2 build-essential libncurses-dev kernel-package fakeroot
Then do this:
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.38.tar.bz2
tar jxvf linux-2.6.38.tar.bz2
cp /boot/config-$(uname -r) /usr/src/linux-2.6.38/.config
cd linux-2.6.38; make menuconfig
make-kpkg clean
fakeroot make-kpkg –initrd –revision=custom.1.0 kernel_image
to install
dpkg -i ../linux-image-2.6.38_custom.1.0_*.deb
Debian 6 Released!
Debian 6 is out.
I notice no problems at all. If you are getting remaining files not updated after apt-get update, try aptitude update and aptitude upgrade. That usually resolves any problems.
Add dotdeb gpg key
wget http://www.dotdeb.org/dotdeb.gpg
cat dotdeb.gpg | apt-key add –
Debian Squeeze sources.list with dotdeb
deb http://ftp.us.debian.org/debian/ squeeze main
deb-src http://ftp.us.debian.org/debian/ squeeze main
deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main
deb http://packages.dotdeb.org squeeze all
deb-src http://packages.dotdeb.org squeeze all
deb-src http://debian.hands.com/debian/ squeeze main non-free contrib
deb http://mirror.home-dn.net/debian-multimedia squeeze main
deb http://liquorix.net/debian sid main