Skip to main content
Home
Paul's Linux Box

Main navigation

  • Home
  • Contact
User account menu
  • Log in
By Paulus, 10 August, 2013

Recovering a Large Corrupt BZip2

Out of the blue last month, my AMCC (LSI) 3Ware 9650SE failed. Before I continue, I want to assure you that I did have a back up, albeit a few months old, but a backup nonetheless. Luckily, I was able to purchase the same model RAID card to replace the faulty one. After installing and rebuilding the RAID I found that some files were corrupted. So I pulled the backup, and compared the backup files with the current version:

  • Read more about Recovering a Large Corrupt BZip2
By Paulus, 3 June, 2013

Disabling Local Time Machine Backup

Time machine is a nice built in feature, but with the release of Lion, Apple enabled a feature called Local Backup This is a nice addition as it allows you to revert or undelete files without having your external hard drive connected. The downside to this is that it will make your system run slow if you've added or modified a lot of file between backups. Disabling local backups isn't as easy as you would think, and it should be as simple as unchecking a box in Time Machine's preferences.

  • Read more about Disabling Local Time Machine Backup
By Paulus, 3 June, 2013

Disabling Mac OS X's Spotlight Indexing

There are two reasons why you would want to disable Spotlight indexing. The first being you have another application such as Quicksilver or Launcher (available through the app store) that does the same thing, and more. The other is that you want to temporarly disable indexing because the system is not as responsive as it normal is.

To disable Spotlight indexing:

$ sudo mdutil -a -i off

To re-enable:

  • Read more about Disabling Mac OS X's Spotlight Indexing
By Paulus, 4 May, 2013

Modifying MAMP's my.cnf

MAMP is a great tool that makes it easy to setup a local development environment on a Mac. Most of the time you can set it up and start developing. As the development site you are working on grows, it may be necessary to make changes to the my.cnf file. Out of the box, there is no my.cnf file, which doesn't prevent mysql from working as they are using the minimal default options. MAMP, as well as the vanilla distribution of MySQL provides some sample configuration files. Using one of the example files may address your needs, but all will give you a starting point:

  • Read more about Modifying MAMP's my.cnf
By Paulus, 31 March, 2013

Installing Apache Solr on Windows Server 2008

This entry is in addition to Drupal + Solr Search on Linux.  If you are unsure of where to get Solr, refer to that entry. There are two ways of getting Solr Search running on a Windows server. The first is using Tomcat or Jetty and the other is starting Solr by running the java -jar start.jar. The latter works, but the issue is that we need to run it as a service. No matter how you slice it, you will need to install Java on the server.

  • Read more about Installing Apache Solr on Windows Server 2008
By Paulus, 15 March, 2013

Drupal + Solr Search on Linux

By default, Drupal comes with very basic search functionality. There are contributed modules that extend this functionality, but they don't address a major issue -- performance. On smaller sites or sites that don't need to index a non-Drupal database, the core search and additional contributed modules will get the job done. Other limitations of Drupal's core search include:

  • Read more about Drupal + Solr Search on Linux
By Paulus, 24 August, 2012

Distance Learning Map using Google Maps

When one of the distance learning-educators from the Milwaukee Public Museum approached me with the request of creating a map containing all the cities the museum had done a program for, I was excited that I finally had a reason to use Google Maps outside of Drupal. I quickly found that there was a limit on the number of Geocoder requests. Geocoding is converting an address like 123 Fake st. Milwaukee, WI into map coordinates. Google only allows 10 geocoder lookups per second.

  • Read more about Distance Learning Map using Google Maps
By Paulus, 27 July, 2012

PHP + MSSQL + Windows Server

This post assumes that you are running an up to date Windows Server 2003, Windows Server 2008, or Windows Server 2008 r2 operating system and a configured MSSQL Server.

As of PHP 5.3, the MS SQL database extension is no longer supplied with PHP on Windows. The alternative solution is now provided by Microsoft.

First, download and install Microsoft's solution, which can be found here: http://www.microsoft.com/en-us/download/details.aspx?id=20098

  • Read more about PHP + MSSQL + Windows Server
By Paulus, 24 June, 2012

Creating Apple Provisioning Profiles

Prerequisites

  • $99 Apple Developer account
  • If you are on a team, then you need to be either an Admin or a Team Agent.
  • Test Device with it's UUID
  • App ID
  • Developer Certificate (and Provisioning Profile)
  • Distribution Certificate (and Provisioning Profile)

Adding a Device to the Provisioning Portal

In order to create a Provisioning Profile you need to add a device to the account. To do this, the UUID must be obtained. This UUID is a 40 character hex number which can be found one of two ways.

  • Read more about Creating Apple Provisioning Profiles
By Paulus, 24 June, 2012

Building and Distributing an iOS Application

Prerequisites

  1. Apple Developer account
  2. Xcode is set up with both a developer and distribution provisioning profile
  3. An application has been created in iTunes

Distribution

  1. When you're ready to build or test an app that you've made, select the project in the Project Explorer 

  • Read more about Building and Distributing an iOS Application

Pagination

  • First page
  • Previous page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Current page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • …
  • Next page
  • Last page

Recent content

  • SMART Alerts with msmtp and curl
    1 week ago
  • Debugging Laravel Apps with Laradock and XDebug
    1 month 3 weeks ago
  • Sending HTTP Requests Through a Proxy in Laravel
    1 month 3 weeks ago
  • Setting up a Kubernetes Cluster
    5 months 4 weeks ago
  • Mounting Raw Disk Images
    9 months ago
  • Updating Gentoo
    9 months ago
  • Consuming Web Services
    1 year 4 months ago
  • Borg Backup
    2 years ago
  • Laravel Administration Panels
    2 years ago
  • Drupal 8 Local Development
    2 years 3 months ago
RSS feed
Powered by Drupal