Create a new organization In your web browser navigate to https://atlas.hashicorp.com/help/organizations, On the left menu bar under Organizations click Create, In the middle of the screen click the new organization page link, Enter the email address and user name for the organization owner and click the Create organization button.
Author Archives: Laszlo Pinter
Using Git
Frequently used Git commands Git runs entirely on your workstation, and a copy of the entire repository is also on your local hard drive. GitHub, BitBucket, and other providers only give you a storage space to allow you to share your repository with others and provide a web user interface to manage it. You can use any …
error: package … does not exist in NetBeans
If your Java source code imports packages, you have to add the JAR files containing them to the Library. When you try to compile your Java application in NetBeans, and you get the error message: error: package … does not exist In the NetBeans Project view right-click the Libraries folder In the drop down menu select Add …
Continue reading “error: package … does not exist in NetBeans”
Splunk configuration
Splunk stores the configuration values in files in the /opt/splunkforwarder directory structure. Splunk client Description Location Splunk Deployment server /opt/splunkforwarder/etc/system/local/deploymentclient.conf Example targetUri = DEPLOYMENT_SERVER_URL:8089 Splunk Forwarder address /opt/splunkforwarder/etc/apps/tcpout-aws/local/outputs.conf Example server = FORWARDER1_ADDRESS:9997,FORWARDER2_ADDRESS:9997 Linux event log. Splunk tails this file. /var/log/messages To log a message in the Linux event log logger “My message” To …
Cannot restart the Atlassian Confluence service on Windows
When the Atlassian Confluence wiki is installed on a Windows server, it frequently becomes unavailable. Sometimes it is possible to restart the Atlassian Confluence Windows service, but most of the time the Stop phase times out with: Windows could not stop the Atlassian Confluence service on Local Computer. Error 1053: The service did not respond …
Continue reading “Cannot restart the Atlassian Confluence service on Windows”
Splunk lookups
Lookups provide readable information to users, so they don’t have to understand the returned codes in the reports. Lookups are defined for a specific app, and not accessible from other apps. Lookup options Lookup code, description (input, output) values can be defined in multiple ways Comma delimited text file (csv), Search results saved as lookup …
The Splunk Search Language (SPL)
Search Terms: see Searching in Splunk Commands: tell Splunk what we want to do with the search result Charts Computing statistics Formatting Functions: explain how we want to chart, compute and evaluate the results Arguments: variables we apply to the functions Clauses: grouping and definition of results Separator Use pipes (|) to separate the components …
Move a sketch to another plane in Autodesk Inventor
To move a sketch to another plane in Autodesk Inventor If necessary create a new plane Drag the new plane to the desired location in the browser Right-click the sketch and select Redefine Click the new plane for the sketch
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 …
Autodesk Inventor configuration
To change the project folder location In the upper left corner click the Autodesk Inventor icon, Select the Options button On the File tab enter the new project folder location.