Giving root level permissions to users in Linux
To give users in linux similar privileges to root, sudo is the way to go.
Posted: May 19th, 2008 by zach
Leave a comment
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Jul | ||||||
| 1 | 2 | |||||
| 3 | 4 | 5 | 6 | 7 | 8 | 9 |
| 10 | 11 | 12 | 13 | 14 | 15 | 16 |
| 17 | 18 | 19 | 20 | 21 | 22 | 23 |
| 24 | 25 | 26 | 27 | 28 | 29 | 30 |
| 31 | ||||||
To give users in linux similar privileges to root, sudo is the way to go.
Posted: May 19th, 2008 by zach
Leave a comment
There’s an issue with Openfire (formerly known as Wildfire - the open source Jabber-based IM server) and large amounts of users. The Openfire server stops accepting new connections when approximately 1000+ concurrent users are logged in. This issue seems to be caused by a maximum open file limit per process being hit. I figured out the following solution after a half day or so of researching and testing. This applies to Fedora Core 7 Linux, but should work with any Linux-based OS capable of running Openfire.
Posted: May 15th, 2008 by zach
Comments: 2