Listar procesos de java
top -c ( FULL PATH PROCESSES) ps -ef | grep java | awk ‘{ print $2 }’ | xargs pargs
top -c ( FULL PATH PROCESSES) ps -ef | grep java | awk ‘{ print $2 }’ | xargs pargs
Installing Cygwin/X Cygwin tools are, in the words of the Cygwin development homepage, http://cygwin.com/, «ports of the popular GNU development tools and utilities for Windows 95, 98, and NT. They function by using the Cygwin library which provides a UNIX-like API on top of the Win32 API.» Cygwin allows the compilation of the X Window… Leer más »
http://www.junauza.com/2012/05/best-system-benchmarking-tools-for.html Phoronix Test Suite Popular tech site Phoronix is quite famous for its comprehensive benchmarks and gadget reviews. Along with the support of many hardware and software vendors, the team developed an extensive testing tool called the Phoronix Test Suite. Licensed under GNU GPL v3, the cross-platform benchmarking tool comes with 130+ test profiles and… Leer más »
wget http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.3.tar.gz gtar -xvzf openmpi-1.6.3.tar.gz ./configure CFLAGS=»-mv8plus -Wa,-xarch=v8plus»
Ext2Fsd http://www.ext2fsd.com/
BASIC CONCEPTS SSH Tunneling is used to forward a port on your machine and have it go through some ssh connection allowing access to another machine usually behind a firewall. Here is an example: <HOME COMPUTER> => <INTERNET> =><WORK SSH SERVER> => <WORK DESKTOP> In this case we would like to control our work desktop… Leer más »
Use Powershell Measure-Command {start-process whateveryouwantexecute -Wait} Edited to your need @efficiencylsBliss: Measure-Command {start-process java -argumentlist «whateverargumentisneeded» -wait}
./i86bi_linuxl2-upk9-ms: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory TO fix it install i686 libraries sudo yum install openssl.i686 link ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.4
L2IOU and L2IOL images supporting L2 port-security, L2 Etherchannels and Layer 1 message exchanges can be copied from /auto/autons/iou/layer-2/ Linux images: i86bi_linux_l2-upk9-ms.june20_2012_golden_spike i86bi_linux-p-ms.june20_2012_golden_spike Solaris images: unixl2-upk9-ms.june20_2012_golden_spike unix-p-ms.june20_2012_golden_spike All 3 EtherChannel modes are working in L2IOU. Be aware that to get the full functionality of L2 Etherchannels, one must enable Layer 1 message exchanges. By default… Leer más »
Status: Verified SYMPTOM(s): Shell script fails to run Progress procedure as a (scheduled) batch job. ** Could not find terminal type <type> in file <file name>. (146) Unable to use your terminal. Check your PROTERMCAP file. (443) Redirection or Piping of stdin or stdout is allowed only with -b.(156) FACT(s) (Environment): Running progress in batch… Leer más »