commandline session $ 4.2.20 1 501—> ls /usr/sbin/ | grep kernel $ 4.2.20 2 502—> ls /usr/sbin/ | grep ker cracklib-packer cracklib-unpacker $ 4.2.20 3 503—> ls /usr/sbin/ | grep linux $ 4.2.20 4 504—> ls /usr/sbin/ | grep lin update-ccache-symlinks $ 4.2.20 5 505—> ls /usr/sbin/ | grep li cracklib-check cracklib-format cracklib-packer cracklib-unpacker create-cracklib-dict …
Author Archives: jeffrin
(java) bubble sort testing… 0.00001 Ver — 6 No.'s Related
$ 4.2.20 4 504—> time java BubbleSort real 0m0.254s user 0m0.160s sys 0m0.068s $ 4.2.20 5 505—> time java BubbleSort real 0m0.208s user 0m0.152s sys 0m0.036s $ 4.2.20 6 506—> time java BubbleSort real 0m0.209s user 0m0.124s sys 0m0.064s $ 4.2.20 7 507—> time java BubbleSort real 0m0.210s user 0m0.144s sys 0m0.044s $ 4.2.20 8 …
Continue reading “(java) bubble sort testing… 0.00001 Ver — 6 No.'s Related”
ant – a Java based make tool.
commandline session $ 4.2.20 153 1003—> ant compile Buildfile: /home/jeffrin/java/beautifulprograms/build.xml copyjars: compile: [javac] /home/jeffrin/java/beautifulprograms/build.xml:36: warning: ‘includeantruntime’ was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /home/jeffrin/java/beautifulprograms/war/WEB-INF/classes BUILD SUCCESSFUL Total time: 6 seconds $ 4.2.20 154 1004—>
bubble sort in java
commandline session /* Java Bubble Sort Example This Java bubble sort example shows how to sort an array of int using bubble sort algorithm. Bubble sort is the simplest sorting algorithm. */ public class BubbleSort { public static void main(String[] args) { //create an int array we want to sort using bubble sort algorithm int …
find . GNU version of find
commandline session $ 4.2.20 11 511—> find ~ | wc -l 106414 $ 4.2.20 12 512—> $ 4.2.20 12 512—> find ~ -type d | wc -l 9537 $ 4.2.20 13 513—> $ 4.2.20 13 513—> find ~ -type l | wc -l 115 $ 4.2.20 14 514—> $ 4.2.20 17 517—> find ~ -type …
google application engine – screenshot
commandline session $ 4.2.20 204 704—> ../appengine-java-sdk/bin/appcfg.sh -e ahiliation@beautifulwork.org update war/ Reading application configuration data… 14 Apr, 2012 5:33:13 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 17:33:13.669:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 5:33:13 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautifulprograms… 0% Created staging directory at: ‘/tmp/appcfg1726254542791009636.tmp’ 5% …
google application engine – new domain related
commandline session $ 4.2.20 121 621—> ../appengine-java-sdk/bin/appcfg.sh -e ahiliation@application.beautifulwork.org update war/ Reading application configuration data… 14 Apr, 2012 3:20:54 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 15:20:54.244:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 3:20:54 PM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautifulapplication… Password for ahiliation@application.beautifulwork.org: 0% Created staging directory …
Continue reading “google application engine – new domain related”
google application engine – screen
commandline session $ 4.2.20 17 517—> ../appengine-java-sdk-1.6.3.1/bin/appcfg.sh update war/ Reading application configuration data… 14 Apr, 2012 12:19:14 AM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed war/WEB-INF/appengine-web.xml 2012-04-14 00:19:14.082:INFO::Logging to STDERR via org.mortbay.log.StdErrLog 14 Apr, 2012 12:19:14 AM com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml INFO: Successfully processed war/WEB-INF/web.xml Beginning server interaction for beautiful-work… 0% Created staging directory at: ‘/tmp/appcfg5508477297088831522.tmp’ 5% Scanning for …
scp . secure transfer of files
commandline session $ 4.2.20 22 169—> scp jeffrin@127.0.0.1:/home/jeffrin/wordmatch.c . jeffrin@127.0.0.1’s password: wordmatch.c 100% 1343 1.3KB/s 00:00 $ 4.2.20 23 170—>
ssh — OpenSSH SSH client (remote login program)
commandline sessions $ 4.2.20 2 149—> ssh 127.0.0.1 The authenticity of host ‘127.0.0.1 (127.0.0.1)’ can’t be established. RSA key fingerprint is 91:7a:8c:6c:db:7e:1c:74:84:32:ba:3d:72:c9:5b:43. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added ‘127.0.0.1’ (RSA) to the list of known hosts. jeffrin@127.0.0.1’s password: Linux debian 3.2.0-1-amd64 #1 SMP Sun Feb 5 15:17:15 UTC …
Continue reading “ssh — OpenSSH SSH client (remote login program)”