United Bimmer Community - BMW Forum

United Bimmer Community - BMW Forum (http://www.unitedbimmer.com/forums/)
-   Geek Chat (http://www.unitedbimmer.com/forums/geek-chat/)
-   -   Root Password (http://www.unitedbimmer.com/forums/geek-chat/6824-root-password.html)

komodo 03-15-2006 10:30 PM

Root Password
 
This is the reason it's a good idea to have a typeable root password:

Quote:

<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
Sorry
<alpha>hmaugans@~$ su
Password:
<alpha>root@/home/hmaugans#
Sorry, I just glanced back up at my session, and laughed at myself. Had to post it for the geeks. :lol

witeshark 03-15-2006 11:05 PM

Hahaha! That rocks! Switch user or super user to root log in, or do we need a rootkit? :laugh

jms 03-16-2006 01:24 PM

I personally like certificate based authentication, especially with all of the passwords I have to keep track of. I have already converted much of the web based apps to certificate authentication. very easy to do with apache and IIS.

komodo 03-16-2006 01:34 PM

Quote:

Originally Posted by jms
I personally like certificate based authentication, especially with all of the passwords I have to keep track of. I have already converted much of the web based apps to certificate authentication. very easy to do with apache and IIS.

I used to have that setup, but now I'm logging in from so many different places it's useless. :(

jms 03-16-2006 01:48 PM

that's where remote dektop comes in, I hit one central place from all others and can connect from there. That way I only have one vulnerable spot and I can work from there and if need be cut it remotely if it were to fall.

jms 03-16-2006 01:48 PM

I'm paranoid

drz 03-17-2006 11:37 AM

I know I am smart enough to understand all of this. I just have not learned any of it. I am the geek forum lose :(

jms 03-17-2006 01:02 PM

Here's what I did to configure both htaccess and an ssl cert now this is for vqadmin for qmail and the names have been changed to protect the guilty. In IIS you require a client cert and map it to a user. Then you can use user rights to allow/restrict access.

[CODE]<VirtualHost 192.168.1.100:443>
SSLEngine on
SSLCACertificateFile /usr/local/apache/conf/CA.crt
SSLCertificateFile /usr/local/apache/conf/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/server.key
SSLOptions +FakeBasicAuth +StdEnvVars
ServerAdmin admin@domain.com
DocumentRoot /usr/local/apache/cgi-bin/vqadmin
ServerName server.domain.com
CustomLog logs/vqadmin combined
<Directory "/usr/local/apache/cgi-bin/vqadmin">
deny from all
Options ExecCGI
#AllowOverride AuthConfig
AllowOverride All
Order deny,allow
</Directory>
</VirtualHost>[/CODE]

jms 03-17-2006 01:06 PM

Quote:

Originally Posted by drz
I know I am smart enough to understand all of this. I just have not learned any of it. I am the geek forum lose :(

I wasn't born knowing this either. I've been messing with computers since the early 80's. It takes time and effort to get as good as some of the more seasoned proffesionals here. Keep working at it and you'll get it.

komodo 03-17-2006 07:00 PM

I actually just picked up 2 books on VOIP today. I realized I know NOTHING about it (very different from computers), so I'm diving in to learn it. Not for any purpose, but just to familiarize myself with it. :thumbup

witeshark 03-17-2006 09:08 PM

Voice (Video conferencing too) Over Internet Protocol. Apple iChat has a very good one :)

jms 03-18-2006 09:54 AM

Quote:

Originally Posted by komodo
I actually just picked up 2 books on VOIP today. I realized I know NOTHING about it (very different from computers), so I'm diving in to learn it. Not for any purpose, but just to familiarize myself with it. :thumbup

start playing with asterisk www.asterisk.org. it's a voip pbx, just by playing you'll get good experience with it. I built a voip offering for another company a few years back and asterisk helped.


All times are GMT -5. The time now is 02:10 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Copyright © 2005-2013 UnitedBimmer.com
Ad Management by RedTyger


Search Engine Optimization by vBSEO 2.4.0 © 2005, Crawlability, Inc.