web-dev-qa-db-ja.com

lubuntuのインストール後に調整はありますか?

最近、lubuntuをインストールしましたが、いくつかのソフトウェアをスムーズに実行したいのですが、lubuntuをインストールした後、grubイメージが表示されませんでした(イメージがなくて悪いようです)、grubイメージの設定方法を教えてください

5
think again
  1. 最初にシステムを更新して、更新をインストールできるようにします。

    Sudo apt-get update
    Sudo apt-get upgrade
    Sudo apt-get dist-upgrade
    
  2. MP3曲を再生するには、コーデックが必要になる場合があります。

    Sudo apt-get install lubuntu-restricted-extras
    
  3. Ubuntu Software Centerを開き、VLC Media Playerを探します。

  4. より良いバッテリーを使用するには、tlpを使用できます。

    Sudo add-apt-repository ppa:linrunner/tlp
    Sudo apt-get update
    Sudo apt-get install tlp
    
  5. GRUB backgroundを変更するには、Grub Customizerを使用できます

    Sudo add-apt-repository ppa:danielrichter2007/grub-customizer
    Sudo apt-get update
    Sudo apt-get install grub-customizer
    
4
rɑːdʒɑ

Rajagenupulaの回答を完了するには、forumubuntuでそれに関する完全な投稿を見つけることができます。リンクは次のとおりです。 http://ubuntuforums.org/showthread.php?t=1880394

0
Laurent