Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

250 users with a data dir on a central server - how would you set it up? [migrated]

I'd like to get best-practice advice on how to setup a scheme where 250 users or more have OS independent access to their own data-dir / user-dir on a central server in the local network. from the ...
1
vote
3answers
61 views

Using the right folder for the right job. Article link, please? [closed]

There are specific folders designed for specific tasks. /var/www holds your web sites, /usr/bin contains files to run your applications...yet I still find myself putting nearly all of my work in ~. Is ...
2
votes
4answers
52 views

Windows 7 Deployment - Best Practices

I work for a small company. We get computers in batches and every batch differs hardware-wise. When we get new PC's in I spend about half an hour on each one, wiping the hard drive, putting a fresh ...
1
vote
0answers
49 views

Best practice of email on my own personal domain? [closed]

this one is pretty straight forward, and though not a programming question, I hoped you guys could help out. If I have my own personal domain for example: name-surname.com what is the best ...
3
votes
1answer
523 views

Should I leave my MacBook plugged in if it's fully charged or not?

I've already looked high and low and I just want to get something sorted out. What will degrade my white MacBook's battery's overall lifespan and dependability? Being plugged in while fully charged? ...
0
votes
1answer
36 views

Which is the standard for administrator user capabilities? [closed]

I wonder which is the standard or the non-written-rule for administrative users in the applications world. The specifics I would like to know about this are: should there be a "pre-existing" admin? ...
1
vote
0answers
202 views

Is there a recommended way for organizing a folder hierarchy? [closed]

Background: I would like to minimize the of levels in my folder hierarchy while maximizing the logic of its organization Question: Are there any best practices for organizing my working folders ...
1
vote
2answers
227 views

Separate tables or single table with queries?

I'm making an employee information database. I need to handle employees that are separated from the company. Should I a. set up a query with a macro to send separated employees to a separate table, or ...