Skip to content
Tizards Briefcase

Category: Linux

Get mailbox info on command line Plesk

November 15, 2012 Stuart Leave a comment

Using the command line is sometimes a lot quicker than fannying around with a panel in the browser. So to…

Continue Reading →

Posted in: Linux, Plesk

Suspend / Unsuspend domain via command line Plesk

Stuart 1 Comment

To suspend or unsuspend a domain on a Plesk server via the command line, we use the Plesk command line…

Continue Reading →

Posted in: Linux, Plesk

Block IP address from connecting to server using iptables

November 13, 2012 Stuart Leave a comment

To block IP address from connecting to server, i use iptables. this morning, i noticed some idiot trying to log…

Continue Reading →

Posted in: Linux, Postfix Filed under: iptables

search highlight in vi

October 22, 2012 Stuart Leave a comment

I was wondering how to turn off the search highlight in vi as it’s distracting when trying to code through…

Continue Reading →

Posted in: vi

repairing a broken postfix on plesk 9

October 1, 2012 Stuart Leave a comment

first, stop the mail manager: [code]/usr/local/psa/admin/sbin/mailmng –stop-service[/code] then locate all of the shitty mapped mailbox junk and delete it: [code]find…

Continue Reading →

Posted in: Linux, Plesk, Postfix

Get MySQL Passwords from Plesk (bash/command line)

September 11, 2012 Stuart Leave a comment

Quick bash script to grep out MySQL passwords from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; echo "Searching MySQL user…

Continue Reading →

Posted in: Linux, MySQL, Plesk Filed under: bash, MySQL, mysql passwords, Plesk, psa, shell

Get Protected Directory Logins from Plesk

Stuart Leave a comment

Quick bash script to grep out protected directory logins from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; you=`who am i…

Continue Reading →

Posted in: Linux, MySQL, Plesk Filed under: bash, command line, MySQL, Plesk, shell

see active connections

Stuart Leave a comment

to see active connections (ip addresses) connected to port 80: [code] netstat -ntu | grep :80 | grep EST |…

Continue Reading →

Posted in: Linux Filed under: active connections, netstat

Get FTP Passwords from Plesk

September 10, 2012 Stuart Leave a comment

Quick bash script to grep out ftp passwords from Plesk’s PSA database. Script: [code language=”bash”]#!/bin/bash clear; echo "Searching the FTP…

Continue Reading →

Posted in: Linux, MySQL, Plesk Filed under: ftp, MySQL, Plesk

Post navigation

Page 2 of 6
← Previous 1 2 3 … 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