July 2013
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Categories

July 2013
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
293031  

Configure the Application Identity Service

To start the Application Identity service automatically using Group Policy

On the Start screen, type gpmc.msc to open the Group Policy Management Console (GPMC). Locate the GPO to edit, right-click the GPO, and click Edit. In the console tree under Computer Configuration\Windows Settings\Security Settings, click System Services. In the details pane, double-click Application Identity. […]

glances

Install: On CentOS 6.x with EPEL repository sudo rpm -ivh http://fr2.rpmfind.net/linux/epel/6/x86_64/epel-release-6-7.noarch.rpm sudo yum install python-pip python-devel sudo pip-python install glances

BackUp MySQL Databases using Amazon S3

Backup MySQL to Amazon S3

 

Yum install s3cmd -y – If you can’t install s3cmd then please follow the instructions

cd /etc/yum.repos.d touch s3cmd.repo nano s3cmd.repo

AND COPY THE CODE BELOW –

# # Save this file to /etc/yum.repos.d on your system # and run “yum install s3cmd” # [s3tools] name=Tools for managing Amazon […]

Soft Link and Hard Link in Linux

Linux provides the user’s to save the same data of a file with one or more different names in different places of a same partition in two ways :

Hard Link Symbolic Link Hard link is a directory entry which is associated with a file on a file system The term is used to represent […]

How to Sync Files to Amazon S3 on Linux

Amazon’s Simple Storage Service (S3) has a lot to like. It’s cheap, can be used for storing a little bit of data or as much as you want, and it can be used for distributing files publicly or just storing your private data. Let’s look at how you can take advantage of Amazon S3 on […]