On GameFAQs: The top 50 most popular games!
1 Resources for

dev hound

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Dev Hound (exe)
Dev Hound is a Web based project management system designed for bug tracking, tracking projects, development teams, software releases, clients, support calls and knowledge bases. Featuring its own Web server, two minute server install, e-mail notifications, mail merge client e-mailing, reports, graphs, and a Windows XP style. Dev Hound makes...
Tags: Dev Hound, Tools & Techniques, Project Management, E-mail, RSS, Strategy, Servers, Management, It Operations, It service Management, Online Communications, Internet, Hardware
Software downloads 2006-06-23

Additional Resources

Space Hound 4 (exe)
Sniff out wasted space with The Best Duplicate File Finder available. Space Hound 4 eliminates duplicate and unused files that are cluttering up your hard drive and causing problems. Make your operations faster because your system doesn't have to look through thousands of unnecessary files to find the ones you...
Tags: Productivity
Software downloads 2006-12-18
Bus Hound (msi)
Bus Hound is a software bus analyzer for capturing I/O, protocol, and performance measurements from a wide variety of devices and buses. You can also submit your own custom commands to devices including bus resets. Bus Hound is a 100% software product. Supports any device attached to IDE, SCSI, USB,...
Tags: Software, Device, Sony PlayStation 2, Perisoft, Tools & Techniques, FireWire, Keyboards, Management, Consumer Electronics, Personal Technology, Hardware, Peripherals
Software downloads 2008-08-11
SCSI Drives "Stealing" OS's boot device
When I connect a StorEdge 3320 array of disks (in a JBOD configuration - no RAID, the OS just sees them as disks) to a RHEL 4.3 system, linux will assign /dev devices to it. The only problem is that it assigns the /dev/sda1 device the root partition to...
Tags: disk, SCSI Drives, cp409sd@..., linux, operating system, SCSI
Q&A 2006-05-01
Tech Tip: Back up your boot sector
While there are many ways to back up your file system, such as rsync for remote backups and tar or dd for local backups, there aren't as many options for backing up your boot sector. However, having a backup of your boot sector is...
Tags: Guest Contributor, Linux Tips Newsletter, Boot Sector, Backup
Technical articles 2003-12-08
sbs forward subdomain to other ip
Hello there, I have a problem with the following and hopefully somebody can show me the right way. I have a sbs2003 server (192.168.2.30)that is controling al my internet traffic. Now i have created an other development server (dev01) 192.168.2.11. How can i config my sbs server so that i...
Tags: Servers, Domain names, NETWORKING, geraldh@..., server, CNAME, IP
Discussion threads 2007-07-26
Dev-Wiz (zip)
DevWiz is a tool for developers to manage and publish their projects. Dev-Wiz has some automatic procedures that will ease the project management. This version is the first release on CNET Download.com.
Tags: Dev-Wiz, DevWiz, Project Management, Tools & Techniques, Productivity, Strategy, It Operations, It service Management, Management
Software downloads 2007-10-24
Power Linux with pipes and redirection
more on redirecting standard output and errorThe order of redirection in the case of redirecting standard output and error is important depending what you want. If say you want to get rid of all messages from a command the correct way is:> /dev/null 2>&1which send all output to the bottomless...
Tags: Microsoft Windows Vista (Longhorn), Microsoft Windows XP, stomfi@..., Linux, redirection
Discussion threads 2007-10-16
Disks and Files using Linux - SUSE
Working with Disks, how can these items be done:format a disk, create an ext3 file system, create a DOS compatible file system, copy files from your Linux system to Window and back,mount a floppy disk,mount a CD Rom,set your system to automount from your CDROM driveTo format: mkfs /dev/fd0To make an...
Tags: OPEN SOURCE, disk, floppy disk, file system
Q&A 2004-11-18
multiple programs running on /dev/video0
Hi, I am trying to run tvtime and videodog on /dev/video0 but when one program is running i get device is busy so i can't run them both at the same time. Does anyone know how you can run 2 application off of one video devices.I am running...
Tags: rohan_r
Discussion threads 2007-10-29
Linux software RAID with mdadm
Software RAID is an inexpensive way to create instant backups and protect your systems against data loss in the event that one drive fails. Learn some basic RAID management. Delivered each Tuesday, TechRepublic's free Linux NetNote provides tips, articles, and other resources to help you...
Tags: RAID, Storage, Linux, Vincent Danen, OPEN SOURCE, Linux software, RAID1, software RAID, Linux Tips Newsletter, Hardware, Operating Systems, Software
Technical articles 2005-04-11
Grant Root permissions to other users
Dear fellows,OS= Redhat Linux 3 ASI am making an script from oracle user which backups all users and create dumps hard disk. Now from same script I want copy those files on tape drive by following command:tar -cvf /dev/st0 /oracle..............permission denied message appears /dev/st0Plz help me to resolve this issue.
Tags: masoodsharif@...
Discussion threads 2007-02-13
telnet on solaris 9
i have just installed solaris 9 on a sunfire v250 and have managed to put the server on the network. my problem now is that whenever i try to telnet i get the error message "not on system console" after supplying log on information.the server is using a laptop console.please...
Tags: linux, rumbiles@..., Telnet
Q&A 2005-08-15
VS.NET Pro vs VS.Net Dev Edition
STupid question..I'm completely new to .Net, so go easy on me for this. Will the Pro edition of VS.NET allow me to create DLL's ? I've been looking everywhere and am just not finding a clear answer. As well, if I have a web application using DLL's, would I be...
Tags: Microsoft development tools, .NET, Programming languages, C/C++, Java development tools, Pro, Dev, DLL, Microsoft Visual Studio.Net
Q&A 2005-04-06
First native non-Apple iPhone application says: Hello World!
We all knew it would happen. Not "if," but "when." Well, the #iphone-dev team has just successfully compiled the first third-party application for the iPhone. Obviously, it is only a bare-bones "Hello world" application at the moment. But hey, it's native to the iPhone...
Tags: Apple iPhone, Native Non-apple iPhone Application, Wiki, Team Management, Online Communications, Management, Paul Mah
Blog posts 2007-07-29
One SAP Knowledge Management (KM) Repository Approach for Content Maintenance
SAP Knowledge Management KM implementations usually are spread over a period of time and over multiple content releases. Ongoing Content Maintenance in a live production KM repository, in addition to the development of new independent content in the dev environment has the inherent challenge of maintaining the sync between the...
Tags: Repository, Knowledge, SAP AG, Knowledge Management, Business Intelligence, Strategy, Enterprise Software, Software, Data Management, Management
White papers 2007-03-20
Bloodshed Dev-Pascal (exe)
Dev-Pascal is a full-featured integrated development environment IDE that enables you to create Windows-, DLL-, or console-based Pascal programs using the Free Pascal compiler. Features include a Pascal compiler for Win32 Free Pascal, a debugger GDB or Insight, customizable syntax highlighting, a powerful multiwindow editor with many options, the ability...
Tags: Compiler, Dev-Pascal, Development Tools, Software Development, Software/Web Development
Software downloads 2006-03-21
Set up Logical Volume Manager in Linux
You can use the Logical Volume Manager LVM in Linux to create virtual drives, and when used with RAID, LVM provides redundancy. Vincent Danen's tip will show you how to create your first volume. Logical Volume Manager LVM, is a mechanism to create virtual drives out of physical...
Tags: Vincent Danen, OPEN SOURCE, Linux, Using LVM, Linux Tips Newsletter, Disk, Volume, RAID, UNIX, Operating Systems, Software, Storage, Hardware
Technical articles 2007-03-09
Router Configuration Under Linux ?
I know how to configure a Router through the Hyperterminal in Windows but i am not able to get a same variant in Linux.Some body told me MiniCom is the replacement for the Hyperterminal but i am not able to configure the Minicom stuff.I searched for many help sections on...
Tags: Linux, Telnet, /dev/ttyS0, serial port
Q&A 2005-05-07
Tech Tip: Create audio CDs using mpg123 and cdrecord
Here's how to create audio CDs using mpg123 and cdrecord. A number of GUI tools exist that you can use to copy audio CDs or take existing MP3 files and convert them to an audio format to burn to a CD. While these GUI tools...
Tags: Guest Contributor, Linux Tips Newsletter, CD, Audio CD, MP3, Tool
Technical articles 2004-07-28
  • << Previous
  • page 1 of 1
  • Next >>


Network Administration in Windows Server 2003
While the role of a Windows network administrator would never be considered easy, you can lighten your load by knowing the ins and outs of Microsoft's ...
Buy Now
Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now

Cracking Open Apple Tech