Work

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 …

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…

Apache version

[root@stroj yum.repos.d]# httpd -v Server version: Apache (Unix) Server built: Sep 18 2007 11:26:13

Yum check-update

Configuration for Fedora 6 fedora-core.repo fedora-updates.repo fedora-extras.repo [root@stroj yum.repos.d]# yum check-update [root@stroj yum.repos.d]# yum update Loading „installonlyn“ plugin Setting up Update Process Setting up repositories Reading repository metadata in from local files Resolving Dependencies –> Populating transaction set with…

Enable VNC Authentication

Modify configuration from user  = nobody to i.e. root then add -rfbauth and restart xinetd # more vnc # default: off # description: This serves out a VNC connection which starts at a KDM login # prompt. This VNC…

Setting the secure flag in the cookies

Security team identified following flaw – Session Cookie without Secure flag set Original article on TechRepublic TechRepublic had an interesting article about the Surf Jack attack. Many people commented, some giving their own solution to the problem. However many of…

Track / Trace method on web server

Symptomps: serverxyz:~ # telnet 127.15.10.36 80 Trying 127.15.10.36… Connected to 10.17.105.34. Escape character is ‚^]‘. TRACE / HTTP HTTP 200 OK Date: Wed, 22 Aug 2012 12:17:05 GMT Server: Apache (Unix) mod_ssl OpenSSL Connection: close Content-Type: message/http TRACE / HTTP…

Awesome SW

Beyond Compare – comparing text files, configuration files, folders ,etc. DB Forge Data Comare Express – DB data content compare Total Commander – file manager Snipping tool – take a snap of your screen Putty & Xshell – ssh…

Check port/deamon thats running

testserver:~ # netstat -an | grep 512 tcp 0 0 0.0.0.0:512 0.0.0.0:* LISTEN unix 3 [ ] STREAM CONNECTED 802512508 /tmp/ksocket-sshusr/klauncherZNMCS unix 3 [ ] STREAM CONNECTED 802512507 testserver:~ # lsof -i :512 COMMAND PID USER FD TYPE DEVICE SIZE…