Change Is Inevitable
  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright
Change Is Inevitable

Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects

  • Home
  • MySQL
    • MySQL-Articles
    • MySQL-Scripts
    • MySQL Resources
  • Technical
    • QA-Testing
  • General
    • Review
    • Just for fun
    • Personal
  • Contact Me
    • Copyright

Browsing Category

Technical

39 posts

Quick look at subversion / svn commands – overview

  • Kedar
  • March 4, 2009
About Subversion: Subversion, also known as svn, is a version control system much like the Concurrent Versions System (CVS). Version control systems allow many individuals (who may be distributed geographically)…
View Post

Simple Shell Script to Monitoring Disk Space on a Linux Machine

  • Kedar
  • January 11, 2009
This article explain a way to get a mail as soon asĀ the diskĀ usage reaches to its critical level to avoid issues later. To set a simple monitor on Linux /…
View Post

Linux Shell Commands – quick how-tos

  • Kedar
  • January 10, 2009
Following are linux commands, tricks for doing regular tasks. Rename files: replace space by _ in linux: for files in *; do mv “$files” `echo $files | tr ‘ ‘…
View Post

Posts navigation

Previous 1 … 6 7
... ...
Change Is Inevitable
Designed & Developed by Code Supply Co.