Search Results

Search: Posts Made By: Leo_Boon
Forum: Fedora 10-16-2012
2,881
Posted By Leo_Boon
A is running Redhat 5, B is running Fedora 11. ...
A is running Redhat 5, B is running Fedora 11.
I restarted sshd with
/etc/init.d/sshd restartThis is the output:
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
debug1: Reading configuration...
Forum: Fedora 10-16-2012
2,881
Posted By Leo_Boon
There is no /var/log/auth.log file. In verbose...
There is no /var/log/auth.log file.
In verbose mode, it says many things, anything in particular I should pay attention to?
Forum: Fedora 10-16-2012
2,881
Posted By Leo_Boon
It gives the same response as with B. I'm asked...
It gives the same response as with B. I'm asked for a password, I give the right one, and tells me permission is denied. If I try
ssh root@localhost
and I give the root password, then I can login...
Forum: Fedora 10-16-2012
2,881
Posted By Leo_Boon
ssh issue
Hello,
I have two computers at my desk, let's call them A and B. I have some tasks that can only be performed on one of them and some on the other, so I need to be able to ssh from one to the other...
1,510
Posted By Leo_Boon
Bash scripts as commands
Hello,
the bulk of my work is run by scripts. An example is as such:
#!/bin/bash

awk '{print first line}' Input.in > Intermediate.ter
awk '{print second line}' Input.in > Intermediate_2.ter...
2,163
Posted By Leo_Boon
If loop in bash
Hello,
I have a script that runs a series of commands. Halfway through the script, I want it to check whether everything is going alright: if it is, to proceed with the script, if it isn't to repeat...
7,080
Posted By Leo_Boon
It's ok, it's not really necessary, it was mostly...
It's ok, it's not really necessary, it was mostly for cosmetic reasons. Thanks anyway!
7,080
Posted By Leo_Boon
Significant Figures in awk
Hello,
I've had a look at the printf modifiers, but so far I haven't had much luck in making it do what I need.
I need to make it output with a set number of characters every time: whether it's by...
1,150
Posted By Leo_Boon
Thanks. How can I do it iteratively? Say, every...
Thanks. How can I do it iteratively? Say, every line with one 4 lines ahead of it?

---------- Post updated at 03:45 PM ---------- Previous update was at 03:34 PM ----------

I hadn't refreshed...
1,150
Posted By Leo_Boon
Adding in Awk
Hello,
suppose I have a file that consists of a single column of various numbers, as in
12.010
1.0080
1.0080
0.8780
0.1350
0.0000
-0.4157
0.2719

How can I use AWK (or equivalent) to add...
2,246
Posted By Leo_Boon
Thanks for this, I managed to solve my problem.
Thanks for this, I managed to solve my problem.
2,246
Posted By Leo_Boon
I need to make eleven output files, each...
I need to make eleven output files, each corresponding to a different percentage combination. The format of these files has to be as in the post above.
Suppose we start with the 100-0%. The script...
2,246
Posted By Leo_Boon
That specific line is not supposed to be edited:...
That specific line is not supposed to be edited: the values of hm are the same across all output files. In the output file, the first column is the "mass" data, while the second is the "radius" data....
2,246
Posted By Leo_Boon
Ok, so here's a sample of what I have: # Big...
Ok, so here's a sample of what I have:
# Big table
Feature 100-0% 90-10% 80-20% 70-30% 60-40% 50-50% 40-60% 30-70% 20-80% 10-90% 0-100%
cdmass 12.010 ...
2,246
Posted By Leo_Boon
Text redirection
Hello,
first, I apologize if this is trivial or in the wrong place. I'm new to all of this and I don't know how everything works.
I was wondering if I could get some tips on text redirection. What...
Showing results 1 to 15 of 15

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