Advanced Settings

From BlueFur.com Support Wiki

Jump to: navigation, search

Contents

How do I change the SSH Welcome Message?

  • Login to your server as root via SSH.
  • Type: pico /etc/motd
  • Now type in the message you want everyone to see.
  • Save & Exit Pico Type: CTRL-X, Y, Enter

How to configure your web server for wap?

Well to start off, you'll need to choose your favorite server side language such as php.

All of these languages have the ability to produce a WAP site. Next you'll need to set up the MIME types if they haven't already been done.

To enable support for WAP / WML pages on a UNIX based system,

add the following MIME Types through your Control panel or inside a .htaccess file:

.wmlc application/vnd.wap.wmlscript .wmls text/vnd.wap.wmlscript .wmlsc application/vnd.wap.wmlscriptc .wbmp image/vnd.wap.wbmp

How do I install Zend Optimizer?

  • Login to SSH under ROOT
  • Type the following:

/scripts/installzendopt

  • Just Follow the directions

I think someone is spamming how can I tell?

Watch the log using the verbose logging:

  • Login to WHM
  • Click on Exim Configuration Editor
  • Click on Switch to Advanced Mode
  • In the first text box put in:

log_selector = +address_rewrite +all_parents +arguments +connection_reject +delay_delivery +delivery_size +dnslist_defer +incoming_interface +incoming_port +lost_incoming_connection +queue_run +received_sender +received_recipients +retry_defer +sender_on_delivery +size_reject +skip_delivery +smtp_confirmation +smtp_connection +smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn

  • Click save (this should restart exim for you automatically)
  • Open up Shell and type:

tail -f /var/log/exim_mainlog

  • Get some popcorn and watch you log for a bit you will see the spammer sending them out

How can I make Pico my default editor?

If your server has Vi as the default editor you can change that to pico by doing the following:

  • Login to SSH
  • Type:

pico -w .bash_profile

  • At the bottom of that file add:

export EDITOR=pico

  • Save and Exit:

CTRL+O, Enter, CTRL+X

  • Exit from SSH and open a new SSH window.

Now when you type edit or crontab -e you will be using pico. Note if you don't have pico you can set EDITOR to nano.

Personal tools