This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fallocate -l 5M /tmp/5Meg | |
sudo tcpdump -s0 -S -i eth0 host nfs.sample.com > /tmp/capture & | |
cp /tmp//5Meg /mnt/nfs/ | |
sudo killall tcpdump | |
less /tmp/capture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkfile 5M /tmp/5MegSol | |
sudo snoop -t a host nfs.sample.com > /tmp/capture & | |
cp /tmp/5MegSol /mnt/nfs/ | |
ps -ef|grep snoop|grep -v grep |awk '{print $2}'|xargs sudo kill 2>/dev/null | |
less /tmp/capture |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:49:23.32024 solaris.sample.com -> nfs.sample.com TCP D=2049 S=1016 Push Ack=2575691166 Seq=2647130780 Len=1460 Win | |
=49640 | |
13:49:23.32056 nfs.sample.com -> solaris.sample.com TCP D=1016 S=2049 Ack=2647108880 Seq=2575691166 Len=0 Win=501 | |
13:49:23.32058 solaris.sample.com -> nfs.sample.com TCP D=2049 S=1016 Ack=2575691166 Seq=2647132240 Len=1460 Win=4964 | |
0 | |
13:49:23.32059 solaris.sample.com -> nfs.sample.com TCP D=2049 S=1016 Push Ack=2575691166 Seq=2647133700 Len=1460 Win | |
=49640 | |
13:49:23.32175 nfs.sample.com -> solaris.sample.com TCP D=1016 S=2049 Ack=2647111800 Seq=2575691166 Len=0 Win=501 | |
13:49:23.32179 solaris.sample.com -> nfs.sample.com TCP D=2049 S=1016 Ack=2575691166 Seq=2647135160 Len=1460 Win=4964 | |
0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality = Result of Work Efforts / Total Costs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apache2/sites-available/subversion | |
<VirtualHost *> | |
ServerName svn.sample.com | |
ServerAlias subversion.sample.com | |
DocumentRoot /var/local/svn/subversion.sample.com | |
<Location /repos/reporting> | |
DAV svn | |
SVNListParentPath off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Installing | |
$ sudo mkdir /opt/tools | |
$ sudo chown dev /opt/tools | |
$ mv ~/Downloads/Classycle1.4.1 /opt/tools | |
# Running the "Analyser" | |
$ cd /opt/tools/Classycle1.4.1 | |
$ java -jar classycle.jar -mergeInnerClasses -xmlFile=spring-core-classycle.xml /home/dev/.m2/repository/org/springframework/spring-core/3.2.4.RELEASE/spring-core-3.2.4.RELEASE.jar | |
# Running the "Dependency Checker" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Narrative | |
========= | |
* As a Talend user | |
* I want a component called tFileInputDelimitedExtract | |
that accepts an input delimited file, | |
the delimiter and a list of column names | |
and generates as output *just* the columns in the specified list order | |
* So that I can guarantee a fixed schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cut -d'|' -f1-6,8-100 ~/input.bcp > ~/output.bcp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''''''''''''''''''''''''''''''''''''''''''''''' | |
' | |
' c:\scripts\events\sendEmail.vbs | |
' | |
' @Author: Nestor Urquiza | |
' | |
' | |
' @Description: Sends an email | |
' | |
' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Thu May 22 09:42:31.269552 2014] [proxy:error] [pid 22446:tid 139728275740416] (502)Unknown error 502: [client 192.168.1.65:61702] AH01084: pass request body failed to 172.16.1.12:8443 (node1.sample.com) | |
[Thu May 22 09:42:31.269617 2014] [proxy:error] [pid 22446:tid 139728275740416] [client 192.168.1.65:61702] AH00898: Error during SSL Handshake with remote server returned by /login | |
[Thu May 22 09:42:31.269624 2014] [proxy_http:error] [pid 22446:tid 139728275740416] [client 192.168.1.65:61702] AH01097: pass request body failed to 172.16.1.12:8443 (node1.sample.com) from 192.168.1.65 ( | |
) |