The default Splunk user roles are
- Admin
- Power
- User
Knowledge Base for IT Professionals, Teachers and Astronauts
The default Splunk user roles are

sudo tar xvzf splunk.tgz –C /opt
cd /opt/splunk/bin
./splunk start --accept-license
./splunk start ./splunk stop ./splunk restart ./splunk help
cd /Applications/Splunk/bin
./splunk start ./splunk stop ./splunk restart ./splunk help
The initial credentials after installation is
Username: admin
Password; changeme
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 press the Command
– Delete forward
keys.

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 profile in the square brackets [] in the ~/.aws/credentials file.
aws elb describe-load-balancers --region MY_AWS_REGION --profile MY_PROFILE |grep SSL
To get all information on the load balancers, just omit the grep command:
aws elb describe-load-balancers --region MY_AWS_REGION --profile MY_PROFILE
When you use Lync to send and receive technical messages, some of the character combinations are displayed as small icons. To turn off this feature

The iPhone auto correction tries to guess and correct the text as you type. If you use technical terms or write in multiple languages, those guesses are most of the time wrong.
To turn off auto correction on your iPhone




Packer is a free, open-source application from Hashicorp. It can generate a server image based on an existing one, and configure it for your special needs. You can use the generated image when you launch a server instance in the cloud or on your local workstation.
Packer reads a .json file to generate the new server image.
To find the latest AMI IDs log into the Amazon AWS Console, select EC2 and click the Launch button. On the left side click Quick Start to see the images for
For CentOS images, see the “Official CentOS Linux : Public Images” section at https://wiki.centos.org/Cloud/AWS The AMI IDs are organized by region.
It is important to use the correct ssh_username for each operating system:
RHEL: ec2-user
Amazon Linux: ec2-user
CentOS: centos
Ubuntu: ubuntu
any “winrm_username” and “winrm_password”
The PowerShell script in the user data file, specified in the “user_data_file” attribute, sets the initial username and password with the
cmd.exe /c net user /add ...
command.
The Administrator password is set with the
cmd.exe /c net user Administrator ...
command.
IMPORTANT!!!
For Packer to be able to connect to the server, set the same username and password in the “winrm_username” and “winrm_password”, “elevated_user”, and “elevated_password” attributes of the .json file.
To allow the Chef Kitchen EC2 driver to read the OS version of the image, include the version in the “Name” as follows.
The Test Kitchen Git repository has the following at https://github.com/test-kitchen/kitchen-ec2
Note that the image_search method requires that the AMI image names be in a specific format. Some examples are:
- Windows-2012
- Windows-2012r2
- Windows-2012r2sp1
- RHEL-7.2
It is safest to use the same naming convention as used by the public images published by the OS vendors on the AWS marketplace.
Sample acceptable names are
To find the name of the AMI



packer build MY_PACKER_SCRIPT.json
packer build -var 'aws_access_key=<access key>' -var 'aws_secret_key=<secret key>' MY_PACKER_SCRIPT.json
If you work in multiple cloud accounts you need to share the generated server image with other accounts


When you create a key in AWS you can download it one time in PEM format. To use it in PuTTY, the free SSH and Telnet client, you have to convert it to PPK format.
To install PuTTY, see the Terminal Emulator section in Recommended utilities for your workstation
puttygen MYKEY.pem -o MYKEY.ppk
There are many free STL files are available on the internet to 3D print useful objects at home. There are times when we want to make some adjustments to them to better fit our need or 3D printing equipment. If the STL file describes an object that is larger than the maximum dimensions your printer can produce, you can print the object in two or more pieces and glue them together. There are glues on the market that can make as strong bonds as the materials themselves they are attaching together.
There are free applications that can open and edit STL files, one of them is the open source FreeCAD.
Download FreeCAD from https://www.freecadweb.org/wiki/Download


















There are some designs where you want to change the filament or insert a nut into the product. To pause the 3D printing process
; Display a message M117 Change the filament and continue ; Pause the printing M600
If you want to print text, it is possible to pause the printing, change the filament to a different color, and continue.
To find the layer where you need to change the color in Cura, the free 3D print utility




; Display a message M117 Change the filament and continue ; Pause the printing M600 ;LAYER:112
; Display a message M117 Change the filament and continue ; Pause the printing M600 ;LAYER:113