Code Monkey home page Code Monkey logo

kp-korora-extras's People

Contributors

csmart avatar firnsy avatar lithrem avatar mhdonnelly avatar mcarden avatar exif avatar

Watchers

 avatar  avatar James Cloos avatar  avatar

kp-korora-extras's Issues

Future proofing of 50-coredump.conf

# Disable coredumps

ln -sf /dev/null %{buildroot}%{_sysconfdir}/sysctl.d/50-coredump.conf

sorry too tired to fork and pull request or to track down where that file is to issue against it but a better way is overriding 50-coredump.conf with kernel.core_pattern = |/bin/false that way future updates won't potentially get srewed up. And yes, before you ask... I read all the F'ing manuals and none gave information on how to disable dumps, and systemd ignores it's own /etc/systemd/* files, as well as kernel cmdline, and ulimits. The below will override /usr/lib/sysctl.d/50-coredump.conf with essentially the same thing as pointing it to /dev/null

Here's my config, though I think suid_dumpable is redundant or unnecessary.
WARNING: vulgar language:

/etc/sysctl.d/50-nofuckingdumps.conf

## ./etc/sysctl.d/50-nofuckingdumps.conf
##					NO DUMP ZONE					##
## No fucking dumping									##
## To any son of a bitch init system that dares dump here without my permission.	##
## You will be fucked-up on site and your remains will be nuked from orbit into the	##
## smoldering pile of trash from which you came.					##
fs.suid_dumpable = 0
kernel.suid_dumpable = 0
kernel.core_pattern = |/bin/false

PS1 colours are hard to read

Dark backgrounds like in KDE make it hard to read the colours. We should tweak the colours to make it universally readable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.