This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Copyright 2008 Octavio Ruiz | |
# Distributed under the terms of the GNU General Public License v3 | |
# $Header: $ | |
# | |
# Yet Another FLAC to MP3 script | |
# | |
# Author: | |
# Octavio Ruiz (Ta^3) <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conky.config = { | |
use_xft = true, | |
font = 'Ubuntu:size=9', | |
use_xft = true, | |
override_utf8_locale = true, | |
update_interval = 2, | |
update_interval_on_battery = 8, | |
--total_run_times = 0, | |
double_buffer = true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
usage() { | |
echo "***************************************************" | |
echo "Valid commands are: 'remove' OR 'search'" | |
echo "" | |
echo "'remove' accepts the parameters: 'domain' OR 'client'" | |
echo -e " 'domain' accepts a domain's name (list) in the form:\n google.it\n it.somesite.com\n %anothersite.com (wildcard for subdomains)" | |
echo -e " 'client' accepts: a client IP (list) in the form:\n 192.168.1.xxx" |
OlderNewer