<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…
As in the title. I tried to add a Repository, how do I remove it. It won't let me via the software-sources program. I tried sudo ppa-purge ppa:quantal (the name of it) and it failed anyone got any ideas?
(lin 1) deb http://archive.ubuntu.com/ubuntu/ quantal main restricted universe multiverse
(lin…
In the software centre the latest release of Miro available is 4.0.4 whereas the latest release of Miro is 5.0.4.
How do I download 5.0.4 on 12.10?
I have tried following the guide at http://www.getmiro.com/download/for-ubuntu/ (and thus have already run sudo add-apt-repository…
The reason why I've excluded utorrent is because utorrent server doesn't appear to work for me with the details of such difficulties available in the question How do I install uTorrent?. Running through wine is an annoying solution to the problem as whenever I run it that way I…
I am looking for some insight into a small problem with unit translations on a grid.
Setup
512x448 window
64x64 grid
gl_Position = projection * world * position;
projection is defined by ortho(-w/2.0f, w/2.0f, -h/2.0f, h/2.0f); This is a textbook orthogonal projection…
There's a free mathematics software that I would like to see in Ubuntu Software Centre, called, 'Sage.' I have minimal experience in programming, so I'm basically here asking if someone could either tell me how to accomplish this without said instructions being…
Whenever I type into the terminal the command:
sudo dpkg -r '/home/brentonhorne/Downloads/virtualbox.deb'
I receive the error:
dpkg: error: --remove needs a valid package name but '/home/brentonhorne/Downloads/virtualbox.deb' is not: illegal package name in…
Basically as is the title how do you install Myunity on 12.10. I've tried adding the repository ppa:myunity/ppa and doing:
sudo add-apt-repository ppa:myunity/ppa
sudo apt-get update
sudo apt-get install myunity
At which point I got the error:
W: Failed to…
Whenever I open up the page http://www.runescape.com/game.ws? in google chrome I get the notice, "IcedTea was blocked because it is out of date" and gives me the two options of updating it or running this time.
I've gone to the link attached to the option of…
I know of PDFMod, which I rather like except it has one flaw, I can't seem to be able to add bookmarks before pre-existing bookmarks (see the attached image if this is unclear).
I've looked at this question:
- Which programs can I use to edit PDF files?
…
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…
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…