Archive for the ‘How To’ Category

hosts.allow hosts.deny

Hosts: /etc/hosts is used to resolve hostnames for machines behind the firewall, on the 192.168.1. LAN. If an entry is found in /etc/hosts, there is no need to go to the DNS to resolve either hostname or ip address. Here is an example # Do not remove the following line, or various programs # that [...]

Share

ClamAV + samba

This is a howto on getting samba + clamav  to work on a rpm system First thing first I need do install samba file server and clamav anti-virus, after configurating my samba share i have made 2 directory’s in /home virus logs the virus folder contains the infected files found during scanning and the logs [...]

Share

how to run a script at boot time?

Your script should be in /etc/init.d/ directory. Then you have to make a symlink from your run-level directory. I.e you’re in run-level 5 (multiuser with X) chmod +x cp /etc/init.d ln -s /etc/init.d/ /etc/rc.d/rc5.d/S50 ln -s /etc/init.d/ /etc/rc.d/rc5.d/K50

Share

Debian pptpd HOWTO

Installing MPPE Support Most people want their tunnels encrypted. Check the version of your kernel; if it is below 2.6.15-rc1 then you do not have MPPE support. To check further, test like this: # modprobe ppp-compress-18 && echo success If this fails, follow the Debian MPPE HOWTO, then return here. Installing the Server ProgramInstall the [...]

Share

Ubuntu PXE Install

hmmm trebuia sa instalez pe 23 de systeme windows/ubuntu , sa instalez pe fiecare in parte nici nu intra in vorba puteam sa instalez pe un sistem si sa fac clona cu norton si sa arunc clona pe fiecare sistem in parte si era ok sau prin retea sa butez clona…..sau cum avem ubuntu server [...]

Share

Ubuntu Server 7.10: OpenLDAP + SAMBA Domain Controller

Nu de mult timp am ajuns admin de retea la fostul liceu >:) ca sa vezi si cum un admin de retea nu prea are ce sa faca daca nu se strica ceva a inceput plictiseala si una alta am reusit sa ard o sursa de la comp din greseala bineinteles a da si inainte [...]

Share

How to install DHCP on Ubuntu/Debian

Assumed that “eth0″ is the interface for network card IP Address 10.0.0.1 Range: 10.0.0.1 to 10.0.0.30 Subnet Mask: 255.255.255.224 DNS Servers: 193.226.98.1, 193.226.98.2 Domains:r2d2.dositei.ro Gateway Address: 10.0.0.1

Share

PureFTPd And MySQL (Incl. Quota And Bandwidth Management)

Preliminary Note In this tutorial I use the hostname openhell.org with the IP address 192.168.0.100. These settings might differ for you, so you have to replace them where appropriate. Make sure that you are logged in as root (type in sudo su to become root), because we must run all the steps from this tutorial [...]

Share