01 June 2011
By dopefish
In Internet Stuff, Me, Programming, Tech
Here is small snippet that can give your shell scripts some nice output: colortext.sh As with the debug.sh script, just download it to the same directory as your own script and add it with
Select All Code:. colortext.sh
It contains one simple function called text with the syntax text <color> “text to be output”. Color can be red, [...]
Continue reading
bash, color, scripting
24 May 2011
By dopefish
In Internet Stuff, Me, Tech
Teamspeak is know for lagging a bit behind with development.
The last few days I have been upgrading my servers to current distributions, today the Voice servers were on the list to get Debian 6 / Ubuntu 11.04. And again I ran into problems with Teamspeak, turns out they won’t work with libmysqlclient 16 libraries and [...]
Continue reading
Debian, linux, teamspeak 3, ubuntu
18 May 2011
By dopefish
In Internet Stuff, Tech
While having a look at nikito yesterday I stumbled accross cms-explorer. It’s an interesting little program that checks the themes/modules/plugins installed in common CMS systems (Drupal, WordPress, Joomla! and Mambo), with automatic exploration for Drupal and WordPress. It also has some nice bonus features like providing a list of known issues for plugins found by [...]
Continue reading
cms-explorer, drupal, nikito, security, wordpress
04 May 2011
By dopefish
In Programming, Tech
Debugging bash scripts is pretty straightforward, throwing around a couple echo and set -x quickly gives you what you need. But what if you want to add a nice breakpoint, debugging to lots of paces in the code or turn all debugging on or off at once? Then this little script I wrote is the [...]
Continue reading
bash, debug
02 May 2011
By dopefish
In Internet Stuff, Programming
Talk about weird words … ok, according to Wikipedia disemvoweling is the term for replacing or removing vowels from words. Commonly used as a tool for moderating. I’m pretty sure everyone has run across certain disemvoweled words on the internet like f*ck or sh*t. Anyway I went and made a pure html/javascript page that does just that, [...]
Continue reading
css, disemvoweling, javascript