Showing posts with label Server. Show all posts
Showing posts with label Server. Show all posts

Saturday, 26 June 2010

Gzip - Mod Deflate - Site Compression

Use compression to reduce page load time:

To activate Mod Deflate, use the snippet given by Elliott at:
Website Compression with mod_deflate
-->site comp with Elliott

To learn how to update the conf file, check this page:
Compressing web pages with mod_deflate
--> compression explained by mediatemple

For IIS server: --> with coder

To get a website compression report: --> check with pipeboost

Plesk Linux Task Scheduler with Crontab

10 to launch at unit 10
* for every time unit (by default)
*/10 to launch every 10 unit

command: php httpdocs/myscript.php

Linux VPS Optimization

How to optimize one's Linux VPS: --> VPS Optimization guide

Online Ping from different countries

Online web-based ping: remote ping a server or web site using our network with 37 checkpoints worldwide:
--> Ping

Godaddy - Access to server using SSH

http://help.godaddy.com/article/135
Should you elect not to use a control panel to manage your dedicated server, you may instead use an SSH command-line interface.

To access your server through SSH, use the IP address(es) for your server and log in with your user name and password:

User ID
This is the User ID you defined when you set up your account.
Password
Use the password you defined when you set up your account.

NOTE: You can find the IP address(es) for your dedicated server in your Dedicated Hosting Manager.

If you do not have an SSH client, you can download the Putty SSH freeware client at: SSH Client Download


http://help.godaddy.com/article/1226
To Access Your Server Via the Putty SSH Client:

1. Open Putty and select SSH. The default port is changed to 22.
2. In the Hostname or IP Address field, enter your IP Address.
3. Click Open. The command line window displays.
4.

NOTE: The first time you log in to the server, the Putty Security Alert displays. Click Yes to approve the connection.
5. At the login as: prompt, enter your user name.
6. At the password: prompt, enter your password.
7. At the command line, type su - and enter your password again to get root access.
8.

NOTE: Root access allows you to act as the administrator.

Sunday, 29 March 2009

SQL Server Remote Connection

Free management tool: SQL Server Management Studio:

--> SQL Server Management Express

Or Toads:

--> Toad ™ for SQL Server Freeware

***


How do I configure MS SQL Express Server to allow remote connections?

--> Server Setup

***

If using a different TCP/IP port for your SQL Sever remote connection:

Sever name should use format: 192.168.1.1\SqlExpress,2301
Don't forget the comma!