<b>Linux.com:</b> "IBM is celebrating more than a decade working with Linux, and Dan Frye was the co-author of the original IBM corporate strategies for Linux and open source."
I'm trying to install Dans Guardian on a virtual machine. The instructions ask me to run the ./configure script and then execute the command make install. The configure script runs fine but the make install throws errors.
Making all in src
make[2]: Entering directory `/webmin/dansguardian-2.10/src'
g++ -DHAVE_CONFIG_H -I. -I.. …
Recently I came across a presentation from Dan Zarrella on "The Science of Retweets. (http://www.slideshare.net/HubSpot/the-science-of-retweets-with-dan-zarrella). It is an insightful, fact-based analysis of how tweets propagate and what makes them successful. The analysis is of course very interesting for those of us interested…
I had the opportunity to talk with Fritz Onion from Pluralsight about one of my recent courses titled Structuring JavaScript Code for one of their Meet the Author podcasts. We talked about why JavaScript patterns are important for building more re-useable and maintainable apps, pros and cons of different patterns, and how to go…
Given this data on SQL Server 2005:
SectionID Name
1 Dan
2 Dan
4 Dan
5 Dan
2 Tom
7 Tom
9 Tom
10 Tom
How would I select records where the sectionID must be +-2 or more from another section for the same name.
The result would be:
1 Dan
4 Dan…
Hi. I'm having trouble getting my local XAMPP server to send emails via my remote SMTP server.
In PHP, if I put:
$headers = "From: dan@fromdomain.com\r\n";
mail('dan@todomain.com', 'test', '', $headers);
Then this works. However, if I don't specify the header, ie.:
mail('dan@todomain.com', 'test', '');
Then this…
In the latest installment of Pluralsight’s Meet the Author podcast series, Fritz Onion and I talk about my new course, HTML5 Canvas Fundamentals. In the interview I describe different canvas technologies covered throughout the course and a sample application at the end of the course that covers how to build…
I have a Toshiba Satellite C55-A5300 laptop. When I run
lspci -nn
it shows
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter [10ec:8179] (rev 01)
It has always had the common problem others have asked about here (and many, many other places on the web)…
OK so I have a string that has this:
Dan|warrior|54
I'm trying to make so I can use python and split it using | as the delimiter. Here's what I have so far:
#!/usr/bin/env python
dan = 'dan|warrior|54'
print dan.split('|')
and that results into this:
['dan', 'warrior', '54']
I know it's incomplete but what do…
In this presentation, I provided a brief introduction into TDD and talked about the confusion and misconceptions around the discipline. I, of course, shared a bit about Dan North, the father of BDD and touched upon some crazy hypothesis dreamed up by Sapir and Whorf. I then gave a Behavior Driven Development overview…
I have set up a local domain on my Apache server.
Then I added the following line in my /etc/hosts file
::1 exampledomain.local
After I trying to navigate to it, (I tried Firefox and Chromium) I got a server not found error.
Then I tried ping6 and it worked:
dan@danny:~$ ping6…
I'm trying to get Xforwarding working in Ubuntu... On the server I have uncommented the following lines of /etc/ssh/sshd_config:
X11Forwarding yes
AllowTcpForwarding yes
Now I try to ssh in, but I get the following error messages (and Xforwarding isn't working).
$ssh -Y example.com
/usr/bin/xauth: …
I have a simple Flex RTMFP P2P video app in the same mold as the Adobe Cirrus VideoPhone Sample application. A problem I've been encountering in developing this app (the same problem occurs in the sample) is when you try to connect to a ghost Stratus instance i.e you try to call someone whose Stratus…
In Ubuntu the path variable is stored in /etc/enviorment. This is mine (I've made no changes to it, this is the system default):
$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
but when I examine my PATH variable:
$ echo $PATH…
In Ubuntu the path variable is stored in /etc/environment. This is mine (I've made no changes to it, this is the system default):
$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
but when I examine my PATH variable:
$ echo…
I have 2 tables
Table A
id name
------------
1 Scott
2 Dan
3 Sam
Table B
id name
------------
1 Dan
2 Andi
3 Jess
Result needs to be
Id Name Found
1 Scott A
2 Dan C i.e. found in both
3 Sam A
2 Andi B
3 Jess B
I am able to do UNION to…
I am using core data trying to create a simple database app, I have an entity called "Game" which has a "creator". I have basically used the iPhone table view template and replaced the names. I have the games listed by creator. Currently the tableview looks like this...
Chris…
I installed windows 7 on a RAID 5 (2@160GB SATA +1@160GB SATA for RAID 5)
I then proceeded to install Ubuntu 11.10 using the Live CD and opted:
"Install along side Windows 7 Option"
Upon boot GRUB appears normally and I can select and run Ubuntu with no difficulties.…
While scheduling and resource allocation control has been present in Hadoop since 0.20, a lot of people haven't
discovered or utilized it in their initial investigations of the Hadoop ecosystem. We could chalk this up to many things:
Organizations are still…
Just intalled Ubuntu 12.04 from CD and install went with no problems. After rebooting, I get the initial purple screen and then a black screen with mouse pointer and a few stray pixels at the bottom left of screen.
Occasionally during the boot process, the purple…
Using easy_install, part of the python-setuptools, I get the following error:
$ sudo easy_install python-graph-core
[sudo] password for dan:
Searching for python-graph-core
Reading http://pypi.python.org/simple/python-graph-core/
Reading…
Originally posted on: http://geekswithblogs.net/dvroegop/archive/2013/10/11/dutch-for-once-op-zoek-naar-een-nieuwe-uitdaging.aspxI apologize to my non-dutch speaking readers: this post is about me looking for a new job and since I am based…
Dan Byrnes, Oracle Industry Strategy Vice President, explains how Oracle's AIA for Communication delivers the Communications industry's only pre-integrated, open standards suite of applications and technology. Dan will also discuss how…
Today's $10 Deal of the day from APress at is Dan Appleman's "Moving to VB .NET Strategies, Concepts, and Code"."Visual Basic guru Dan Appleman exposes the reality
behind the VB .NET hype, and shows you how to evaluate this…