5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CORESERVERでサーバー借りたらまずやるべきこと

Posted at

よく忘れるのでメモ。

1. シェルをbashに変更

デフォルトのシェルは /bin/rbash になってるので、/bin/bashに変更する。まずchshと撃つ。

~> chsh
Changing login shell for you.
Password: 
Enter the new value, or press return for the default.
    Login Shell [/bin/rbash]: /bin/bash
Shell changed.

で、一旦シェルを再起動すればbashが使える。

2. git をインストール

これを参考にgitをインストール。
CORESERVERにgitをインストールする

ちなみに、サーバー開設してからすぐだとmekeでエラーが出るかも。この場合はしばらく放置してからやり直そう。Naverまとめでも見ててください。user block quota exceededエラーも同様。

Q. サーバアカウントを新規登録しましたが、すぐに「Disk quota exceeded (ディスク容量超過)」になってしまいます。

取得したばかりのサーバアカウントは、XREA+ や CORESERVER であっても、しばらくは 50 MB のディスク容量しか使用できません。およそ半日 ~ 1 日が経過すると本来の容量が使用できるようになりますので、取得したばかりの場合は、少し時間をおいてください。 

3. サーバー間コピー

必要であれば、前のサーバーからデータをコピーする。FTPの情報だけあれば一瞬でコピーが完了するので便利。

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?