Skip to content

Instantly share code, notes, and snippets.

# MY ALIASES
alias pingg="ping google.com"
alias mtrg="mtr google.com"
alias svn_remove_missing="svn status | grep '^!' | awk '{print $2}' | xargs svn delete"
alias run-proxy="ssh -N -D 9876 misc@kozak127.eu"
# DOUBLE LOGGING
PROMPT_COMMAND='echo [$$] $(date) $(history 1) >>~/.local/share/logs/bash'
# BASH PROMPT SETUP
{
/*
If complete_parameters is true, anaconda will add function and class
parameters to its completions.
If complete_all_parameters is true, it will add all the possible
parameters, if it's false, it will add only required parameters
*/
"complete_parameters": true,
"complete_all_parameters": true,
@kozak127
kozak127 / default.pa
Last active August 29, 2015 13:57
PulseAudio config
#!/usr/bin/pulseaudio -nF
#
# This file is part of PulseAudio.
#
# PulseAudio 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 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
#WINDOW VALUES
own_window yes
own_window_class Conky
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_argb_visual yes
#VISUAL VALUES
use_xft yes
#!/bin/bash
### DEFINE UBUNTU VERSION SHORT CODENAME
# IF YOU ARE USING UBUNTU-BASED DISTRO, BUT NOT UBUNTU (LINUX MINT ETC.)
# RUN SCRIPT WITH NAME OF BASE UBUNTU DISTRO
# FOR LINUX MINT 17
# ./startup_install.sh trusty