Search Results

Search: Posts Made By: Pouchie1
Forum: IP Networking 08-31-2012
2,365
Posted By Pouchie1
http over ssh tunnel using multiple hops
Hello,

I got an application on a linux server that I would like to access using https and a URL. I would like to create a ssh tunnel. But, let's say the app is on box C, but box C can only be...
Forum: IP Networking 07-19-2012
2,787
Posted By Pouchie1
Thanks to Bakunin for providing that book. I...
Thanks to Bakunin for providing that book. I appreciate it.

To Methyl:

I am using the tcp/ip stack on a linux server running http.

Thanks
Forum: IP Networking 07-14-2012
2,787
Posted By Pouchie1
TCP/IP troubleshooting
Hello all,

Can somebody please tell what is the best book out there that can help me learn TCP troubleshooting and understaning the TCP options like window scaling, large receive offload? I would...
Forum: SuSE 06-20-2012
6,712
Posted By Pouchie1
I have tried netstat -i before. But, It does not...
I have tried netstat -i before. But, It does not show me what I want to see. It shows packets received and transmitted and also in error. But, it does not show me how many segments retransmission I...
Forum: SuSE 06-19-2012
6,712
Posted By Pouchie1
TCP segments retransmission
Hi all,

I got an application that is running on SUSE Linux. I would like to get some data about the number of TCP segments retransmission on a particular interface. Is there any way I can get...
1,447
Posted By Pouchie1
Vi questions
Hello,

I would like to know how we can highlight/select a section of a file in vi and delete that section if we don't want to use the dd command to delete one line at at time. There is one where...
2,901
Posted By Pouchie1
I will try that. Thanks!
I will try that. Thanks!
Forum: Ubuntu 12-11-2011
1,971
Posted By Pouchie1
Set up a Ubuntu server as a FTP server
Hello,


How can I set up a ubuntu server as a FTP server?

Thanks,
2,901
Posted By Pouchie1
Get file on our windows desktop from a ubuntu server
Hello,

How can I please have a program automatically upload some files from a ubuntu server to my machine desktop that is running windows XP? I would like to be able to do that from the windows...
Forum: Solaris 07-17-2011
2,976
Posted By Pouchie1
restarting sysedge on a solaris server
If I want to restart sysedge on a solaris box and it does not want to come up. It gets stucked. How can I check where the sysedge pid file so I can delete it and try to start sysedge again?
What can...
Forum: IP Networking 07-16-2011
12,750
Posted By Pouchie1
Thanks for the info.
Thanks for the info.
Forum: IP Networking 07-14-2011
12,750
Posted By Pouchie1
TCP window full
Hello,

I am working on a solaris 10 server. it looks like there is a network problem. I captured some traffic between my server ( Server A) and another server ( Server B ). I could see in a...
7,053
Posted By Pouchie1
That's wonderful! It works fine. Thanks so much...
That's wonderful! It works fine. Thanks so much for your help.
7,053
Posted By Pouchie1
Pick a card from an array in bash
Hello,

I am trying to use $RANDOM to pick cards from an array in bash. I created the script below to give me a selection everytime I run it, but the output is always like this:
2 3 4 5 6 7 8 9...
1,927
Posted By Pouchie1
script to constantly read the last 500 new logs in a log file
Hello,

I would like to write a bash script that would monitor a log file for a certain number of logs, let's say 500 logs and when it reaches that number to write the last log to another file....
17,161
Posted By Pouchie1
Thanks guys for suggesting using sort . This did...
Thanks guys for suggesting using sort . This did the work.


cat filename | sort -rn |uniq -u
17,161
Posted By Pouchie1
Find unique IP address in a list
Hello,

I got a list of IP address from which I would like to remove the duplicates. I cat the file and pipe it to uniq -u or uniq -c, I got the same output with all the duplicates. Can anybody...
13,609
Posted By Pouchie1
insert blank line between lines
Hello,

I am trying to write a script that will count the number of characters for each line in a file and all the lines that have less than 80 characters and that are ending with a period, I want...
9,943
Posted By Pouchie1
I got it to work. Thank you!
I got it to work. Thank you!
24,381
Posted By Pouchie1
ok, thanks. As I will let them know. I thought I...
ok, thanks. As I will let them know. I thought I would have been able to create the directory myself. Thanks so much.

---------- Post updated at 02:20 PM ---------- Previous update was at 02:19 PM...
24,381
Posted By Pouchie1
Could not chdir to home directory
Hi all,

I just got an account created on a Linux box. When I log in, I got the error message " Could not chdir to home directory /home/yyyy : No such file or directory". When I checked the...
9,943
Posted By Pouchie1
The version is 3.2.39 . I guess the let utility...
The version is 3.2.39 . I guess the let utility is not installed. Man let does not return anything. Thanks,
9,943
Posted By Pouchie1
Using let in bash
Hello,

I am new to shell scripting. I am trying to learn it by reading a manual and practice on a box. I was trying to see how the let command would give me some results. I built this little...
Forum: What is on Your Mind? 02-10-2011
7,484
Posted By Pouchie1
That was good advice and I really appreciate it.
That was good advice and I really appreciate it.
Forum: What is on Your Mind? 02-04-2011
7,484
Posted By Pouchie1
Shell Scripting vs Perl scripting
Gents,

I have been working in a Solaris/Unix environment for about 9 months. I took some linux classses online before getting the job. But, I am not very good at scripting. I want to learn how to...
Showing results 1 to 25 of 97

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