コマンドいろいろ

ORCAの起動コマンド

sudo service jma-receipt start|stop|restart

PostgreSQLの設定と起動

設定ファイル

/etc/postgresql/p.3/main/pg-hba.conf

起動コマンド

sudo service postgresql start|stop|restart

WebminのURL

https://172.16.111.20:10000/

SSHのインストールと設定

インストール

sudo apt-get install aptitude
sudo aptitude install ssh

設定ファイル

/etc/ssh/sshd_config

起動コマンド

sudo initctl start|stop|restart ssh

ファイアウォール

sudo ufw status
sudo ufw allow 10000

Apache2の起動

sudo service apache2 start|stop|restart

Ubuntuユーザ登録

sudo adduser ユーザ名

ユーザに管理者権限を与える

sudo addmode -G sudo ユーザ名

0 件のコメント:

コメントを投稿