Archive for the ‘Web server’ Category

Synology Disk Station DS410 NAS server

Web server | Posted by admin
Sep 11 2011

The Synology Disk Rank DS410 is the most reasonably priced four-bay, full-featured contrivance of all the Arrangement storage space devices released by Synology so far. It may be pretty aloof for a tyro, but well ahead users will milk the most out of this RAID 5 competent NAS server. It is intended for tiny-scale home or business environments.
synology disk station price

Features

The Synology Disk rank DS410 is aesthetically lovely and is pretty compact for a arrangement storage space contrivance at the bottom of four 3.5 inch hard drives. Unlike the DS710+ the guide bays are easily accessible to bed in and replace the hard drives. It is a bit lengthy work considering that it needs a screwdriver to bed in the drives.
The Dual-Ethernet map is missing in the NAS server. The Arrangement Storage space Contrivance has two USB 2.0 ports and one eSATA port on the back, even if it does not have a USB on the adjoin.
The NAS contrivance runs cool thankfulness to the two efficient fans during heavy operation. Its also simple consumable.
The Disk Rank is void both with and lacking storage space. The storage space drives can be setup in innumerable RAID configurations, counting the efficient RAID 5 configuration.
The Synology “setup assistant” attention is not as robust for the initial setup, but the server’s Web Boundary is excruciating, elegant and provides flexibility to the arrangement storage space contrivance. All well ahead features and menus are well methodical and clean.
The features of the DS410 are similar to the DS710+. Fastidious basic features contain FTP/HTTP server, media streaming servers, user accounts and help for outdoor hard drives and laser printer and many more.
The DS 410 NAS server includes well ahead help for Windows Committed Directory Air force. The server supports exceptional file sharing crosswise several additional OS like Mac and Linux. It also provides help for Apple’s Time Apparatus.as a backup solution.
The DS410 arrangement storage space contrivance has several attention stations like the surveillance rank, Download rank, File rank and Photo rank, which can be accessed even through the local arrangement or the Internet.
Talking in this area the surveillance rank, the DS410 supports 12 IP cameras, even if only one license is provided. You have to pay $49 for each license. The surveillance system is reasonably wide-ranging able to record based on scheduling and motion sensing.
The Photo rank allows you to regulate your photos into albums in a well-methodical manner.
The Download rank provides help for BitTorrent client and can also download files from authenticated websites like RapidShare.
Cost

The Synology Disk Rank DS410 expenditure in this area $499 lacking storage space and $1200 with 4TB storage space.
Assess

The Synology DS410 offers the highest throughputs in its RAID configurations. It topped the charts with in this area 279 Mbps for enter test and 422.6 Mbps for read test.
The NAS server functioned very peacefully and to some extent cooler compared to the DS710 even during heavy load circumstances. Holistically the DS410 is value the cost and does what it’s designed for.

cPanel Proxy: Server Wide Installation

Web server | Posted by admin
May 05 2010

cPanel Proxy is a tiny PHP speech which allows users to door cPanel, WHM and Web Mail on port 80 by performing arts like a proxy. Its very caring for public who are behind firewall.

This tutorial guides you on ow to make a server-wide installation of cPanel Proxy so all accounts produced on your server gets door to cPanel Proxy (can door cpanel on port 80)

Installing
Connect to your server via SSH and login to your normal user tab (for cPanel, this tab needs to be a limb of the veer group), then ’su -’ to root. At the prompt, type the following orders:
cd /usr/local/src
wget http://cpanelproxy.net/cPanelProxy.zip
mkdir cpanelproxy
cd cpanelproxy
unzip ../cPanelProxy.zip
cd ..
chown nobody.nobody cpanelproxy -R
chmod 755 cpanelproxy -R
mv cpanelproxy /usr/local/share

You have just downloaded the speech and installed it, with the right file ownership and permissions, into the /usr/local/share folder. The next step is to make a few changes to the Apache (web server) configuration file. Continue at the command prompt by typing the following:
pico /usr/local/apache/conf/httpd.conf

You will now be in the ‘UW PICO’ file editor. Scroll right down to the bottom of the file, and add the following shape:

ServerName cpanel.*
ServerAlias cpanel.* whm.* webmail.*
DocumentRoot /usr/local/share/cpanelproxy

Replace x.x.x.x with all the IP addresses that are configured on your server, each separated by a space – optionally, only enter the IP addresses that you want to make the cPanel Proxy speech void on. Once done, push [CTRL-O] then [RETURN] to save your changes, then push [CTRL-X] to exit the editor and restore to the command prompt.
To make possible the changes, we just need to regenerate Apache with the following command:
service httpd regenerate

Enabling Void Accounts
Previous to you will be able to door the proxy speech, we need to make some changes to DNS. For void domains, some manual steps are essential, as a few CNAME minutes need to be added to each domains zone file. This can be done any through WHM, or via the command line.
If you want to do this via WHM, once logged in to WHM, click ‘Edit a DNS Zone’ from the ‘DNS Functions’ menu on the left, select the domain you wish to edit from the list, then click the ‘Edit’ pin. Scroll the page to the top where it says ‘Add New Entries Not more than this Line’, and add the following two entries into the noteworthy boxes on the screen:
cpanel 14400 IN CNAME yourdomain.com.
webmail 14400 IN CNAME yourdomain.com.

Make your you use instead in the real name of the domain you are control and making sure that it ends with a dot as above. If you also want to add in a link to WHM, you can also add the following access:
whm 14400 IN CNAME yourdomain.com.

I in person prefer to only do this on reseller domains, and my main domain, as normal users have no need to door WHM. Once your done, click the ‘Save’ pin to perfect your changes.
If you want to do these changes via the command line, from your SSH conference, type the following command to edit the zone file directly:
pico /var/named/yourdomain.com.db

Make sure you use instead in the real name of your domain into the command above. You will now be back in the ‘UW PICO’ file editor. Scroll to the end of the file, and add the following shape:
cpanel 14400 IN CNAME yourdomain.com.
webmail 14400 IN CNAME yourdomain.com.

Again, make sure you use instead in the real name of your domain, making sure that it ends with a dot as above. As mentioned previously, if you also want to add in a link to WHM, you can also add the following access:
whm 14400 IN CNAME yourdomain.com.

Once done, push [CTRL-O] then [RETURN] to save your changes, then push [CTRL-X] to exit the editor and restore to the command prompt. The closing step is to force your DNS server to re-read its configuration files, so that your changes take look. At the command line, type:
killall -HUP named

You must now be able to open your web browser to http://cpanel.yourdomain.com/ and be accurately prompted for your username and password.

Enabling New Accounts
The closing part of this HOW-TO is to make possible the proxy speech for all new accounts reluctantly, which avoids having to make the manual changes above in the prospect. From your SSH conference, type the following orders:
pico /var/cpanel/zonetemplates/ordinary

You will now be in the ‘UW PICO’ file editor. Scroll to the bottom of the file, and add the following shape:
cpanel IN CNAME %domain%.
webmail IN CNAME %domain%.

Push [CTRL-O] then [RETURN] to save your changes, then push [CTRL-X] to exit the editor and restore to the command prompt. Next, type the following, at the command prompt:
pico /var/cpanel/zonetemplates/standardvirtualftp

Again, you will now be back in the ‘UW PICO’ file editor. Scroll to the bottom of the file, and again add the following shape:
cpanel IN CNAME %domain%.
webmail IN CNAME %domain%.

Push [CTRL-O] then [RETURN] to save your changes, then push [CTRL-X] to exit the editor and restore to the command prompt. You have now edited the default DNS zone template files, which are used to start the zone files for new domains – this earnings new accounts will reluctantly have the right entries to door the cPanel Proxy speech on their domain. I’ve not included the WHM access, since I judge this must be manually added to reseller domains only, since normal users have no need to door WHM.

PS: This How-To was originally in print by Unofficial-Help(.com) (http://unofficial-help.com/node/view/50). As the site doest exit any more i have worn-out their tutorial from an ancient archive. All credits go to the first chief (simon).

SurfoNym – VPN, SOCKS, HTTP Proxy and SSH Tunnel

Proxy, Web server | Posted by admin
Mar 05 2010

SurfoNym provides 3 uncommon provides counting a free one:

SurfoNym FREE
This one’s for free! All visitors may surf the web through their indistinctive Web Proxy – lacking paying a cent.
Here are, but, some limitations:
# data transfer is not encrypted,
# here can be advertisement,
# we allocate only one conference per IP,
# we may limit bandwidth,
# options for filtering of JavaScript and Ads are deactivated,
# here’s no help included.

SurfoNym MEMBER
As a paying consumer you are free to use all advantages of SurfoNym FREE, lacking any limitations, but counting several features!
This earnings,
# data transfer will be 128bit encrypted,
# you may use all void options,
# here is no advertisement,
# here are no limitations of any kind at all,
# of way unlimited time and unlimited transfer,
# you may use our HTTP proxy server and our SOCKS proxy,
# you will get unlimited help.

SurfoNym PREMIUM
SurfoNym Premium manufactured goods is recommended for customers, which want more than just surfing with a web browser. If you also want to use ICQ, filesharing programs, chats, newsgroups, send by e-mail, etc. – indistinctive and secure, of way – then you’ll want to chose SurfoNym PREMIUM.
This manufactured goods is also useful to dodge limitations forced by (enterprise-) firewalls, filters, etc.
Additionally to all features of SurfoNym MEMBER you’ll get:
# Door our HTTP/FTP Proxy server and our SOCKS proxy. So you can surf the web easily through a real Proxy, not just a Web Proxy.
# Door to our VPN server. Setup your own encrypted VPN tunnel easily – 100% secure and indistinctive. All Applications (like ICQ, BitTorrent, …) possible!
# Supported vpn tunnel protocols: PPTP+MPPE, IPSEC, OpenVPN, PPPoE, L2TP

Bad Behavior has blocked 97 access attempts in the last 7 days.