-
さくらの [VPSコントロールパネル][vps_home] から
OS再インストール
→カスタムOSインストールへ
-
カスタムOSインストール の
OS選択
でUbuntu 12.04 amd64
を選択 -
注意事項を読んで
確認
ボタン →実行
ボタン -
VNCコンソールでインストーラーが起動するので [インストールガイド][install_guid] を参考にインストールを進める
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# coding: utf-8 | |
require 'mechanize' | |
require 'openssl' | |
require 'nokogiri' | |
require 'io/console' | |
class MoneyForward | |
def initialize | |
@agent = Mechanize.new{|a| a.ssl_version, a.verify_mode = "SSLv23", OpenSSL::SSL::VERIFY_NONE} |