電源停止 # halt
ssh
# systemctl enable ssh
# systemctl start ssh
# systemctl status ssh
x11vnc
# systemctl enable x11vnc
# systemctl start x11vnc
# systemctl status x11vnc
# x11vnc -auth guess -geometry 1270x900 rocorfvcxdr
root@Pavilion:~# x11vnc -auth guess -geometry 1620x900
--------------------------
# apt --fix-broken install
# cat /etc/group
vi エディタ のend から抜けるには、Qキー
# systemctl start xinetd
xrdpを再起動する。
# service xrdp restart
roco x11vnc起動
$ x11vnc -auth guess -rfbauth /home/roco/.vnc/passwd -rfbport 5900 -forever -loop -noxdamage -repeat -shared
リモートsshで、x11vnc をコマンド起動させる
# x11vnc -auth guess kona-linux felenOS
# x11vnc -auth guess -geometry 1270x900
ユーザ coco をグループ lightdm に追加
# gpasswd -a coco lightdm
パッケージインストール $ sudo apt-get install apache2
# aptitude -y install isc-dhcp-server
パッケージ削除 $ sudo apt-get remove apache2
設定ファイルごと削除 $ sudo apt-get purge apache2
依存関係上不要になったパッケージを含めて削除
$ sudo apt-get autoremove パッケージの名称
依存関係上不要なパッケージ及び設定ファイル1を含めて削除
これを使うべきか? $ sudo apt-get --purge autoremove パッケージの名称
apt-get --purge autoremove perl で、大量のパッケージが削除されてしまった。
# sudo apt-get install apache2-mpm-prefork
vnc 接続プラグイン をインストール # apt-get install remmina
# shutdown -h now
# /sbin/poweroff
-------------------------------------
ネットワーク設定 # vi /etc/network/interfaces
# vi /etc/resolv.conf
nameserver 192.168.24.51
確認 # ifconfig
起動 # ifup
ネットワークをリスタート # /etc/init.d/networking restart toko_dynabook
--------------------------------------
/etc/init.d/x11-common* restart
init.d起動
ネットワーク再起動 # restart network-manager
apache2再起動 # /etc/init.d/apache2 restart
bind9再起動 # /etc/init.d/bind9 restart
mysql再起動 # /etc/init.d/mysql restart
postfix再起動 # /etc/init.d/postfix restart
# /etc/init.d/saslauthd start
# /etc/init.d/ntp restart
----------------------------------
起動設定 リスト # initctl list
「start/running」となっているものが起動時に実行
process ***」となっているものはデーモンとして常駐
自動起動に設定 # initctl start dovecot
# initctl restart smbd
# initctl restart vsftpd
--------------------------------------
service起動
dovecot再起動 ~# service dovecot restart
--------------------------------------------------------------
MySQL初期設定 # mysql_secure_installation
MySQL 自動起動の設定 # update-rc.d mysql defaults
***************************************************************
ibus起動 # ibus-daemon -drx
vnc起動 # vncserver :1 -geometry 1270x900
$ vncserver :2 -geometry 1270x900
$ vncserver :3 -geometry 1270x920
$ vncserver :5 -geometry 1270x900
vnc停止 # vncserver -kill :1
$ vncserver -kill :2
$ vncserver -kill :3
************************************************************
mint vnc パスワード作成
# x11vnc -storepasswd
Enter VNC password:
Verify password:
Write password to /root/.vnc/passwd? [y]/n y
Password written to: /root/.vnc/passwd
*************************************************************************************
ホスト名を表示 # hostname
anpachi.home.net
ホスト名を変更 # hostname xxxx
# vi /etc/hostname
ユーザー作成 # adduser hayato
sambaユーザー作成 # pdbedit -a hayato
ユーザー削除 # deluser hayato
グループ作成 # groupadd
グループに登録 # gpasswd -a hayato adm
グループから削除 # gpasswd -d hayato adm
--------------------------------------------
RedHat の chkconfig ライクな管理ツール
# aptitude -y install sysv-rc-conf
自動起動設定 /etc/init.dリスト # sysv-rc-conf --list //起動状態確認
自動起動 on # sysv-rc-conf dbus on
# sysv-rc-conf xrdp on
# sysv-rc-conf dovecot on
自動起動 off # sysv-rc-conf dovecot off
動構造 # pstree
起動表示 # grep "start on" /etc/init/*
--------------------------------------------------------------------
インストール済みパッケージ検索 # dpkg -l | grep キーワード
apt-getを最新化 $ sudo apt-get update
パッケージインストール # tasksel
xserver-xorg install
tasksel: aptitude に失敗しました (100)
こんな場合は、aptitude を最新化(リモートでは、不正操作)
aptitude を最新化 $ sudo aptitude update
$ sudo aptitude upgrade
検索語を情報に探す $ apt-cache search 検索語
情報を表示 $ apt-cache show パッケージの名称
依存情報を表示 $ apt-cache depends パッケージの名称
被依存情報を表示 $ apt-cache rdepends パッケージの名称
インストール候補を表示 $ apt-cache policy パッケージの名称
ファイルを最新化、$ sudo apt-file update
あるファイルを含むパッケージを探す $ apt-file search 探したいファイル
(i) ファイルをフルパスで指定すると効果的です。
レポジトリからインストール
ネット上のレポジトリからパッケージを依存関係を解決させつつインストールします。
$ sudo apt-get install パッケージの名称
ローカルのパッケージをインストールする
$ sudo gdebi ダウンロードしたパッケージのファイル名
(i) 必要ならばパッケージをフルパスで指定してください。
日本語入力 ibus 設定 # ibus-setup
インプットメソッド設定 全角・半角キー を有効に設定
# gnome-session-properties
自動で、起動するプログラムの追加
コマンド /usr//bin/xmodmap ~/.xmodmap とする
ログアウト ・再起動して、日本語入力が有効になる
-------------------------------------------------------------------
*********************************************************************
リモートから、シャットダウンすると、システムはダウンしても、
電源は入っている。
*********************************************************************
*********************************************************************
vi 強制終了 :x!w
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
nanoエディタを終了する ........ Ctrl + x
-----------------------------------
gnome-desktop
$ sudo apt-get install gnome-shell
$ sudo apt-get install ubuntu-gnome-desktop
$ sudo apt-get remove gnome-shell
$ sudo apt-get remove ubuntu-gnome-desktop
-------------------------------------------------
# /etc/init.d/nfs-kernel-server restart
$ wol -i target_IP target_MAC_address
-----------------------------
nic ドライバーの確認
# modinfo igb
投票数:0
平均点:0.00