0
votes
0answers
25 views
Options of the ‘ps’ utility. [closed]
Hi,
Can someone please enlighten on what the difference is when passing the 'j' and '-l -y' options to the 'ps' utility.
An other good 'ps' resource is welcome too.
Thanks
Sawan
2
votes
7answers
70 views
What among Bash/Python/Perl/Ruby/Sed/Awk for System administration , coding accessories.
I know the question is very subjective. But I cannot form the question in a much more better manner. I would appreciate some guidance.
I often as a developer feel how easier it would have been for me …
2
votes
7answers
107 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 in these fields, …
1
vote
1answer
112 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 exists, folder exists or …
0
votes
0answers
39 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 folders so that the server …
1
vote
0answers
71 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 server without any …
0
votes
1answer
79 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" status for a given …
0
votes
1answer
98 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
0answers
33 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.
5
votes
8answers
177 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 have seen my friend ( …
0
votes
1answer
144 views
Deleted user ‘postgres’ - oops
I accidentally deleted the user 'postgres' user the #userdel command and no longer have access to the database.
What can I do to create a new postgres user and how can I start postgresql again?
If I …
0
votes
2answers
46 views
Usefulness of separating database files and trans logs among partitions
Some guys where I work are setting up a new database server for SQL Server. The server has a system drive that also stores backups and a single RAID 5 array for the database files. The RAID 5 array is …
-1
votes
0answers
35 views
Content server backups [closed]
What is the best way to backup data on content servers? For example, i have 15 servers that just have content, no apps running on it. Each server have 250 GB hard drive. So, its pretty big amount of …
0
votes
0answers
69 views
How to gain system adminstration skills [closed]
In my work i dont have much work issues , so i decided to build a vmware infrastructure in my laptop and start learning system adminstration.
Could you please give some thoughts about how i can gain …
2
votes
6answers
181 views
What is the most secure way to retrieve the system Drive.
I know that the following should work:
Environment.GetEnvironmentVariable("windir", EnvironmentVariableTarget.Machine)
My problem with this call is that if for some reason someone decided to remove …
