Skip to content

Instantly share code, notes, and snippets.

View alvarmaciel's full-sized avatar

Alvar Maciel alvarmaciel

View GitHub Profile
@alvarmaciel
alvarmaciel / gist:9687561
Created March 21, 2014 14:32
Dropbox Error Sysctl en ARCH

Agregar parametro para que dropbox no moleste

  1. crear y editar /etc/sysctl.d/99-sysctl.conf
  2. agregar una línea con fs.inotify.max_user_watches=100000
  3. ejecutar

sysctl -p /etc/sysctl.d/99-sysctl.conf

@alvarmaciel
alvarmaciel / logind.conf
Created March 15, 2014 15:19
Logind.conf configurar para control de acpi
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# See logind.conf(5) for details
[Login]