Your Account

Community

Topics (Sources)

More

girlgamer - Featured

Total: 54 - Showing 1 to 10

Virtualization With KVM On An OpenSUSE 11.3 Server
26 / 4
http://www.howtoforge.com/virtualization-with-kvm-on-an-open...
This guide explains how you can install and use KVM for creating and running virtual machines on an OpenSUSE 11.3 server. I will show how to create image-based virtual machines and also virtual machines that use a logical volume (LVM). KVM is short for Kernel-based Virtual Machine and makes use of hardware virtualization, i.e., you need a CPU that supports hardware virtualization, e.g. Intel VT or AMD-V. Join discussion...
Submitted by falko 17 months, 2 days, 5 hours ago
Tags: , , , ,
VBoxHeadless - Running Virtual Machines With VirtualBox 4.0 On A Headless Ubuntu 10.10 Server
25 / 5
http://www.howtoforge.com/vboxheadless-running-virtual-machi...
This guide explains how you can run virtual machines with VirtualBox 4.0 on a headless Ubuntu 10.10 server. Normally you use the VirtualBox GUI to manage your virtual machines, but a server does not have a desktop environment. Fortunately, VirtualBox comes with a tool called VBoxHeadless that allows you to connect to the virtual machines over a remote desktop connection, so there's no need for the VirtualBox GUI. Join discussion...
Submitted by falko 17 months, 1 week, 4 days, 22 hours ago
Tags: , , , ,
How To Install VMware Server 1.0.x On A Kubuntu 10.04 Desktop
24 / 6
http://www.howtoforge.com/how-to-install-vmware-server-1.0.x...
This tutorial provides step-by-step instructions on how to install VMware Server 1.0.x (1.0.10 at the time of this writing) on a Kubuntu 10.04 desktop system. This is for those who prefer VMware Server 1.0.x over VMware Server 2. Join discussion...
Submitted by falko 24 months, 2 weeks, 2 days, 6 hours ago
Tags: , , , ,
The Perfect Server - CentOS 5.5 x86_64 [ISPConfig 2]
31 / 0
http://www.howtoforge.com/perfect-server-centos-5.5-x86_64-i...
This tutorial shows how to set up a CentOS 5.5 server (x86_64) that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 64-bit version of CentOS 5.5, but should apply to the 32-bit version with very little modifications as well. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig (i.e., ISPConfig runs on it out of the box). Join discussion...
Submitted by falko 24 months, 2 weeks, 3 days, 6 hours ago
Tags: , , , , , , ,
The Perfect Desktop - Kubuntu 10.04
27 / 3
http://www.howtoforge.com/the-perfect-desktop-kubuntu-10.04
This tutorial shows how you can set up a Kubuntu 10.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Kubuntu 10.04 is derived from Ubuntu 10.04 and uses the KDE desktop instead of the GNOME desktop. Join discussion...
Submitted by falko 24 months, 2 weeks, 4 days, 6 hours ago
Tags: , , , , ,
The Perfect Desktop - Linux Mint 9 (Isadora)
26 / 4
http://www.howtoforge.com/the-perfect-desktop-linux-mint-9-i...
This tutorial shows how you can set up a Linux Mint 9 (Isadora) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Linux Mint 9 is a Linux distribution based on Ubuntu 10.04 that has lots of packages in its repositories (like multimedia codecs, Adobe Flash, Adobe Reader, Skype, Google Earth, etc.) that are relatively hard to install on other distributions; it therefore provides a user-friendly desktop experience even for Linux newbies. Join discussion...
Submitted by falko 24 months, 3 weeks, 3 days, 2 hours ago
Tags: , , , , , ,
Distributed Replicated Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
26 / 5
http://www.howtoforge.com/distributed-replicated-storage-acr...
This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to a distributed replicated storage with GlusterFS. Nodes 1 and 2 (replication1) as well as 3 and 4 (replication2) will mirror each other, and replication1 and replication2 will be combined to one larger storage server (distribution). Basically, this is RAID10 over network. If you lose one server from replication1 and one from replication2, the distributed volume continues to work. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. Join discussion...
Submitted by falko 28 months, 3 weeks, 3 days, 4 hours ago
Tags: , , , , ,
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
26 / 4
http://www.howtoforge.com/installing-apache2-with-php5-and-m...
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support. Join discussion...
Submitted by falko 28 months, 3 weeks, 5 days, 2 hours ago
Tags: , , , , ,
Distributed Storage Across Four Storage Nodes With GlusterFS On Ubuntu 9.10
25 / 5
http://www.howtoforge.com/distributed-storage-across-four-st...
This tutorial shows how to combine four single storage servers (running Ubuntu 9.10) to one large storage server (distributed storage) with GlusterFS. The client system (Ubuntu 9.10 as well) will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. Join discussion...
Submitted by falko 28 months, 4 weeks, 1 day, 15 hours ago
Tags: , , , ,
How To Set Up Database Replication In MySQL On Ubuntu 9.10
23 / 6
http://www.howtoforge.com/how-to-set-up-database-replication...
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures. Join discussion...
Submitted by falko 29 months, 1 day, 4 hours ago
Tags: , , ,

Home | Terms of Service | Privacy Policy | Help & FAQ | About coRank | Contact us

© coRank 2007-2010