SEO Projection Modeling

SEO Projection Modeling It’s a testament to SEO becoming mainstream that more and more marketing folks are asking, and often demanding, that the results of an SEO effort be projected beforehand similar to how other marketing activities are handled. And…

Vi cheat sheet

vi / vim show line number command To display line numbers along the left side of a window, type any one of the following: :set number

Installing phpMyAdmin on Mac OS X Lion

Mac OS X by default ships with Apache web server which we will use to install (configure) phpMyAdmin to manage MySQL server installed previously on Mac OS X 10.7 (aka Lion). At the end of this step-by-step tutorial, you should be…

Your First soapUI Project

step-by-step guide: The soapUI project is the central point in all soapUI testing. Once the project is created, you can create and run Functional Tests, LoadTests, create MockServices or much more. In this tutorial, we will walk through two…

7 Linux sudo Command Tips and Tricks

Using sudo command, an user can execute root only commands. In this article, let us review how to setup sudo environment along with some sudo command examples, tips, and tricks. 1. Set up sudo Environment in /etc/sudoers You can provide…

Verify Veritas cluster and freeze group

hastatus -sum hagrp -freeze <grpname> hagrp unfreeze <grpname> check again hastatus -sum  # hastatus -sum — SYSTEM STATE — System               State                Frozen A  pg_i2k01a            RUNNING              0 A  pg_i2k01b            RUNNING              0 — GROUP STATE — Group           System               Probed     AutoDisabled    State B …

Czech medical services

After disasterous experience with local medical situation I’ve collected some options to consider for foreigners with international insurance. Just make sure you have right insurance to cover the costs… Medicover.cz Premium Care Unicare

Check Oracle version

Login as Oracle user $ sqlplus / as sysdba SQL> select * from v$version; The command output is similar to the following information: BANNER ——————————————————————————– Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 – 64bit Production PL/SQL Release 11.1.0.7.0 – Production…