Welcome to Thomas Koeppen's knowledge base homepage.
| 0-9 ... 1 |
A ... 10 |
B ... 9 |
C ... 9 |
D ... 4 |
E ... 3 |
| F ... 4 |
G ... 5 |
H ... 3 |
I ... 6 |
J ... 7 |
K ... 3 |
| L ... 3 |
M ... 5 |
N ... 1 |
O ... 2 |
P ... 7 |
Q ... 0 |
| R ... 6 |
S ... 13 |
T ... 9 |
U ... 4 |
V ... 8 |
W ... 8 |
| X ... 0 |
Y ... 0 |
Z ... 0 |
!@#$ ... 0 |
|
|
|
0-9
2006' experiences with ruby - a short introduction
http://wiki.rubyonrails.com http://www.rubyonrails.org/ On my 2006 projects 2006's list was ruby, so i decided to make first test with it, a really cool. after less than 30 minutes i was able to get it running ... Derived from this article ...
|
A
agile scrum
Management Agile Srum Scrum has been employed successfully as a management wrapper for Extreme Programming engineering practices. Scrum provides the agile management mechanisms; Extreme Programming provides the integrated engineering practices. (A scrum is a team pack in Rugby, everybody ...
agile xp
Management Agile XP (Extreme Programming) Extreme Programming (XP) is actually a deliberate and disciplined approach to software development. About eight years old, it has already been proven at many companies of all different sizes and industries world wide ...
ajax
Ajax Asynchronous JavaScript and XML Defining Ajax Ajax isn't a technology. It's really several technologies, each flourishing in its own right, coming together in powerful new ways. Ajax incorporates: standardsbased presentation using XHTML and CSS; dynamic ...
amd64 (aka x86_64)
AMD64 (aka x8664) running debian in 64bit, the amd64 port (2004 and later) Since my new box (setup at the end of 2004) a i run the amd64 port very successfully. The amd64 fraction of debian's people did quite good ...
anonymizer
security anonymizer tor anonymous instant messaging with psi and jabber http://kai.iksjena.de/jabber/ (howto configure psi/jabber with tor) http://tor.eff.org/ (An anonymous Internet communication system) http://psiim.org/ (the truly open messaging application) aptget ...
apache
Ressources # http://httpd.apache.org (httpd.apache.org's website) # http://httpd.apache.org/docs/misc/rewriteguide.html # http://httpd.apache.org/docs2.0/misc/rewriteguide.html or see my security related page > security Apache status and error codes Successful Client Requests 200 OK 201 ...
apt-get (the package installer)
Issue with archive PGP signature 2006 Failure: aptget update ... Reading package lists... Done W: GPG error: http://security.debian.org sarge/updates Release: The following signatures couldn't be verified because the public key is not available: NOPUBKEY 010908312D230C5F ...
Aptana - Radrails IDE
Aptana IDE is a free, opensource, crossplatform, JavaScriptfocused development environment for building Ajax applications. It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support and a JavaScript debugger to troubleshoot your code. Download and URLs The Official Website ...
articles
ati
ATI Graphics Card Driver fglrx I run my box with an Radeon X1800 and got this artifactatbottomrightcorner problem with fglrx version 7.12 random. It looks like 8 verticallysqueezed rectangles placed on a horizontal line (watermark letters?), and it didn't ...
|
B
bash
Bash Scripting Guide http://jprog.de/linux/bash/absguide3.2/HTML/index.html (local jprog mirror) Download from this jprog mirror (complete archive with all sources, current version February 2005 3.2 http://jprog.de/linux/bash/absguide3.2/absguide3.2.tar.bz2 ...
benchmarks
linux benchmark tools http://www.acnc.com/benchmarks.html (AC&NC benchmarks page) http://lbs.sourceforge.net/ (Linux Benchmark Suite Homepage) linux benchmark http://www.unix.com/forumdisplay.php?f=50 @ unix.com http://www.unix.com (Linux Benchmarks) http://www.coker.com.au/bonnie ...
best practices - 10 leader qualities
Qualities of a Transformational Leader By Paul Lemberg There is nothing more difficult to take in hand, more perilous to conduct, more uncertain in its success than to take the lead in the introduction of a new order of things." Inscription From Machiavelli's Tomb # Focus on what's ...
best practices - 10 mistakes
How to Make Mistakes By Paul Lemberg Promoting risk taking and eliminating fear of failure. If you like this or other articles on this site, consider getting your own copy of Faster Than The Speed of Change. It includes 186 pages of similar articles ...
best practices - boss hurt employee performance
Six Ways Bosses Make It Harder By Paul Lemberg How owners and managers hurt employee performance. Most discussions of management and leadership talk about what to do to help people be their best. Here are six ways executives and entrepreneurs routinely ...
blogs and wikis
bonnie++
my bonnie benchmark results (based on bonnie http://www.coker.com.au/bonnie/ and can be compared with sourcepole.com raid page http://sourcepole.com/sources/reviews/raid/ 20060819 first test on device /sdc1 (1x Samsung 200Gig SP2004C SATA on MSI ...
books
My private library
build continuum
continuum a continuous integration tool http://maven.apache.org/continuum/ http://jira.codehaus.org/browse/CONTINUUM http://blogs.codehaus.org/people/brett/ (Brett Porter) http://maven.zones.apache.org/continuum/builds/branches/continuum1.0.x/?M=A (builds
|
C
cache
caching in j2ee web applications Object caching is an important aspect in the design and development of Web Applications. Object caching is for objects which are neither static (unchanging) nor fully dynamic. The best definition of object caching can be found in the functional ...
cache jcs
JCS java caching system checkout source sources can be find here: http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/ current version is 1.2.7 (20060216): http://svn.apache.org/viewcvs.cgi/jakarta/jcs/trunk/tempbuild/ or checkout locally: thomas@aphrodite ...
cms
CMS content management system common ressources / cms or see in javasection: portlet http://en.wikipedia.org/wiki/Listofcontentmanagementsystems http://javasource.net/opensource/contentmanagmentsystems http://jcp.org/aboutJava/communityprocess/maintenance/jsr170/ (Content Repository for Java Technology API 1.0.1) http ...
companies
Web 2.0 Companies Here is a list of all the web 2.0 companies out there. Multiply the total by 10 to consider all the ones not included in the list. Who says there is no hype? # 2006/03/17 from Baris http://baris.typepad.com # 2006/05/09 from BobStumpel http ...
confluence
Confluence is an enterprise wiki that makes it easy for your team to collaborate and share knowledge. I made a long discovery journey through different wiki. This journey begun with Media Wiki http://www.mediawiki.org (2001), went through SnipSnap http ...
convert types
Java Convert from Type X to Type Y integer to String : int i = 42; String str = Integer.toString(i); or String str = "" i double to String String str = Double.toString(i); long to String String str = Long.toString ...
cups - Common UNIX Printing System
CUPS comon ressources http://www.cups.org/cupshelp.html http://www.cups.org/documentation.php local page: http://localhost:631/ Broken CUPS printing problem or see : http://www.linuxprinting.org/errorlogfaq.html If you get a CUPS error message (generally in /var/log ...
current confluence environment
Last Updated: June 2007 Operating System / Kernel (tested with) # Debian unstable / 2.6.20.7 #1 Sat Apr 21 20:19:54 CEST 2007 x8664 GNU/Linux # Debian etch (stable) 2.6.20.7 # Debian sarge (outdated ...
cvs
CVSRelated Documents too see cool admin infos to cvs 1.12.9 and all changes they done for current version, see attached file
|
D
database
debian
linux debian project My private' and business' favourite linux distribution is debian. sid (unstable), i like to use it, e.g. amd64port with unstable, quite cool. etch (testing), it is the next debian release, upcoming in 2007 (some UAT servers ...
design uml
common j2ee design / patterns http://cs.wwc.edu/aabyan/435/ (Anthony Aaby's Software Engineering course at Walla Walla College) http://cs.wwc.edu/aabyan/435/intro.html (Aaby's lecture notes on the SWEBOK) http://www.swebok.org/ (Guide to the Software Engineering Body of Knowledge ...
Documentation
Welcome to Thomas Koeppen's knowledge base homepage
|
E
eclipse
eclipse IDE variant A: download eclipse and maintain manually http://www.eclipse.org/downloads/ variant B: install eclipse in a new way with poweredbypulse 1. download and unpack from http://www.poweredbypulse.com/ tar xfz pulselinuxgtkx86.jar 2. start pulseinstall thomas@aphrodite ...
Edward J. Correia - Team Leaders Behaving Badly
Team Leaders Behaving Badly By Edward J. Correia Ever had a boss yell at or correct you in front of your coworkers? Or worse yet, ignore you for weeks on end? If so, you've been the victim, at the very least, of a leader behaving ...
exim tips
show exim version exim bV delete frozen messages mailq grep frozen awk
|
F
facebook - disable beacon with firefox plugin blocksite
facebook disable beacon with firefox plugin blocksite !facebooklogo2.gif! There has been endless speculation around the new advertising network that Facebook will be launching next Tuesday at ad:tech in New York. There are at least two pieces to the network. One is getting more ...
firegate 0.79
firegate 0.79 #!/bin/bash # Program Name = FIRE GATE # Intended Use = An IPtables firewall ruleset and NAT gateway # Revision Lvl = 0.79 # Created File = 20 Jan 2002 # Last Updated = 01 Sep 2003 # Download ...
Five Simple Steps to Better Typography
Five Simple Steps to Better Typography Author of attached slides is Mark Boulton http://www.markboulton.co.uk at AtMedia 2007: Read more The Elements of Typographic Style applied to the Web (http://webtypography.net/) Web Typography Rocks (http://webtypography.net/sxsw2007
fonts
font issues problems with ugly fonts in mozilla I got with usage of gdm (gnome) and current testing (web): Mozilla Web Browser dummy package 2:1.65 very ugly menuappearance. The bugfix was to modify the order of FontPath in my XF86Config4 ...
|
G
gc
Java Garbage Collection Sun JVM 1.3 some commens to attached files: attached 'aptcom20030725SunJVM13GarbageCollectionEnigmasUnravelled.pdf' contains the best information to garbage collection in java 1.3 i ever found. ... javaworld20020111Pickupperformancewithgenerationalgarbagecollection.pdf describes the appropriate java hotspot vm 1.3.1 parameters ...
gnupg (and howto migrate from pgp)
Moving from PGP to GnuPG (or see: my public pgpkey thomas:my pgp or gpg key) Arghhh! How do I switch to GnuPG when I (and my friends) already use PGP? I recently had my ...
gpg quick start
GPG Quick Start http://www.gnupg.org/documentation/ http://www.madboa.com/geek/gpgquickstart
graphics and video
Graphics and Video
gurus
|
H
hardware
hardware reviews http://tomshardware.thgweb.de/ (Tom's Hardware Guide Deutschland) http://www.pcstats.com (Directory of Guides and Reviews) http://www.anandtech.com/ (hardware analysis and news
How to setup a new confluence installation
short howto setup a new confluence installation. (Page last updated: ) preconditions for ubuntu: aptget install libicedev libsmdev libx11dev libxextdev libxpdev libxtdev libxtstdev 1) create new install directory mkdir /www/apps/ cd /www ...
howto install mod_security2 with apache2 in Ubuntu
howto install modsecurity2 with apache2 in Ubuntu !modsecurity.gif! There are many significant changes and enhancements in ModSecurity 2.x over the 1.x branch, including: use core rules with various features five processing phases: request headers, request body, response headers ...
|
I
i18n
Internationalization / Localization http://www.joelonsoftware.com/articles/Unicode.html (Joel on Software The Absolute Minimum About Unicode and Character Sets best unicode article i ever found 10/2003) http://www.i18nguy.com/unicode/codepages.html http://www.debian.org/doc/manuals/introi18n/ (Introduction ...
ia32-libs conflict error during apt-get upgrade (Apr 2005)
ia32 (hints, errors) 1. ia32libs conflict error during aptget upgrade (Apr 2005) ISSUE aphrodite:# aptget upgrade Reading Package Lists... Done Building Dependency Tree... Done The following packages have been kept back ...
install ruby1.9
install on debian/unstable Install ruby on your system aptget install ruby1.9 ri1.9 rdoc1.9 ruby1.9examples .. Setting up ruby1.9 (1.9.0200606091) ... Setting up ruby1.9examples (1.9.0200606091) ... Setting up rdoc1.9 (1.9.0200606091) ... Setting up ri1.9 (1.9.0200606091) ... .. Install ...
interview-lucy-hood-president-fox-mobile-stratton-sclavos-ceo-verisign
Interview: Lucy Hood, President, Fox Mobile; Stratton Sclavos, CEO, VeriSign Originally posted: http://www.moconews.net/entry/interviewlucyhoodpresidentfoxmobilestrattonsclavosceoverisign By Staci D. Kramer Tue 12 Sep 2006 03:10 PM PST Interview: Lucy Hood ...
iozone
iozone benchmark result (created with iozone http://www.iozone.org) 20060819 first test on device /sdc1 (1x Samsung 200Gig SP2004C SATA on MSI K8N Neo2 Platinum) 22:07:40thomas@aphrodite:/install/iozone3263/src/current$ iozone j 1 ...
iptables (setup a simple firewall)
Setup a simple firewall (iptables based) I found a very simple firewall script (with useful comments): link firegate http://sourceforge.net/projects/firegate/. Current version came from end of last year (2003) with version 0.79, see ...
|
J
j2ee
java
java favourites http://kickjava.com/ (read javadoc online) http://www.javaperformancetuning.com/ http://www.javaspecialists.co.za (effective java tips and tricks) http://www.precisejava.com/ (best practices to improve performance in J2EE) common gc convert types test tools (ant,maven ...
java - j2se_1.4 - amd64
debian amd64 java 1.4 port sun itself did not compiled older java version's to amd64, found only: (they support debian 64bit linux since java 5.0) For older weblogic applications i need a java 1.4. So ...
java common
java on debian
Installing java SDK with debian sarge i386 j2se 6.0 see http://java.sun.com/javase/6/ my last installed version: java version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0b105) Java HotSpot ...
Java Server Faces and Facelets
Java Server Faces / Facelets Many component frameworks available today still fall within the same development requirements as Model 2 frameworks, such as Struts. You have to create a document that represents your view and produce a secondary action or page ...
java tools
Java Tools http://javasource.net/ (open source software in java) IDEs http://www.jetbrains.com/idea/ (IntelliJ IDEA The Most Intelligent Java IDE) http://www.eclipse.org/webtools/ (the web standard tools subproject under eclipse) http://www.exadel.com/web ...
|
K
kernel
my linux kernel pages linux kernel
kernel compilation howto
my linux debian kernel compilation howto prerequisites that i need to compile the new kernel: aptget update aptget install kernelpackage ncursesdev wget bzip2 aptget install moduleinittools initrdtools procps Then go to /usr/src: cd /usr ...
kissMyFirewall 2.0.1
kissMyFirewall 2.0.1 #!/bin/bash # # K.I.S.S. My Firewall Version 2.0 # http://www.geocities.com/steve93138/ # # No Configuration Required! # ############################################################################## # # Optional KISS Configurtion Variables: # BLOCKLIST="" TCPIN="20 21 25 53 80 110 143 443 995 3306 ...
|
L
linux
linuxuser273255.gif! http://counter.li.org !linux.gif
linux web resources
linux external howtos common http://www.howtoforge.com/ (open source howto development web site) http://wiki.linuxquestions.org http://www.tldp.org/ (The Linux Documentation Project) http://www.google.com/linux debian http://www.debianadministration.org/ (debian related howtos) http://www.infodrom.org ...
locale
locale settings with linux This is a never ending story in multilocale situations (one server used for different locales) documentation see http://www.infodrom.org/Debian/doc/maint/Maintenancesysadmin.html (The Debian Maintenance HOWTO, locale section) my preferred way # default ...
|
M
mail
exim exim tips http://www.exim.org/eximwiki/FAQ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4 (download) postfix http://www.postfix.org/documentation.html http://postfixwiki.org clamav http://www.clamav.net/ gld / spam Other: http://www.junkbusters.com/ http://spamassassin.apache.org ...
management
mephisto blog software
http://mephistoblog.com/ (current version 0.7.3 NohVarr 27.07.2006) http://groups.google.com/group/MephistoBlog http://mephisto.stikipad.com/help http://johnwyles.com/2006/12/19/settingupmephistousingmysqlapacheandsubversion/ http://octopod.info/2006/8/19/managingmultiplelocalmephistoreposwithsvk
mirror
Setting up an internal Debian AMD64 mirror Original Message Subject: Re: Setting up an internal Debian AMD64 mirror Date: Fri, 04 Mar 2005 05:20:08 0100 From: Goswin von ...
misc
|
N
netboot
DebianInstaller: Boot via PXE (Original document can be found at http://wiki.debian.net/index.cgi?DebianInstallerNetbootPXE) Many network cards or BIOSses for i386 computers support the PXE booting method. You can use this to install Debian over the network without ...
|
O
opennms system monitoring
System Monitoring under Debian http://www.opennms.org (enterprise grade network management platform) http://blogs.opennms.org/ http://www.cacti.net (a complete network graphing solution) http://opennms.netstatz.com/ (v2.0 2004 by Ian B. MacDonald, but still interesting reading
openoffice.org 2.0 setup with amd64 (Feb. 2005)
openoffice.org 2.0 setup with amd64 (Jan. 2006) http://www.oooforum.org/ (forum) http://openoffice.debian.net/ (Debians OpenOffice.org Website) openoffice.org 1.0 setup with amd64 (Feb. 2005) Summarizing past instructions, this works as of today: aptget install ia32libsopenoffice.org aptget install ...
|
P
pm philosophy
Management Software Development Philosophies The emperor is not wearing any clothes. The SEI CMM Level 3 defined approach to systems development does not and cannot work. Research between ADM, Vmark, Borland, and DuPont Advanced Research Facility has proven ...
PM web resources
Management Ressources Software Development Agile Methodologies http://www.controlchaos.com/resources/ (Scrum) http://www.objectmentor.com/processImprovement/index (XP) http://www.extremeprogramming.org/rules.html (XP) New Methodology In the past few years there's been a blossoming of a new style of software methodology ...
portlet
J2EE Portlet Architecture and JSR168 Jetspeed2 is the nextgeneration enterprise portal at Apache http://portals.apache.org/jetspeed2/ Jetspeed2 is the nextgeneration enterprise portal at Apache. Jetspeed2 offers several architectural enhancements and improvements over Jetspeed 1.0. First, Jetspeed2 is conformant to the Java ...
pppoe 2004
PPPOE 4 Linux (german) TOnline Installationsanleitung für Debian Linux 3.0 (Woody) Last Update: Mit Dezember 31 18:00:00 CEST 2003 by Udo Meeh KonfigurationsAnleitung von Hand Die wohl bekannteste UserspaceImplementierung ...
private
project management
software and project management I try to collect here my favourite ressources to agility, software development processes etc. pm philosophy (software development philosophy) PM web resources (links) Agile methods come with rapid prototyping and rapid ...
projects 2006
projects i like to review, use in 2006 J2EE Terracotta Clustering Alternative http://www.terracottatech.com/index.shtml Terracotta DSO is a transparent clustering solution that allows several Java Virtual Machines (JVMs) to appear and act as a single J2EE JSR 170 ...
|
Q
|
R
Radrails - Hello World
Howto to write a simple Hello World with Radrails Steps # Open Eclipse ## Select the Rails Perspective. Go to Windows, Open Perspective, Others ## Select the option Rails from the list ## Click OK # Next set up the Configration for Rails. Go ...
raid (hardware raid)
3ware 9550SXU4L Installed a RAID5 with three Samsung HD501LJ SATA To use smartctl : aptget install smartmontools To get drive information: smartctl a d 3ware,0 /dev/twa0 smartctl version 5.37 i686pclinuxgnu Copyright (C) 20026 Bruce Allen Home ...
raid (software raid)
Howto install on debian a linux software raid # duplicate existing hard disk /dev/sda sfdisk d /dev/sda sfdisk /dev/sdb Checking that noone is using this disk right now ... OK Disk /dev/sdb: 14596 ...
refactoring xhtml
refactoring xhtml Wellformedness Defined # Every element has one parent element, no overlap # Every starttag has a casesensitive matching endtag # Attribute values are quoted # Entity references are defined # plus Namespaces Wellformedness Refactoring # Make name lower ...
Rosabeth Moss Kanter - When Giants Learn to Dance
Rosabeth Moss Kanter http://goodmeasure.com (management consulting firm with an international practice, specializing in organizational change and innovation, and the effective implementation of strategy. The company is still managed by its founders, with Rosabeth Moss Kanter as Chairman and Barry A. Stein as President ...
ruby on rails
http://www.rubyforum.com/ http://daniel.lorch.cc/docs/railsinstalldebian/ http://wiki.rubyonrails.org/rails/pages/HowtosInstallation http://ctrlclick.co.uk/articles/2006/06/05/therealityofrubyonrails/ http://mongrel.rubyforge.org/docs/apache.html http://blog.leetsoft.com/ (Tobias Luetke's thoughts liquid markup, shopify etc
|
S
security
my security related pages alerts http://www.linuxdevcenter.com/pub/ct/20 (Noel Davis reviews the published exploits from Unix and open source) http://www.cexx.org/ (CounterExploitation's Homepage) webapplications and apache # http://www.modsecurity.org (Open Source Web Application ...
security for web applications
Examples of security policies for web applications UserID and password must be sent via the POST method only. Password should be encrypted when stored in the database In production, remove all "backdoor" login code Assigned accounts should be locked if a number ...
soa - Service Oriented Architecture
J2EE Service Oriented Architecture Serviceoriented architecture (SOA) has arrived, and with it have come a faster application development process and the ability to adapt more flexibly to changing business needs. The Gartner Group predicts that "By 2008, SOA will be a prevailing software engineering ...
software architecture
ssl
SSL certificates for Apache2, Courier, Exim4 and Jabberd2 on Debian Creating SSL certificates for web, mail and IM servers is not well documented. Here are some notes on generating certificates on a Debian server, signed by your own certificate authority, plus instructions ...
standards
Web Standards According to my official job as director of web application development all web pages shouldn't be designed only for one specific browser but should be authored to W3C's recommendation (http://www.w3.org) including XHTML 1.0 Transitional (http ...
stats on large portals
creating web statistics on large enterprise portals smaller site can use tools like awstats http://awstats.sourceforge.net/ or analog http://www.analog.cx/ Web Click Stream Analysis using Linux Clusters Article from lurie@us.ibm.com http://www128.ibm.com ...
step-by-step install guide postgresql server
install postgresql server under ubuntu install postgresql (currently postgresql8.2) aptget install postgresql install apache2 and php5 (not database related, but normally needed for testing applications) aptget install apache2 php5 php5pgsql We now need to create ...
strategy
organizational development best practices 10 Qualities of a Transformational Leader best practices 10 leader qualities How to Make Mistakes best practices 10 mistakes Six Ways Bosses Hurt Employee Performance best practices boss hurt ...
struts web framework
struts http://raibledesigns.com/page/rd?entry=struts128has 200512 They upgraded to struts 1.2.8, but it has same clientside validation issue as 1.2.7. The good news is it's a Commons Validator issue this time, and you can fix it by upgrading to Commons Validator 1.2.0 ...
Sumantra Goshal
Sumantra Ghoshal !SumantraGhoshal.jpg! Sumantra Ghoshal, reknowned management guru, was born in 1948 in Calcutta. He graduated from Delhi University with Physics major. Took a job at Indian Oil Corporation and rose through the management ranks before moving to the USA ...
sun jsf (RI) vs. myfaces
sun jsf (RI) vs. myfaces I could not found a detailled comparison between Sun's JSF reference implementation (RI) and Apache's myfaces. I read a comment from 2006: You can use Sun RI and use Tomahawk ...
synergy
synergy use multiple systems on one desktop http://sourceforge.net/projects/synergy2/ Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems without special hardware. It's intended for users with multiple computers ...
|
T
tar backup
simple backup script with tar # # Xyerp's Backup Script! # Version: 1.0 # A really dirty script that reads a list of files and targzips them # # Variables FILEDATE=`/bin/date %d%m%Y` FILEPATH=/backup FILENAME=$FILEPATH/$HOSTNAME$FILEDATE.tar.gz ...
test
Testing is everything Currently dig only some work on unit testing, but we need to do a lot of for web application testing, todo is much! Frameworks: http://testng.org/doc/ (Google engineer Cedric Beust http://beust.com/weblog/'s TestNG ...
timezone
timezone http://www.fourmilab.ch/cgibin/uncgi/Earth (earth time zone, nice image) http://www.csgnetwork.com/timeutcdispcalc.html (UTC time format display) http://www.mkssoftware.com/docs/man1/date.1.asp (date formatting) aptget install gworldclock File/Preferences/Rool Your ...
tips and tricks
tools
Here i collect simple howtos, guides for misc tools i use
TreeNavigation
My Home Documentation
tripwire
tripwire setup http://www.linuxhelp.net/guides/tripwire/ 1.1.1 new install aptget install tripwire all question answered with YES enter site passphrase enter local passphrase So to generate the database, run: /usr/sbin/tripwire init ...
typo - rss to typo converter
jprog.de blog was converted from confluence to typo. This transition, however, would have been a lot harder had it not been for all the following help: 1. How to get Typo running See my instructions here. 2. Get Confluence ...
typo blog software
http://typosphere.org/ 4.1 stable version (03/2007) http://www.dev411.com/typo/themes/ http://proofread.digitalachievement.com/catalog/ http://www.linuxconsultingteam.com/articles/tag/typo (configure apache) http://www.litespeedtech.com/support/wiki/doku.php?id=litespeedwiki:rubyrailseasy http://www.linuxweblog.com ...
|
U
ubuntu
Ubuntu switch from Debian !ubuntulogo.png! According to get a more actual linux version i switched from Debian to Ubuntu some months ago (August 2007 with Feisty release). Sorry Debian project, i like you very ...
ubuntu hardy remote setup with debootstrap
ubuntu hardy remote setup with debootstrap one of my oldest server boxes needs a current distro update. it run on the good old Debian Sarge http://www.debian.org/releases/sarge/ (June 2005), but should be prepared for current monitoring and reporting ...
ubuntu setup
ubuntu setup !Ubuntuguidelogo.png! i collect here setup related information. Ubuntu http://ubuntuguide.org/wiki/Ubuntu:Hardy Hardy Heron (8.04 LTS) is the successor of Gutsy Gibbon (7.10) and was release in April 2008. A simple step by step setup ...
udev curiosities with kernel 2.6.12 (Jul. 2005)
udev curiosities with kernel 2.6.12 20050716 my current installed kernel is 2.6.9 after aptget update && aptget upgrade yesterday debian tried to installed udev 0.60, but 0.60 says it requires kernel >= 2.6.12 !!??, hmmmh compiled my own ...
|
V
vi
vi the editor Links http://www.rayninfo.co.uk/vimtips.html http://www.vim.org/ Command Meaning vi File Name Open or Create File vi Open New File To Be Named vi r File Name Recover Crashed File view File ...
via 1 hardware
VIAPC System Hardware Molex Motherboard VIA EPIAME 6000 CPU VIA EDEN ESP 6000 (fanless
via 2 linux distribution debian
VIAPC Linux Distribution Debian Sarge As stable distribution debian linux is installed. With my good experiences from other debian sarge installations (http://www.debian.org) as linux box, i decided to use this distribution as gateway operating system, too ...
via 3 via pc kernel compilation
VIAPC kernel compilation (via epia details) 1. Motivation Built in with the debian sarge distribution i got already a 2.6 kernel. uname r Result: 2.6.71386 But to get a hardwaremonitored system i got no correct working lmsensors with this current ...
via 4 web links via related
VIAPC weblinks via related # http://www.epiawiki.org/files/epiakernel/ (epiawiki kernelpatch files) # http://secure.netroedge.com/lm78/ (the official lmsensors page) # http://www3.sympatico.ca/howlettfamily/epia/epiahowto/ (andrew howlett's interesting common epia howto from 2003/2004 ...
via pc embedded 2004
Setup VIA EPIA Gateway a private project 2004 This Project started in my vacation in august 2004. The aim was to shutdown my old very noisy old linuxgateway, based on a 5yearold redhatlinux with an old AMD K6III CPU. The decision ...
video
join avi files mencoder forceidx ovc copy oac copy o file.avi p1.avi p2.avi
vmware
20060401 vmware start failure VMwareworkstation5.5.119175 thomas@aphrodite:$ /usr/local/vmware/vmware /usr/local/lib/vmware/bin/vmware: error while loading shared libraries: libX11.s o.6: cannot open shared object file: No such file or directory ...
|
W
web
web 2.0
imported:ajax != web 2.0 # My list of Web 2.0 Companies companies # Map of the Web 2.0 World http://wsfinder.jot.com/WikiHome/MapOfTheWorld # The Leading Web 2.0 Explanations http://web2.wsj2.com/reviewoftheyearsbestweb20explanations.htm (all from Dion Hinchcliffe http://web2.wsj2.com ...
web dev tips
Homepage tips Six Steps to Help Your Homepage Grow Up Getting a handle on your homepage marketing will take time, but that's no reason to delay. Here are my recommendations for working toward a more mature homepage. # Understand your yearly brand ...
web development
web development web news http://news.netcraft.com
web development tools - tips and tricks
tips and tricks to webdevelopment tools
weblogic
weblogic 8.x http://edocs.bea.com/wls/docs81/notes/issues.html http://wldj.syscon.com/read/48933.htm (Migrating from WebLogic 6.1 to 8.1) system administration http://edocs.bea.com/wls/docs81/perform/index.html (Performance and Tuning) http://edocs.bea.com/wls/docs81/capplan/index.html (Capacity Planning) http://edocs.bea.com ...
weblogic 5.x debugging setting (outdated)
weblogic 5.1 debugging (add to weblogic.properties) # Use these settings in production environments very carefully! # Cluster # min 0 max 3 weblogic.debug.cluster=3 # Replication # min 0 max 2 weblogic.debug.replication=2 # EJB debug weblogic.debug.ejb.security=true weblogic.debug.ejb.calls ...
workflow
design workflow workflow patterns (http://is.tm.tue.nl/research/patterns/) Workflow Patterns, Distributed and Parallel Databases, W.M.P. van der Aalst, A.H.M. ter Hofstede, B. Kiepuszewski, and A.P. Barros (July 2003, http://is.tm.tue.nl/research/patterns ...
|
X
|
Y
|
Z
|
!@#$
|