From the category archives:

How To's

How to install Joost on Linux

by macewan on March 5, 2007

Hey there I'm Robert MacEwan the author of Ideal Absolutes. If you're new to macewan.org, you may want to subscribe to my RSS feed.

This is a how-to on installing Joost on Linux.

Step 1: Boot computer*
Step 2: Login**

Step 3: Wait***

*Note: if the computer is already turned on the go to step 2
**Note: if you are already logged in the go to step 3
***Note: if you have been waiting - continue to do so

Has Joost forgotten about their promise to the Linux community?  A client for our platform and not from within WINE.
They really don’t seem too terribly concerned with courting the Linux community. In counting around 120+ request for a schedule of a beta release for our platform I haven’t found any good answers. Standard brush-off?

Throw the cross platform wording on the beta page and wait for the swarm of Digg users. Insta buzz!  As far as actually providing a Lin* version? Yeah, whenever we get around to throwing something together.

rather snarky ;-)

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 3 comments }

Howto fix PHP & Apache on Ubuntu Edgy

by macewan on February 22, 2007

Update March 7, 2007

Apparently this will round robin to the damn error. *deep breath* In the event you didn’t hear about the Wordpress exploit *coughUpgradeImmediatelycough* Let’s start from the beginning with a different server and see where it leads.

Updated March 5, 2007

When installing PHP5 for use with Wordpress on Ubuntu Edgy you may get the following error message in your browser window when you visit http://localhost/wordpress/wp-admin/install.php

Your PHP installation appears to be missing the MySQL which is required for WordPress.

This can be tracked down to wp-settings.php found in the root directory of the Wordpress domain. In looking at the file we see around line 54 where the error develops.

if ( !extension_loaded(’mysql’) && !file_exists(ABSPATH . ‘wp-c[stopped]
die( ‘Your PHP installation appears to be missing the MySQL which is required for WordPress.’ );
activity leading to the error message:

try this:

sudo apt-get remove –purge apache2 apache2-common apache2-mpm-prefork apache2-utils ssl-cert

sudo apt-get install apache2

sudo apt-get install php4

sudo apt-get install libapache2-mod-php4

sudo /etc/init.d/apache2 restart

sudo apt-get install mysql-server

sudo apt-get install mysql-admin

download wordpress with wget

wget http://wordpress.org/latest.tar.gz

sudo tar zxvf latest.tar.gz –directory=/var/www/

mysqladmin -u root password Pick-a-NewPassword

sudo /etc/init.d/mysql restart

sudo apt-get install libapache2-mod-auth-mysql php5-cli php5-mysql php5-mysqli phpmyadmin

Now we see where the error kicks in:

sudo apt-get install php5
sudo apt-get install libapache2-mod-php5
sudo /etc/init.d/apache2 restart
http://127.0.0.1/phpmyadmin
Databases
Export
Import
Log out
Click on Databases
You see a textbox with the title Create New Database.
Type in wordpress and hit enter
On the left hand side of the frame click the home button.
Now click Privileges
Scroll down on this new page and click Add a new User
On this new page in the Login Information section-
User name type: newuser
Host: localhost
Password: billgates
Re-type:   billgates
Now under the Global privileges section click Check All and click the go button.
Back at the gnome-terminal
sudo gedit /var/www/wordpress/wp-config.php
Fill in the newuser and billgates.
open browser to http://127.0.0.1/wordpress/wp-install.php
you will get this error:
Your PHP installation appears to be missing the MySQL which is required for WordPress.
The fix - later today.ref.http://www.supriyadisw.net/2006/12/wordpress-installation-on-ubuntu-with-lamphttp://ubuntuguide.org/wiki/Ubuntu:Edgy/Servers

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 1 comment }

Google Earth tutorial Italian translation

by macewan on February 22, 2007

Gabreyla Reyla has translated the Google Earth tutorial to Italian. Sharing information is what it’s all about.

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 0 comments }

Happy Birthday Sindu

by macewan on February 17, 2007

Previously I wrote a howto tutorial on installing cairo-dock on Ubuntu Edgy. Sindu has graciously translated it to Indonesian the day after his birthday.
http://sindu.web.id/blog/2007/02/16/install-cairo-dock-on-ubuntu-edgy/

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 0 comments }

Howto play a DVD on Ubuntu

by macewan on February 13, 2007

So you’re ready to watch V for Vendetta on Ubuntu.

When you put the DVD in it should open Totem for you, if it doesn’t then simply do this:

Applications > Sound & Video > Movie Player

After this you can try to open the movie from the menu

Either way, if you are presented with an error message like this:

An error occurred

The source seems encrypted, and can’t be read.
Are you trying to play an encrypted DVD without libdvdcss?

You will need to install libdvdcss. So let’s do that now. Open a Terminal window.

wget http://www.videolan.org/pub/videolan/libdvdcss/1.2.9/libdvdcss-1.2.9.tar.gz

tar -xzf lib*.tar.gz
rm lib*.gz
cd lib*
./configure
make
sudo make install

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 3 comments }

cairo-dock testing

by macewan on February 9, 2007

Grab a copy of the latest cairo @ http://cairographics.org/releases/. This attempt is with Cairo 1.2.0. Compiling is done with –enable-glitz

  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 0 comments }

[Wolves] Recording a video tutorial with vnc2swf

by macewan on February 9, 2007

[Wolves] Recording a video tutorial with vnc2swf

Some step by step instructions on recording a video tutorial with vnc2swf

1. Download pyvnc2swf from http://www.unixuser.org/~euske/vnc2swf/ --use the "Python version" zip link at the top.2. Unzip the zip file and save the contents somewhere -- I'm going toassume that you've unpacked it into the directory pyvnc2swf-0.80 inyour home directory.3. Install required dependencies. in Ubuntu, install the packagesx11vnc, lame, alsa-utils, and python2.4-pygame (using Synaptic PackageManager). You may need to enable the "multiverse" repository to get"lame": google for how to do this if you don't know.4. Open a command prompt (we'll call this "terminal 1").5. In terminal 1, enter:x11vnc -localhost -viewonly -wait 10 -defer 10This will write lots of stuff on the screen, ending withThe VNC desktop is localhost:04. Open a command prompt (we'll call this "terminal 2").5. In terminal 2, cd pyvnc2swf-0.80 (or the directory you created in step 2)6. In terminal 2, enter./vnc2swf.py -o out.swf -S "arecord -r 22050 voice.wav" localhost:07. In the "vnc2swf" window that pops up, click the green Start button.8. Do whatever you want to do in your video tutorial, explaining whatyou're doing through your microphone so that your voice is recorded.9. When finished, click the red Stop button on the vnc2swf window.10. Terminal 2 should go back to the normal command prompt (endingwith $ and allowing you to type). If it doesn't, hit Ctrl-C. (This maysay something about KeyboardInterrupt, which is fine.)11. Terminal 1 should go back to the normal command prompt (endingwith $ and allowing you to type). If it doesn't, hit Ctrl-C.12. In terminal 2, type "lame voice.wav". This makes an MP3 file from"voice.wav", which is your recorded voice.13. Still in terminal 2, type./edit.py -o out2.swf -a voice.wav.mp3 out.swfThis will write some things about "Input movie" and "Output movie" andthen scroll some dots on the screen to show that it's working.14. Once that is complete, you should have two files, out2.swf andout2.html. The out2.swf file is your video tutorial, in Flash format.The out2.html file is an example of how to create an HTML page showingyour Flash tutorial. Upload both to the web somewhere and tell peopleabout them.

If these instructions don't work, say what happened and I'll suggest some fixes.

Aq.


  • StumbleUpon
  • Technorati
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Pownce
  • TwitThis

{ 0 comments }

From Ubuntu Linux to Blog Coaching, Affiliate Marketing and Making Money Online. © 2000-2008 Robert MacEwan