Tagged Questions

4
votes
4answers
537 views

Use OpenBSD's malloc, realloc and free in my program

I would like to use OpenBSD's implementation of malloc, realloc and free on my Debian lenny desktop rather than glibc's. Are they simply drop in replacements: will they work on my Linux desktop ? ...
4
votes
7answers
877 views

To what extent can Version Control help in system administration?

I'm currently tinkering at an OpenBSD system with a view to building myself a firewall and some other bits and bobs. As this is fairly experimental (I'm an OpenBSD n00b, and I've already trashed my ...
0
votes
0answers
104 views

cp -pRuv involving OpenBSD and Linux

I run Linux on the desktop and OpenBSD on the file server. Upon booting, Linux mounts /home/files located on the OpenBSD server using the following syntax in the fstab file. 192.168.1.5:/home/files ...