Top "Freebsd" questions

FreeBSD is an advanced Unix-like operating system for modern server, desktop, and embedded computer platforms.

Where can I obtain a list of UNIX system calls?

Where are some lists of system calls on UNIX? This wasn't my original question, but thanks anyway :)

unix freebsd system-calls
vim system register * and + not working

:echo has('clipboard') returns 1, but whenever I execute "+yy" or "*yy" nothing seems to be in those registers. If I …

vim copy freebsd
How to check and upgrade Bash on FreeBSD - related to the Shellshock bug

I read the article A Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271) this morning when I …

bash shell freebsd shellshock-bash-bug
Secure MySQL backup cron job – my.cnf is not being read

I have tried to make backup cron job on my webserver running FreeBSD. Currently it looks something like this: /usr/…

mysql security cron freebsd
Freenas cannot mount NFS

Today I installed FreeNas 9.2.1.8 and now I am trying to set up a NFS. First I created a Volume with …

freebsd nfs nas
Vi on freeBSD : stuck into "ex input mode"

I'm stuck in a file. I used vi to edit this file, and I tried to quit, but I got …

vim vi freebsd
Displaying each assembly instruction executed in gdb

I currently have a tricky bug that occurs in a place where I don't have access to source or symbols, …

debugging assembly gdb freebsd