March 2, 2010 at 12:11 pm
by Daniel · Filed under Oracle
It had been a while since I had updated SQL Developer. It turns out that version 2.1 was released March 1st of this year. I’ve downloaded it and created a Debian package. It can be downloaded from the DJS Consulting Linux Software Repository.
I’ve used it with Sun’s Java 6 Update 18; I have not tested it with OpenJDK. If you have problems getting it to work, you may want to check the previous post on this topic.
Permalink
April 3, 2009 at 6:21 pm
by Daniel · Filed under Xine RPMs
Below are the library and development RPMs for xine-lib version 1.1.16.3. These were built on Ubuntu Linux and converted to RPM using alien. Be sure to check out the About the Xine RPMs post for more information.
xine-lib — The main xine library
xine-lib-dev — The development xine library (needed if you’re building an interface against xine-lib)
xine-lib-doc — Documentation
You’ll also need a user interface – as of this release, the most current release of xine-ui is 0.99.5.
(To save disk space, only the current release and two prior releases will be maintained.)
Permalink
February 11, 2009 at 7:29 pm
by Daniel · Filed under Xine RPMs
Below are the library and development RPMs for xine-lib version 1.1.16.2. These were built on Ubuntu Linux and converted to RPM using alien. Be sure to check out the About the Xine RPMs post for more information.
xine-lib — The main xine library
xine-lib-dev — The development xine library (needed if you’re building an interface against xine-lib)
xine-lib-doc — Documentation
You’ll also need a user interface – as of this release, the most current release of xine-ui is 0.99.5.
(To save disk space, only the current release and two prior releases will be maintained.)
Permalink
January 12, 2009 at 10:53 pm
by Daniel · Filed under Xine RPMs
Below are the library and development RPMs for xine-lib version 1.1.16.1. Additionally, beginning with this release, there is also a documentation RPM available. These were built on Ubuntu Linux and converted to RPM using alien. Be sure to check out the About the Xine RPMs post for more information.
xine-lib — The main xine library
xine-lib-dev — The development xine library (needed if you’re building an interface against xine-lib)
xine-lib-doc — Documentation
You’ll also need a user interface – as of this release, the most current release of xine-ui is 0.99.5.
(To save disk space, only the current release and two prior releases will be maintained.)
Permalink
October 29, 2008 at 7:17 am
by Daniel · Filed under MySQL, Oracle, PostgreSQL, SQL, SQL Server
Oracle SQL Developer is a Java-based tool that provides a graphical interface to a database. While it’s main focus is Oracle (of course), it can be hooked up, via JDBC, to many other databases, such as MySQL, PostgreSQL, and SQL Server. It’s similar to Toad, but is provided by Oracle at no cost.
Oracle provides SQL Developer in either an RPM, or a generic binary install. I like the ability to manage packages, but I’ve never had much luck at getting RPM to run on Ubuntu. I downloaded the RPM file, and, using alien, I converted the package to a .deb package (Debian package format) and installed it. I worked like a charm!
I haven’t tested it with gcj, but using Sun’s Java 6 update 7 from the Ubuntu repositories, it ran just fine. After you install the package, do a directory list on /usr/lib/jvm. You’re looking for the Sun JDK – if it’s installed, you’ll have a symlink java-6-sun that points to java-6-sun-1.6.0.07. Once you’ve determined the location of the JDK, run “sqldeveloper” from the command line – the program will prompt you for the path to your JDK. Enter it (probably “/usr/lib/jvm/java-6-sun”) and you’re good to go. (You have to install the package as root – but, for the rest of these steps, use your normal user, not root, as this puts settings in a .sqldeveloper directory off your home directory.) The package installs an icon in the “Programming” or “Development” group. Once you’ve told it where the JDK is, you can use this to launch it.
Download SQL Developer 1.5.1 Debian Package
Permalink
October 27, 2008 at 9:06 pm
by Daniel · Filed under Internet Privacy & Security
For those of us who are cookie-conscious as we surf the web, you’re aware that a lot of sites give cookies with names like _utma, _utmb, _utmc, and _utmz. It turns out that these cookies come from Google Analytics.
However, using AdBlock Plus, there is an easy way to kill it. To put in a filter for it, click the “ABP” stop sign icon, and click the “New Filter…” button. Enter “http://www.google-analytics.com/*” and press Enter. That’s it! Those _utm* cookies are now a thing of the past.
Permalink
June 29, 2008 at 7:20 pm
by Daniel · Filed under Xine RPMs
Below are the library and development RPMs for xine-lib version 1.1.14. These were built on Ubuntu Linux and converted to RPM using alien. Be sure to check out the About the Xine RPMs post for more information.
xine-lib — The main xine library
xine-lib-dev — The development xine library (needed if you’re building an interface against xine-lib)
You’ll also need a user interface – as of this release, the most current release of xine-ui is 0.99.5.
(To save disk space, only the current release and two prior releases will be maintained.)
Permalink
June 24, 2008 at 9:05 pm
by Daniel · Filed under General Info
We have created a software repository, where users can browse files that may be available. The base location is http://www.djs-consulting.com/linux/software. Within there, there are a few areas.
- /sled and /opensuse — These contain add-on CD images for SUSE Linux Enterprise Desktop (SLED) and openSUSE, created by Mike Petersen. These add-ons provide multimedia and gaming capabilities that don’t come with SLED unless you purchase the support or compile them yourselves. These images can be added as resources in YaST.
- /xine — This contains the 64-bit RPMs for xine (the latest three), both xine-lib and xine-ui. New releases will continue to get their own posts, but that’s where they will be.
Enjoy!
Permalink
June 24, 2008 at 7:06 pm
by Daniel · Filed under Xine RPMs
Below are the library and development RPMs for xine-lib version 1.1.13. These were built on Ubuntu Linux and converted to RPM using alien. Be sure to check out the About the Xine RPMs post for more information.
xine-lib — The main xine library
xine-lib-dev — The development xine library (needed if you’re building an interface against xine-lib)
You’ll also need a user interface – as of this release, the most current release of xine-ui is 0.99.5.
(To save disk space, only the current release and two prior releases will be maintained.)
Permalink
May 9, 2008 at 8:14 pm
by Daniel · Filed under Plug-Ins
Version 2.1 of Daniel’s DropDowns has been released. This fixes a problem introduced with the 2.5-series of WordPress – the output of the WordPress tag changed, so the search-and-replace portion that added a “Select Category” entry didn’t work. This has been fixed in version 2.1. I also corrected a small bug that caused the first entry in the category list to be selected if a default wasn’t specified.
It can be downloaded from the WordPress Plug-In Directory. Enjoy!
Permalink