Codedrop™ Weblog

Drop’n some code and other tech tidbits…
  • Home
  • Google Shared
  • About Me
  • Reference Links
Rss feed Subscribe

Entries for the ‘Linux’ Category

RHEL terminal closes after a period of inactivity.

Aug.26, 2009 in Linux Comments Off

After weeks of frustration with my RHEL terminal windows closing themselves after a small interval of inactivity, (go for lunch and my terminals were closed)… I finally found out the solution to prevent this ‘default’ behaviour that comes in RHEL.
The /etc/profile was the culprit.  Simply remove the following lines or update them to a much [...]

How to rename a vm (.vmdk) file for VMWare Server 1.0.4

Aug.28, 2008 in Linux Comments Off

In Vmware server 1.04, you can use the following process to rename the vmdk files:
1. Copy folder, rename vmx file
2. Edit machine, change hostname
3. Rename vdmk
4. Edit settings and add disk you just renamed as existing disk (remove old one)
5. Start vm and check it works (don’t forget to use newsid)
Tweet This Post

Tags: VMWare

Oracle 10.2.0.1 installation on Fedora 8

Jul.22, 2008 in Linux, Oracle Comments Off

Below are the installation note’s I captured in installing Oracle10.2.0.1 on a Fedora 8 workstation. For some reason installations ofOracle on Fedora linux in past never went as smooth as hoped.. I washowever relatively happy with how things turned out on F8 and its niceto see some of the old problems, like hanging during [...]

Tags: Fedora, Oracle

Creating A Local Mirror (Fedora)

Sep.06, 2007 in Linux Comments Off

Create a script that you’ll be able to setup as a cron entry to run daily. For a FC7 mirror I used the following:

#!/bin/bash
ARCH=i386 # Set to the architecture of your systems

# Mirror found at: http://mirrors.fedoraproject.org/publiclist/Fedora/7/
# Be sure to include trailing slash.
RELEASES_DIR=/clientdata/yum/fedora/releases/7/Fedora/$ARCH/
RELEASES_URL=rsync://mirrors.kernel.org/fedora/releases/7/Fedora/$ARCH/
CORE_DIR=/clientdata/yum/fedora/releases/7/Live/$ARCH/os/
CORE_URL=rsync://mirrors.kernel.org/fedora/releases/7/Live/i386/os/
UPDATES_URL=rsync://mirrors.kernel.org/fedora/updates/7/$ARCH/
UPDATES_DIR=/clientdata/yum/fedora/updates/7/$ARCH/

mkdir -p $RELEASES_DIR
cd $RELEASES_DIR || exit
rsync –recursive –delete -v $RELEASES_URL .

mkdir [...]

Tags: Fedora

Remote Syncronization of Current Date/Time

Jun.22, 2007 in Linux Comments Off

This is something I use quite often though always forget the host.. so thought to blog it here… To remotely sync your linux system time use the following command:
rdate -s time-a.nist.gov
Seems easy enough.. but I still manage to forget it!.. The old servers like clock.redhat.com don’t seem to work anymore.
Tweet This Post

Fedora Core 6 Tips

Jan.04, 2007 in Linux Comments Off

Fedora’s latest release is proving really nice.  Alot of work has gone into porting some of the cool XGL widgets into the native desktop using xorg extensions.  For example the famous ‘cube’ desktop switch… as simple as using the sytem preferences menu to enable desktop effects (at least assuming your video drivers are all supported!).
I [...]

VMWare License Keys

Dec.15, 2006 in General, Linux, Windows Comments Off

Stumbled across a good page with some information on obtaining vmware license keys.  Essentially all that is really required is that you register.. but suprisingly this wasn’t very easy to get to from the website.click here to receive your free serial number(s). ( non-expiring license key) free vm license keys

powered by performancing firefox
Tweet [...]

Running NSIS Natively On Linux

Mar.22, 2005 in Linux Comments Off

The NSIS source files are shipped with every official NSIS distribution as well with the development snapshots. The binary files distributed with the NSIS releases are compiled with the Microsoft Visual C++ 6.0 compiler. The source has also been tested to be compatible with the Microsoft Visual C++ .NET 2002/2003 compiler. The NSIS distribution includes [...]

Linux Samba Print Config

Mar.16, 2005 in Linux Comments Off

I‘m rnning a linux server (fc3) that I have samba mounted to a windows 2000 client. In order to have linux successfully print all documents sent from the windows client a RAW queue may be necessary.
The following errors were visible in the /var/log/messages file when attempting to print a MS Word document:

Mar 16 07:17:38 enigma2 [...]

Apache 2.0.50 / Tomcat 5 Configuration

Mar.03, 2005 in Linux Comments Off

Unfortunately there is a very pitiful amount of good documentation about how to properly configure Apache and Jboss. The apache site now declares that jk2 is no longer being developed, however try as I might I was not able to get jk to work with my configuration. After reverting back to jk2 I eventually got [...]

« previous entries  
Next Page »
  • Tag Cloud

    Blackberry Capistrano certificate Configuration CSS DNS-323 DOS Dreamhost EMS Fedora firebug GMail Google Grails Groovy ie Java jQuery JSF Linux Mac Mac OSX MacPorts Memory Migrations Oracle PERL Rails Ruby Safari SOAP WebService Spring SSL Tibco Time Machine toolbar Trac UI video sony m2ts vlc VMWare Windows XMLDB

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • Blogroll

    • A List Apart
    • Anassina
    • Just Be Kuz
    • Mashable
    • Poker Dreams Online
  • Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
  • Calendar

    September 2010
    M T W T F S S
    « May    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930  
  • Categories

    • Databases (5)
      • Oracle (4)
    • Dreamhost (1)
    • General (25)
    • Google (1)
    • Mobile (1)
    • OS (17)
      • Linux (11)
      • Mac OSX (5)
      • Windows (2)
    • Programming (26)
      • Build Automation (3)
      • Grails (1)
      • Java (8)
      • JBoss (1)
      • jQuery (1)
      • JSF (1)
      • MySQL (1)
      • PERL (1)
      • Rails (4)
      • Ruby (3)
    • Security (1)
    • Spring (1)
    • Tibco (4)
  • Recent Posts

    • How to address TIBCO (Send HTTP Request) SSL Certificate Problems
    • Grails and Oracle XMLDB (XMLType)
    • Getting ‘YYYYMMDDhhmmss’ date format in a MS Windows script… yuck!
    • Mysql, Rmagick on Snow Leopard, Homebrew to the rescue!
    • Use your DNS-323 for Time Machine backups.


Green Web Hosting! This site hosted by DreamHost.

© 2007 Codedrop™ Weblog - SafiTech Theme

Full RSS - Comments RSS

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.