Tagged Questions
0
votes
1answer
85 views
How do you keep the password hidden when invoked during the su command?
This is the first time it has happened to me where I am using the su command and it actually displays the password on the terminal and doesn't stay hidden. Here is my code snippet:
sshpass -p ...
0
votes
1answer
380 views
How to execute Netscaler commands through a remote machine via SSH connection
I have been trying to execute some NetScaler commands like "bind" & "unbind" through a Linux Box via an SSH Connection.
Now the Problem is, Manually we are able to enter & execute commands on ...
-2
votes
1answer
23 views
I want a script to do following simple task?
My input is :
a
a
l
a
c
g
b
c
... and so on rando alphabets.
A command or a awk statement which will give me:
a-1
1-2
l-1
a-3
c-1
g-1
b-1
c-2
basically counter for all alphabets and ...
1
vote
0answers
199 views
gnome-terminal cmd leaving processes open after closing parent window
The following simple command should demonstrate my issue:
gnome-terminal --tab -t "Tab 1" -e "/bin/bash" --tab -t "Tab 2" -e "/bin/bash"
This should open a new window with two tabs and an active ...
0
votes
0answers
27 views
convert many eps files in a single pdf or ps file using shell scriptI
I have SSt12.OLR.1.eps, SSt12.OLR.2.eps SSt12.OLR.3.eps SSt12.OLR.4.eps ......and covert these eps files into single pdf or post script file.
please suggest a shell script.