Questions tagged [utilities]

34 questions
42
votes
74 answers

What tools should every sysadmin use that no one's heard of?

I'm wondering about tools that are powerful and that most system administrators either don't know about or don't use (but should). For one thing, I like the possibility of finding out about a tool that is good and that I should be using - or at…
Mei
  • 4,560
  • 8
  • 44
  • 53
26
votes
0 answers

Odd Tools and Techniques for System Administrators

There's been a lot of questions centering on Software Tools for System Administrators. But I would like to know about any odd physical tools or techniques that you've used; Something that you never expected to be useful, but ended up saving the day.…
Joseph Kern
  • 9,809
  • 3
  • 31
  • 55
16
votes
7 answers

What are some useful utils when using Gentoo Linux?

I want to make a list of utilities that come in handy in Gentoo? What tools and commands do you use and consider helpful in administration of a Gentoo system/server?
Alakdae
  • 1,213
  • 8
  • 21
15
votes
4 answers

How to read the "IDLE" column in the output of the Linux 'w' command?

I'm trying to figure out a process that monitors users sessions on a remote server and alerts them when they are being idle too long, which with the Linux command w is aptly appropriate. Problem is - w uses 3 different formats to specify the idle…
Guss
  • 2,520
  • 5
  • 32
  • 55
14
votes
9 answers

Equivalent of SysInternals FileMon for Linux?

I'm attempting to debug an application on Ubuntu - I need to listen to file open attempts (even for files that don't exist). Process Monitor (formerly known as FileMon) is available on Windows - what's on Ubuntu's utility belt? Thanks! Ashley
chickeninabiscuit
  • 1,094
  • 6
  • 17
  • 33
12
votes
5 answers

Netcat (nc) traditional package for RHEL 6.x?

I'm trying to use the Percona Apache Monitoring [Cacti] Template for Memcached. They do indeed warn that you can't use the openbsd version of the package and provide a solution for Ubuntu/Debian users, i.e.: You need nc on the server. Some versions…
HTTP500
  • 4,827
  • 4
  • 22
  • 31
5
votes
3 answers

What do you have on your PXE server?

Basically, what cool utilities does everyone have loaded up on a PXE server ready to use on any computer you netboot from? I've just set one up at home with the following: Clonezilla Memtest86 Ubuntu Desktop and Ubuntu Netbook remix…
Matt
  • 304
  • 1
  • 3
  • 12
4
votes
2 answers

Searching the path in Windows to find a file

I know there is a small utility program to do this, but my memory fails me. I often want to find the location of an executable that is somewhere on my windows path -- I just don't know where. I know it is on my path because I can run it regardless…
3
votes
4 answers

Centralized Log Monitoring

I'm looking for some program or utility to create a centralized log monitoring server for a mixed Windows and Linux environment. Any suggestions? Essentially we want a place to look at the system and event logs for over 100 servers. Free is…
Fishwalker
  • 409
  • 4
  • 11
3
votes
3 answers

Can I see Folder Permissions on Windows in a Tree View?

Is there a way to see folder/file permissions in a collapsable tree view in Windows? What I think I need is something like: + folder1 - EntAdmins[RWX],JoeBloggs[R--],Administrators[RWX]] + folder2 -…
Seanchán Torpéist
  • 1,808
  • 2
  • 14
  • 10
3
votes
5 answers

Source code for Linux utilities and daemons

Where can I find the source code for Linux utilities and daemons. Basically I want to know the repository of source codes other than the Linux kernel.
LinuxPenseur
  • 423
  • 1
  • 5
  • 16
2
votes
1 answer

cannot do an ldapdelete: Strong(er) authentication required (8)

I'm fairly new to ldap and i'm trying to delete a ldap object. (i haven't set up SSL yet.) i use the command ldapdelete -x 'dc=example,dc=com' 'cn=AnUser' it gives me the error ldap_delete: Strong(er) authentication required (8) additional info:…
Sudh33ra
  • 169
  • 1
  • 2
  • 7
2
votes
2 answers

Change file/dir time stamps in Windows

Where can I get the touch utility for Windows? I have tried this one at CodeProject but it did not change directorys.
benPearce
  • 321
  • 5
  • 11
2
votes
1 answer

OS X Boot DVD (for imaging and recovery)

It is possible to create a Boot CD/DVD for Mac OS X? What I would like would be a disc I can put in and boot up into something with a few utilities. We often, for example, have NetRestore NetInstall sets that you can boot up into over the network,…
Clinton Blackmore
  • 3,510
  • 6
  • 35
  • 61
2
votes
2 answers

Looking for smart card variation

I know about smart cards for login in to active directory enabled computers, but was wondering if there is an less restrictive (and less expensive) solution. I am looking for something like an utility that lets me generate signed "login files", then…
Enriquev
  • 253
  • 3
  • 10
1
2 3