toytoygogie.blogspot.com
2013-06-30
http://toytoygogie.blogspot.com/2013_06_30_archive.html
Toytoy Googie's Geeky blog. Friday, July 5, 2013. Problem with YAML in Perl. I have no idea why this fix but I was installing MySQLSandbox with an error occurred but this link helps me solve it,. Http:/ www.linuxquestions.org/questions/linux-newbie-8/problem-in-upgrading-cpan-918683/. Anyhow, to be particular, this one helps me solve the problem. Su - # cpan # cpan install Bundle: CPAN # cpan reload cpan # cpan exit. Posted by Geek Gogie. Subscribe to: Posts (Atom). Geek Toytoy Gogie's Math blog.
toytoygogie.blogspot.com
MySQL: Running MySQL in command line thru mysqld
http://toytoygogie.blogspot.com/2013/05/mysql-running-mysql-in-command-line.html
Toytoy Googie's Geeky blog. Tuesday, May 28, 2013. MySQL: Running MySQL in command line thru mysqld. Just wanted to take note of this. Instead of running your MySQL as a service, or thru mysqld safe, the command line you can run can actually be like this. Macmini.local.err - pid-file. Posted by Geek Gogie. Subscribe to: Post Comments (Atom). Cyclical recursion in MySQL that can be used for DFS or BFS. Geek Toytoy Gogie's Math blog. Hexadecimal to Decimal and Decimal to Hexadecimal Conversion.
toytoygogie.blogspot.com
OSX VPN send all traffic over VPN via route command
http://toytoygogie.blogspot.com/2013/07/osx-vpn-send-all-traffic-over-vpn-via.html
Toytoy Googie's Geeky blog. Monday, July 15, 2013. OSX VPN send all traffic over VPN via route command. Sudo /sbin/route add -host pandora.com -interface ppp0. In this example, "pandora.com" is the host that should be routed via the VPN and "ppp0" is the name of the VPN network interface (ifconfig shows you the list of network interfaces). Posted by Geek Gogie. Subscribe to: Post Comments (Atom). Cyclical recursion in MySQL that can be used for DFS or BFS. Geek Toytoy Gogie's Math blog. Mac os x lion.
toytoygogie.blogspot.com
Problem with YAML in Perl
http://toytoygogie.blogspot.com/2013/07/problem-with-yaml-in-perl.html
Toytoy Googie's Geeky blog. Friday, July 5, 2013. Problem with YAML in Perl. I have no idea why this fix but I was installing MySQLSandbox with an error occurred but this link helps me solve it,. Http:/ www.linuxquestions.org/questions/linux-newbie-8/problem-in-upgrading-cpan-918683/. Anyhow, to be particular, this one helps me solve the problem. Su - # cpan # cpan install Bundle: CPAN # cpan reload cpan # cpan exit. Posted by Geek Gogie. Subscribe to: Post Comments (Atom). Geek Toytoy Gogie's Math blog.
toytoygogie.blogspot.com
2013-09-01
http://toytoygogie.blogspot.com/2013_09_01_archive.html
Toytoy Googie's Geeky blog. Monday, September 2, 2013. Use tracepath instead of traceroute. Just wanted to note myself of this one,. Tracepath 210.213.128.14. 1: centos (10.0.1.19) 0.094ms pmtu 1500. 1: maximum (10.0.1.1) 1.327ms. 1: maximum (10.0.1.1) 1.866ms. 2: dsl.49.145.0.1.pldt.net (49.145.0.1) 55.341ms. 3: 122.2.135.37.pldt.net (122.2.135.37) 50.527ms. 4: 210.213.135.17.static.pldt.net (210.213.135.17) 73.554ms. Resume: pmtu 1500 hops 9 back 247. Posted by Geek Gogie. Subscribe to: Posts (Atom).
toytoygogie.blogspot.com
Lossy Image Optimization
http://toytoygogie.blogspot.com/2012/08/lossy-image-optimization.html
Toytoy Googie's Geeky blog. Wednesday, August 29, 2012. I have enjoyed this youtube video regarding lossy image optimization from Velocity. Hope you find this video helpful. O'Reilly Webcast: The Best of Velocity - Take it all off! Subscribe to: Post Comments (Atom). Cyclical recursion in MySQL that can be used for DFS or BFS. Just wanted to share these blogs, http:/ guilhembichot.blogspot.com/2013/11/with-recursive-and-mysql.html http:/ blogs.msdn.com/b/sqlazure/archive/2010/07/0. Follow me on Twitter.
toytoygogie.blogspot.com
Understanding Threads and Multithreading
http://toytoygogie.blogspot.com/2012/11/understanding-threads-and-multithreading.html
Toytoy Googie's Geeky blog. Monday, November 12, 2012. Understanding Threads and Multithreading. In this blog, I just wanna accumulate all things that I need to note regarding threads. Threads are just a light-weight process. It's actually a process but it runs under a process, literally a subsets of a process, where in this process, threads can share resources like memory. Threads in this subject is distinct from multi-core. If a thread gets a lot of cache misses, the other thread(s) can continue, takin...
toytoygogie.blogspot.com
Programming Advice
http://toytoygogie.blogspot.com/2012/08/programming-advice.html
Toytoy Googie's Geeky blog. Thursday, August 30, 2012. I wanna take note on this blog "The Best Programming Advice I Ever Got" with Andrei Alexandrescu. As I found this notably important as a programmer or developer. What do you think a good programmer should have? Subscribe to: Post Comments (Atom). Cyclical recursion in MySQL that can be used for DFS or BFS. Geek Toytoy Gogie's Math blog. Hexadecimal to Decimal and Decimal to Hexadecimal Conversion. Amazon Contextual Product Ads. Follow me on Twitter.
geek-gogie.blogspot.com
November 2012
http://geek-gogie.blogspot.com/2012_11_01_archive.html
Wednesday, November 28, 2012. Compiling ant with wsimport error: taskdef class com.sun.tools.ws.ant.WsImport cannot be found. I got this error encountered though it's just a simple fix, however, I wanted to take notes on the XML element when executing a wsimport tool. To fix this problem, just add pathelement / and point where does your jax-ws tool is located. See below,. Comsun.tools.ws.ant.WsImport". Pathelement location="${jwsdp.home}/lib2/jaxws-tools.jar"/. Where your ${jwsdp.home}. If you try to dow...