Assumptions:
You have RVM installed using the steps documented in http://www.rvm.io
Steps:
Add the following line to your ~/.bash_profile
or ~/.bashrc
source ~/.rvm/scripts/rvm
openapi: 3.0.1 | |
info: | |
title: Cloud-delivered FMC API | |
description: '**This document specifies the REST URLs and methods supported in the Cloud-delivered FMC API provided as part of Cisco Defense Orchestrator. Refer to the version specific [REST API Quick Start Guide](https://www.cisco.com/c/en/us/support/security/defense-center/products-programming-reference-guides-list.html) for additional information.**' | |
contact: | |
name: CDO TAC | |
email: [email protected] | |
license: | |
name: Cisco Defense Orchestrator Licensing | |
url: https://www.cisco.com/c/en/us/td/docs/security/firepower/licensing/faq/firepower-licence-FAQ.html |
{"version":1,"resource":"file:///Users/siwarrie/workspace/cdo/lh-model/lh-model/src/main/java/com/cisco/lockhart/model/service/tenants/FeaturesDef.java","entries":[{"id":"z7pz.java","timestamp":1649058664740},{"id":"YjGN.java","timestamp":1649058832079}]} |
Assumptions:
You have RVM installed using the steps documented in http://www.rvm.io
Steps:
Add the following line to your ~/.bash_profile
or ~/.bashrc
source ~/.rvm/scripts/rvm
wget -O jdk7.rpm --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm --no-check-certificate |
update-rc.d [service-name] defaults |
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\u@\h: \w $\[$(tput sgr0)\]" | |
#Create your own sanitised bash prompt by visiting http://www.kirsle.net/wizards/ps1.html — the most awesome website on the interwebs |
# iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 9000 | |
# iptables-save |