Submitted by jacob on Fri, 03/02/2012 - 2:29pm
I had struggled with a very frustrating problem when printing to my USB HP Deskjet printer using Ubuntu. The printer would sometimes print an entire job then refuse to print any more after that. The documents would show in the queue but you could not cancel or release them.
Another symptom of the problem would be tasks on the machine, owned by a user lp, that you could not kill. These were USB print jobs that also caused a high load average although the machine performance was not affected. These conditions would sometimes persist between reboots.
Submitted by jacob on Fri, 03/02/2012 - 12:07am
In being so busy and wanting to achieve so much, I have managed to find more time to work towards my goals without sacrificing time with my family who are the most important to me.
Time management is an art and a habit. Rarely can I take time to type up a blog or watch TV, but I have never been so productive and so filled with purpose. Of course it means cutting out activities like Facebook, Google+, blogging, some home improvement, most TV, and playing my Xbox but I do not miss them.
Submitted by jacob on Wed, 02/22/2012 - 9:58pm
The latest Firefox update broke the kioskfox plugin. Well, not really broke it, but Firefox says it's incompatible and it cannot find an updated version. It's an easy fix that seems to work well. If you are using the kiosk build from this website, use the command:
Submitted by jacob on Tue, 12/06/2011 - 5:09pm
I ran into a problem whereby my SQL Server jobs wouldn't run. I received this warning in the log:
The program sqlservr.exe, with the assigned process ID 4724, could not authenticate locally by using the target name MSSQLSvc/dev2.[DOMAIN]:[PORT]. The target name used is not valid. A target name should refer to one of the local computer names, for example, the DNS host name. Try a different target name.
I also saw this message:
The login is from an untrusted domain and cannot be used with Windows authentication.
Submitted by jacob on Tue, 11/29/2011 - 8:52am
http://stackoverflow.com/questions/6365633/what-is-the-html-displayfor-s...
This is an excellent, easy way to have a consistent user interface. You can use display templates to default values, or give all the values of a specific type the same look and feel (or do both). For example, creating the view String.cshtml inside Views -> Shared -> DisplayTemplates will affect all strings that are rendered using:
@Html.DisplayFor()
Submitted by jacob on Mon, 08/29/2011 - 9:36am
I encountered this error today in our Postfix based mail archive server (mailarchiva). We use it to archive email from Google Apps and route our email through it.
We received complaints of people not being able to send attachments, getting an error message similar to:
Delivery to the following recipient failed permanently:
Technical details of permanent failure:
Submitted by jacob on Mon, 04/11/2011 - 5:14pm
Submitted by jacob on Mon, 02/07/2011 - 12:30pm
In using the CR-48 I have found I can do most things from just a browser, including:
- web-based development using the file manager in cpanel
- streaming music using subsonic on my desktop
- database development using mysql and phpmyadmin
But there are a few of things I cannot do:
Submitted by jacob on Sat, 01/15/2011 - 12:05pm
In Washington State, at least Western Washington, Frontier purchased Verizon's operations. Part of this transition was changing everyone's email address from @verizon.net to @frontier.com. If you haven't updated your email address with everyone, any email to @verizon.net will "bounce," meaning the sender will get a message saying it couldn't be delivered.
Submitted by jacob on Mon, 01/03/2011 - 3:05pm
Implementation for kiosk.
1). Changed the homepage of the kiosk user to an allowed website by editing /home/kiosk/.mozilla/firefox//user.js
2). Installed and configured dansguardian using the directions here:
http://ubuntuforums.org/showthread.php?t=207008
a). sudo apt-get install dansguardian tinyproxy firehol
b). Change the user's home page in firefox by editing /home/user/.mozilla/firefox//user.js
c). edit /etc/dansguardian/dansguardian.conf and comment the line that starts with UNCONFIGURED
Pages