2
votes
6answers
86 views
How to better study Linux?
I'm taking a very basic university course on OS kernels and related stuff (process management, virtual memory, file systems, drivers..)
I wanted to deepen my understanding of Linux …
1
vote
1answer
101 views
Does C++ have standard libraries for common File Utilities
Hi all,
I am looking for standard libraries in C++ that would allow me to do things like:
Traverse a directory recursively
search for files within a directory
Check if file exis …
0
votes
0answers
32 views
Linux Multiple Users Permission Read / Write [closed]
I host my websites on my Linux server each out of their own accounts (e.g. /home/siteA-com/http, /home/siteB-com/http etc.). I chown www-data on the inner files for the http folder …
1
vote
0answers
64 views
How to find the cause for growing server load [closed]
I'm having load problems with my server and even though I'm a somewhat experienced Linux admin I'm out of ideas now.
The problem is a slowly but steadily increasing load on the se …
9
votes
9answers
494 views
As a developer, what changes or installs, do you make on a vanilla OS X system?
As an example these are some of the things I always do when starting a new machine:
Install 'Visor' - gives you an always available HUD style terminal window via F1.
Install 'Cl …
0
votes
1answer
62 views
How do I get a list of locked users in an Oracle database?
I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" st …
0
votes
4answers
536 views
Is there a monitoring tool like xentop that will track historical data?
I'd like to view historical data for guest cpu/memory/IO usage, rather than just current usage.
3
votes
7answers
330 views
Can anyone recommend a (linux) utility to monitor logs in realtime?
Is anyone aware of any linux utility that can monitor logs in realtime and trigger events based on specific log content?
Thanks.
0
votes
1answer
80 views
Using schtasks to create a task with multiple schedules
Is there some way to use schtasks to create a task with multiple schedules ?
1
vote
7answers
446 views
Which Python book would you recommend for a Linux Sysadmin?
Python for Unix and Linux System Administration is aimed at sysadmins.
Any other favorites besides this.
1
vote
0answers
32 views
How do I generate a list of windows patches and the date they were installed on a windows 2000 server? [closed]
How do I generate a list of windows patches and the date they were installed on a windows 2000 server? This is for compliance reports for auditors.
0
votes
2answers
127 views
formatting shell output into structured data?
Are there any libraries (perl, python, ruby, etc) or other means of formatting the output of shell commands to a structured data format like JSON or XML to be processed by another …
2
votes
8answers
6k views
Windows server 2003 default administrator password
Sorry if this is an overly simplistic question, but I'm a bit stuck here. :)
I need a windows machine for me to do some programming for class. Since I have my Macbook with me ev …
4
votes
5answers
328 views
Which book would you recommend for a Linux Sysadmin?
Linux Administration Handbook by Evi Nemeth, Garth Snyder and Trent R. Hein is the defacto for sysadmins.Any other favorites besides this one.
5
votes
8answers
173 views
How much a Programmer should Know about System Admin?
How much should a programmer should know about system admin? I mean, obviously the more the better. But for the sake of argument, what is the average a programmer should know?
I h …
