Skip to content

Minor fixes to arch linux and apps installed in arch linux

Notifications You must be signed in to change notification settings

not-a-git-user/archfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The following is the different customization that i do for my arch install:

  1. Disabling the beep noise :

    Simply do

    sudo rmmod pcspkr
    sudo rmmod snd_pcsp
    

    Don't worry if it gives the error snd_pcsp is not currently loaded.

    Then to prevent the modules from loading the next boot cycle create /etc/modprobe.d/nobeep.conf and add

    blacklist pcspkr
    blacklist snd_pcsp
    

    to disable loading of the moudules on further boot-ups.

  2. To make sure that files of a torrent are visible in KTorrent:

    Install the geoip program using sudo pacman -S geoip

About

Minor fixes to arch linux and apps installed in arch linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published