Personal tools
You are here: Home Members ironstorm index-new
Document Actions

index-new

by ironstorm last modified 2006-01-19 03:37
Command to install XMMS Embedded on Loop mount on OZ 3.5.3:
ipkg -d loop install http://openzaurus.org/official/unstable/3.5.3/feed/libs/libglib-2.0-0_2.6.3-r0_arm.ipk http://openzaurus.org/official/unstable/3.5.3/feed/libs/libmikmod_3.2.0-beta2-r0_arm.ipk http://openzaurus.org/official/unstable/3.5.3/feed/libs/libid3tag0_0.15.0b-r0_arm.ipk http://openzaurus.org/official/unstable/3.5.3/feed/libs/libmad0_0.15.0b-r0_arm.ipk http://openzaurus.org/official/unstable/3.5.3/feed/libs/libvorbisidec1_svn-20050403-r0_arm.ipk http://openzaurus.org/official/unstable/3.5.3/feed/libs/libsidplay1_1.36.59-r0_arm.ipk xmms-embedded


Learn about:
import weblogic.application.ApplicationLifecycleEvent;
import weblogic.application.ApplicationLifecycleListener;


Building a Xen Kernel the Debian way
You can take a vanilla 2.6.10 or the Debian patched 2.6.10. I would
recommend the Debian patched one. You uncompress the kernel-source
somewhere, copy in your .config, that is fine.

The command you wish to run is:

make-kpkg --added-patches=xen --arch=xen --subarch=xen0 --revision=xenserver.0.1 debian

This patches the kernel and creates the ./debian directory in your
source. After that you can run:

make ARCH=xen menuconfig

And tune it to your liking. And after that, you compile the kernel:

make-kpkg --added-patches=xen --arch=xen --subarch=xen0 --revision=xenserver.0.1 kernel-image

And you are done. Not all of the flags need to be present in all
phases, but it doesn't hurt either. Do also note that make-kpkg has
some problems with --initrd combined with --arch=xen, so don't do
that.

Building a custom Xen Kernel
This is what worked for me (from memory). I unpacked a fresh copy of
linux 2.6.10 source, and then did:

# First make and install xen and the tools
cd xen-2.0-testing
make xen tools
cd ..

# Then make and install the kernel
cp -a --reply=yes xen-2.0-testing/linux-2.6.10-xen-sparse/* linux-2.6.10
cp .config linux-2.6.10
cd linux-2.6.10

Now you can either do
 make xconfig ARCH=xen
or
 make oldconfig ARCH=xen

make ARCH=xen
cp vmlinuz /boot/vmlinuz-2.6.10-xen

# Then edit bootloader configuration
nano /etc/grub.conf

Note that Xen will automatically remove items in your kernel config which
it thinks won't work.

--------------
cd xen-2.0
find . -name *onfig* -print

=>
...
./linux-2.6.10-xen-sparse/arch/xen/configs/xen0_defconfig

./linux-2.6.10-xen-sparse/arch/xen/configs/xenU_defconfig

these get picked up when you make world.

You'll have to merge options from both the Xen default config and your
own to get what you want.



Deamon Tools can cause BSOD (ntfs.sys) when trying to mount remote file shares, copy the image files to the local machine before mounting.


Speed up firefox:
How To Speed Up Firefox (Helpful Vanity)

Posted on 12/12/2004 12:45:50 PM PST by KoRn

Here's something for broadband people that will really speed Firefox up:

1.Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it receives.

If you're using a broadband connection you'll load pages MUCH faster now!



Set WL_HOME and MYSQL_DRIVER var's below and run to put the MySQL jar in the Weblogic classpath:
SET WL_HOME=D:\bea\weblogic81
SET MYSQL_DRIVER=C:\Java\JDBC\mysql-connector-java-3.1.6-bin.jar

find "MYSQL" "%WL_HOME%\common\bin\commEnv.cmd"
if %ERRORLEVEL%==1 (
echo. >> "%WL_HOME%\common\bin\commEnv.cmd"
echo @rem MySQL JDBC Driver Install - GED 2005 >> "%WL_HOME%\common\bin\commEnv.cmd"
echo SET MYSQL_DRIVER=%MYSQL_DRIVER% >> "%WL_HOME%\common\bin\commEnv.cmd"
echo SET CLASSPATH=%%MYSQL_DRIVER%%;%%CLASSPATH%% >> "%WL_HOME%\common\bin\commEnv.cmd"
)



New Years stuff
- Driving Lessons
- Cooking Classes

- Dodgeball
- Basketball
- Wieghts (when I get blackberry)

however if you do I can provide info on:
open source software, the creative commons, the Internet, Linux, HDTV, or other computer related stuff...

find . -name *.php -exec grep -Hn "string" {} \;

HTMLElement.prototype.__defineGetter__("runtimeStyle", function() {
return document.defaultView.getComputedStyle(this, null);
});


WebDAV and Plone Warning: WebDAV makes plone memory leak like a bitch on 
Plone 2.0.3 w/ Zope 2.6.2, so if you use it remember to restart Zope after.

Release order and estimated release times:

- DM7020-S estimated to be released from about 20.01.2005
- DM7080-S estimated to be released from about 01.03.2005
- DM7025-S/T/C estimated to be released about 01.04.2005
- DM7085-S/T/C estimated to be released about 01.05.2005
- DM8000-S/T/C HDTV model estimated to be released some time second half 2005

To Do


To Do Later

  • Remaster Knoppix for Centrino - http://debian.tu-bs.de/knoppix/remaster/ (if HP ever fixes my fucking laptop)
  • Trade Jeff HDTV Tuner for W1N Laptop bag by Targus Bag? (Customer Part#15-180303600 Model# ASUS23031KR2)
  • set-up Stunnel for POP3s /usr/share/doc/stunnel/README.Debian
  • RBC Internal Job Postings
  • TogetherSoft for Eclipse

Done


Remastering Knoppix

  • nxserver --adduser knoppix; echo knoppix | nxserver --passwd knoppix
  • swapon
  • cd
    ~; wget http://debian.tu-bs.de/knoppix/remaster/remaster_0.1-6.tar.gz;
    tar zxvf remaster_0.1-6.tar.gz; cd remaster-0.1; ./knoppix-remaster
  • chroot /mnt/hda2/remaster; export DISPLAY=knoppix:1000.0; synaptic

  • make
    your linux dir is not too long (I moved
    /mnt/hda2/remaster/usr/src/kernel-source-2.4.21-ged-usb-cuecat2 to
    /mnt/hda2/remaster/usr/src/l/) when I got:
    /bin/sh: line 1: scripts/mkdep: Argument list too long
    make: *** [dep-files] Error 126
  • export CC=gcc-2.95
  • wget http://developer.linuxtag.net/knoppix/sources/cloop_2.00-1.tar.gz
  • tar -zxvf cloop_2.00-1.tar.gz
cd cloop-2.00; make KERNEL_DIR=
  • make-kpkg clean; make-kpkg binary



Training


Recent Training:
  • RD601CE: Mastering Object-Oriented Analysis and Design with UML (Attended Feb 2, 2004)
  • WF601CE: WebSphere Studio Application Developer V5 for J2EE (Attended June 7, 2004)
  • OOUML: OO Analysis & Design Using UML, Java, Rational Rose and Design Patterns (Attended Aug 9, 2004)
  • WS801CE: WebSphere Best Practices Mentored Workshop (Attended Sept 27, 2004)
RD601CE: Mastering Object-Oriented Analysis and Design with UML
http://www-306.ibm.com/services/learning/ites.wss/ca/en?pageType=course_search&sortBy=5&searchType=1&sortDirection=9&includeNotScheduled=15&rowStart=0&rowsToReturn=20&maxSearchResults=200&searchString=RD601CE&language=en&country=cahttp://www-306.ibm.com/services/learning/ites.wss/ca/en?pageType=course_search&sortBy=5&searchType=1&sortDirection=9&includeNotScheduled=15&rowStart=0&rowsToReturn=20&maxSearchResults=200&searchString=RD601CE&language=en&country=ca
Attended Feb 2, 2004

WF601CE: WebSphere Studio Application Developer V5 for J2EE
http://www-306.ibm.com/services/learning/ites.wss/ca/en?pageType=course_search&sortBy=5&searchType=1&sortDirection=9&includeNotScheduled=15&rowStart=0&rowsToReturn=20&maxSearchResults=200&searchString=WF601CE+&language=en&country=ca
Attended June 7, 2004

OOUML: OO Analysis & Design Using UML, Java, Rational Rose and Design Patterns
http://www-306.ibm.com/services/learning/ites.wss/ca/en?pageType=course_description&courseCode=OOUML&country=ca&language=en
Attended Aug 9, 2004

WS801CE: WebSphere Best Practices Mentored Workshop
http://www-306.ibm.com/services/learning/ites.wss/ca/en?pageType=course_search&sortBy=5&searchType=1&sortDirection=9&includeNotScheduled=15&rowStart=0&rowsToReturn=20&maxSearchResults=200&searchString=WS801CE+&language=en&country=ca
Attended Sept 27, 2004

UPS Shipping

Done

  • Pick-up table from Structube on Thursday or Friday
  • HDTV Antenna - UPS Tracking
  • Ship Laptop back for repair (done) - UPS Tracking
  • Matt Good's 'Put Your Lights Out' Tour - Tickets on sale Sept 23, Show is Sat Oct 23 (TicketMaster Link)

Plone related



Using SimpleBlog as your homepage in Plone

create a blog in the root of your plone instance and

give it a shortname of index_html

CMFSin Border Fix - http://plone.org/newsitems/20030504_cmfsin/talkback/1093898674/discussionitem_view


CPSSkins: http://www.medic.chalmers.se/~jmo/CPS/

Demos: http://www.medic.chalmers.se/~jmo/CPS/demos/CPSSkins-2.1.6-Plone2.html

http://www.medic.chalmers.se/~jmo/CPS/demos/CPSSkins-2.1.6-Plone2-b.html



Installing Plone2 on Debian Woody by Tom Purl

Bulk import links from your browser into Plone

Stuff

J2EE Site Proposal

Best Practices

Tomcat Stuff

Tomcat1

QEMU Stuff


  • QEMU Win32 Nightly Builds
  • Free OS Zoo  
  • -monitor stdio to get a seperate terminal like QEMU 0.60 and earlier (otherwise you must use ctrl-shift-f2 and f1 to flip to the QEMU console)

Stacktrace logo from www.cooltext.com




Logo Text:  StackTrace.org Edit
Font:  Cooper, 50 pixel Edit
Foreground Color: 
Edit
Background Color: 
Edit
File Format:  .PNG Edit

Powered by Plone, the Open Source Content Management System

This site conforms to the following standards: