Search Results

Search: Posts Made By: linuxadmin
1,688
Posted By linuxadmin
It seems I am getting a different output in...
It seems I am getting a different output in this..
can u see this screenshot http://awesomescreenshot.com/0fc2em427d
(Edited the screenshot link)

---------- Post updated at 08:37 PM ----------...
1,688
Posted By linuxadmin
Simple comparison between two lists.
I have two lists (input) Alpha and Beta. [Values are tab separated. Now i am showing it separated with = sign]

Alpha:


Beta:
Need the output like this:

I would like to get an output like...
1,349
Posted By linuxadmin
Script to extract/compare from two files.
I have two files : Alpha and Beta.
The files are as follows (without arrow marks.)

Alpha:
A 1
D 90
G 11
B 24
C 15

Beta:
B 24
C 0 <--
G 11
D 20 <--
A ...
1,219
Posted By linuxadmin
Skysmart, Rather than asking someone to change...
Skysmart,
Rather than asking someone to change entire script to perl :o , you could have understand the logic and ask doubts in that.

By seeing, it is not a very big script. It just have some...
3,548
Posted By linuxadmin
You need the lines with 'VAR' alone in the output...
You need the lines with 'VAR' alone in the output ?
if so just grep it.

What you mean by related details ?
What exactly you need in the output ?
Forum: Hardware 05-17-2013
2,415
Posted By linuxadmin
Rather than asking in forums it would be easy for...
Rather than asking in forums it would be easy for you to talk with the customer care team.
Check which is the mother board / processor company. Just browse for their customer support. Make a call.
2,236
Posted By linuxadmin
while read line ; do [ `echo $line | grep...
while read line ; do [ `echo $line | grep "newjob" -c` -gt 0 ] && echo $line | awk -F":" '{print $2"~"}'; [ `echo $line | grep "command" -c` -gt 0 ] && echo $line | awk -F":" '{print $2}' ;done <...
4,530
Posted By linuxadmin
Find and replace from an XML
Input-xml
<weblogic-web-app>
<session-descriptor>
<session-param>
<param-name>SysName</param-name>
<param-value>smilyface</param-value>
</session-param>
...
1,364
Posted By linuxadmin
Sudo and edit other user's info.
i did a mistake. :(
user1 ]$ vi ~/.bashrc
sudo su - user2

now , whenever I try to login to user1 , it will login to user2.

How can I resolve this ? :rolleyes:

N.B
-- I do not have root...
2,183
Posted By linuxadmin
is there anyone having any idea on this..?
is there anyone having any idea on this..?
2,183
Posted By linuxadmin
Oh.. yea. I forgot it. sorry. It is KDE...
Oh.. yea. I forgot it. sorry.

It is KDE version of Fedora.

root ~# rpm -qa Gives
fedora-release-15-3.noarch

root ~# uname -a
Linux Desktop 2.6.40.3-0.fc15.i686 #1 SMP Tue Aug 16 04:24:09...
2,183
Posted By linuxadmin
Popup needed while reboot - for confirmation
Hi all,

I need something like a pop-up while clicking on shutdown button or reboot button in GUI and also while running the command reboot / shutdown / init it should ask some confirmation...
Forum: Open Source 02-27-2012
335,874
Posted By linuxadmin
Oh I am sorry , if it hurt anyone. I was...
Oh I am sorry , if it hurt anyone.
I was telling about some serious issue. Think about a spec as follows.

I have 2 xml files with same attributes , same tags and with different values / data of...
Forum: Open Source 02-24-2012
335,874
Posted By linuxadmin
What about comparing 2 files as in emacs and...
What about comparing 2 files as in emacs and eclipse.. ?
8,917
Posted By linuxadmin
run command with ssh[solved]
Hi all,

Is it possible to make this possible ?


[smily@xyz ~]$ echo $SKY_HOME
/var/sink/SKY

[smily@abc ~]$ echo $SKY_HOME
/home/smily/SKY

[smily@abc ~]$ ssh root@xyz "echo $SKY_HOME"...
9,937
Posted By linuxadmin
Oh you again mistaken me. The people who are...
Oh you again mistaken me.
The people who are going to use are developers. And i am just an administrator..!!
9,937
Posted By linuxadmin
I am not telling about the booting time. It can...
I am not telling about the booting time. It can be even longest , i dont care.
But as a desktop it should be something easy to work. That's all i need.

I use Fedora (now 15kde) for 2 years. I...
9,937
Posted By linuxadmin
Oh no jim. It's not that. I like Ubundu. But here...
Oh no jim. It's not that. I like Ubundu. But here we are familiar with CentOS (as server) and no one is familiar with debian family. If it is for me alone , sure , i ll use ubundu.

And now onward...
9,937
Posted By linuxadmin
Which is best OS for Desktop
We are going to use Linux Desktop systems.

Which one will be the best option ?
I prefer CentOS , but in CentOS which one ?


I heard fedora will take more Ram space..!! is it ?


P.S
1....
Forum: Linux 12-23-2011
4,550
Posted By linuxadmin
mark, The application runs is not a small...
mark,

The application runs is not a small one. it's a big application. And the server becomes very very slow as it used from morning to evening..

Thus in some servers tomcat / postgre or the...
Forum: Linux 12-23-2011
4,550
Posted By linuxadmin
We run a stand alone java application with...
We run a stand alone java application with Database.

Description
1. Stand alone web application run in apache tomcat 6..
2. A database connection in postgresql 8.3..

System configuration...
3,035
Posted By linuxadmin
@itkamaraj , Thanks a lot. I use all...
@itkamaraj ,

Thanks a lot. I use all the mistakes you told in all my shell. I will change it. Thanks again.

@joeyg,

Yes. You are right; little confusing for those who dont know...
1,551
Posted By linuxadmin
yep. Will do so.
yep.

Will do so.
23,618
Posted By linuxadmin
Can't you use if.. ? [ $outputvar -gt 0 ] &&...
Can't you use if.. ?
[ $outputvar -gt 0 ] && echo "value is larger" || echo "Not larger.."

OR

if [ $outputvar -gt 0 ]; then
echo "value is larger"
else
echo "Not larger.."
fi
1,652
Posted By linuxadmin
find and replace word from all files
I have done one script for replacing all sysouts from my project. It may help you.
It will:
* Print before how was it
* Replace the needed Word alone
* Print after how it is.
* Print no of files...
Showing results 1 to 25 of 123

 
All times are GMT -4. The time now is 07:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy