Top "Freebsd" questions

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

How to make my python script easy portable? or how to compile into binary with all module dependencies?

Is there any way to compile python script into binary? I have one file python script which uses a lot …

python binary freebsd
How to increase limits on sockets on osx for load testing?

I'm creating a load tester that uses libev to create lots of open tcp connections to an app i'm working …

macos sockets freebsd libev
Forcing the order of output fields from cut command

I want to do something like this: cat abcd.txt | cut -f 2,1 and I want the order to be 2 and …

unix shell awk freebsd gnu-coreutils
Changing date format in syslog

Is there anyway we can change the date format in a particular log file being logged to by syslog? I …

linux date freebsd syslog
How to compile a 32-bit binary on a 64-bit linux machines without touching the CFLAGS environment variable

The solution in How to compile a 32-bit binary on a 64-bit linux machine with gcc/cmake is not possible …

linux gcc 64-bit compilation freebsd
sendmail connection refused by 127.0.0.1

The server that I'm on is FreeBSD and sendmail just recently stopped sending emails. I've been doing a lot of …

email localhost sendmail freebsd
Run as different user under FreeBSD

Is there a way in FreeBSD to (being root) run a command as unprivileged user, like nobody? Kind of like …

freebsd
Installing parquet-tools

I am trying to install parquet tools on a FreeBSD machine. I cloned this repo: git clone https://github.com/…

java maven freebsd parquet parquet-mr
Storage size of sockaddr_in variable isn't known

I have a piece of code that used to work in some environment a long time ago. I'm pretty sure …

c sockets gcc freebsd
Warning: stream_socket_enable_crypto(): SSL operation failed with code 1

I have a problem with CSCart, it fails sending mail via google account. To check if there is a problem …

php apache ssl phpmailer freebsd