Linux – tail latest file in directory
This simple snippet tails (and follows) the latest log file in the current directory zithromax pills. tail –lines 100 -f `ls -t *log| head -1`
Read moreThis simple snippet tails (and follows) the latest log file in the current directory zithromax pills. tail –lines 100 -f `ls -t *log| head -1`
Read moreSetting up Ruby On Rails and SQL Server 2005 Database connections on Redhat Linux Following are the setup notes for how I got Ruby On Rails (running on RedHat Enterprise Linux) to connect with Microsoft SQL Server. This is based on the Ubuntu Platform-install instructions for activerecord-sqlserver-adapter Install the Redhat Packages unixODBC unixODBC-devel Download, compile, and install the stable version of FreeTDS Edit the configuration for FreeTDS…. we need to tell it about the SQL Server hosts and ports we’re
Read more