Home > Archives > 2011-03
2011-03
Ubuntuのapt-getでパッケージをアンインストールするコマンド
- 2011-03-31 (木)
- Ubuntu
Ubuntuのapt-getでパッケージをアンインストールするコマンド
Ubuntuのapt-getでパッケージをアンインストールするコマンド
■OS
Ubuntu 10.10
■コマンド
apt-get
■作業
Ubuntuのapt-getでパッケージをアンインストールする
■Ubuntuのapt-getでパッケージをアンインストールするコマンド
sudo apt-get autoremove パッケージ名
- Powered by MiuxMiu
Ubuntuのapt-getでパッケージをインストールするコマンド
- 2011-03-31 (木)
- Ubuntu
Ubuntuのapt-getでパッケージをインストールするコマンド
Ubuntuのapt-getでパッケージをインストールするコマンド
■OS
Ubuntu 10.10
■コマンド
apt-get
■作業
Ubuntuのapt-getでパッケージをインストールする
■Ubuntuのapt-getでパッケージをインストールするコマンド
sudo apt-get install パッケージ名
- Powered by MiuxMiu
Ubuntuのapt-getでパッケージをアップデートするコマンド
- 2011-03-31 (木)
- Ubuntu
Ubuntuのapt-getでパッケージをアップデートするコマンド
Ubuntuのapt-getでパッケージをアップデートするコマンド
■OS
Ubuntu 10.10
■コマンド
apt-get
■作業
Ubuntuのapt-getでパッケージをアップデートする
■Ubuntuのapt-getでパッケージをアップデートするコマンド
sudo apt-get update
sudo apt-get dist-upgrade
- Powered by MiuxMiu
Debianのaptitudeでパッケージをアンインストールするコマンド
- 2011-03-31 (木)
- Debian
Debianのaptitudeでパッケージをアンインストールするコマンド
Debianのaptitudeでパッケージをアンインストールするコマンド
■OS
Debian 6.0
■コマンド
aptitude
■作業
Debianのaptitudeでパッケージをアンインストールする
■Debianのaptitudeでパッケージをアンインストールするコマンド
aptitude autoremove パッケージ名
- Powered by MiuxMiu
Debianのaptitudeでパッケージをインストールするコマンド
- 2011-03-31 (木)
- Debian
Debianのaptitudeでパッケージをインストールするコマンド
Debianのaptitudeでパッケージをインストールするコマンド
■OS
Debian 6.0
■コマンド
aptitude
■作業
Debianのaptitudeでパッケージをインストールする
■Debianのaptitudeでパッケージをインストールするコマンド
aptitude install パッケージ名
- Powered by MiuxMiu
Debianのaptitudeでパッケージをアップデートするコマンド
- 2011-03-31 (木)
- Debian
Debianのaptitudeでパッケージをアップデートするコマンド
Debianのaptitudeでパッケージをアップデートするコマンド
■OS
Debian 6.0
■コマンド
aptitude
■作業
Debianのaptitudeでパッケージをアップデートする
■Debianのaptitudeでパッケージをアップデートするコマンド
aptitude update
aptitude dist-upgrade
- Powered by MiuxMiu
LinuxのUbuntuやDebianで端末の背景を半透明にする設定方法
- 2011-03-30 (水)
- Linux
LinuxのUbuntuやDebianで端末の背景を半透明にする設定方法
LinuxのUbuntuやDebianで端末の背景を半透明にする設定方法
■OS
Ubuntu 10.10
■ソフト
端末
■作業
LinuxのUbuntuやDebianで端末の背景を半透明にする
■LinuxのUbuntuやDebianで端末の背景を半透明にする設定方法
1.「端末」の画面上で右クリック
2.「プロファイル」を選択し「プロファイルの設定」をクリック
3.「背景」タグを開き「背景を透明にする」にチェックを入れる
4.「透明な背景や背景画像の濃さを変える」で設定し「閉じる」をクリック
- Powered by MiuxMiu
CentOSのGRUBでCUI(テキストモード)で起動する方法
- 2011-03-30 (水)
- CentOS
CentOSのGRUBでCUI(テキストモード)で起動する方法
CentOSのGRUBでCUI(テキストモード)で起動する方法
■OS
CentOS 5.5
■ソフト
GRUB
■作業
CentOSのGRUBでCUI(テキストモード)で起動する
■CentOSのGRUBでCUI(テキストモード)で起動する方法
「/etc/inittab」を開く
vi /etc/inittab
開いたファイルの
id:5:initdefault:
を下記のように変更する
id:3:initdefault:
- Powered by MiuxMiu
CentOSのGNOMEでログアウトするコマンド
- 2011-03-30 (水)
- CentOS
CentOSのGNOMEでログアウトするコマンド
CentOSのGNOMEでログアウトするコマンド
■OS
CentOS 5.5
■ソフト
GNOME
■作業
CentOSのGNOMEでログアウトする
■CentOSのGNOMEでログアウトするコマンド
gnome-session-save –kill
- Powered by MiuxMiu
CentOSでシャットダウンする方法・コマンド
- 2011-03-30 (水)
- CentOS
CentOSでシャットダウンする方法・コマンド
CentOSでシャットダウンする方法・コマンド
■OS
CentOS 5.5
■コマンド
shutdown
■作業
CentOSでシャットダウンする
■CentOSでシャットダウンする方法・コマンド
/sbin/shutdown -h now
- Powered by MiuxMiu
Home > Archives > 2011-03