Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 244 online users. » 0 Member(s) | 241 Guest(s) Applebot, Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 371
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 83,718
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 38,540
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,829
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,298
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,245
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 113,663
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 52,137
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 42,453
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,523
|
|
|
check your MD5 checksums !! |
Posted by: anyweb - 2004-05-17, 03:38 PM - Forum: Fedora
- Replies (6)
|
 |
Quote:the instructions here allow you to MD5SUM your downloaded ISO's in Windows using the file below, also, any reference to the MD5SUM's themselves MUST be check on [/url]http://fedora.redhat.com as the MD5SUMS's below, are for Fedora Core Release 2 (not 1, 3 or 4 for that matter...)
If you are planning on downloading Fedora Core Release 2 (especially the 4 gb DVD iso) then check your md5 checksums, it will save you burning coasters
here are the checksums and attached is a tool which will allow you to check the checksums from within windows, just copy it to your c:\windows\system32 directory and do md5sum filename.ext
download md5sum.exe from here
[url=http://www.etree.org/md5com.html]http://www.etree.org/md5com.html
cheers
anyweb
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
c366d585853768283dac6cdcefcd3a2d FC2-i386-disc1.iso
fc3c926442cc85a469268651bd04c186 FC2-i386-disc2.iso
5ad870e696953f4bbd0a91936873890e FC2-i386-disc3.iso
c736f8048b12315b5c0b070de1d74867 FC2-i386-disc4.iso
2d8a20014af287bf8c6b29f2da031f98 FC2-i386-DVD.iso
22f4bfca5baefe89f0e04166e738639f FC2-i386-rescuecd.iso
0c0268f26ed08d24880119e1b44d45e8 FC2-i386-SRPMS-disc1.iso
3d17a40489e8dcd3761f166ff264c712 FC2-i386-SRPMS-disc2.iso
4e798934b399eb78e9e67dec23d946bb FC2-i386-SRPMS-disc3.iso
5d84eb0aecea8bce8e4857d3e46136c3 FC2-i386-SRPMS-disc4.iso
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQFAo8uQtEJp0E8qb9IRAjgnAJ92Rl2f6K/1Z1DCHB6qinau88WYXgCggF4P
1xFVxG7HVYVGJenIv1oSdrQ=
=yWK+
-----END PGP SIGNATURE-----
|
|
|
how do i get SATA drivers to install Fedora test 2 |
Posted by: radiantz - 2004-05-17, 04:17 AM - Forum: Fedora Core Release 2
- Replies (3)
|
 |
I have a GA-K8N Pro motherboard with only one drive.... Samsung 120GB SATA drive on a Silicon Image 3112 sata controller.....
can't seem to find any drivers to install Fedora Athlon64-build FC2 test3 with.... there are some on Silicon Image's website for RH9, but those are only for SATA RAID.
if someone could point me in the right direction to where i could find some SiI3112 drivers, i'd be very thankful
specs:
Gigabyte K8N-Pro mobo
OEM Geforce 6 6800ultra
Athlon 64 3200+
1GB DDR400 ram
Samsung 120GB sata drive (2 partitions; 1 empty 40gb for Fedora, 1 used 80GB with Windows XP 64-bit Edition for Extended Systems Trial Version and Windows XP Professional)
~radiantz
|
|
|
Dual Boot |
Posted by: edwinlcw - 2004-05-13, 08:59 AM - Forum: Filesystem Management
- Replies (7)
|
 |
Hi, all.
I got install windows and redhat9.0 in my pc using lilo..
I can dual boot it.
But my windows got problem so i reinstalled d windows
Now i cant dual boot it oredi....
When i start d pc, it will be direct boot into windows.
I don wish 2 reinstall redhat, is it anyway that i can make it dual boot again?
I install windows in my 1st hdd, and redhat in 2nd hdd...
thanks
|
|
|
How-to: password-protect a file/directory in Apache using htaccess |
Posted by: anyweb - 2004-05-11, 12:49 PM - Forum: LAMP
- Replies (7)
|
 |
this is a quick howto for setting up protected directories on your newly installed apache webserver (thanks to michael on IRC for help with this).
first of all you'll need to decide what directory you want to protect, in the example below we are going to protect a directory called /usr/local/apache/htdocs/private
you can also assume in this example that we are serving webpages from /usr/local/apache/htdocs/
also to note:
http://httpd.apache.org/docs/mod/mod_access.html mod_acess is also required for using .htaccess
e.g.
Code: LoadModule access_module /usr/lib/apache/1.3/mod_access.so
ok.. where do we start ?
STEP one: edit your httpd.conf file
first of all you need to edit your httpd.conf file and define a few things, notably you want to tell apache which directory to protect
if you compiled apache as in the example here then your httpd.conf file will be located in /usr/local/apache/conf/httpd.conf so using your favorite text editor lets start editing the file and add the following (which you should change for your path)
Code: <Directory /usr/local/apache/htdocs/private/>
AllowOverride All
Order allow,deny
Allow from all
</Directory>
also make sure your httpd.conf file has the following in it
Code: AccessFileName .htaccess
<Files ~ "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
ok done, save your file.
STEP two: create .htaccess file and put it in the chosen directory
Now we need to create a new file and paste the following info into it
the file is going to be called .htaccess, please note the . infront of it, that is because it is a hidden file.
copy/paste the following text into this new file and Please note: AuthUserFile must include an absolute path so "AuthUserFile .htpasswd" doesnt work if you have .htpasswd in your current directory
Code: AuthName "Authorization required"
AuthType Basic
AuthUserFile /var/www/.htpasswd
AuthGroupFile /dev/null
require valid-user
please note that the path /var/www/.htpasswd can change according to where you want it to be, and that at this point, the file .htpasswd does not yet exist.
ok, save the file and test to see that it exists by doing a ls with some switches to see hidden files.
Code: [root@www private]# ls
index.html
[root@www private]# ls -alxhs
total 96K
4.0K . 4.0K .. 4.0K .htaccess 84K index.html
[root@www private]#
Now you can see the hidden .htaccess file and that it exists.
STEP three: create a 'apache' virtual user/password file called .htpasswd
Ok now we need to actually create a 'virtual' user with a password, this user/pass is not a system user it is only used by apache to give access to the specified directory.
To create the users lets change directory to where we want the .htpasswd file stored, in the example above its in /var/www/
Now we are there, lets make the file, to do this we use a program called htpasswd.
Code: htpasswd -c /var/www/.htpasswd anyweb
It will prompt you for a password, enter it and then confirm it.
Once done confirm the file is present (it is hidden remember)
Code: [root@www www]# ls -alxhs
total 32K
4.0K . 4.0K .. 4.0K cgi-bin 4.0K error 4.0K html 4.0K .htpasswd
4.0K icons 4.0K mrtg
good its there, the file will now contain the username you specified (in this case anyweb) and an encrypted password that looks something like this
STEP four: edit httpd.conf, add the path to the dir to protect, save, restart apache and test
Edit your httpd.conf file (usually in /usr/local/apache/conf if you compiled it)
find a section that reads
Quote:## Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
and change it so that it includes the path to the directories you want password protected (and which you also copied the .htacess file into the root of)
Code: #
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
<Directory /usr/local/apache/websites/homedns/cv/>
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /usr/local/apache/websites/kicks-ass/personal/family/>
AllowOverride All
Order allow,deny
Allow from all
</Directory>
save httpd.conf.
Let's restart apache so that it can read the newly edited httpd.conf file to do so issue the following as root
Code: /usr/local/apache/bin/apachectl stop
/usr/local/apache/bin/apachectl start
That's it you are done, now test it by browsing in Mozilla to the 'protected' directory, you should be prompted for a username/password to access it !
|
|
|
MySQL ./configure error |
Posted by: halpern - 2004-05-11, 08:50 AM - Forum: Debian
- Replies (2)
|
 |
After extracting mysql, moving it into /usr/local/src, cding into it and then doing :
./configure --prefix=/usr/local/mysql \--localstatedir=/usr/local/mysql/data \--disable-maintainer-mode \--with-mysqld-user=mysql \--enable-large-files \--without-comment \--without-debug \--without-docs \--without-bench
i get the following error: (not allowing me to complete configure)
checking for termcap functions library... configure: error: No curses/termcap library found
i tried doing apt-get intsall termcap-compat but that didnt work. I still receieved the error. Any assistance is greatly appreciated. Thanks!
|
|
|
|