Skip to content
Tizards Briefcase

Category: Linux

Linux Commands – Monitoring I/O using iostat

October 25, 2019 Stuart Leave a comment

Here are some helpful commands that will aid in debugging and investigating any issues. Monitoring I/O via iostat The iostat…

Continue Reading →

Posted in: Linux

Installing MONO on Linux Cent OS 6

February 21, 2016 Stuart Leave a comment

First install the dependencies, you’ll likely have some of them, but this is the full list needed to install mono.…

Continue Reading →

Posted in: Linux Filed under: asp.net on linux, cent os 6, mono

Move from Courier-imap to Dovecot on Cent OS6 running Plesk

February 20, 2016 Stuart Leave a comment

First, install dovecot from the plesk panel. it will likely fail to start, and that’s due to the ssl cert…

Continue Reading →

Posted in: Linux, mailservers Filed under: address already in use, courier-imap, dovecot

Recursively counting files in a directory

August 3, 2015 Stuart Leave a comment

find . -maxdepth 1 -type d -print0 | xargs -0 -I {} sh -c ‘echo $(find “{}” | wc -l)…

Continue Reading →

Posted in: Linux, Mac OS X

Remove query string from filename after wget

July 30, 2014 Stuart Leave a comment

After using wget to fetch multiple files, you end up with any query strings as part of the filename, remove…

Continue Reading →

Posted in: Linux

wget – ignore robots.txt rules when grabbing site files

September 14, 2013 Stuart Leave a comment

Simply do: wget -r -e robots=off –wait 0.25 http://thesite.com

Continue Reading →

Posted in: Linux Filed under: wget robots.txt

rsync for migrating websites

May 16, 2013 Stuart Leave a comment

Using rsync to migrate websites to new servers. How to copy files to a remote server and keep symlinks in…

Continue Reading →

Posted in: Linux Filed under: rsync

php session save path permission denied

February 23, 2013 Stuart 2 Comments

seems an update in plesk overnight (twice in the last few weeks) has cocked up the php session_save_path: no websites…

Continue Reading →

Posted in: Apache, Linux, PHP

configure sendmail on mac os x

February 22, 2013 Stuart 1 Comment

Unable to send email using PHP mail()? Learn how to configure sendmail on mac os x… Open up /etc/php.ini and…

Continue Reading →

Posted in: Linux, Mac OS X, PHP, Postfix Filed under: Postfix, sendmail

Post navigation

Page 1 of 6
1 2 … 6 Next →

Categories

  • Apache (12)
    • Rewrite Rules (7)
  • C# (1)
  • CSS (7)
  • dev testing (2)
  • HTML (6)
  • iPhone (1)
  • Javascript (15)
    • jQuery (9)
  • Linux (50)
    • mailservers (1)
    • Postfix (3)
    • vi (6)
  • Mac OS X (5)
  • MySQL (9)
  • Perl (5)
  • PHP (23)
    • CodeIgniter (1)
    • Cubex (1)
    • fuelPHP (9)
    • PHP Storm (1)
  • Plesk (16)
  • Python (1)
  • Ruby (5)
    • Hostpay (4)
  • unassigned (1)
  • Domain Availability Checker
Copyright © 2021 Tizards Briefcase — Lyrical WordPress theme by GoDaddy