Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# This is a simple script which detects broken binaries and libraries
# this script is licensed under the GPL
#
files=$(find /usr/bin -maxdepth 1 -type f)
libs=$(find /usr/lib/*.so* -maxdepth 1 -type f)
libs2=$(find /usr/lib/*/*.so* -maxdepth 1 -type f)
libs3=$(find /usr/lib/*/*/*.so* -maxdepth 1 -type f)
-- Logs begin at Mon 2018-04-02 22:35:33 CEST, end at Tue 2018-04-03 00:12:39 CEST. --
apr 03 00:11:42 sdc50 pulseaudio[760]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
## Please edit the paths and kernel parameters according to your system.
title KaOS 2015.08 GNU/Linux, with Linux-Next kernel
linux /vmlinuz-linux-next
initrd /initramfs-linux-next.img
options root=UUID=b8fcdcbd-f596-4ab6-b6b3-fba0979f1db4 quiet systemd.show_status=0 resume=UUID=69a32168-6a9f-4f5e-9929-78412a18ba27 rw iommu=soft ipv6.autoconf=0 ipv6.disable=1 ipv6.disable_ipv6=1
pkgname=elisa
pkgver=0.0.1
_commit=b2db72cb8d1c1803eba1ce507bf504589bbb5587
pkgrel=1
arch=('x86_64')
pkgdesc="Music Player"
url="https://github.com/KDE/elisa"
license=('GPL')
depends=('ki18n' 'kdeclarative' 'kcoreaddons' 'baloo' 'kfilemetadata' 'kxmlgui'
@demmm
demmm / gist:8446388
Created January 15, 2014 22:53
mirror mail
LS
Since Name_of_Mirror.com has been so generous to offer mirroring to a few other distributions, I was wondering what it would take for you to consider one more.
I'm writing on behalf of http://www.kaosx.us/, a small start-up Linux distribution. So far all packages used for this distribution are only available on three mirrors.
Currently the repositories are at a total of 5-6 Gb:
http://kaosx.us/packages/
Please let me know if there is anything I can or need to do, to be considered for adding to your mirror.
Sincerely,
@demmm
demmm / gist:8174904
Last active January 1, 2016 17:09
20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
@demmm
demmm / gist:8155776
Last active January 1, 2016 14:09
xorg-pacman.conf
[build]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
@demmm
demmm / gist:7442919
Created November 13, 2013 02:54
fstab
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
UUID=93251f0a-da19-415a-89f4-463bc2248c8b / ext4 defaults 0 1
UUID=1713a511-7806-4d48-9267-2f02f3fa14ef /home ext4 defaults,noatime,discard 0 0
UUID=2effc15f-688c-4686-b24c-2d2697200bee /data ext4 defaults,noatime,discard 0 0
@demmm
demmm / gist:7253695
Last active December 27, 2015 02:39
pacman.conf
[build]
Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[main]
Include = /etc/pacman.d/mirrorlist
[apps]
sudo pacman -Syu
:: Synchronizing package databases...
kde-next is up to date
build is up to date
core is up to date
main is up to date
apps is up to date
:: Starting full system upgrade...
:: Replace bluedevil with kde-next/kf5-bluedevil? [Y/n]
:: Replace grantlee with kde-next/grantlee-qt5? [Y/n]