Friday, November 21, 2008

Windows new line in vi

To have windows new line in vi, use
CTRL+v, then enter

Friday, November 14, 2008

Retrieve deleted file from AIX

Hi all,

By mistake i deleted one file from my AIX 5.3 machine. Is it possible to retrieve it?

Thursday, November 6, 2008

Not able to copy file through tftp

Hi all,
I am trying to copy one file through tftp by using the following command,
uclibc[/]$ tftp -r /root/a.out -g 172.19.60.76
here, 172.19.60.76 is the tftp server.
but i am getting the error "time out"
in server log file(/var/log/messages), i can see the following error message,
Nov 5 17:38:19 localhost xinetd[14059]: START: tftp pid=28430 from=172.19.56.144Nov 5 17:38:19 localhost in.tftpd[28430]: /var/lib/tftpboot: Permission deniedNov 5 17:38:19 localhost xinetd[14059]: Deactivating service tftp due to excessive incoming connections. Restarting in 2 seconds.Nov 5 17:38:19 localhost xinetd[14059]: FAIL: tftp connections per second from=172.19.56.144Nov 5 17:38:21 localhost xinetd[14059]: Activating service tftp

Monday, November 3, 2008

AIX-Not able to see the Previously typed commands

Hi all,

In my AIX machine i cannot see the previously typed commands while pressing 'Up arrow' key.

Wednesday, October 29, 2008

svn instalation

any one can help me to install svn on sentos for php source code security

Tuesday, October 28, 2008

To check IMAP from cli

Try this to check IMAP from cli thru mutt


mutt -f imap://username@ipaddress

Sunday, October 26, 2008

Printing next day's date..

hi,

i need help on getting next day's date in aix.. I want to assign it to a variable in shell script. Can anybody help on this???

Girs

Saturday, October 25, 2008

Joining lines

Hi linuxurs,

How can i join lines in a file based of a particular char at the end of a line. eg,
contents of the file text.txt is as follows, need to join lines which end with ','
cat
bat,
eat,
some
help

The output should be as follows.
cat
bat,eat,some
help

Please help to do this with a perl, awk or sed one linner.

Welcome To linuxurs

Welcome to our small step towards sharing knowledge and contributing to opensource community.