The Caboteria > Tech Web > WebChanges (03 Oct 2001, TobyCabot)

50 Recent Changes in Tech Web retrieved at 02:33 (Local)

(over to JavaNotes) EJB Containers A list of commercial and free EJB servers: http://www.mgm edv.de/ejbsig/ejbservers.html ...
Statistics for The Caboteria.Tech Web Month: Topic Views: Topic Saves: Attachment Uploads: Most Popular Topic Views: Top Contributors for ...
http://www.mysql.com/ Small, fast database for simple tasks like providing services to web servers. http://dev.mysql.com/doc/ mysql host host user user p database ...
These are ideas I have for little hacks to open source projects: TWiki it would be cool to translate to XML instead of HTML and use a style sheet to transform ...
Cygwin is a unix emulation environment for Windows. If you must use a Windows machine to write code then Cygwin will help. http://www.cygwin.com/ After installing ...
DebianTips MandrakeTips FedoraNotes UnixPerformanceTips PostfixNotes PostfixComcastAol PluggableAuthenticationModules At some point the ...
ProgrammingBookmarks HardwareBookmarks (Other non technical WebBookmarks) http://www.conglomerate.org/ client server xml document management system. The ...
UnixProgrammingBookmarks WebProgrammingBookmarks JavaProgrammingBookmarks DatabaseProgrammingBookmarks XmlProgrammingBookmarks Source Code Control ...
Tahoe LAFS is described as "the first decentralized storage system with provider independent security". Its name indicates that it's a "file system" but it's different ...
(Back to ProgrammingBookmarks) The root of all things WWW is the nop W3C: http://w3.org/ Open Web Application Security Project (OWASP) is an Open Source community ...
Tips UnixNotes HardwareTips DocBookTips DatabaseTips ProgrammingNotes TelephonyTips InterviewQuestions Misc UserInterfaceDesign ...
Debian GNU/Linux is the computer operating system that I use when I get to choose. It's a version of the GNU/Linux operating system that's developed cooperatively ...
http://news.ycombinator.com/item?id 2179123 excellent intro to version control and git http://progit.org/book/ git book (online and available in print) http:/ ...
(Back to ProgrammingBookmarks) Relational databases aren't cool, but they are hugely important to businesses around the world. I've been involved with databases for ...
http://www.securitysage.com/guides/postfix uce.html has detailed info on how to set up the Postfix MTA to filter spam. HOWTO harden postfix to SPAM: http://www.freesoftwaremagazine ...
Linux What's the difference between touch file and echo n file and rm file ? Hint: what happens if someone else has the file open, for example, a logfile ...
RVM is a nice tool that manages multiple installations of Ruby, JRuby, gems, etc. It's very useful if you're working on both Ruby and JRuby projects. http://rvm.beginrescueend ...
Introduction In the physical world, entropy is the unavoidable consequence of the 2nd law of thermodynamics. In theory the 2nd law doesn't hold in cyberspace, but ...
HP 9350i 10x4x32 IDE, slave on ide0 As of Linux 2.6 you don't seem to need to use SCSI emulation anymore as long as you tell cdrecord what to do using dev ATAPI ...
A bunch of folks from TecsChange are experimenting with the process of installing Ubuntu 6.06 on a variety of laptops. Here are some notes from the process. General ...
RestWebServicesNotes SoapWebServicesNotes EmacsTips GdbTips RubyNotes PythonTips JavaNotes PerlTips CygwinNotes CvsTips ...
(other DebianTips) In order to administer printers your userid needs to be in the lpadmin group. Debian Squeeze Slightly peculiar setup using an old nop LaserJet ...
(back to ProgrammingBookmarks) http://www.xml.com/pub/a/axml/axmlintro.html the annotated XML spec http://www.xml.org/xml/registry.jsp Oasis' XML schema/DTD registry ...
I'd like to make TBL's Semantic Web happen, so I'm helping out in a small way: I converted my resume to XML. I'm using the dtd at http://xmlresume.sourceforge.net ...
(back to WebBookmarks) The Art of Unix Programming (a/k/a TAOUP) Eric Raymond has been a fixture in the Unix community for a long time, and has a keen interest ...
(back to JavaNotes) Example database datasource configs are in docs/example/jca. Give jboss more memory than the java default you'll be glad you did (or sorry if ...
(back to ProgrammingNotes) Emacs is more than an editor it's a lifestyle. I spent years using vi but have fairly recently started to make the investment to join ...
Representational State Transfer is the software architecture of the world wide web. You can use this architecture to build distributed systems it's an alternative ...
Web Service Definition Language "an XML grammar for describing network services as collections of communication endpoints capable of exchanging messages." http: ...
Universal Description, Discovery, and Integration. How's that for a pretentious name? Home: http://www.uddi.org/ Intro white paper: http://www.uddi.org/pubs/Iru UDDI ...
This is where I store notes on technology. There are few enough topics that your best bet is probably to scan the list of them in the WebIndex, or you can see the ...
AC RAID.edu Disk I/O Benchmarks http:/ ...
Reverse Order Sometimes you want to display a list of items in the reverse order than they appear in the document. http://www.biglist.com/lists/xsl list/archives ...
The Apache group's j2ee server is called Geronimo. Here are some notes. The home page is http://geronimo.apache.org/ and there's a wiki at http://wiki.apache.org ...
I used to have a Psion Series 5. It was a cool little computer and I really liked it, but it eventually bit the dust when the flexy cable that fed signals to the ...
To enable the VT1211 chip (at least for Linux 2.6.18) you need to apply a patch: http://ftp.ntu.edu.tw/ftp/pub/linux/kernel/people/gregkh/i2c/2.6/2.6.18/hwmon vt1211 ...
Prevayler http://www.prevayler.org/ is an interesting tool that allows you to manage a tree of Java objects persistently. It's basically a combination of Java serialization ...
(see also UbuntuInstallationNotes) Non profit organizations increasingly depend on computers to help with day to day activities. Computers are very useful devices ...
The hp iPAQ 1940 is a small Pocket PC with a very nice screen. It's inexpensive and very thin and light. People are working on getting Linux running on it: http: ...
Current disk layout: Filesystem 1K blocks Used Available Use% Mounted on /dev/ida/c0d2p4 13268472 6885540 5708916 55% / tmpfs ...
(back to ProgrammingNotes) Python is a very interesting programming language. It's object oritented, very high level, interpreted, and has a clean syntax. It's ...
I like perl, but I don't use it enough to really get it. To manipulate dates use the Date::Manip package. It's big and slow but the most functional date handling ...
(back to TechNotes) I use Mandrake Linux on my Vaio; I don't like it as much as Debian but it seemed like the easiest to install on machines that already have Windows ...
(back to TechNotes) In general I like to use Postgresql for development because it's light, quick, and the tools are very developer friendly. It's not really suited ...
(TobyCabot 12 Nov 2003) We found out from the XmlCssExperiment that we can't expect to send XML and CSS to browsers and get good cross browser results. Mozilla does ...
(TobyCabot 08 Nov 2003) Why send XML to browsers? Semantic web, efficiency, ... How do you send XML to browsers? Mimetype Attach xslt and css documents using processing ...
My company (Riverton) sent me to the 2003 Server Side Symposium in Wakefield, MA on the last weekend in June. It was scheduled for Friday Sunday but I went Friday ...
The Oracle graphical console is called oemapp . You'll most likely want to run oemapp dbastudio , make sure that X is working first. Get a list of tables: select ...
Number of topics: 50

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

Edit | Attach | Print version | History: r1 | Backlinks | Raw View | Raw edit | More topic actions

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback