All computers will be installed at 9000 brazilian schools. The fully working Debian GNU / Linux 4 installed may be lightly customized (pre-configurations and specified applications) for the equipments, or an already customized Debian GNU / Linux available at the Ministry site could be used . The total compatibility with Debian GNU / Linux 4 […]
Author: Petar Mitkov
Oracle Users Indicate Increase in Use of Open Source
The Independent Oracle Users Group (IOUG) has released its second major research study focusing on open source adoption trends, “Open Source in the Enterprise: New Software Disrupts the Technology Stack.” Conducted for the IOUG by Unisphere Research and sponsored by MySQL AB, the study builds on a similar report issued in mid-2006 covering open source […]
MPlayer 1.0rc2 released
It’s been a while, but we are still around and have decided that it’s time to funnel our steady stream of daily changes into a release again. One main source of improvements has, as always, been FFmpeg, which added support for several new video and audio codecs along with speedups and massive code cleanups. MPlayer […]
Slackware 12.0 DHCP Server .conf file
# TheMachine DHCP configuration option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; # option netbios-dd-server 192.168.0.3; option domain-name-servers 213.240.241.252, 213.240.241.253; # option domain-name “empty-bg.com”; authoritative; #Default lease-time default-lease-time 43200; #Max lease-time max-lease-time 72000; subnet 192.168.0.0 netmask 255.255.255.0 { interface “eth1”; range 192.168.0.200 192.168.0.250;} ddns-update-style none; #host name.of.host { hardware ethernet M:A:C:a:d:d:r; “newDHCPgivenIPaddr”; } host […]
Fedora Core 6 Basic iptables conf file
# Firewall configuration written by system-config-securitylevel# Manual customization of this file is not recommended.*filter:INPUT ACCEPT [0:0]:FORWARD ACCEPT [0:0]:OUTPUT ACCEPT [0:0]:RH-Firewall-1-INPUT – [0:0]-A INPUT -j RH-Firewall-1-INPUT-A FORWARD -j RH-Firewall-1-INPUT-A RH-Firewall-1-INPUT -i lo -j ACCEPT-A RH-Firewall-1-INPUT -p icmp –icmp-type any -j ACCEPT-A RH-Firewall-1-INPUT -p 50 -j ACCEPT-A RH-Firewall-1-INPUT -p 51 -j ACCEPT-A RH-Firewall-1-INPUT -p udp –dport 5353 […]
OSGuides.net BIND configuration file
Here is the /var/named/osguides.net file:; *** DNS Zone of OSGuides.net ***$TTL 86400 @ IN SOA ns1.osguides.net. ns2.osguides.net. ( 1192083306 ; Serial 10800 ; Refresh 3600 ; Retry 604800 ; Expire 10800 ) ; Minimum osguides.net. IN NS ns1.osguides.net.osguides.net. IN NS ns2.osguides.net.ns1.osguides.net. IN A […]