To convert OpenSSH private key to RSA, (i.e id_rsa) simply run this command:
ssh-keygen -p -N "" -m -pem -f /.ssh/id_rsa
To convert OpenSSH private key to RSA, (i.e id_rsa) simply run this command:
ssh-keygen -p -N "" -m -pem -f /.ssh/id_rsa
To create a new Ruby on Rails app with PostgreSQL, simply run the following command:
rails new ExampleApp --api --database=postgresql
let clearView = UIView()
clearView.backgroundColor = UIColor.clear
UITableViewCell.appearance().selectedBackgroundView = clearView
let seconds = 3.0
let delay = seconds * Double(NSEC_PER_SEC)
let dispatchTime = dispatch_time(DISPATCH_TIME_NOW, Int64(delay))
dispatch_after(dispatchTime, dispatch_get_main_queue(), {
// code to be executed after the delay
})