Skip to content

Tizards Briefcase

Setting Up SSH Keys on Windows 10 & Configuring Linux Access Permissions

October 25, 2019 Stuart Leave a comment

This one is how to generate ssh keys from Windows, and set everything up to conveniently access the Linux boxes…

Continue Reading →

Posted in: unassigned

Linux Commands – Monitoring I/O using iostat

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

Plesk: Update PHP version on multiple sites

November 29, 2018 Stuart Leave a comment

cat doms.txt | while read i; do plesk bin domain -u $i -php_handler_id plesk-php70-fastcgi; done

Continue Reading →

Posted in: Plesk

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

Mac OS X vhosts not working after yoemite / el capitan upgrade

Stuart Leave a comment

This is because you forgot to back up your httpd.conf… – easily fixed: First, back up the current httpd.conf: (you’ll…

Continue Reading →

Posted in: Apache Filed under: 403 forbidden, vhosts

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

Extend Date to get an ordinal suffix

January 13, 2016 Stuart Leave a comment

Added a simple extension to the Date object as to output an ordinal suffix. using System; using System.Collections.Generic; using System.Linq;…

Continue Reading →

Posted in: C#

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

Post navigation

Page 1 of 15
1 2 … 15 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 © 2023 Tizards Briefcase — Lyrical WordPress theme by GoDaddy