Technology

Installing Dropbox on a Debian server

There are a lot of old instructions on how to install Dropbox on a headless linux server, most of them outdated. I had to recently go through this pain myself so i’ve compiled a set of updated instructions to make life easier for you. These were performed on a clean Debian 6 install, so you may already have some of the dependencies required, along with the Dropbox client v1.4. Installing Dropbox on a Debian server without a GUI. Install the following packages with aptitude to satisfy the dependencies of Dropbox. python-gtk2 libatk1.0-0 libcairo2 libglib2.0-0 libgtk2.0-0 libpango1.0-0 There’ll be a bunch more packages you’ll have to […]

Installing Dropbox on a Debian server Read More »

Fixing push notifications for the Facebook app on iOS

Every now and again, push notifications would stop working on the Facebook app on my iPhone. Previously I had completely removed and re-installed the app and that fixed the problem, but i’ve discovered an easier and quicker way to fix them up. Go into Settings. Tap on Facebook. Tap on Push Notifications. Turn all the sliders off. Go back a screen. Tap on Push Notifications again. Turn the features you want notifications for back on. Go back a screen. I did get a bit paranoid and exited the push notification settings after turning them off then went back in as

Fixing push notifications for the Facebook app on iOS Read More »

Mounting an IBM XiV LUN onto a RHEL v5 host without installing the HAK

There are two methods of doing this. The first is installing the IBM Host Attachment Kit (HAK). This makes mounting any LUNS from the XiV dead easy, but isn’t what this article is about. Installing the HAK will blow away your multipath.conf and any changes you might have made to it. What if you wanted to mount the LUN without installing the HAK? What if you wanted to mount LUNs from two different SANs? This is where manually modifying multipath.conf comes in. I’m documenting the changes that the HAK made to multipath.conf so you don’t need to install it. blacklist

Mounting an IBM XiV LUN onto a RHEL v5 host without installing the HAK Read More »

Merging Plesk subscriptions

Update: 18/08/2020 Plesk Obsidian is now able to move domains between subscriptions thus negating the need for any external scripts. Please use this in built function instead. Keeping this article for posterity. This article could have been called “Merging domains from one subscription to another” or “Moving domains between subscriptions”. But its goal remains the same. If you’re arrived at this page then you probably already know what you’re looking for. With the business model change from Plesk 9 to Plesk 10, the upgrader splits each customer’s domains into it’s own subscription. Highly annoying if you want to keep track of

Merging Plesk subscriptions Read More »

Unable to remove customer/subscription

When trying to remove a customer or subscription, you may get this error message in Plesk: Unable to find service node for web service on domain with id=xxx This was supposed to be fixed in 10.4.4 MU #13 but isn’t in all cases. I hit this error and the cause turned out to be because the subscription had no IP address assigned to it. To fix this, go into the Hosting Settings of the subscription. Select an IP address, you’ll also have to reset the password. Once you do this, you should be able to remove the customer and subscription.

Unable to remove customer/subscription Read More »

Scroll to Top