Meeting online free with TeamViewer

 Solution  Comments Off on Meeting online free with TeamViewer
Sep 232014
 
Meeting online free with TeamViewer

Step 1: Start TeamViewer You must enter Your name, then click Start instant meeting. Your screen Step 2: Invite member to meeting. You can invite by email or send meeting id to member.   Step 3: Join to meeting In this case, i join meeting from mobile device Step 4: Meeting online free You can […]

How to Setup MariaDB Galera Cluster on CentOS 7

 Database  Comments Off on How to Setup MariaDB Galera Cluster on CentOS 7
Sep 232014
 

MariaDB Galera Cluster 10.0.12 Stable has been released and available for production use. MariaDB is a relational database management system (RDBMS). Generally we use single node of database server for small application but think about application which have thousands of users keep online at a time, In that situation we need a structure which will capable to handle […]

How to install Zimbra Opensource Collaboration 8 on CentOS 7

 Linux, Solution  Comments Off on How to install Zimbra Opensource Collaboration 8 on CentOS 7
Sep 222014
 
How to install Zimbra Opensource Collaboration 8 on CentOS 7

1. System Requirements for Zimbra Collaboration Evaluation and Testing• Intel/AMD 64-bit CPU 1.5 GHz • RAM requirements: • For single server installations, a minimum of 8GB of RAM is required. • For multi-server installations, contact Zimbra sales for recommendations. • 5 GB free disk space for software and logs• Temp file space for installs and […]

What is Xen®?

 Virtualization  Comments Off on What is Xen®?
Sep 222014
 

What is Xen®? The Xen® hypervisor, the most powerful open source industry standard for virtualization, it offers  powerful, efficient, and secure feature set for virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. It supports a wide range of guest operating systems including Windows®, Linux®, Solaris®, and various versions of the BSD operating systems. […]

Install OwnCloud 7 on CentOS 7

 Solution  Comments Off on Install OwnCloud 7 on CentOS 7
Sep 222014
 
Install OwnCloud 7 on CentOS 7

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 or desktop client or smartphone app. The project is based on PHP and a SQLite, […]

What is a SysAdmin?

 Uncategorized  Comments Off on What is a SysAdmin?
Sep 222014
 

From: http://sysadminday.com/about-sysadmin-day/sysadwhat/ So what the heck is a SysAdmin? System administrators. IT pros. The IT guy (or IT gal). Techies. They go by a lot of names, but they all pretty much share a common goal: be the fantastic fixers of all things tech. After all, if weren’t for sysadmins, making copies would require a […]

How to install pip and easy_install on CentOS 7

 Linux  Comments Off on How to install pip and easy_install on CentOS 7
Sep 222014
 
How to install pip and easy_install on CentOS 7

Step 1: We must install python, you should using command: Step 2: We install setup tools, using command Step 3: And now we install pip on centos 7 And now using it on working 🙂

Change hostname on CentOS 7

 Uncategorized  Comments Off on Change hostname on CentOS 7
Sep 222014
 
Change hostname on CentOS 7

After installing the CentOS 7 on my server, i tried to change host name by modifying the /etc/sysconfig/network; it did not take an effect of the modification. Even after multiple reboot of server, the host name remains localhost.localdomain. The procedure to change the host name in CentOS 7 is now totally different from the previous version, this […]

How To Install Nginx on CentOS 7

 Linux  Comments Off on How To Install Nginx on CentOS 7
Sep 222014
 
How To Install Nginx on CentOS 7

About Nginx Nginx is a high performance web server software. It is a much more flexible and lightweight program than Apache HTTP Server. This tutorial will teach you how to install and start Nginx on your CentOS 7 server. Prerequisites The steps in this tutorial require the user to have root privileges. You can see […]

Redis – Environment

 Database  Comments Off on Redis – Environment
Sep 202014
 

Install Redis on Ubuntu To install the Redis on Ubuntu, go to terminal and type the following commands: $sudo apt-get update$sudo apt-get install redis-server This will install redis on your machine. Start Redis $redis-server Check if redis is working? $redis-cli This will open a redis prompt, as shown below: redis 127.0.0.1:6379> In the above prompt […]