Hello,
I run F12. Since some days my laptop has become very sluggish. In Mozilla, switching between the tabs takes like seconds instead of fraction of a second. Also minimizing and mximizing windows takes long. Switching between the windows too takes long. Now I can't see the cursor while typing this post.
hi my code is something like
Code:
count=0
echo "oracle TABLESPACE NAME nd TARGET"
while [ loop condition ]
do
count=`expr $count + 1`
(1) tts_space_name$count=`echo $tts | cut -d "," -f$cou
Hi buddies !
Morning, every one.
I have a file like this:
HTML Code:
AAEQGAGNQPQH 27
AAGETQY 51
AAGGSSYNEQF 12
AAGGYEQY 72
AAGLEAKNIQY 159
AAGPYEQY 26
AAGQDYNSPLH 45
AAGQGGEQF 158
Hi,
i have input like this :
Code:
SS-ID VLAN MAC TIME IP RSSI MODE UAPSD BW GI WMOS DHCP IDENTITY
----- ---- --- ---- -- ---- ---- ----- -- -- ---
Hello everyone,
Here's the problem, I have a list generated by this command;
Code:
watch -n 5 'iptables -nvL | grep "DROP"'
It generates output that looks like this (severely truncated for clarity)
Code:
Every 5.0s: iptables -nvL | grep "DROP" &nbs
In the following program though most of the working part of the program is commented out, it gives seg fault. reducing the value of MAX to say 10000 removes the seg fault. Why is this happening? it should be only 1 MB only. Is 1 MB too big for an array?
#include <stdio.h>
#define MAX 1000010
int main()
{
Hi Folks, I am trying to create a report where I have to grep the number of CPU cores from the following output:
HTML Code:
DEPENDENCY
master=
CORE
CID CPUSET
1 (8, 9, 10, 11, 12, 13, 14, 15) --> CPU=first number from the left
VCPU
VID PID CID
hello fellows,
I need help with a script, I'm using this one
Code:
HOSTS="192.168.10.9 192.168.10.15 "
SUBJECT="Attention - Gateway San Martin DOWN "
COUNT=1
EMAILID="lmail@mydomain.com"
for myHost in $HOSTS
do
count=$(ping -c $COUNT $myHost | grep 'received' | awk -F',' '{ print $2 }' | awk '{ print $1 }')