enricorossi.org

Enrico Rossi


Articles tagged with howto

Squidguard open and close sites

Tags: debian, howto, linux, tips

How to open a blocked site from the blacklists

  • Login into the Squidguard server.
  • su - proxy (better avoiding root account)
  • cd /var/lib/squidguard/site_perm/
  • edit domains file and add the domain to be opened.
  • edit domains.diff file and add the domain to be opened with a + at the …
Read more...

Linksys Openwrt

Tags: embedded, howto, italian, linux, tips

IT flag

Appunti sul setup dell'OpenWRT nel router Linksys.

password: mypassword

/etc/firewall.user

### DMZ
## -- Connections to ports not handled above will be forwarded to 192.168.1.2
iptables -t nat -A prerouting_wan -j DNAT --to IP-DMZ-SERVER
iptables        -A forwarding_wan -d IP-DMZ-SERVER -j ACCEPT

nvram set and nvram commit

wl0_macmode=allow …
Read more...

Gfs Debian etch

Tags: debian, howto, italian, linux

IT flag

Bisogna installare CLVM e modificare l'/etc/lvm/lvm.conf per attivare il locking del cluster.

locking_library = "liblvm2clusterlock.so"
locking_type = 2
library_dir = "/lib/lvm2"

/etc/cluster/cluster.conf

<?xml version="1.0"?>
<cluster name="cluster1" config_version="4">
  <cman two_node="1" expected_votes="1"/>
  <clusternodes>
  <clusternode name="nfs2" votes="1">
  <fence>
  <method …
Read more...

Fedora 8 under Debian xen Etch

Tags: debian, howto, linux, tips, xen

Since under Xen debian etch the is no rpm-strap for fedora > 4 I proceed in this way.

Note:This is only a brief explanation, not an Howto nor a step-by-step guide.

I've installed fedora 8 somewhere with less stuff as possible, manually editing packages and remove any package you can …

Read more...

Acer 1355 Debian Woody

Tags: howto, tips

Brief introduction

I'm really sorry I don't have time to write detailed instruction and howto. Maybe with time I can do it in a better way, until then don't esitate to ask if you can't work around a problem I solved.

Prerequisite

It is clear the fact you must have …

Read more...
← Previous Page 9 / 9 Next →