-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
The project I'm working on uses MongoDB for some stuff so I'm creating some documents to help developers speedup the learning curve and also avoid mistakes and help them write clean & reliable code. This is my first version of it, so I'm pretty sure I will be adding more stuff to it, so stay tuned…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm running Ubuntu Server 12.04 (32 bit) on an old (1998) computer. Everything's working fine until I try and start MongoDB.
somekittens@DLserver01:~$ mongo
MongoDB shell version: 2.2.2
connecting to: test
Sun Dec 16 22:47:50 Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi
i have this document in mongo:
{
"_id": ObjectId("4d0b9c7a8b012fe287547157"),
"done_by": ["1"]
}
and i want to add another value to "done_by" field, so my expected document will be::
{
"_id": ObjectId("4d0b9c7a8b012fe287547157"),
"done_by": ["1","2","3"]
}
i try this:
$conn…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently using MongoDB to record application logs, and while I'm quite happy with both the performance and with being able to dump arbitrary structured data into log records, I'm troubled by the mutability of log records once stored.
In a traditional database, I would structure the grants for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi!
I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on.
I normally use the WAMP services for developing on my local computer. Can i run mongoDB on Wamp?
However, what's the best (easiest!) way…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I wanted to share knowledge of tuning FreeBSD via sysctl.conf/loader.conf/KENCONF. It was initially based on Igor Sysoev's (author of nginx) presentation about FreeBSD tuning up to 100,000-200,000 active connections.
Tunings are for FreeBSD-CURRENT. Since 7.2 amd64 some of them are tuned well by…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm creating a multiboot cd but have trouble with the FreeNAS/FreeBSD boot loader. If the image has isolinux, its just basically to copy & paste their config, but with the FreeBSD loader its different. Can someone please help me with this one? :)
Thanks!
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to reconfigure FreeBSD 8 (amd64) to allow for a high resolution terminal by following these instructions. The problem is that when I add the two lines:
options VESA
options SC_PIXEL_MODE
and try to build:
make buildkernel KERNCONF=VESAKERN
I get the following error:
/usr/src/sys/amd64/conf/VESAKERN:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hello all,
We're using PfSense as an internal router/firewall (no connection to WAN). Using the Web-GUI, under Status --- Interfaces, there's one particular interface where I have some errors:
In/out errors 3513/0
I then SSHed to the firewall to validate the info provided by the WebGUI and…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to mount a smb network share in fstab on FreeBSD, which works fine for a share without spaces, but fails if a space is in the name. I have replaced the space with \040 which is what everything on google has said, but that didn't help.
Share name I'm trying to mount is "Data Backups".
Share…
>>> More