Stuff

A Developers Ramblings
Menu
  • Home

Category: Shell

Looking at the contents of gzip files on the fly

April 6, 2011
 |  No Comments
 |  Category: Shell

This command basically un-gzips a file and pipes it to less/more. Very useful for looking in log files. The -c means output to standard out gunzip -c LOGFILE | less

Read More »

Finding out operating system name

April 6, 2011
 |  No Comments
 |  Category: Shell

If you ever need to quickly find out what operating system you are currently using, use this little command uname -a

Read More »

Finding the largest files in a directory

April 6, 2011
 |  No Comments
 |  Category: Shell

du -xk | sort -n

Read More »

Category

  • Apple
    • Mac Book Pro
    • OS X
  • Database
    • mysql
  • HTML
  • IOS
  • Java
    • Ant
    • JBoss
    • Logging
    • Struts
    • Websphere
  • Mobile
  • node
  • PHP
  • Safari
  • SCM
  • Shell
  • Uncategorized
  • Web Development
    • Symfony
    • Wordpress
      • Roots Theme
  • White Noise

Archives

  • April 2016
  • February 2016
  • April 2014
  • September 2013
  • August 2013
  • January 2013
  • December 2012
  • July 2012
  • June 2012
  • April 2012
  • March 2012
  • February 2012
  • November 2011
  • October 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011

Meta

  • Log in
About Us

Donec ut ex ac nulla pellentesque mollis in a enim. Praesent placerat sapien mauris, vitae sodales tellus venenatis ac. Suspendisse suscipit velit id ultricies auctor. Duis turpis arcu, aliquet sed sollicitudin sed, porta quis urna. Quisque velit nibh, egestas et erat a, vehicula interdum augue.

Main Navigation
  • Home
Recent Posts
Accessing an EJB 3.0 from Servlet 2.5 Container

Here is a guide on creating a Stateless EJB for a…

Development Buzz Words

Complete Frameworks React React.js Starter Kit helps you build fast, robust,…

Contact Info

100 King St, Melbourne PIC 4000, Australia

+123 456 7890

contact@company.com

2016 BizGrowth. All Right Reserved.
Design & Develop by Grace Themes