Category: Ubuntu

UCK 2.0.11 is out

I’m really happy today, a brand new UCK version is freely available, here the nice changelog:

* GUI:
* ISO mime type check was removed because new Ubuntu ISOs
have “x-iso9660″ mime type
* a bug with cd language selection was solved
(thanks to Wolf Geldmacher)

* Backend:
* .lz initrd support was added (thanks to Wolf Geldmacher)
* new isolinux configuration format is now supported
(thanks to Wolf Geldmacher)
* if a local copy of gfxboot-theme-ubuntu is found inside ~/tmp
it won’t be downloaded from bzr, allowing better customizations
(thanks to Wolf Geldmacher)
* gfxboot-theme-ubuntu source download routine was completely rewritten
using wget instead of bzr

But the most important thing is that Wolf Geldmacher, the guy who provided most of the patches for this release, is joining UCK development team, this is an awesome news!

So now hurry up and download UCK 2.0.11 while it’s hot!

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu 9.10 remixes by CreaLabs and the new UCK

Hello everybody, I’m here just to tell you that all our Ubuntu remixes were updated after the official karmic release:

Also Ubuntu Customization Kit was updated to be fully compatibly with the new Ubuntu 9.10.

Be sure to check everything out :-)

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

How to install PHP PDO_OCI on Ubuntu Jaunty

This is a revamped guide, previously wrote for gutsy, enjoy!

1) prerequisites

First of all we’ll install the php5-dev package which contains some utilities we’ll need for the build process:

sudo apt-get install php5-dev

then you’ve to find out your ORACLE_HOME environment variable, try executing:

env | grep ORACLE_HOME=

If this command outputs something like:

ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server

then you can jump to section “2) Getting and compiling PDO_OCI” otherwise go on thru this section.

If this guide we’ll just see how to find out which is your ORACLE_HOME directory if you’ve installed the oracle-xe server package. If you’ve installed instantclient or anything else please refer to the product documentation. So you’ve an installed and configured oracle-xe instance on your machine, now type:

cat /etc/init.d/oracle-xe |grep ORACLE_HOME=

the command should print something like:

ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server

now we’ve to export this variable to the current terminal session, we’ll do that with this command:

export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server

and the environment variable will be configured.

2) Getting and compiling PDO_OCI

Just cut and paste these simple commands to download PDO_OCI from the web and prepare it for the build phase:

cd /tmp
pecl download pdo_oci
tar xvfz PDO_OCI-1.0.tgz
cd PDO_OCI-1.0
phpize
mkdir include
ln -s /usr/include/php5/ include/php
./configure

now everything should be setup and we can build the driver and install it with:

make && make install

If everything is fine you can continue

3) Configuring PHP and Apache

if everything is fine you can go on editing your php.ini file and adding this line:

extension=pdo_oci.so

now create a phpinfo.php file under your apache’s document root, containing this line:

<?php phpinfo();

point your browser to:

http://localhost/phpinfo.php

and search for the “environment” section, it should look like the one in the next screenshot:
environment variables
if you see the ORACLE_HOME line everything it’s ok, jump to the “4) Closure” section otherwise edit /etc/apache2/envvars file and add the ORACLE_HOME configuration, it will be something like this (on a single line):

export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server

4) Closure

Restart your apache and you’re done:

sudo /etc/init.d/apache2 restart

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu Desktop Course 8.04 available

I haven’t seen any news out there so I think it’s really useful to make you all know that a new Ubuntu Desktop Course has been released, it’s written on Ubuntu 8.04 LTS, here’s some link you may like:

I can imagine what you’re thinking… Ubuntu 9.04 is already out, why this course is about 8.04? I actuallly don’t have an answer but having a course for a LTS is really important and anyway training structures cannot handle the effort of updating all the materials and instructors every 6 months, just my 2 cents.

Enjoy :-)

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

UCK 2.0.8 released

Changelog:

* Package:
* every uck-* binary file now has a man page (docs/man)
* no need to remove the debian/ dir from upstream tarball
* uck-* binaries moved from /usr/share/uck to /usr/bin

Download it

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

UCK 2.0.7, entering the Universe!

Today is a great day for our beloved project Ubuntu Customization Kit reaches the 2.0.7 version (there are only a few minor changes to the packaging so you can leave the update behind) but, most of all, thanks to the work of Alessio Treglia, UCK has been uploaded to the Ubuntu’s Universe repository for the upcoming Ubuntu 9.04!

This is a great leap ahead for UCK, we’re about to reach millions of Ubuntu users who’ll be able to install UCK directly from their package manager, without having to download it from UCK’s website!

go go go!

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu Customization Kit 2.0.6

I know, I’m a little bit late with this post, hope you’ll excuse me but I’m really out of time in these weeks :-)

Last week we rolled out the new version of the Ubuntu Customization Kit, named 2.0.6, containing some bugfixes, hey we’re about to enter Ubuntu’s Universe repository, that’s a big step for our beloved project and we’re working with the Ubuntu team and Alessio Treglia to make it happen!

So step into the official UCK 2.0.6 release announcement to know the changes and download it!

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu Customization Kit 2.0.5 is out!

Do you want to remaster the Ubuntu ISOs? Here you have the tool you’ve ever wanted :-)

In this release you’ll find a few minor bugfix but we’ve been working with a great guy (Alessio Treglia) to make UCK enter Ubuntu’s “universe” repository, we’ll keep you up to date about this wonderful goal!

Changelog:

* GUI:
* UCK version number fix

* Backend:
* uck-remaster script now outputs UCK version
for a better debugging
* minor fix to download-gfxboot-theme-ubuntu
(thanks to Alessio Treglia)

* Package:
* minor fixes to uck.desktop (thanks to Alessio Treglia)
* some license/copyright issues were fixed (thanks to Alessio Treglia)

Download Ubuntu Customization Kit 2.0.5.

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu Italian Remix 8.10

Ubuntu’s official desktop ISO, to fit into the 700MB standard size, is delivered with a limited set of translations, this set does not contain the Italian Language.

That’s why, since Ubuntu 5.10, we’re releasing our Ubuntu Italian Remix, to provide everyone the official Ubuntu desktop ISO plus built-in full Italian translations.

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine

Ubuntu Mini Remix 8.10

You want to create your own Ubuntu Based distro but you don’t want to start from scratch? Ubuntu Mini Remix is the answer you’ll looking for!

It’s the smallest Ubuntu out there, only 133MB, fully functional, you can also use it as a rescue cd!

Download it and, using an ISO remastering software like Ubuntu Customization Kit, start customizing it adding your preferred software, graphic and everything you want.

Share/bookmark:
Digg StumbleUpon Facebook Reddit Mixx del.icio.us Google Live NewsVine