Changes between Version 16 and Version 17 of TipAndDoc/Linux


Ignore:
Timestamp:
Mar 26, 2013 6:19:08 PM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/Linux

    v16 v17  
    3939 * [http://ubuntuforums.org/showthread.php?t=1132821 HowTO: Sudoers Configuration - Ubuntu Forums] 
    4040 > 2) Sudo reads the sudoers file and applies permissions in order from top to bottom. So the last line in the file will overwrite any previous conflict with the config settings. So it is best to put new configuration lines at the bottom. 
    41  
    42  * [http://ubuntuguide.net/install-avast-antivirus-in-ubuntu-12-04-precise Install Avast Antivirus in Ubuntu 12.04 Precise] 
    43  * [http://blog.livedoor.jp/macky_2005/archives/51860724.html PC徒然日記 : |ubuntu 11.10| Avast!インストール後の設定変更] 
    44  > 以下のエラーが出た。 
    45  >   An error occured in avast! engine: ・・・(以降、文字化け)・・・ 
    46  > 本エラーは共有メモリの不足が原因のため、以下の手順で共有メモリの容量を増やした。 
    47  > * % sudo vi /etc/sysctl.conf 
    48  >     kernel.shmmax=67108864 
    49  
    50  * [http://askubuntu.com/questions/89710/how-do-i-free-up-more-space-in-boot disk usage - How do I free up more space in /boot? - Ask Ubuntu] 
    51  > {{{ 
    52  > sudo aptitude purge $(dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve "$(uname -r | sed -r 's/-[a-z]+//')") 
    53  > }}} 
    54   * 現在使用しているカーネル以外の古いカーネルを削除し、/bootの空きを増やす 
    5541 
    5642 = Swap =