-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Sam Abraham gave a great presentation, “MVC2 – Do it your way in VS 2010”, at our monthly ArcSig meeting on 04/20/2010 at Global Response. The interest in Sam’s talk was immense, we almost run out of seats. The audience got an in-depth view and walkthrough of the Model View Controller functionality…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Ubuntu 10.04.4 LTS
I'm trying to chroot the user 'sam'. According to all the tutorials out there this should work, but apparently I'm still doing something wrong.
The user:
sam:x:1005:1006::/home/sam:/bin/false
I changed /etc/ssh/sshd_config like this (at the bottom of the file):
#Subsystem…
>>> More
-
as seen on Super User
- Search for 'Super User'
I see loadavg at about 1 with at least 3 processes running at full tile. How can that be?
top - 11:48:32 up 147 days, 5:38, 8 users, load average: 1.08, 1.11, 1.05
Tasks: 416 total, 4 running, 410 sleeping, 2 stopped, 0 zombie
Cpu0 : 43.3%us, 13.7%sy, 0.0%ni, 43.0%id, 0.0%wa, 0.0%hi…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I know that a dedicated IP is needed for setting up SSL. What happens if we add SSL for domains sharing an IP ? (Namevirtualhost)
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I use ubuntu 11.04.
My boost version:
sam@sam:~/code/ros/pcl$ apt-cache showpkg libboost-all-dev
Package: libboost-all-dev
Versions:
1.42.0.1ubuntu1 (/var/lib/apt/lists/tw.archive.ubuntu.com_ubuntu_dists_natty_universe_binary-amd64_Packages) (/var/lib/dpkg/status)
Description Language:…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
My pptp connection wont stay connected, it will disconnect in less than a minute
here are some relevant log entries
May 31 13:32:31 localhost NetworkManager[931]: <info> Starting VPN service 'pptp'...
May 31 13:32:31 localhost NetworkManager[931]: <info> VPN service 'pptp' started (org…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am trying to send commands to a SOAP service, and getting nothing in reply. The SOAP service is at a completely separate site from either server I am testing with.
I have written a dummy script with the SOAP XML embedded. When I run it at my local site, on any of three machines -- OSX, Ubuntu,…
>>> More
-
as seen on DotNetBlocks
- Search for 'DotNetBlocks'
How do we communicate over the Internet? How is data transferred from one machine to another? These types of act ivies can only be done by using one of two Internet protocols currently.
The collection of Internet Protocol consists of the Transition Control Protocol (TCP) and the User Datagram…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I am trying to understand the difference between these two computer networking terminologies. I searched over the internet but coudn't get a good idea. Could anybody please explain me or give a link to a page that explains this? Thank you...
Thanks,
Bala
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to send a proto over a socket, but i am getting segmentation error. Could someone please help and tell me what is wrong with this example?
file.proto
message data{
required string x1 = 1;
required uint32 x2 = 2;
required float x3 = 3;
}
client.cpp
...
// class…
>>> More