Pages

Monday, July 27, 2015

cPanel Exim domain block deny to send email

cPanel Exim domain block deny to send email
=================================




N.B. for details mail me at royalmcuc@yahoo.com


Saturday, July 25, 2015

WINE , To run Windows desktop applications in Linux



WINE::To run Windows desktop applications in Linux, a compatibility layer called WINE was created.

# We must need X-window at Linux to use GIU fascilities for WINE

At first Install EPEL REPOSITORY

##EPEL for CentOS 7 64-Bit ##
# wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
# rpm -ivh epel-release-7-5.noarch.rpm

## EPEL for CentOS 6 32-Bit ##
# wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

## EPEL for CentOS 6 64-Bit ##
# wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# rpm -ivh epel-release-6-8.noarch.rpm

## EPEL for CentOS 5 32-Bit ##
# wget http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# rpm -ivh epel-release-5-4.noarch.rpm

## EPEL CentOS 5 64-Bit ##
# wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
# rpm -ivh epel-release-5-4.noarch.rpm


## Installing WINE

yum install wine

can use ##  wineconsole
        ##  wineconsole cmd


## wineboot


## Installing and using windows .exe files

Download something like Notepad++ or Winbox from Internet and use bellow way