-
Recent Posts
Recent Comments
Archives
- March 2025
- February 2025
- January 2025
- March 2024
- January 2024
- November 2023
- June 2023
- May 2023
- April 2023
- March 2023
- November 2022
- September 2022
- August 2022
- May 2022
- April 2022
- February 2022
- January 2022
- November 2021
- October 2021
- July 2021
- April 2021
- December 2020
- September 2020
- August 2020
- May 2020
- January 2020
- December 2019
- October 2019
- December 2018
- September 2018
- July 2018
- April 2018
- March 2018
- February 2018
- January 2018
- September 2017
- August 2017
- July 2017
- December 2016
- November 2016
- September 2016
- May 2016
- April 2016
- March 2016
- October 2015
- September 2015
- August 2015
- March 2015
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- July 2013
- March 2013
- March 2012
- February 2012
- January 2012
- April 2011
- February 2011
- January 2011
- July 2010
- April 2010
- March 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
Author Archives: tim
Virtualbox Window Sizing
Ran across this in my (seems to be never ending) search for larger resolution virtual machines running Ubuntu. This time running under Virtualbox in a server connected to tiny monitor (1680×1050). From the VirtualBox OS (Ubuntu 14.04 LTS in my … Continue reading
Posted in Ubuntu
Comments Off on Virtualbox Window Sizing
Secret Share in Java on Maven Central
Just completed a push of the Secret Share in Java project to Maven Central. That is my first “officially published” open-source project. See the link on search.maven.org. GroupId: com.tiemens ArtifactId: secretshare Version: 1.3.1
Posted in Software Project
Comments Off on Secret Share in Java on Maven Central
Gradle Signing Plugin
If you’ve hit this page, it is probably because you’ve seen this error: $ gpg –verify secretshare-1.3.1-SNAPSHOT.jar.asc secretshare-1.3.1-SNAPSHOT.jar gpg: Signature made Wed 04 Jun 2014 03:01:00 PM CDT using DSA key ID FC76F04F gpg: DSA key FC76F04F requires a 256 … Continue reading
Posted in Software Project
Leave a comment
Choose Your Path Wisely
This article was inspired by a strangely acting Gradle build script. (Unimportant details: it worked fine locally, and it worked in Jenkins the first time, but when I renamed the job, it mysteriously started failing with a compile error every … Continue reading
Posted in Software Engineering
Comments Off on Choose Your Path Wisely
Secret Share in Java, v2
Just completed a major overhaul of the Secret Share in Java project (old version at sourceforge/subversion). Updated items include: New hosting location and SCM (github/git) Moved from ant to gradle Updated naming and directory structure – src/main, src/test, src/integTest Fixed … Continue reading
Posted in Software Project
Leave a comment
Tic Tac Toe in AngularJS
Just completed the AngularJS implementation of Tic Tac Toe. It is a static page on this site (just like the Lot Area Calculator).
Posted in Software Project
Comments Off on Tic Tac Toe in AngularJS
Gradle with Local Archiva Publish
This shows the way to get gradle to use a local Archiva server to publish your project artifacts. IMPORTANT: You must configure your “guest” user in Archiva to have the correct permissions (roles) to publish to the Archiva server. To … Continue reading
Posted in Software Engineering
Comments Off on Gradle with Local Archiva Publish
Gradle with Local Archiva
This shows the way to get gradle to use a local Archiva server to resolve dependencies (where the Archiva server in turn resolves to maven central). (Side comment: documentation for gradle is sparse, incomplete and out-of-date – e.g. ‘mavenRepo’ shows … Continue reading
Posted in Software Engineering
Comments Off on Gradle with Local Archiva
Ubuntu 14.04 VirtualBox Resolution
Want something other than 640×480 with Ubuntu running in VirtualBox 4.3.x? Follow these instructions. From http://codsplaice.blogspot.com/2014/02/a-quick-post-on-how-to-get-ubuntu-1404.html sudo apt-get update sudo apt-get upgrade sudo apt-get install linux-headers-$(uname -r) sudo apt-get install dkms build-essential Then mount the install CD image for the … Continue reading
Posted in Ubuntu
Leave a comment
Vnc Vino Ubuntu Security fix
To enable remote desktop in Ubuntu when “Settings” no longer shows the icon for “Desktop Sharing” or “Remote Desktop”, type: $ vino-preferences When your VNC client fails to connect with an error like “No matching security types” or “No security … Continue reading
Posted in Ubuntu
Comments Off on Vnc Vino Ubuntu Security fix