iCE Breaker’s Matrix

Somewhat damaged. . .

Archive for the 'Software' Category

Windows 7 UAC & “Drag and Drop” Issues

So apparently Microsoft is at it again– providing some of us with hilarity and leaving the rest scratching our heads as to just WTF they were thinking. So apparently when you leave User Account Control (UAC) on even on a lower setting, you’re unable to “Drag and Drop” items onto applications. For [...]

Must have G1 Android Apps

Power Manager
This application adds NEW power settings to the phone (e.g. how long the screen is on during a call, if device stays on while the keyboard is open, etc.) and allows you to quickly view and change other phone settings depending on different conditions (e.g. turn off the GPS when the battery level drops [...]

svnserve rc.d/init.d start up script for Fedora/RedHat

I forget where I found this at. But again, I figured I would share this since I’m sure others are looking for the same thing.
/etc/rc.d/init.d/svnserve

#!/bin/bash

#

#   /etc/rc.d/init.d/subversion

#

# Starts the Subversion Daemon

#

# chkconfig: 2345 90 10

# description: Subversion Daemon

 

# processname: svnserve

 

. /etc/rc.d/init.d/functions

 

[ -x /usr/bin/svnserve ] || exit 1

 

### Default variables

. /etc/sysconfig/subversion

 

RETVAL=0

prog="svnserve"

desc="Subversion Daemon"

 

start() {

  [...]

Next Page »