Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
./replace_folder_file.sh ../places/scalable/folder-documents.svg
./replace_folder_file.sh ../places/scalable/folder-download.svg
./replace_folder_file.sh ../places/scalable/folder-dropbox.svg
./replace_folder_file.sh ../places/scalable/folder-music.svg
./replace_folder_file.sh ../places/scalable/folder-pictures.svg
./replace_folder_file.sh ../places/scalable/folder-publicshare.svg
./replace_folder_file.sh ../places/scalable/folder-remote.svg
./replace_folder_file.sh ../places/scalable/folder-saved-search.svg
./replace_folder_file.sh ../places/scalable/folder.svg
@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]