Browsing category

Centos/Redhat

Install ownCloud on CentOS 6 / RHEL 6

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser. The project is based on PHP and a SQLite, MySQL, Oracle or PostgreSQL database, […]

Install VirtualBox 4.2 on CentOS 6 / RHEL 6

Oracle VirtualBox is open source virtualization product for enterprise as well as home purpose, It is a x86 fully virtualizer for general purpose desktops. It is released under GNU GPL License. You can download it from official website. It supports multiple guest operating system: Windows NT Windows 2000 WIndows XP (32 bit/64 bit) Windows Vista […]

Upgrade to CentOS 6.4 from CentOS 6.3

CentOS (Community Enterprise Operating System) is a Linux distribution; derived from Redhat Enterprise Linux. CentOS is most widely used Linux operating system behind Debian OS, it uses same source code from Redhat enterprise Linux except logo and other trade marks. CentOS is managed by communities, often releases the updates for major version.  Here is the […]

Install VMware Workstation 9 on CentOS 6 / RHEL 6

VMware Workstation is a virtual machine software suite for x86 and x86-64 computers from VMware, which allows users to set up multiple x86 and x86-64 virtual machines (VMs) and use one or more of these virtual machines simultaneously with the hosting operating system.

Setup Remote Shell access (RSH) on CentOS 6 / RHEL 6

The Remote Shell is a command line client program that can execute the command as another user, and an another computer over the network. The rsh is a client that connects rshd server daemon, rhsd server daemon runs on tcp port no 514. Rshd does not support encryption so it is very in secure to use on the production environment, because it transfers the password […]