Recommended 3D Printer settings
There are many 3D printers, filaments, and project types out there, so the variations of 3D printer settings are almost limitless. This page contains recommended settings for the most common 3D printing jobs, printers, and materials. Printing materials…
Cura 3D Printing and Slicing Software
The Cura 3D printing software is made by Ultimaker, the 3D printer manufacturer. When you install the application create a profile for your printer. The user’s guide or data sheet of you printer should contain the necessary information to populate…
Monoprice Select Mini 3D Printer
The Monoprice Select Mini 3D printer is one of the best values on the market today. For $220 you get a 50-micron (0.05 mm) resolution 3D printer with PLA and ABS capabilities, and heated printing platform. The heated platform can reduce or eliminate the…
Undefined method or attribute error in a Chef recipe
There are multiple reasons Chef can display the following error message NoMethodError ------------- Undefined method or attribute `...' on `node' There are many ways to reference an attribute in a Chef recipe: node['ATTRIBUTE_NAME'] (the…
Monitor timeouts in TeamCity
TeamCity is a Continuous Integration (CI) tool that enables software development teams to build and test their software. Sometimes the server is too busy to serve the users and the web user interface does not respond in time. TeamCity logs all actions in…
Native resolution in Remote Desktop client on MacOSX
When you connect to a Windows computer from your Macintosh workstation the best remote desktop client is the Microsoft Remote Desktop app from the Apple Appstore. To configure the remote desktop connection for the best experience Select Native resolution…
How to move a window on the Macintosh if the header is not visible
There are times when a window opens on your Mac and the header is out of the screen or hiding behind the Macintosh Toolbar. To show the toolbar Option 1. Click the window to select it, Press Command 1 to switch the window to full-screen mode, Press…
How to restore a Microsoft SQL database from backup with the Microsoft SQL Server Management Studio (MSSMS) user interface
There are multiple reasons to restore a database from backup. One of them can be disaster recovery, the other is to bring the production database to the developer machine. In both cases, the computer already has the old version of the database. In the…
Error waiting for instance (i-…) to become ready: unexpected state ‘terminated’, wanted target ‘running’
When you launch a server instance with Terraform, sometimes the error message does not contain the underlying cause. When the cloud provider cannot complete the request, many times Terraform displays a generic error message: Error waiting for instance…
Upgrade a server on an AWS EC2 instance with minimum risk and downtime
When you need to upgrade an application on an AWS EC2 instance with minimum downtime, there are many options. Upgrade an EC2 instance Stop the application, so users don’t make more changes, Create a backup of the database (snapshot of the RDS…