EuroTrashSecurity Website

Fsck’ing OpenBSD File Systems on a Dedibox

Dedibox is a French collocation service part of the Iliad group. They rent dedicated servers at a very good price. In the standard offer, servers can be installed with standard operating systems: UNIX or Windows. “UNIX” includes all major distributions like Ubuntu, CentOS, Fedora, Slackware or Gentoo).
I maintain my server hosted @ Dedibox but [...]

Network Monitoring and Accounting Using OpenBSD

“Know your Network!” All network administrators have to know what append on their networks: what are the flows of information between hosts, to Internet, between VLANs. This is a requirement for security or provisioning purposes but also for business when the amount of IP traffic has to be billed to a customer.
For years, Cisco developed [...]

BSDanywhere 4.3 is out!

It’s always useful to have a Live CD with us and much more if it’s a CD of my favourite UNIX flavor! BSDanywhere 4.3 is out!

Follow Multiple Files with OpenBSD “tail”

On UNIX, the tail[1] command displays the last ten lines of a file by default. But there are many other options: Especially the “follow” flag (-f) which displays all new lines appended to the watched file. This a very basic but efficient monitoring tool.
The GNU version of tail introduced a nice feature: It is possible [...]