Доор бичсэн дарааллаар хэрэгжүүлбэл http://localhost/ ажиллах болно
1. cp /(mounted flash disk or url)/lampp.tar /opt
2. tar -xvf lampp.tar
3. /opt/lampp/etc/extra/httpd-lampp.conf edit as (Allow from 127....... .etc to "Allow from all")
4. cp /opt/lampp/lampp /etc/rc.d
5. chkconfig lampp on
6. /etc/rc.d/lampp restart
Нэмэхэд root@localhost> nmap 127.0.0.1 гэж шалгавал
http open 80 gej garch irvel zov boljee gesen ug
Proftpd -g ajiluulahdaa:
/opt/lampp/etc dotorhi proftpd.conf файлыг доор бичсэн байдлаар засчих
vi proftpd.conf
shift+i
zasaad daraa ni
esc
shift+q
wq
enter
# To really apply changes reload proftpd after modifications.
AllowOverwrite on
AuthAliasOnly on
# Choose here the user alias you want !!!!
UserAlias user1 boroo
ServerName "Boroo ftp server"
ServerType standalone
DeferWelcome on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks off
TimeoutNoTransfer 600
TimeoutStalled 100
TimeoutIdle 2200
DisplayChdir .message
ListOptions "-l"
RequireValidShell off
TimeoutLogin 20
RootLogin off
# It's better for debug to create log files ;-)
ExtendedLog /var/log/ftp.log
TransferLog /var/log/xferlog
SystemLog /var/log/syslog.log
#DenyFilter \*.*/
# I don't choose to use /etc/ftpusers file (set inside the users you want to ban, not useful for me)
UseFtpUsers off
# Allow to restart a download
AllowStoreRestart on
# Port 21 is the standard FTP port, so you may prefer to use another port for security reasons (choose here the port you
want)
Port 21
# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd)
MaxInstances 8
# Set the user and group that the server normally runs at.
User nobody
Group nogroup
# Umask 022 is a good standard umask to prevent new files and dirs
# (second parm) from being group and world writable.
Umask 022 022
PersistentPasswd off
MaxClients 8
MaxClientsPerHost 8
MaxClientsPerUser 8
MaxHostsPerUser 8
# Display a message after a successful login
AccessGrantMsg "welcome !!!"
# This message is displayed for each access good or not
ServerIdent on "you're at home"
# Lock all the users in home directory, ***** really important *****
DefaultRoot ~
MaxLoginAttempts 5
#VALID LOGINS
<Limit LOGIN>
AllowUser boroo
DenyALL
</Limit>
<Directory />
Umask 022 022
#AllowOverwrite off
<Limit WRITE READ MKD STOR DELE XMKD RNRF RNTO RMD XRMD>
AllowAll
</Limit>
</Directory>
phpmyadmin -g
1. hooson password toi nevterch orood root iinhee pass ig solino
2. daraa ni doorhi codiig /opt/lampp/phpmyadmin/config.inc.php -darj huulaad hadgalj /etc/rc.d.lampp reload hiine
<?php
$cfg['blowfish_secret'] = 'xampp1234567890'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
$i = 0;
$i++;
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
?>
No comments:
Post a Comment