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  

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 […]

Creating Internal Root Servers Using Cache.dns

To configure your Windows NT DNS server to query internal root servers instead of the Internet root servers, follow these steps:

Stop the Microsoft DNS server using one of the following methods: Use the Services tool in Control Panel.-or- Type the following at a command prompt and press ENTER:net stop DNS Use a text editor […]

DISM Operating System Package Servicing Command-Line Options

Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Operating system package-servicing commands can be used offline to install, remove, or update Windows® packages provided as cabinet (.cab) or Windows Update Stand-alone […]

How to verify that SRV DNS records have been created for a domain controller

The SRV record is a Domain Name System (DNS) resource record that is used to identify computers that host specific services. SRV resource records are used to locate domain controllers for Active Directory. To verify SRV locator resource records for a domain controller, use one of the following methods.

DNS Manager

After you install Active […]

Add-NetLbfoTeamNic

Outputs

The output type is the type of the objects that the cmdlet emits.

MSFT_NetLbfoTeamNic

This cmdlet produces an MFT_NetLbfoTeamNic object containing the newly created team interface.

Examples Example 1: Add a team interface

This command adds a team interface with VLAN ID 42 to the specified team named Team1.

PS C:\> Add-NetLbfoTeamNIC […]

HOW TO SEND MAIL FROM SHELL SCRIPT

! /bin/bash #Use: To Send Mail From Shell Script in Linux #Prepared By: Online cyber Study Group TO_ADDRESS=”testusr@yourdomain.com” FROM_ADDRESS=”root@ yourdomain.com” SUBJECT=”HOW TO SEND MAIL FROM SHELL SCRIPT” BODY=” This is free webmail server we also called it open source mail server and we have write a bash script that have title HOW TO SEND MAIL […]

How to check mailbox size of all accounts in Zimbra mail server

I would like to check a mailbox size of all users in my Zimbra mail server and I can check these sizes by create a shell script which has 2 commands for query.

1. zmprov gaa => I use this command for query all accounts in my Zimbra server. 2. zmmailbox -z -m your-account […]

Run WinRM Commands on the Target Computer

use WinRM commands on the installer computer

Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.

In the command prompt window, type the following command, pressing Enter after each command:

winrm set winrm/config/client/auth @{CredSSP=”True”}winrm set winrm/config/client @{TrustedHosts=”*”}

Type exit, and then press Enter.

[…]