Create 3D models based on pictures

To create a 3D model based on a picture of the original object Start a 2D sketch On the Sketch tab Insert section select Image Browse to the image and place it on the canvas To move the image, drag the center with the mouse, To rotate the image, grab it in the lower left, lower …

Working with solid bodies in Autodesk Inventor

To move a freeform solid body Select the solid in the part drawing In the context-sensitive icon menu select Edit Freeform, or in the browser right-click the freeform and select Edit Freeform On the Freeform tab select Edit Form On the Edit Form popup page click the Body button Select the freeform solid Move the …

Berks update fails with ‘Missing artifacts’ error message

When you add cookbooks as dependencies with the “depends” statement to the metadata.rb file of your Chef cookbook, to be able to test your cookbooks in Chef Test Kitchen, you also have to specify the location of those cookbooks in the Berksfile file. For all the cookbooks that are available on the Chef Supermarket, one line source …

Searching in Splunk

When you are building the search criteria, click the field and value in the search result to add it to the search.   Wildcard character * (asterisk) one or multiple characters Exact phrases Use ” (double quotes) Search for quotes \” (use backslash to escape quotes if you want to search for quotes) Keywords in the search …

Splunk installation

Install Splunk Navigate to the Splunk website at splunk.com, In the upper right corner select the Free Splunk button, If you don’t yet have a Splunk account, register to create one, otherwise log in, Select the Free Download in the Splunk Enterprise frame, Select the tab with the operating system of your machine. Linux The simplest …

Send CTRL-ALT-DELETE to a Windows Virtual Box computer from a Macintosh

When you start a Windows 7 or equivalent server machine, to log in, you need to press CTRL-ALT-DELETE on the keyboard to get the login page. To send Control-Alt-Delete to a Windows virtual machine in Virtual Box from a Macintosh on a Macintosh laptop press the fn – Command  – Delete back  keys on a Macintosh desktop …

Get AWS SSL Certificate resource ids from existing Load Balancers

To launch an Elastic Load Balancer ( ELB ) with an existing SSL certificate using Terraform, you need to specify the AWS certificate resource id. If you have already uploaded the certificate and attached it to an existing load balancer, the following AWS CLI command will display it in the command window. MY_PROFILE is the name of the …