Mic's knowledge base

My personal notes

Debug Mode on SHELL

clock November 15, 2008 22:50 by author mic
ksh -x script

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Transitioning to XHTML Strict

clock November 3, 2008 04:41 by author mic
Transitioning to XHTML is the easiest step to understand, because it's a matter of simply following rules. When you run a site through the W3C HTML Validator, it doesn't care if the site uses tables-based layout or CSS-based layout, or if your site is accessible or not. As long as the ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Oracle Sql Plus

clock October 31, 2008 06:39 by author mic
1. Introduction The Oracle Relational Database Management System (RDBMS) is an industry leading database system designed for mission critical data storage and retrieval. The RDBMS is responsible for accurately storing data and efficiently retrieving that data in response to user queries. ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


SQLplus

clock October 31, 2008 05:11 by author mic
What is SQL*Plus and where does it come from? SQL*Plus is a command line SQL and PL/SQL language interface and reporting tool that ships with the Oracle Database Client and Server software. It can be used interactively or driven from scripts. SQL*Plus is frequently used by DBAs and Developers ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Matching Patterns in Text: The Basics

clock October 25, 2008 16:30 by author mic
Character literals /a/ Mary had a little lamb. And everywhere that Mary went, the lamb was sure to go. /Mary/ Mary had a little lamb. And everywhere that Mary went, the lamb was sure to go. The very simplest pattern m... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Using regular epxression in perl

clock October 24, 2008 21:49 by author mic
Using Regular Expressions To check if there is a match in a string Perl uses special operator =~. Usual syntax is: variable =~ m/regular_expression/ The result of this operator is either true (if there is a match) or false (no match). The following example checks if a string contains a phon... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Regular expression special characters

clock October 24, 2008 21:24 by author mic
Entering Special Characters   <Comma>   ,   <Nul>   ^@   <Period>   .   <Space>    ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search and Replace string on Perl

clock October 24, 2008 06:56 by author mic
SEARCH & REPLACE. Just as the title implies, this is to look for certain patterns and replace them with a different specified string. Substitution is specified with s. It is placed before the first forward slash surrounding the search expression. The string that will be used to rep... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Perl string regular expression

clock October 24, 2008 04:38 by author mic
Introduction Without regular expressions, Perl would be a fast development environment. Probably a little faster than VB for console apps. With the addition of regular expressions, Perl exceeds other RAD environments five to twenty-fold in the hands of an experienced practitioner, on console app... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Fixing Spawning Session

clock October 16, 2008 17:59 by author mic
sudo /etc/init.d/vboxdrv setup

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Calendar

<<  November 2008  >>
MoTuWeThFrSaSu
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

View posts in large calendar

Page List

RecentPosts

Sign in