Siddesh BG's Blog

Build automation | Release Management | DevOps | Site Reliabality Engineering | Configuration Management | Version Control Systems | Continuous Delivery | Containers | Microservices | Cluster resource management | Cloud services | Analytics

Friday, October 30, 2009

AIX install/unintall software - ssh

›
In AIX, we can use smitty to install software. To uninstall, we can use "smit remove" I wanted to install ssh on a AIX machine....
11 comments:
Thursday, October 15, 2009

mount: server:path failed, reason given by server: Permission denied

›
We get this peculiar NFS moount problem for quite a few reasons. But recently we encountered this problem and scratched our head debugging i...
2 comments:
Wednesday, October 14, 2009

How to access CD from LINUX installed in VMWare Virtual machine?

›
In VMware workstation click on VM -> Settings -> CD-ROM. Make sure check boxes "Connected" and "Connect at power on...
Saturday, September 26, 2009

List of useful mysql commands

›
Lets start with mysql database administration commands. 1) /bin/mysql -h hostname -u root -p #To login 2) SHOW DATABASES; # List all datab...
Wednesday, September 16, 2009

How to redirect stdout & stderr to a file using tee?

›
ant -f build-release.xml dist 2>&1 |tee /tmp/tt
Sunday, August 23, 2009

Installing custom modules in Drupal

›
1) Download the module from drupal website which you are interested and place it in apps\drupal\htdocs\sites\all\modules. For Ex: I wanted t...
Thursday, July 9, 2009

How to use an external variable inside awk command?

›
Some times we need to pass external shell variables inside awk statement. Here is a way to do it suppose I want to use $user in my awk comma...
Monday, June 29, 2009

Dell laptop support

›
Dell provides very good service through it's support site http://support.dell.com/ . My laptop video driver got screwed up, for that jus...
2 comments:

Premature end of script headers

›
This error comes when we execute a Perl/Php/python script from apache http webserver. This is a common error which get reported for many pro...
Tuesday, June 23, 2009

CVS commands for novices

›
1) Building your repository export CVSROOT=/home/siddesh/cvs-repo mkdir -p $CVSROOT cvs init or (cvs -d $CVSROOT init) # Above ...
2 comments:
Friday, June 19, 2009

How to configure apache2.2 .x and php5.x?

›
As a newbie to PHP, I was trying to run a simple php file which I wrote on web browser. But it was displaying the php script contents instea...
Monday, June 1, 2009

How to set a login timeout for a perforce user?

›
Perforce supports two methods of authentication: password-based and ticket-based. How password-based authentication works? Password-based au...
1 comment:
Wednesday, May 20, 2009

Perforce Remote depot creation

›
The perforce remote depot allows to access files in depot created in another server instance. For example if you are connected to a server l...
Tuesday, May 19, 2009

How to start sshd in AIX Machine?

›
- Login as root - startsrc -s sshd #This will start sshd process 0513-059 The sshd Subsystem has been started. Subsystem PID is 27216. ...
2 comments:
Monday, May 11, 2009

Perforce spec depot

›
No need to manage manually perforce specs like client spec, job spec, label spec, branch spec, protection table, etc. Perforce (from 2005.1 ...
1 comment:
Tuesday, April 14, 2009

Perforce resources

›
Perforce official Blog/ Perforce twitter Perforce knowledge base Perforce Website Perforce Mail list perforce-user@perforce.com Perforce @ C...
1 comment:
Monday, February 16, 2009

rsync: command not found error even though rsync installed in local & remote server (Solaris)

›
I was trying to take backup of some content from a Solaris machine to Linux machine using rsync. But it was giving a strange error > /usr...
19 comments:
Wednesday, February 4, 2009

MD5 and SHA1 checksums

›
A checksum or hashsum is a fixed-size data computed from an arbitrary block of digital data for the purpose of detecting accidental errors ...
1 comment:
Wednesday, January 28, 2009

Perforce branch locking

›
You can lock Perforce branch,depot or any other folder by using either 1) Protection table 2) Triggers Using protection table: You can...
18 comments:
Thursday, January 22, 2009

Setting up NFS server (Fedora core10) and client on FC6

›
NFS means Network File System. NFS allows a system to share directories and files with others over a network. By using NFS, users and progra...
‹
›
Home
View web version

About Me

My photo
Siddesh BG
Bangalore, Karnataka, India
Profession: Engineering Director (Full stack, Data Science/Engineering, DevOps, QA) Cyble, Bangalore
Email:siddesh.bg@gmail.com
View my complete profile
Powered by Blogger.