» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with to + install

USB Xubuntu 8.10 Install via the USB Creator

XUbuntu 8.10 USB Creator: The following tutorial covers the process of installing Xubuntu 8.10 to a USB flash drive, or other portable USB device using USB Creator. Installing Xubuntu 8.10 to a flash drive via this method allows the use of the persistence feature (via a persistence loop file) to save and restore your changes [...]

User:malforme: Pen Drive Linux

USB Kubuntu 8.10 Persistent Install using Windows

USB Kubuntu 8.10 The following tutorial covers the process of installing Kubuntu 8.10 to a USB flash drive. Kubuntu 8.10 is based on Ubuntu but sports a KDE 4 desktop instead of Gnome. Some people prefer the KDE desktop due to it's unique graphical look and feel. Upon completion of this tutorial, you should have [...]

User:malforme: Pen Drive Linux

Move WUBI Ubuntu Install to an external USB drive

In the following tutorial, we show you how to move your existing Wubi Ubuntu install to an external USB drive. This enables you to take your Wubi install of Ubuntu with you. Moreover, because Wubi is using loopfiles (files that once mounted, act as partitions), the remaining NTFS partitioned drive space is still completely usable [...]

User:malforme: Pen Drive Linux

ISO Master - The Ultimate CD/DVD image (iso,nrg) Editor

ISO Master is a graphical editor for ISO images with support for ISO9660, RockRidge, and Joliet file names. It is useful for extracting, deleting, or adding files and directories to or from an ISO image. It is based on the bkisofs and GTK2 libraries.

(...)
Read the rest of ISO Master - The Ultimate CD/DVD image (iso,nrg) Editor (147 words)


© admin for Ubuntu Geek, 2008. | Permalink | One comment | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under General.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Howto install JS3tream and backup to Amazons S3

JS3tream was written to provide easy streaming of data to and from Amazons S3 data storage service. JS3tream is NOT a backup solution by itself. But, coupled with tar or zip, JS3tream provides a very powerful backup solution.

Install the Sun JVM using the following command

sudo apt-get install sun-java5-bin

You will need the zip/unzip utility to extract the JS3tream utility

sudo apt-get install unzip

Go to the JS3tream web site, and download the latest zip file. Extract this file to a directory of your choice. Eg /usr/local/bin

cd /usr/local/bin

unzip js3tream-0.6.2.zip

Test to make sure both java and JS3tream are correctly setup. Start by going to the directory you put JS3tream.

cd /usr/local/bin

Make sure java is correctly installed. I happen to have 1.5.0.11

sudo java -version

java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode)

Test that JS3tream can be executed.

sudo java -jar js3tream.jar --help

JS3tream v0.6 - December 17, 2007
Protected under the LGPL
Copyright (c) Shane Powell 2007
http://js3tream.sourceforge.net

At this point JS3tream should be correctly installed. Now, it's simply a matter of following the examples and howtos on the JS3tream web site.

Ubuntu: OnlyUbuntu Tutorials

USB Ubuntu 8.04 Persistent install from Linux

USB Ubuntu 8.04 Persistent install from Linux without using a CDROM. This tutorial will enable a user to install Ubuntu 8.04 Hardy Heron to a USB flash drive via a running (Ubuntu) Linux environment. The persistence feature is being utilized to allow the user to save and restore changes on subsequent boots. If you already [...]

User:malforme: Pen Drive Linux

USB Kubuntu 8.04 Persistent install from Linux

USB Kubuntu 8.04 Persistent Linux installation from Linux without using a CDROM. Some Linux users prefer Kubuntu over Ubuntu because it uses the KDE desktop environment instead of Gnome. In the following, we cover the process of installing Kubuntu 8.04 Hardy Heron to a USB flash drive from within Linux. The persistence feature is [...]

User:malforme: Pen Drive Linux

Scriptful " How To Install Pligg Beta 9.6

Scriptful " How To Install Pligg Beta 9.6

pligg: del.icio.us tag/pligg

Howto install JS3tream and backup to Amazons S3

JS3tream was written to provide easy streaming of data to and from Amazons S3 data storage service. JS3tream is NOT a backup solution by itself. But, coupled with tar or zip, JS3tream provides a very powerful backup solution.

Install the Sun JVM using the following command

sudo apt-get install sun-java5-bin

You will need the zip/unzip utility to extract the JS3tream utility

sudo apt-get install unzip

Go to the JS3tream web site, and download the latest zip file. Extract this file to a directory of your choice. Eg /usr/local/bin

cd /usr/local/bin

unzip js3tream-0.6.2.zip

Test to make sure both java and JS3tream are correctly setup. Start by going to the directory you put JS3tream.

cd /usr/local/bin

Make sure java is correctly installed. I happen to have 1.5.0.11

sudo java -version

java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode)

Test that JS3tream can be executed.

sudo java -jar js3tream.jar --help

JS3tream v0.6 - December 17, 2007
Protected under the LGPL
Copyright (c) Shane Powell 2007
http://js3tream.sourceforge.net

At this point JS3tream should be correctly installed. Now, it's simply a matter of following the examples and howtos on the JS3tream web site.

Ubuntu: Only Ubuntu

Simple way to crash InnoDB plugin 1.0

Now I figured out the reason for MySQL Server 5.1.24 crash when used with InnoDB plugin 1.0. As I had a older my.cnf in the path and it had innodb_flush_method=fdatasync as the default flush method. But from 5.1.24 onwards, fdatasync is not supported as the flush method (not sure why we have such a change in the final stage of RC code, but  …)

Even though I get an error in the mysqld.err log that InnoDB failed to register; but server starts and loads rest of InnoDB information schema plugins without the main InnoDB plugin.

InnoDB: Unrecognized value fdatasync for innodb_flush_method
080423 22:36:04 [ERROR] Plugin ‘InnoDB’ init function returned error.
080423 22:36:04 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.

As the server started with rest of the InnoDB plugins; upon querying any of them; the server simply crashes…

mysql> show plugins;
+---------------------+--------+--------------------+---------+---------+
| Name                | Status | Type               | Library | License |
+---------------------+--------+--------------------+---------+---------+
| binlog              | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| partition           | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| ARCHIVE             | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| BLACKHOLE           | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| CSV                 | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| FEDERATED           | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| MEMORY              | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| INNODB_TRX          | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_LOCKS        | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_LOCK_WAITS   | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMP          | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMP_RESET    | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMPMEM       | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMPMEM_RESET | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| MyISAM              | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| MRG_MYISAM          | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
+---------------------+--------+--------------------+---------+---------+
16 rows in set (0.00 sec)
 
mysql> select * from Information_schema.Innodb_locks;
ERROR 2013 (HY000): Lost connection to MySQL server during query

You can crash in the same way if you have any invalid InnoDB variable in the config file. It looks like InnoDB needs to have dependency on the main plugin when it is loading the information schema plugins or at least it should have validation checks up on querying the information schema tables for the main plugin. I will file a bug report on this.

Good thing is I was able to get InnoDB plugin to work with MySQL 5.1.24 and started doing some benchmarks, and results seemed to be very positive. I will post the updated results later tomorrow.

MySQL: Planet MySQL

USB SUSE Installation to a USB Hard Drive

The following tutorial covers the process of installing SUSE Linux to an external USB Hard Drive using the OpenSUSE Live CD. The process is made possible due to a custom Portable SUSE script created by James Rhodes. The user basically boots from the Live OpenSUSE CD and performs the installation via the included YaST2 Install [...]

User:malforme: Pen Drive Linux

USB SUSE Installation to a USB Hard Drive

The following tutorial covers the process of installing SUSE Linux to an external USB Hard Drive using the OpenSUSE Live CD. The process is made possible due to a custom Portable SUSE script created by James Rhodes. The user basically boots from the Live OpenSUSE CD and performs the installation via the included YaST2 Install [...]

User:malforme: Pen Drive Linux

USB SUSE Installation from Linux

The following tutorial covers the process of installing SUSE Linux to an external USB Hard Drive using the OpenSUSE Live CD. The process is made possible due to a custom Portable SUSE script created by James Rhodes. The user basically boots from the Live OpenSUSE CD and performs the installation via the included YaST2 Install script to install SUSE to a USB Hard drive. Then the user reboots from the Portable SUSE installation and launches the custom script to convert some files in the running SUSE system for portable compatibility.

(more…)

Tags:

Related posts

User:malforme: Pen Drive Linux

How to play Sexy Beach 3 on Debian Linux!

Bored and perverted? And using Linux… Poor us!

Sexy Beach 3 is an hentai game. And time to time I play dating sims. But thats not the case! I wanted to go further much further. I am used to play Sexy Beach on my Customized XBOX. Till Sexy Beach 3 got released. I downloaded an English copy and bought the original from japan. So I tried to use wine to start the game. After certain attempts I began to be bored and head out on google. And found out about Wine-Doors. Now from here on I will explain how to play Sexy Beach 3 on Linux.

(...)
Read the rest of How to play Sexy Beach 3 on Debian Linux! (333 words)


© FeestBijtje for Debian Admin, 2008. | Permalink | 6 comments

Add to del.icio.us

Search blogs linking this post with Technorati

Want more on these topics ? Browse the archive of posts filed under General.

---
Related Articles at Debian Admin:

  • No Related Posts

  • Debian: Debian Admin Step By Step Tutorials and articles with screenshots

    USB Pendrive Linux install from Windows

    The following tutorial covers the process of easily installing the Pendrivelinux remix (Based purely on Debian) to a USB flashdrive using Windows. Due to the overly simplified USB Linux installation process, this tutorial is especially tailored for current Windows users being freshly introduced to Linux. However, even the seasoned Linux user "who also owns a [...]

    User:malforme: Pen Drive Linux

    USB Ubuntu 7.10 Gutsy Gibbon install

    USB Ubuntu 7.10 install from Linux: This tutorial enables you to install, boot and run Ubuntu 7.10 (Gutsy Gibbon) from USB. In addition to installing Ubuntu to a USB device and then booting Ubuntu from USB, this tutorial will enable you to automatically save your changes and settings back to the stick and further restore [...]

    User:malforme: Pen Drive Linux

    How to install Eclipse in Ubuntu.

    In Edgy (Ubuntu 6.10) most of the packages are now available through apt-get (or your preferred package manager like Synaptic or Adept) from the universe and multiverse repositories. Install the packages eclipse, sun-java5-jre and tomcat5.5.

    Eclipse: del.icio.us/tag/eclipse

    » Compiz/Beryl Ubuntu Tutorials : Breezy - Dapper - Edgy - Feisty

    e I decided to install Beryl and AIGLX after upgrading to Ubuntu 6.10 (Edgy Eft). After getting things setup and enjoying the sweet new features of Beryl I thought I’d post my instructions. note: All previous installations of XGL/AIGLX must be removed f

    Beryl: del.icio.us tag beryl