Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
6 views

Mac Xserver SSH - where is this setting configured?

We have two Xservers on our network. On server A all our employees have an account setup, but on B the only account is the admin account. I can ssh to server A fine with my username and pass that are ...
0
votes
2answers
55 views

Why would domain administrators be against installing Chrome with auto-update? [closed]

I've noticed resistance to installing Chrome with auto-update on desktop workstations in some businesses. The main argument against being that sys admins can no longer handle the rollout of updates. ...
-1
votes
3answers
98 views

Using pirated software sysadmin perspective [closed]

This is just a moral question for sysadmins and IT Techs. I seen a similar thread on SO however this provided a perspective from a programmers view. IN their job the pirated software is used to make ...
2
votes
1answer
289 views

Unable to lock the administration directory (sudo apt-get upgrade && apt-get update)

I am having troubles running the following command on my Linux Mint partition: sudo apt-get update && apt-get upgrade This is the first I have ever encountered this, and I run this command ...
2
votes
2answers
61 views

How to use “adduser” to create a user with an extra field, like Work Phone number?

I need to use adduser to add a user from the command line. Currently, I am doing sudo adduser -g someGroup -c "John Doe" dojohn but I'd like to have the command also include a "Work Phone number" ...
0
votes
1answer
41 views

Where should I download new install files to in a Linux system?

Say I'm installing Redis. Where should I download the Redis files to? I'm guessing that doing it in my home directory isn't a good idea, just because it'll get messy with downloaded files over ...
1
vote
2answers
80 views

What is the name of the Linux distros thats used for practicing system administration?

Title says it all. I came across the list of distros somewhere on the internet but forgot to bookmark it. Does anyone here know what distros can be used for practicing linux system administration? ...
3
votes
1answer
647 views

Resume RSYNC over SSH after broken connection?

I have to transfer large amounts of data (>80 GB) over ssh using rsync. Everything is working fine, but the DSL connection where the backup data is sent from will drop once every 24h for up to 3 ...
2
votes
1answer
59 views

Install rpm packages using file globbing with errors

I found a rpm feature. If you rpm install * and one of the packages fails to install then none of the remaining packages will be installed. Does anyone know how to use rpm to install packages with ...
1
vote
2answers
4k views

Creating a new user in Oracle Enterprise Manager 11g

I downloaded the Oracle VirtualBox VM containing Oracle SQL Server 11g and all their dev tools. (There's not much documentation along with it and I had to find fragments of info here and there.) ...
1
vote
2answers
567 views

Why does Windows show only 2.5 GB memory when BIOS shows 4 GB?

we have DELL Precison 670 machines. we installed 4 1GB memory slips. From the BIOS we can see 4 of them. but in WinXP, the OS says we only have 2.5GB. Why 2.5GB?
3
votes
4answers
389 views

Understanding the Linux Root

I've been using Linux (Ubuntu) for about 2 weeks now and am still struggling with some basic concept surrounding the root user: (1) Some terminal operations (such as making subdirectories inside a ...
1
vote
2answers
292 views

How to Make USB Pen Drive Bootable? [closed]

Possible Duplicate: Make a bootable pen drive for windows? Hi, I want to update BIOS of my pc and i got the bios update exe from Intel official site.i copied it in to my usb pen drive and ...
0
votes
1answer
185 views

What is the next step up in my IT career? [closed]

I looking to branch up and out of my career, but i don't know what direction to take that is a good match for my skills, and will lead to higher pay. Experience: Dabbled with OpenGL, Java, and C in ...
3
votes
4answers
3k views

Users in /etc/passwd on Mac OS X

By examining the /etc/passwd I should get a list of all users in the system. However, when dumping the passwd file on Mac OS X I don't see my current username but many entries like these: ...
2
votes
2answers
758 views

How to extract RPM from RPM database in RedHat

Is there a way to extract an installed RPM from an RPM database on RedHat Linux to reproduce the original .rpm file?