Search Results

Search: Posts Made By: kukuruku
2,703
Posted By kukuruku
Find shell process pid launched throug `at`.
Hi.
I was testing some staff and wrote simple script, which only writes date to log every 15 seconds.
Like that

#1.sh
while true;do
echo `date` >> 1.log
sleep 15
done

And than i ran this...
19,639
Posted By kukuruku
Wow. I found. It is just a delimiter insteed...
Wow.
I found. It is just a delimiter insteed of usual backslash. You can use any delimiter of regexp's in substitute command.
So the command

sed 's# # & #'

is the same as

sed 's/ / & /'
...
19,639
Posted By kukuruku
number sign(#) in sed scripts
Hi.

In a simple sed script i have number signs - #. But i can't find any description on their functionality. One thing that i find is that # in sed scripts can mean comment if it is placed in the...
203,992
Posted By kukuruku
Hi. I restore this thread because i have...
Hi.
I restore this thread because i have question on the same theme.

I read that when running command in background with &, after logout it must terminate.
But i often run commands like "bzip .....
Forum: UNIX and Linux Applications 01-16-2009
6,430
Posted By kukuruku
Console file manager.
Hi
Anybody know any good console file manager other than Midnight Commander?
MC development ended in 2005, so i thought may be there is something newer.
I'm interesting only i console. I scrolled...
2,235
Posted By kukuruku
ftp. copy if size differs
Hi.
On my system there is a script which making backup to ftp site. But it leaves copy of files on local machine. Then i go to Midnight Commander and check manually with MC features - i open ftp...
3,808
Posted By kukuruku
well. I was very lame actually. Putty has...
well.
I was very lame actually. Putty has command line option for password. Putty da best.
3,808
Posted By kukuruku
It turned out that Tera term works awfully with...
It turned out that Tera term works awfully with Midnight Commander.

So i'm searching again. Anybody know any other terminal emulator for Windows, where i can provide username/password on command...
3,808
Posted By kukuruku
I found one. Tera term do this.
I found one. Tera term do this.
3,808
Posted By kukuruku
ssh: sending password from windows client
Hi.
My workstation is Windows. I use putty to connect to unix servers. The problem is that i'm doing it many times a day and each time i need to supply password. I have no control on ssh...
9,693
Posted By kukuruku
Difference between two dates.
Hi all.
My question may seems to be similar to one that already been here. But i need a little other solution.
I have two dates in format dd/mm/yyyy. I need to find number of days between them. I...
6,171
Posted By kukuruku
sed & awk
Hi.
I'm going to learn scripting and i have the following topics on the list: sed, awk, shell scripting, perl.

My question is, whehter i should learn sed and awk? Aren't this tools outdated?...
Forum: IP Networking 08-24-2008
3,715
Posted By kukuruku
Yea. I added domain to resolv.conf with this line...
Yea. I added domain to resolv.conf with this line
domain stub.saburovo.com

and all goes well

Thanks, era.
Forum: IP Networking 08-23-2008
3,715
Posted By kukuruku
DNS on LAN
Hi all.
I am trying to use BIND9 as DNS server. All goes well, except that i can't lookup my relative LAN hostnames instead of full domain names.
F.e. i can lookup
host hostname.subdomain.domain ...
Forum: Solaris 08-05-2008
3,701
Posted By kukuruku
nss_ldap by padl on Solaris 10
Hi all!
(I don't know whether this question should go here or not. I'm newbie on forum)

So, i have trouble using nss_ldap by padl with Openldap database.
I've installed nss_ldap by...
Showing results 1 to 15 of 15

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