• 26Mar

    Hello,

    If you want ot create new partition on linux server and mount it to specific directory then you have to follow the following steps

    login to your linux server with root user

    First of all verify which partition type and how many partitions available on your linux server.

    You can get it with

    #fdisk -l

    suppose you are having partition type as /dev/sda

    If you want to create 1000MB partition wwhich is mounted on /data directory then proceed with following steps

    fdisk /dev/sda

    here you have to type n new partition

    specify cylender size if you understand it otherwise leave it and enter the partition size as +1000M

    type p to view new parttion then type w for save

    here your have to run command

    #partprobe

    Now format the new created partition with command

    mke2fs -j /dev/sdaX

    here X is the new partition number , you have to change it as per your new partition.

    now you have mount the partition on /data directory so create directory /data

    #mkdir -p /data

    mount /dev/sdaX /data

    You have to entered the entry of new partition in /etc/fstab

    #vi /etc/fstab

    entered the following line.

    /dev/sdaX /data ext3 defaults 1 2

    save this file and reboot your machine to verify the changes.

    Tags:

  • 24Jan

    Co-location is also referred as Colo. A web server which is located at a dedicated facility designed with the resources that include a secured rack, security and support, dedicated internet connection and regulated power supply. Customers can physically house their hardware power-generator1-150x150 Web Hosting FAQ’s And Description Of Co-locationand other equipments in the secure and safe environment of co-location centers. There is a potential risk of fire if kept in the offices and warehouses. Most of the co-location facilities offer high security, fire detection and extinguishing devices, power generators for back-up, multiple connection feeds, filtered power etc. Co-location sites are dedicated towards providing services to rapidly expanding business of colocation_security-150x150 Web Hosting FAQ’s And Description Of Co-locationeCommerce and Web Hosting.

    Co-location hosting provides the opportunity of keeping the server in a premiere co-location facility which focuses on the needs of the co-location server. Co-location offers features such as video surveillance, Fire proof facility and high bandwidth availability.

    colocation_company Web Hosting FAQ’s And Description Of Co-location

    Advantages and Disadvantages of Co-location :

    A] Advantages:

    1. colocation-noc-244x300 Web Hosting FAQ’s And Description Of Co-locationControl over administration of web server
    2. Higher flexibility
    3. Overall hosting costs are reduced.
    4. Option available for upgradation whenever required.
    5. Availability of large storage space.
    6. The storage location provides fast internet connection, special infrastructure for servers, security etc.
    7. Full customization facility.
    8. Option of using existing hardware.
    9. Less dependence on external customer support services due to remote administration.
    10. Hardware specification are according to customers hence able to deliver better performance.
    11. Maximum uptime for large sites.
    12. Depending on the budget customers can purchase high capacity, fast and powerful servers
    13. Availability of High bandwidth is one of the most important advantages.
    14. Server’s are under constant surveillance of the security.

    B] Disadvantages

    1. It’s the customers responsibility of Web Server Administration
    2. Initial cost up-front
    3. Expensive
    4. Need to maintain own equipment
    5. Hardware may become outdated in a short span of time.
    6. Need to update own equipment
    7. Need to purchase own equipment.

    Tags: , , , , , ,

  • 20Nov

    Now-a-days, spoofing has become a very common technique in viruses adopted by spammers. There is no fool proof technique to avoid spammers spam the inbox with unwanted e-mails. In spoofing it is not necessary that the spammer is using your mail server to spoof your mailbox.

    E-mail spoofingphishing-scammer-225x300 Spoofing a Common Technique Used by Spammers.

    The spammers sends a genuine e-mail to the user who is soon going to fall prey to spamming, this helps the attacker to ensure his/her existence over the web. If the mail does not bounce back that means the victims e-mail id is genuine.

    The web user can fall prey to spoofing in the following ways:

    Through a Virus : The virus takes the email address from an infected senders address book. It appears as if the email has come from a known user. This is the most common way of spoofing.

    To stop such kind of spamming is to seek the infected users computer but it is virtually impossible.

    Spam Spoofing : Some spammers send email and changing the return address to spoof someone else’s email account.

    One thing to be noted is that the spammer here does not use the mail server, he just changes the reply to address in his email to spoof.

    Tags: , , , ,

   

Recent Comments

  • This could be one of the reason why UK Government is making...
  • The root access in VPS gives you the ability to install and...
  • Hello...Thanks for the nice read, keep up the interesting po...
  • can i get more information..see not theoryitcal i need part...
  • Hi, I use a company laptop and its disabled. How can I enabl...