Universal USB Installer – Easy as 1 2 3 | USB Pen Drive Linux

Universal USB Installer is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Drive. The Universal USB Installer is easy to use. Simply choose a Live Linux Distribution, the ISO file, your Flash Drive and, Click Install. Other features include; Persistence (if available), and the ability to format the flash drive (recommended) to ensure a clean install. Upon completion, you should have a ready to run bootable USB Flash Drive with your select Linux version installed.

via Universal USB Installer – Easy as 1 2 3 | USB Pen Drive Linux.

UNetbootin – Homepage and Downloads

UNetbootin allows you to create bootable Live USB drives for Ubuntu, Fedora, and other Linux distributions without burning a CD. It runs on both Windows and Linux. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.

Requirements

Microsoft Windows 2000/XP/Vista/7, or Linux.

Internet access for downloading a distribution to install, or a pre-downloaded ISO file

Features

UNetbootin can create a bootable Live USB drive, or it can make a “frugal install” on your local hard disk if you don’t have a USB drive. It loads distributions either by downloading a ISO (CD image) files for you, or by using an ISO file you’ve already downloaded.

via UNetbootin – Homepage and Downloads.

Redo Backup and Recovery

Redo Backup and Recovery is so simple that anyone can use it. It is the easiest, most complete disaster recovery solution available. It allows bare-metal restore. Bare metal restore means that even if your hard drive melts or gets completely erased by a virus, you can have a completely-functional system back up and running in as little as 10 minutes.

All your documents and settings will be restored to the exact same state they were in when the last snapshot was taken. Redo Backup and Recovery is a live CD, so it does not matter if you use Windows or Linux. You can use the same tool to backup and restore every machine. And because it is open source released under the GPL, it is completely free for personal and commercial use.

http://redobackup.org/

Using your own CA with LDAP – Splunk Wiki

If your LDAP server requires your own CA for SSL use, follow these instructions to import it.

[edit]Import your CA

To configure Splunk’s LDAPS to work with your own CA, follow these steps:

1. Export your root CA cert in Base-64 encoded X.509 format.

2. Add these lines to $SPLUNK_HOME/etc/openldap/ldap.conf making sure that the path represents the actual path to the file/directory:

TLS_CACERT /opt/splunk/etc/openldap/certs/$YOUR_CERT_NAME
TLS_CACERTDIR /opt/splunk/etc/openldap/certs

In Windows, make sure to use a path in the following format with quotes if there are any spaces in the pathname:

TLS_CACERT "D:\Program Files\Splunk\etc\openldap\certs\$YOUR_CERT_NAME"
TLS_CACERTDIR "D:\Program Files\Splunk\etc\openldap\certs"

3. Create the directory $SPLUNK_HOME/etc/openldap/certs.

4. Place the exported CA cert at $SPLUNK_HOME/etc/openldap/certs/$YOUR_CERT_NAME.

5. Restart Splunk.

6. In Splunk Web, navigate to Manager > Authentication method.

  • Click Reload Authentication Configuration at the bottom of the page.

7. You can now map the designated AD groups to the respective roles in Splunk.

Secure access to Splunk with HTTPS

Enable HTTPS by editing web.conf

You can enable HTTPS through web.conf. Edit this file in $SPLUNK_HOME/etc/system/local/, or your own custom application directory in $SPLUNK_HOME/etc/apps/. For more information on configuration files in general, see how configuration files work.

[settings]
httpport = <port number>
enableSplunkWebSSL = true

  • httpport
    • Set the port number to your HTTPS port.
  • enableSplunkWebSSL
    • Set this key to true to enable SSL for Splunk Web.

Once you have made the changes to web.conf, you must restart Splunk for the changes to take effect.

Subscribe to RSS Feed Follow me on Twitter!