Search Results

Search: Posts Made By: lazerz
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
exactly.
exactly.
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
There is a VPN option already available and used...
There is a VPN option already available and used the reason for JMP server is running a security agent for monitoring app behaviour.

What open source pkg should i use?
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
No its we based application. Code rest at server...
No its we based application. Code rest at server side.
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
Oracle CRM
Oracle CRM
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
server content is an CRM application, it is code...
server content is an CRM application, it is code that decide effective use of hardware resources esp at peak loads. Also, I'm not focused on VNC, I have asked for any "windows like terminal...
Forum: UNIX and Linux Applications 01-27-2017
4,754
Posted By lazerz
UNIX equivalent of windows terminal server options?
I want to replace Windows terminal server mostly due to cost reasons license cost for 2100 users goes out of roof.

The end-user is all windows but I want a jump server that is UNIX based , I have...
Forum: Debian 04-20-2016
3,813
Posted By lazerz
Dhcp not getting configured on Ubuntu
I have kali running on vbox as :-


/etc/network/interfaces



ifup eth0 gives me


tpcdump
2,364
Posted By lazerz
Thank you so much Don you explained the code like...
Thank you so much Don you explained the code like a good and sincere teacher. I have nothing more to say.
2,364
Posted By lazerz
Thxs, i can do with one-liner I need to do in...
Thxs, i can do with one-liner I need to do in function.

---------- Post updated at 10:00 AM ---------- Previous update was at 09:46 AM ----------


can this same be translate into function?
2,364
Posted By lazerz
Print smallest integer from file using awk custom function?
`awk` function looks like this in a file name `fun.awk`:

{
print small()
}
function small()

{
a[NR]=$0

smal=0

for(i=1;i<=3;i++)
{
...
3,524
Posted By lazerz
tcpdump -c 4 i eth0 | awk '/packets.captured/...
tcpdump -c 4 i eth0 | awk '/packets.captured/ {print $1}'

As i do this on command line i'm getting nothing on screen ?
3,524
Posted By lazerz
tcpdump script to parse "packers captured" details
I want a script that would do as:-

a) gives me packet capture account for each time it runs.
b) be able to run at a particular time for specific period time duration (1 min).
c) for each time it...
Showing results 1 to 12 of 12

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