Top "Freebsd" questions

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

Check if string is neither empty nor space in shell script

I am trying to run the following shell script which is supposed to check if a string is neither space …

bash shell freebsd
How to install packages offline?

What's the best way to download a python package and it's dependencies from pypi for offline installation on another machine? …

python pip freebsd easy-install python-requests
Determine the process pid listening on a certain port

As the title says, I'm running multiple game servers, and every of them has the same name but different PID …

unix port freebsd pid
How can I get the behavior of GNU's readlink -f on a Mac?

On Linux, the readlink utility accepts an option -f that follows additional links. This doesn't seem to work on Mac …

macos freebsd sh
InetAddress.getLocalHost() throws UnknownHostException

I am testing our server-application (written Java) on different operating systems and thought that OpenSolaris (2008.11) would be the least troublesome …

java freebsd opensolaris
Table is 'read only'

When I want to execute an update query on my table I got an error saying: 1036 - Table data is …

mysql freebsd sql-update
Insert newline (\n) using sed

I am trying to scrub some lists into a properly formatted CSV file for database import. My starting file, looks …

bash sed freebsd
A way to determine a process's "real" memory usage, i.e. private dirty RSS?

Tools like 'ps' and 'top' report various kinds of memory usages, such as the VM size and the Resident Set …

linux macos memory memory-management freebsd
What is equivalent of Linux's 'free' command on FreeBSD v8.1

What is equivalent of Linux's 'free' command on FreeBSD v8.1? I am calling 'free' from my application and reporting the …

linux memory freebsd porting free-command
Force a core to dump from an active, normally running program on FreeBSD

I'm writing error handling code for a server on FreeBSD. For extremely serious errors I want to avoid data corruption …

freebsd coredump