Life of a Plesk Admin

Where i go for Geek

Main menu

Skip to primary content
Skip to secondary content
  • unix / linux
  • plesk
  • svn
  • mysql
  • apache
  • .htaccess
  • amazon
  • php
  • networking

Monthly Archives: February 2010

Easily find or search files or directories

Posted on February 26, 2010 by admin

To search the current directory and all subdirectories for a folder or file, use the following command:

find . -name filename

Source: http://www.tech-recipes.com/rx/976/unixlinux-easily-find-or-search-files-or-directories/

Posted in unix / linux

Extract list of email accounts from Plesk that have a mailbox and no redirect

Posted on February 13, 2010 by admin
SELECT mail.mail_name, domains.name
FROM domains
LEFT JOIN mail ON domains.id = mail.dom_id
LEFT JOIN DomainServices ON domains.id = DomainServices.dom_id
WHERE mail.postbox =  'true'
AND mail.mail_group =  'false'
AND DomainServices.type =  'mail'
AND DomainServices.status =  '0'

Posted in plesk

Show some love

Recent Posts

  • How Do I Display the Contents of a Linux File?
  • Enable connecting remotely to mysql database on CentOS
  • Start svn server
  • How to setup a Proxy Server using Hamachi and Privoxy
  • How to Find & Replace Data in MySQL

Archives

  • January 2012
  • October 2011
  • July 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • November 2010
  • September 2010
  • July 2010
  • May 2010
  • March 2010
  • February 2010
  • December 2009
  • November 2009
  • October 2009
  • May 2009
  • April 2009

Contact Me

Thank you for your interest! We will contact you shortly.

Proudly powered by WordPress