Adsense Link 728 X 15;

Free ebook and Pdf download

Posted by tigis Sunday, February 27, 2011 0 comments
hem, now internet is king of media. much of book now has been created to ebook too. with ebook you only download and quick read, its very easy don't need to buy in shoper. not only easy but some website provide Free ebook and Pdf download the website i think is good creating for student and people who want learning. you can select the category fo ebook, after you like with the ebook just download.

diamond proposal ring

Posted by tigis 0 comments
who don' want diamond? almost women in world like it. diamond is a value for woman for fashion, but diamond now many more fake and not certified. but in vivo diamond you can get the diamond with best quality. vivo diamond features over 20,000 high quality certified diamonds of all shapes & cuts. use vivo diamond id good option for any moment like Celebrate your wedding or anniversary with our expertly crafted band. ok, are you interesting?

Post free hosting animepod.com

Posted by tigis Wednesday, February 23, 2011 0 comments
Free Hosting for 1 year fordedicated members! There willbe 3 winners for this contest!Rules are each post must be atlease 10-15 words long, must beanime related.1st place (first person to reach100 post)1 Year free hosting : Reseller
20,000mb Disk Space100,000mb BandwidthUnlimited Subdomains, Email, FTP,and MysqlOriginal Price : $112/yr2nd place (second person toreach 125 post)1 Year free hosting : SharedHosting : cPanel5,000mb Disk Space
50,000mb BandwidthUnlimited Subdomains, Email, FTP,and MysqlOriginal Price : $48/yr3rd place (third person to reach150 post)1 Year free hosting : SharedHosting : cPanel1,000mb Disk Space20,000mb Bandwidth
Unlimited Subdomains, Email, FTP,and MysqlOriginal Price : $30/yrAfter 1 year of free hosting, oursponsor will offer these plansfor1st place Reseller Package : $20 ayear or $3 a month2nd place Shared Hosting : $15 ayear or $2 a month
please post them here! Once youcompleted your Post please postthat you completed your 100-150 post on this thread!CONTEST DETAIL CAN BE FOUNDHERE :
http://www.animepod.com/forums/t

hostinggoes.com free kloxo web hosting

Posted by tigis 2 comments
Free Web Hosting :500 MB Space15000 MB Transfer10 mysql Databases,10 FTP Account,2 Add on domains,5 Sub Domains,5 email accounts InstallApp toinstall scripts,phpmyadmin,
kloxo control panel
http://hostinggoes.com/clients/aff.php?aff=001

P2h dasfree.com upto 800-1500mb

Posted by tigis 0 comments
dasFree.com is the premium freehosting provider with NO ads/posting required!Check out some of our awesomepackages below:dasOneStorage: 800MBBandwidth: 8GBFTP Accounts:5
Databases: 5Subdomains: 2Parked Domains: 1Addon Domains: 1Frontpage Extensions: YesFREE!dasTwoStorage: 1000MBBandwidth: 10GBFTP Accounts: 10
FTP Accounts: 15Email Accounts: 15Databases: UnlimitedSubdomains: UnlimitedParked Domains: 5Addon Domains: 5Frontpage Extensions: YesPosts required/month: 5Sign up now!Have any questions? Visit our
http://dasfree.com/forum/

Free image hosting upload3r.net

Posted by tigis 0 comments
Have an image to share? Need afree unlimited image hostingsolution? Upload3r.net allowsunlimited image uploads, andyour files are hosted indefinitely.2Mb filesize limit as a guest, 3Mbif you register
Unlimited uploads as guest ormemberAllowed File Extensions: .JPEG, .JPG, .GIF, and .PNGHotlinking is allowedNo adsUpload via URLiframe tool to embed on yoursite to make uploading images toupload3r.net much quicker/easier
lets upload image in easy
http://www.upload3r.net/

100% FREE – 3 GB/30GB cPanel – Win FREE Domain

Posted by tigis Sunday, February 13, 2011 0 comments
Host Media ( www.host-media.us ) and Media Colt Solution ( www.media-colt.com ) offer:
3 GB Space
30 GB Bandwidth
30 Addon domain
30 Subdomains
30 MySQL data base
30 FTP Accounts
30 Email accounts
cPanel, phpMyAdmin, Cron Jobs, AwStats and mutch more.
What is the price?
FREE !!!
How do you get it?
Go to www.host-media.us , create a new account, folow the indication and you will get it!
NEW !!!
Win a top level domain for one year.
Read more here: CLICK !!!

Install LNMP Easily (Centos)

Posted by tigis Thursday, February 3, 2011 0 comments
 
A newer version of LNMP (Linux + Nginx + MySQL + PHP) has been released. The installation is pretty much the same as what I introduced on How to Set Up LNMP on Debian, CentOS or Ubuntu except the software version.
To make it short, I just need to point out the difference here. In the last post, you will need to grab the software package first with the following command line:
wget -c http://www.Rockia.com/dl/lnmp0.4.tar.gz
However, with the new software, what you need to do is just change the version 0.4 to 0.5 as shown below:
wget -c http://www.rockia.com/dl/lnmp0.5.tar.gz
And you will need to change the version respectfully from 0.4 to 0.5.
But what exactly is the change?
  • Nginx updated to 0.7.67
  • MySQL updated to 5.1.48
  • PHP updated to 5.2.14
  • PHPMyAdmin updated to 3.3.7
  • Optimized eAccelerator
  • Added ionCube application

Special Tips:

Most of the VPS users use just use Terminal (Mac) or Putty (Windows) to proceed the installation remotely. However, sometimes it’s inevitable that connection will be dropped and the installation was forced to be stopped. Unexpected discontinued connection might cost the software installation failed. In this case, you might want to use “Screen” to get avoid of it.

What is Screen?

Screen is a moderately complex program that emulates a terminal. The feature it is best known for is the ability to disconnect and reconnect to screen sessions, which very gracefully survive logoffs. Screen has many more useful features, which are beyond the scope of this guide.
(Source: http://en.gentoo-wiki.com/wiki/Screen)

How to install Screen?

Most of the Linux system has Screen installed by default. If this is not the case, you can use follow the simple guide to get it installed on your Linux.
For CentOS: yum install screen
For Debian/Ubuntu:apt-get install screen

How to use Screen?

I am not going to explain the full syntax of the usage, but I will show you how Screen is useful while you are installing LNMP or any other software that take a bit of patience from you.
  1. Type in “screen -S lnmp” to create a session for LNMP installation;
  2. “wget -c http://www.rockia.com/dl/lnmp0.5.tar.gz ” to download the file ;
  3. “tar zxvf lnmp0.5.tar.gz” to unzip the package ;
  4. cd lnmp0.5/ ;
  5. For CentOS users run “./centos.sh” and for Debian and Ubuntu users, run “./debian.sh”;
  6. And now you just wait, if for somehow the internet was dropped or your remote computer is not responding, you can simply type in “screen -r lnmp” to check the installation progress again.
Alright, I hope you all are enjoying the easy installation of LNMP tutorial. Too bad the developer doesn’t have a upgrade package from LNMP 0.4 to 0.5, but it’s still a very simple server set up.

Install VPN with PPTP

Posted by tigis 0 comments
What is VPN?

A virtual private network (VPN) is a computer network that uses a public telecommunication infrastructure such as the Internet to provide remote offices or individual users with secure access to their organization’s network. It aims to avoid an expensive system of owned or leased lines that can be used by only one organization.

It encapsulates data transfers between two or more networked devices which are not on the same private network so as to keep the transferred data private from other devices on one or more intervening local or wide area networks. There are many different classifications, implementations, and uses for VPNs.

What can we do with VPN?

1. To hide the users’ true IP address
When using VPN connections, your client machine’s IP address will be hidden and your remote server (VPN server)’s IP address will be shown.
2. Secure data transferred over the internet
Most of the VPN will have the option to encrypt the data and thus they are safer to be transferred over the internet. This is especially good for company use.
3. Access sites that are blocked in certain regions
China is a very good example. Facebook, YouTube, Flickr and so many more websites are blocked in the country and people have to use different methods to bypass the restriction and VPN is one of the common way to achieve what they want.

How to set up PPTP VPN server on CentOS VPS?

Just in case some of the readers don’t know, I have moved my sites from shared hosting to Linode VPS a couple months ago. I was just thinking that my WordPress blogs don’t really need that much of resource anyways, why don’t I just set up a VPN server for my in-need use?

So for today, I will be introducing the easy installation of PPTP (Point-to-Point Tunneling Protocol) VPN on CentOS 5.5, if you want to know the server setup, you should probably ready my LNMP server setup guide first. Technically, you don’t even need a domain or a website, you can use your VPS purely for a VPN server.

Special Note: PPTPD can only be installed on XEN servers, for the difference of OpenVZ and XEN, you can visit http://www.rockia.com/2010/06/go-openvz-or-go-xen-for-vps

To get started, you need to use your root account to access your VPS server via SSH. Then type in the following command lines (pptpd.sh is not created by Rockia, I just host the file here for convenience, credits are back to Diahosting.com )

wget http://www.rockia.com/dl/pptpd.sh

Then hit “Enter”, the shell files should be downloaded on your server and now you can run it:

sh pptpd.sh

The installation will be run and completed automatically, and when it’s done, the VPN username and password will be displayed on your console screen.

Can I change the user name and password? Of course you can.
Change PPTP VPN account setting

The PPTP VPN server’s account information is stored in the file located at “etc/ppp/chap-secrets”, you can use the command line to edit this file directly:

nano etc/ppp/chap-secrets

Or you can download the file, edit it and upload it back again, but anyways, you have to follow a simple syntax of the account setting:

Here is the screen-shot of my “chap-secrets” file. All you need to do is to type in the username you want to use (as vpn-user in the picture), then space and type in “pptpd”, and then space and the password (as vpn-password) in the picture and then “*” for the last one if you allow all IP address access your VPN server.

You will need restart PPTPD server when changes are made with the following command line:

/etc/init.d/pptpd restart

Post Note:

This is it. It’s extremely easy to install a PPTP VPN server on your VPS. However, if you are not comfortable with the “easy installation” package written by someone else, there are tons of tutorial online that you can read and try.

Happen VPNing.

Install VPN On VPS Centos 4 or 5

Posted by tigis 1 comments
You tri to install VPS? you have Centos OS? now you can do it with only few of minute. just bow command this :

cd /tmp
wget http://poptop.sourceforge.net/yum/stable/packages/dkms-2.0.17.5-1.noarch.rpm
wget http://poptop.sourceforge.net/yum/stable/packages/kernel_ppp_mppe-1.0.2-3dkms.noarch.rpm
If u use centos 4
wget http://poptop.sourceforge.net/yum/stable/packages/ppp-2.4.3-7.rhel4.i386.rpm
wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel4.i386.rpm
-
If u use centos 5
wget http://poptop.sourceforge.net/yum/stable/packages/ppp-2.4.4-3.1.rhel5.i386.rpm
wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel5.1.i386.rpm
-
rpm -ivh dkms-2.0.17.5-1.noarch.rpm
rpm -ivh kernel_ppp_mppe-1.0.2-3dkms.noarch.rpm
-
rpm -Uvh ppp-2.4.3-7.rhel4.i386.rpm
rpm -Uvh ppp-2.4.4-3.1.rhel5.i386.rpm
rpm -ivh pptpd-1.3.4-1.rhel4.i386.rpm
rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm

vi /etc/pptpd.conf

localip IP
remoteip 192.168.0.1-100
service pptpd start
service pptpd stop

vi /etc/ppp/chap-secrets
insert a new line
user servicename passwd IP
for example:
qa4pc pptpd bendy 192.168.10.20

VPN now can work.
but we have to set NAT IP forward
-
iptables -t nat -F
iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -j SNAT –to 999.999.999.999

echo 1 >/proc/sys/net/ipv4/ip_forward
From:QA4PC

I hope can help you about install VPN on Centos OS...

Sitemap

Posted by tigis 0 comments

Free Cpnel 5GB from unlimitedmb.com

Posted by tigis Tuesday, February 1, 2011 0 comments
- 500GB Data Transfer
- 5GB Disk Space
- Fast 100mbit Internet Connection
- Automated Instant Activation
- yourname.ulmb.com
- yourname.com.net.sc
- PHP & MySQL
- 99.9% Uptime
- FTP & Browser Uploads
- POP3 and SMTP Email Service
- Advanced Powerful Spam Filtering
- One-click Contact Form
- Web-based Control Panel
- Multiple Domains under single account
- Real-time Statistics
- Email Forwarding
- Download Full Account Backup
- Free Technical Support
- Domain Name Registration
- User Accounts/Subusers (allows you to create limited access accounts for other users)

Signup at
http://www.unlimitedmb.com/

Only signups from United States, Canada, United Kingdom, Australia, New Zealand, Ireland.

For a demo of the control panel login with
User: demo
Pass: demo
__________________
High Bandwidth Web Hosting at UnlimitedMB

400mb hostsense

Posted by tigis 0 comments
HostSense Review, HostSense is a free web hosting provider was providing free 400 MB web space with 4,000 MB traffic. PHP programming supported,CGI/Perl programming supported, HostSense is also provides POP3 email account, HostSense's not forced any advertisement to the user pages(Excellent!). Free web hosting uptime statistics report(Beta) is a new feature available for the active web hosting provider in this directory, Freehostsfinder.com is provides HostSense uptime report, if you are seeking for a free reliable web hosting, read this first HostSense daily, weekly and average uptime report by Freehostsfinder.com the best free hosting review guide website. At this moment HostSense is 99.02% uptime. Highly Recommended!. Anyway If you are a client, please feel free to rate and post your own review.

Space(MB)
400

Bandwidth(MB/Month)
4,000

Forced Advertisement


Advertisement Type
-

Allow Your Advertisement


Upload
FTP+FTP Web-based

PHP


ASP


CGI/Perl


SSL


MySql


Free e-Mail


Online Web Editor


Your URL
Domain or Subdomain

Additional Requirement
No

Ranking Point[?]
181

Free 10gb From Rocker.info

Posted by tigis 0 comments
Hi Guys,
We at Rockr.info is now offering free hosting for everyone. The package details are shown below.

Disk space (MB): 10000
Data transfer (MB): 100000
Max email accounts: 5
Max FTP Accounts: 5
Max Databases: 5
Max daily unique visitors limit: 10000
MySQL Connection Hourly Limit: 25000
Mailbox Max Size: 50
Max Sub Domains: 5
Max Parked Domains: 5


Hope this package is more than enough for most people. We wont place any pop up or banner ads in your site. We will place just text links in your site which will blend in with your site.

1. No Phishing or SPAM sites.
2. Dont host any Proxy Scripts.
3. Dont load your account page from another site using iframes.
4. Dont use any Torrent Scripts or Trackers.
5. Dont use your hosting account as a storage space.
6. No chat rooms or IRC bots.
7. Dont host sites about selling beer, alcohol, tobacco or drugs.
8. No warez or Nulled scripts or illegal content are allowed.

Sign up for your hosting account.
Please post your reviews about this hosting after you register and use it.

Free Cpnael 300mb

Posted by tigis 0 comments
Requirements:
Please launch your website in 7 days.
TOS:
No warez, porn, hate site, illegal stuff, spamming, hacking, cracking and else unacceptable content.
CPANEL:
Bandwidth Limit – 5 GB
Quota – 300 MB
1 x cPanel features
Softaculous
RVskin and more cpanel standard features..
http://www.fanas.net

DOMAIN SALE Godaddy Save 25%

Posted by tigis 0 comments
Very cheaper domain coupon.Now it provode only 5 days discounts.
Saving 25% On .COM, .NET, .ORG and .BIZ
or
.ORG $9.99* – Save 33%
.INFO $1.99* – Save 81%
.NET $12.99* – Save 13%
Visit :http://www.godaddy.com