Questions tagged [administration]
180 questions
53
votes
7 answers
How to view command history of another user in Linux?
How can I view the command history of another user?
I am an admin on my machine. I can see normal history by viewing /home/user_name/.bash_history but I can't see commands of that user_name when they were doing sudo.
Is there a way to view all…
Sean Nguyen
- 1,025
27
votes
4 answers
How to enable remote access for another account on Mac remotely via SSH?
I have admin rights at a remote Mac computer. I can access it via SSH. The Mac has another user account, which doesn't have remote access. How can I remotely (via SSH) enable remote access for the other account?
Andy
- 1,674
26
votes
3 answers
How to monitor bandwidth use of each device on wifi network
I have in my home a standard Comcast cable internet connection. I have it going from the wall to a cable modem, and from the modem to a late-series Linksys router, which provides wired and wireless networking. The vast majority of the users are…
GWLlosa
- 576
13
votes
1 answer
How to interpret the output of ipconfig/all?
I am shaky on network setting up concepts.
When I do ipconfig/all on my machine, I get:
I need to set up a basic home network and want to understand these basic things and what is going on.
I want to understand the output of ipconfig and what…
p2pnode
- 1,357
12
votes
4 answers
What are reasons to disallow ICMP on my server?
An EC2 Instance has ICMP services disabled by default. While it's not totally clear to me why, I think it's because it could be a potential security risk. At the moment I'm enabling Echo Responses only when I'm restarting the server so I can see if…
3k-
- 223
11
votes
1 answer
Now who's using my COM port?
I am trying to figure out who's locking my COM port. Tried to search but could not find a way to figure that out. I am using XP.
Was wondering if 'Process Explorer' utility provides something for the same but could not find something helping.
Is…
Manav Sharma
10
votes
4 answers
Setting permissions for specific user and groups in Linux
How can I grant permission for files to a specific user or a specific group?
We have three groups: "g12" ("u1" and "u2), "g34" and "g56".
g12 - should only read the file.
g34 - should write and read it.
g56 - should have all permissions (rwx).
And…
AntonAL
- 745
- 2
- 14
- 27
8
votes
1 answer
How to get actual creation time of a file on Unix?
I'm inspecting some files in my dedicated web server via linux cli after a hack attack and found some files have been modified with the 'touch' command to change the dates.
I'm willing to get the exact file creation date for these specific…
inckka
- 233
8
votes
3 answers
List of all Windows administration command line tools
I sometimes have to use Windows command line tools like netsh, route or ipconfig.
Is there a place where all the Windows administration command line tools are listed?
Of course, there is MSDN for that, but it is for their documentation, I did not…
8
votes
3 answers
How can I change the defaults for new accounts in Mac OS X?
Basically, I want change the skeleton of the OS X user account, in order to do the following with every new user that I create on this local machine:
A custom set of Dock icons
Some data already in their Documents folder
Some aliases on the desktop…
Chris R
- 1,921
7
votes
3 answers
FreeBSD vs Linux from an administration standpoint
I am a huge user of Linux in a all kinds of ways for servers, desktops, etc...
More recently I am wanting to try working with FreeBSD for certain features it has like ZFS and such.
How much does the administration of a FreeBSD box vary from that of…
AtomicPorkchop
- 3,334
7
votes
1 answer
Remote access to BIOS?
I have a home server running headless (i.e. without a monitor), using ssh for remote access.
This works fine most of the time, but I still need a graphics card and still need to drag out a monitor whenever I have to access BIOS, (re-)install the OS…
j-g-faustus
- 1,309
7
votes
4 answers
looking for internet cafe software
I'm looking for software for a customer which runs a little hotel.
They installed WLAN which is accessible from each room, and I need billing/admin software for that.
It should be possible to define eg. WEP-keys for each room, detect online time…
Fuxi
- 803
5
votes
4 answers
How can I uninstall a printer that doesn't provide the 'remove' option?
I have Windows 7 (32-bit) and installed a printer. During the setup something went wrong and now I have a printer entry in the list where I can just Resolve Problems but not Remove (there is no Remove button or entry in the context menu).
By trying…
Stephan Zehrer
- 157
5
votes
2 answers
Remove password of user on OSX
As much as I would like to figure out the problem, at this point too much time has been invested in deleting a stupid key when I already had a solution (the command line creation) that works. I'm going to delete the user and run the commands that I…
nlucaroni
- 192