Web Hosting Tutorials Web Hosting Service LinuxWeb Hosting Tutorials Web Hosting Service LinuxDaily updates of tutorials on Java, JSP, Unix, Perl, Tomcat, ASP .NET, MS ACCESS, ODBC, Articles
INSTALLATION OF SAGEM ON WINDOWS VISTA:
2007-07-17 02:56:00 1) First run the Installation CD as normal. 2) Then the CD will get stuck after reaching the stage : “Plug the USB Modem to the PC or Laptop” 3) Click on the “Escape” key. 4) The installation will close. 5) Then go to Start >> Connect To >> and create a dialer> 6) After the dialer is created, eu will ... More About: Windows , Web Hosting , Windows Vista , Vista , Blogging
Steps To Successfully Market to a Forum Community.
2007-07-14 00:45:00 The following are the steps to follow in forum marketing which will help you to grow the business:- a. Find a forum in the niche you want to market to b. Check to be sure the site allows you to create a forum signature with a link to your business c. Set up an account d. Create a forum ... More About: Community , Market , Forum , Comm , Steps
Install Plesk 8.1 without SiteBuilder and with MSDE from command line:
2007-07-14 00:45:00 To install Plesk 8.1 without SiteBuilder , but with MSDE from command line: 1. Make sure that you have extracted the required .msi installer file, if you are using the network installer (see the Installing Plesk 8.1 for Windows Using Comm and Line Interface section for more details). 2. Create a new file called “install-plesk-with-msde.cmd” (without the quotes) in ... More About: Command
Windows RUN command shortcuts
2007-07-06 17:15:00 RUN command shortcuts I know there are a lot of people who love using the run prompt or the command prompt rather than using the mmc control … So here are some quick tips that you can use … Enjoy … —————— ;—————- Accessibility Controls : access.cpl Add Hardware Wizard : hdwwiz.cpl Add/Remove Programs : ... More About: Windows , Web Hosting , Shortcuts , Short , Comm
How to delete email for a particular user
2007-07-02 18:05:00 If you want to delete emails of particular user having exim as MTA installed on Unix-like operating systems. The exim mail queue is located at /var/spool/exim/input directory. To delete email for a particular user called user@domain.co.in, enter: # cd /var/spool/exim/input # grep -lir user@domain.co.in * | xargs rm -fv Cheers More About: Email , Web Hosting , User , Delete , Artic
How to list the contents of a tar file
2007-07-02 17:59:00 Sometime you need to list the contents of a tar or tar.gz file on screen before extracting the all files. Task: List the contents of a tar file Use the following command: $ tar -tvf file.tar Task: List the contents of a tar.gz file Use the following command: $ tar -ztvf file.tar.gz Task: List the contents of a tar.bz2 file Use the following ... More About: Web Hosting , File , Contents , Tent
How to update Plesk 7.5 or later to 8.1 on Windows
2007-07-01 17:10:00 To update Plesk 7.5 or later to Plesk 8.1 using web installer: 1. Log in to your system as Administrator or another user with Administrator privileges. 2. Make sure that you have the Plesk web installer ready. You can download Plesk web installer from SWsoft web site (http://www.swsoft.com). 3. Open the command line interface (Start > Run > ... More About: Windows , Web Hosting , Update , Late
MySQL Admin Commands:
2007-06-27 19:13:00 MySQL Admin Comm ands: * Statistics: [prompt]$ mysqladmin version * List database environment: [prompt]$ mysqladmin variables * Show if database is running: [prompt]$ mysqladmin ping * Show databases available: [prompt]$ mysqlshow OR mysql> SHOW DATABASES; * Delete database: mysql> drop database databasename; * Show list of active threads in server: [prompt]$ mysqladmin -h localhost -u root -p processlist * Delete a database: [prompt]$ mysqladmin drop database-name * Execute ... More About: Web Hosting , Mysql , Command
Create MySQL database from shell
2007-06-27 19:06:00 Create a database: (Creates directory /var/lib/mysql/databasename) [prompt]$ mysqladmin -h localhost -u root -ppassword create databasename (or use SQL command: CREATE DATABASE bedrock;) Add tables, data, etc: Connect to database and issue the following SQL commands: [prompt]$ mysql -h localhost -u root -ppassword … mysql> use databasename; - ... More About: Web Hosting , Database , Shell , Mysql , Taba
Disable Telnet on server
2007-06-27 18:45:00 Telnet sends clear text passwords and usernames through logins and should be disabled on servers and replaced with SSH. Enabling telnet is great security risk to your servers. It should be turned OFF on servers to avoid the further exploit. TELNET server listens for incoming messages on port 23, and sends outgoing messages to port 23. Follow ... More About: Web Hosting , Server , Telnet , Serve
extension_loaded() in PHP
2007-06-22 11:05:00 PHP 3 and above supports function extension_loaded() which find out whether a extension is loaded or not. syntax : bool extension_loaded ( string name ) This function returns TRUE if the extension identified by name is loaded, FALSE otherwise. Though this function is not much used in simple coding of small websites, but when applications are created then ... More About: Web Development , Loaded
Sending Email From ASP.NET (Version 2.0+)
2007-06-21 22:43:00 ASP.NET is Microsoft’s revolutionary web application technology. ASP.NET has many features built in which other web language framworks don’t support, for example AJAX and drag-n-drop technologies. In this article you will learn how to send emails from an ASP.NET (.aspx) page. Note: This will only work with version 2.0+ of the framwork. 1) Import the mail namespace into ... More About: Email , Version , Sending
Good Article Writing Tips.
2007-06-18 14:48:00 Writing a good, informative and catchy article is very essential for a blog or if is to be published or submitted elsewhere. Here are some useful points to take care to make the article interesting and helpful for the readers. - To know the audience is very essential so it is imperative to identify what kind ... More About: Writing , Tips , Article , Blogging , Good
Optimizing Keywords from Free Directory Submissions.
2007-06-15 17:47:00 For submitting in free directories a webmaster should just keep in mind that the directories should be SEO friendly. The PR of the directories won’t be a point of concern as you can submit to directories which have no PR also because sooner or later even those directories will gain a decent PR. If you are ... More About: Free , Directory , Keywords , Mission , Opti
error 1024 Hardware Error ( For Win XP, 2000, NT, ME and 98)
2007-06-11 01:30:00 This has been an ongoing issue with Tiscali BB users, Orange BB users and people who have BB and have Speedtouch modem and the new Drivers. The reason that the error appears is because the new drivers that you get are meant for Windows Vista and not Windows Xp and the other old Win OS. So to ... More About: Hardware , Web Hosting , Computer Networking , Error , Hardwar
Shortcut keys on Linux
2007-06-08 18:09:00 Guys!! Find some useful shortcut keys on Linux . # / - root directory # ./ - current directory # ./command_name - run a command in the current directory when the current directory is not on the path # ../ - parent directory # ~ - home directory # $ - typical prompt when logged in as ordinary user # # - typical ... More About: Keys , Short , Shortcut
Configure Awstats to access it outside cPanel
2007-06-01 10:12:00 You can set up awstats just like webalizer to access it outside cPanel. It is so simple to set up and configure it so that you can access it outside cPanel. Friends! just follow the steps given below and you will be able to access Awstats outside cPanel. ========================================= ================= Step 1. Download awstats from http://awstats.sourceforge.net Step 2. Uncompress awstats-6.6.tgz ... More About: Access , Side , Stat , Figure , Configure
MySQL slow queries, Dont worry !
2007-06-01 03:13:00 optimizing and tuning mysql is to identify the queries that are causing problems. How can we find out what queries are taking a long time to complete? How can we see what queries are slowing down the mysql server. If we take the most expensive 10 queries and we optimize them properly (maybe running ... More About: Web Hosting , Worry , Mysql , Slow , Erie
Install roundcube on cPanel/Linux server.
2007-05-30 11:21:00 Before installing roundcube on cPanel server you should know your mysql root password. Replace DATABASEPASSWORD to your mysql root password. If you have already used Round Cube installation please make sure you remove any traces of it . Follow the steps given below and remove any traces of it with, cd /usr/local/cpanel/base rm -rf roundcube* mysql -p -e ‘drop database ... More About: Linux , Web Hosting , Server
What is eAccelerator
2007-05-29 12:54:00 eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of ... More About: Web Hosting
cPanel Scripts.
2007-05-29 12:51:00 Hello Guys! Here you can find some common cPanel scripts which are useful for the task given below. Common cPanel /Scripts Install Zend Optimizer /scripts/installzendopt Hostname A Entry Missing! /scripts/fixndc then restart bind and apache Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start Bandwidth issues /scripts/cleanbw /scripts/fixwebalizer (To fix problem in webalizer that stop updating stats) /scripts/fixcommonproblems /scripts/fixeverything Fixing Mail List MailMan ...
Split large files into smaller files
2007-05-29 12:47:00 To split large file into several smaller files, you can use split command in linux. Just follow the steps below and you will be able to split large file into smaller files. Here is simple syntax given below for splitting large file into several small size files. You need to fire the command from shell. $ split ?bytes=1m ... More About: Files , Mall , Split , Large
Bind / Named Service failed on the server
2007-05-19 21:18:00 chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/cmdline chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/stat chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/statm chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/maps chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/mem chattr: Inappropriate ioctl for device while reading flags on /var/named/chroot/proc/28458/mounts chattr: ... More About: Service , Server , Vice , Serve
window.open() method in javascript
2007-05-17 07:43:00 When developers want to open a new window then usually window.open() method of javascript is widely used. Though it is a simple method but many developers find it difficult to remember its syntax. Syntax of window.open() : window.open(’URL’,'window name’ [,window attributes]); where URL - is the path of the web page you want to display in this new window. window ... More About: Web Development , Open , Javascript , Indo , Window
What is the solution to avoid problems with sitemap file?
2007-05-15 17:11:00 One possible solution is not to use any sitemaps file at all. In that case, scraper bots can still parse your web pages through the normal links on your web pages but that would be more difficult for them than using your sitemaps file. Another solution is to set up a sitemaps file and delete as ... More About: Internet Security , Web Hosting , File , Problems , Sitemap
What is a sitemaps XML file? Is it harmful for your rankings?
2007-05-15 17:09:00 The big search engines (Google, Yahoo, MSN and Ask) introduced the Sitemaps protocol earlier this year. In its simplest form, a sitemap is an XML file that lists URLs for a site along with additional metadata about each URL: when it was last updated, how often it usually changes, how important it is, relative to other ... More About: Internet Security , Web Hosting , File , King , Tema
get_browser() for Browser Details
2007-05-14 08:21:00 In the era of search engine optimization, many webmaster tools are available frequently used by webmasters to find different aspects of domain and their sites. One tool provided is ‘Browser Details ’ which indicates your browser capabilities. There are different browsers available in the market having different versions. These different versions of browsers are available with their ... More About: Web Development , Tail , Tails
Future of On Demand Service
2007-05-12 08:26:00 On demand service is very young on this stage but I am sure it will take a big place in forthcoming business environment as today?s business environment is fast-moving and become notorious and unpredictable. On demand integration and services can give the organization the flexibility to dart obstacles and grab opportunity without losing rapidity and ... More About: Future , Service , Vice , Demand , On Demand
Google PageRank
2007-05-05 11:22:00 Search engines assign a value to your site based on the links pointing to it. The most popular term for this kind of ranking is PageRank, which Googl e uses. And hence, it is known as Google PageRank. The PageRank is a value that Google gives to a page, based on the number and type of ... More About: Pagerank , Google Pagerank , Ager
Dedicated Servers
More articles from this author:2007-05-04 16:43:00 Whenever you go for hosting there are always two things in mind which is going for a shared server or a dedicated box. The best thing in dedicated hosting is that you get a entire server and network connection to yourself. Dedicated server s are bit expensive than a shared server and requires lot of ... More About: Web Hosting , Servers , Dedicated Servers , Cate 1, 2, 3, 4, 5, 6, 7 |



