Tuesday, October 29, 2013

Blogger +1 Button


https://developers.google.com/+/web/+1button/

You can add and customize the +1 button to meet the needs of your website, such as modifying the button size and load technique. By adding the +1 button to your website, you allow your users to recommend your content to their circles and drive traffic to your site. The +1 button can also improve the time spent on your site by providing recommendations for further reading.


A Simple Button

The easiest method for including a +1 button on your page is to include the necessary JavaScript resource and to add a +1 button tag:
The script must be loaded from the HTTPS protocol and can be included from any point on the page without restriction.



Samsung continues as the leading smartphone vendor with more than 30 percent,
of the smartphone market with Apple solidly in 2nd place with 13 percent of the market.


http://www.zdnet.com/q3-2013-smartphone-data-shows-samsung-and-apple-continue-dominance-7000022555/
http://www.idc.com/getdoc.jsp?containerId=prUS24418013
http://www.juniperresearch.com/viewpressrelease.php?pr=408


Top Five Smartphone Vendors, Shipments, and Market Share, Q3 2013 (Units in Millions) 
Vendor
3Q13 Unit Shipments
3Q13 Market Share
3Q12 Unit Shipments
3Q12 Market Share
Year-over-year Change
Samsung
81.2
31.4%
57.8
31.0%
40.5%
Apple
33.8
13.1%
26.9
14.4%
25.7%
Huawei
12.5
4.8%
7.1
3.8%
76.5%
Lenovo
12.3
4.7%
6.9
3.7%
77.6%
LG
12.0
4.6%
7.0
3.8%
71.4%
Others
106.6
41.3%
80.5
43.2%
32.4%
Total
258.4
100.0%
186.2
100.0%
38.8%



Source: IDC Worldwide Mobile Phone Tracker, October 29, 2013



Top Five Total Mobile Phone Vendors, Shipments, and Market Share, 2013 Q3 (Units in Millions) 
Vendor
3Q13 Unit Shipments
3Q13 Market Share
3Q12 Unit Shipments
3Q12 Market Share
Year-over-year Change
Samsung
115.4
24.7%
103.8
23.4%
11.2%
Nokia
64.6
13.8%
82.9
18.7%
-22.1%
Apple
33.8
7.2%
26.9
6.1%
25.7%
LG
16.8
3.6%
14.4
3.3%
16.7%
Huawei
14.6
3.1%
11.2
2.5%
30.4%
Others
222.7
47.6%
203.5
46.0%
9.4%
Total
467.9
100.0%
442.7
100.0%
5.7%

Source: IDC Worldwide Mobile Phone Tracker, October 29, 2013






Saturday, October 26, 2013

Fedora 19 spamassassin sysconfig SPAMDOPTIONS

THE ERROR : "spamd: unauthorized connection from ..." 

# systemctl status spamassassin.service
spamassassin.service - Spamassassin daemon
   Loaded: loaded (/usr/lib/systemd/system/spamassassin.service; enabled)
   Active: inactive (dead) since Sat 2013-10-26 22:55:22 EEST; 1s ago
  Process: 23586 ExecStart=/usr/bin/spamd --pidfile /var/run/spamd.pid $SPAMDOPTIONS (code=exited, status=0/SUCCESS)
  Process: 23583 ExecStartPre=/sbin/portrelease spamd (code=exited, status=0/SUCCESS)
 Main PID: 23598 (code=exited, status=0/SUCCESS)
   CGroup: name=systemd:/system/spamassassin.service

Oct 26 21:42:57  spamd[23598]: prefork: child states: IS
Oct 26 21:42:57  spamd[23598]: prefork: child states: II
Oct 26 21:42:57  systemd[1]: Started Spamassassin daemon.
Oct 26 21:46:38  spamd[23599]: spamd: unauthorized connection from ... [192.168.1.26] at port 52573 at /usr/bin/spamd line 1271.

THE SOLUTION : "-A 127.0.0.1,192.168.1.26" 

# cat /etc/sysconfig/spamassassin
# Options to spamd
SPAMDOPTIONS="-d -c -m5 -H -A 127.0.0.1,192.168.1.26"





Friday, October 25, 2013

Fedora 19 systemctl sendmail clamav milter


http://awbsworld.de/archives/125

http://serverfault.com/questions/513005/clamav-warning-no-clamd-server-appears-to-be-available/513006#513006
http://savs.hcc.edu.tw/~chuavv/articles/ClamAV-en.html
http://forums.fedoraforum.org/showthread.php?t=235160

Step 1: Install the necessary rpm packages

sudo yum install clamav-scanner clamav-server clamav-milter clamav-update

Step 2: Configure clamav

Edit /etc/freshclam.conf and remove or comment out the following line and adjust the 
values according to your needs : 


# Comment or remove the line below.
Example
Run freshclam to get an initial virus database.Edit " /etc/clamd.d/scan.conf " and remove or comment out the following line and again adjust the values according to your needs. The values for TCPSocket and TCPAddr need to be enabled.

Step 3: Enabled clamav and regular virus database updates via freshclam

Start the clamav scanner deamon with 
            systemctl start clamd@scan.service. 
Check if the service is running via 
            systemctl status clamd@scan.service. 

To permanently enabled the clamav scanner deamon at startup run 
            systemctl enable clamd@scan.service.

In /etc/mail/clamav-milter.conf:
I also added a line:

AddHeader Add
So it adds 'X-Virus-Status:' and 'X-Virus-Scanned:' headers to the e-mails (so I would know it was working)

And then tell sendmail to call clamav-milter by adding the 2 lines below:
INPUT_MAIL_FILTER(`clamav',`S=local:/var/run/clamav-milter/clamav-milter.socket,F=, T=S:4m;R:4m')
define(`ConfINPUT_MAIL_FILTERS', `clamav')

~ ~ ~ ~ ~ ~ ~ ~ ~ 
IMPORTANT : 

LocalSocket from " /etc/clamd./scan.conf " 

must be the same compared with 
ClamdSocket from " /etc/mail/clamav-milter.conf "

If the sockets are not the same , in /var/log/messages appears the error :

" clamav-milter : WARNING : No clamd server appears to be available "  

IF we leave "LocalSocketGroup virusgroup" and do not set "LocalSocketGroup clamscan" 

in "/etc/clamd./scan.conf" 
in the logs will appear something like this : 
<< 
 TCP: Bound to address 127.0.0.1 on port 3310
 clamd : TCP: Setting connection queue length to 200
 clamd : LOCAL: Unix socket file /var/run/clamd.scan/clamd.sock
 clamd : LOCAL: Setting connection queue length to 200
 clamd : Unknown group virusgroup
 clamd : Socket file removed.
 clamd : ERROR: Unknown group virusgroup
 clamd : Socket file removed.
 systemd : clamd@scan.service: main process exited, code=exited, status=1/FAILURE
 systemd : Unit clamd@scan.service entered failed state.
>> 

~ ~ ~ ~ ~ ~ ~ ~ ~ 


/etc/clamd./scan.conf 

# Comment or remove the line below.
# Example
LogFile /var/log/clamd.scan
PidFile /var/run/clamd.scan/clamd.pid
LocalSocket /var/run/clamd.scan/clamd.sock
LocalSocketGroup clamscan
TCPSocket 3310
TCPAddr 127.0.0.1

~ ~ ~ 


/etc/mail/clamav-milter.conf 

# Comment or remove the line below.
#Example
MilterSocket /var/run/clamav-milter/clamav-milter.socket
MilterSocket inet:7357
#ClamdSocket tcp:localhost:3310
ClamdSocket unix:/var/run/clamd.scan/clamd.sock
AddHeader Add


~ ~ ~ 


# rpm -qa | grep clam

clamav-update-0.98-2.fc19.x86_64
clamav-server-systemd-0.98-2.fc19.noarch
clamav-server-0.98-2.fc19.x86_64
claws-mail-plugins-clamd-3.9.2-7.fc19.x86_64
clamav-milter-0.98-2.fc19.x86_64
clamav-scanner-0.98-2.fc19.noarch
clamav-lib-0.98-2.fc19.x86_64
clamav-filesystem-0.98-2.fc19.noarch
clamtk-4.45-1.fc19.noarch
clamav-0.98-2.fc19.x86_64
clamav-milter-systemd-0.98-2.fc19.noarch
clamav-data-empty-0.98-2.fc19.noarch
clamav-scanner-systemd-0.98-2.fc19.noarch

# uname -a

Linux 3.11.6-200.fc19.x86_64 #1 SMP Fri Oct 18 22:34:18 UTC 2013 x86_64 GNU/Linux
# cat /etc/fedora-release 
Fedora release 19 (Schrödinger’s Cat)


if there's no log file ( /var/log/clamd.scan ) or it has owner and group root 
instead of clamscan , then ~ in the logs will appear something like this : 

Feb  6 21:50:30 abxrds systemd[1]: Starting Generic clamav scanner daemon...
Feb  6 21:50:30 abxrds systemd[1]: Started Generic clamav scanner daemon.
Feb  6 21:50:30 abxrds clamd[20802]: ERROR: Can't initialize the internal logger
Feb  6 21:50:30 abxrds clamd[20802]: ERROR: Can't open /var/log/clamd.scan in append mode (check permissions!).
Feb  6 21:50:30 abxrds systemd[1]: clamd@scan.service: main process exited, code=exited, status=1/FAILURE
Feb  6 21:50:30 abxrds systemd[1]: Unit clamd@scan.service entered failed state.
Feb  6 21:50:30 abxrds systemd[1]: clamd@scan.service holdoff time over, scheduling restart.
Feb  6 21:50:30 abxrds systemd[1]: Stopping Generic clamav scanner daemon...
Feb  6 21:50:30 abxrds systemd[1]: Starting Generic clamav scanner daemon...
Feb  6 21:50:30 abxrds systemd[1]: clamd@scan.service start request repeated too quickly, refusing to start.
Feb  6 21:50:30 abxrds systemd[1]: Failed to start Generic clamav scanner daemon.
Feb  6 21:50:30 abxrds systemd[1]: Unit clamd@scan.service entered failed state.

Friday, October 18, 2013

Fedora 19 - DKiM & sendmaiL


# rpm -qa | grep dkim
   dkim-milter-2.8.3-13.fc19.x86_64

#which dkim-genkey
   /usr/sbin/dkim-genkey

systemctl is-enabled dkim-milter
# systemctl enable dkim-milter.service
dkim-milter.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig dkim-milter on

# systemctl is-enabled dkim-milter.service
dkim-milter.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig dkim-milter --level=5
enabled

#dkim-genkey -d mymailserver.com
#cat default.txt >> /var/named/chroot/var/named/mymailserver.com

mv default.private /etc/mail/dkim-milter/mymailserver.com_default.key.pem

chown dkim-milter:dkim-milter /etc/mail/dkim-milter/mymailserver.com_default.key.pem



# cat /var/log/maillog | grep dkim

~ ~ ~ 

www.rickwargo.com/2010/11/19/configuring-dkim-and-sendmail-on-fedora-13/

[root@nut ~]# yum install dkim-milter

Loaded plugins: langpacks, refresh-packagekit
adobe-linux-x86_64                                                                           
fedora-chromium-stable                                                                       
google-chrome                                                                                  
updates/19/x86_64/metalink                                                                
Resolving Dependencies
--> Running transaction check
---> Package dkim-milter.x86_64 0:2.8.3-13.fc19 will be installed
--> Processing Dependency: libmilter.so.1.0()(64bit) for package: dkim-milter-2.8.3-13.fc19.x86_64
--> Running transaction check
---> Package sendmail-milter.x86_64 0:8.14.7-1.fc19 will be installed
--> Finished Dependency Resolution

Dependencies Resolved


==========================================================================

 Package                           Arch                     Version                           Repository                Size
==========================================================================
Installing:
 dkim-milter                       x86_64                   2.8.3-13.fc19                     fedora                   166 k
Installing for dependencies:
 sendmail-milter                   x86_64                   8.14.7-1.fc19                     fedora                    69 k

Transaction Summary

==========================================================================
Install  1 Package (+1 Dependent package)

Total download size: 235 k

Installed size: 567 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): sendmail-milter-8.14.7-1.fc19.x86_64.rpm                                              
(2/2): dkim-milter-2.8.3-13.fc19.x86_64.rpm                                                   
-----------------------------------------------------------------------------------------------------------------------------
Total                                                                                   
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : sendmail-milter-8.14.7-1.fc19.x86_64                                                                      1/2
  Installing : dkim-milter-2.8.3-13.fc19.x86_64                                                                           2/2
  Verifying  : dkim-milter-2.8.3-13.fc19.x86_64                                                                           1/2
  Verifying  : sendmail-milter-8.14.7-1.fc19.x86_64                                                                      2/2

Installed:

  dkim-milter.x86_64 0:2.8.3-13.fc19

Dependency Installed:

  sendmail-milter.x86_64 0:8.14.7-1.fc19

Complete!

[root@nut ~]#

dkim-milter package comes with dkim-genkey utility located in /usr/sbin : 

[root@nut ~]# which dkim-genkey
/usr/sbin/dkim-genkey
[root@nut ~]#

[root@nut ~]# ls /etc/mail/dkim-milter/
dkim-filter.conf  keys
[root@nut ~]#

[root@nut ~]# ls /etc/mail/dkim-milter/keys/
keylist
[root@nut ~]#

[root@nut ~]#
[root@nut ~]# cat /etc/mail/dkim-milter/keys/keylist
# sender-pattern:signing-domain:keypath
# *:example.com:selector
[root@nut ~]#


Configuring DKIM and Sendmail on Fedora 13


www.cesafaci.ro/tutoriale/sendmail-cu-dkim-pe-centos-fedora-19.html
www.mylinuxtips.info/linuxtipstutorials/setup-dkim-keys-with-sendmail/


Thursday, October 17, 2013

roundcubemail mysql

RoundCube mail Fedora 19

http://nullr0ute.com/2013/06/roundcube-mail-on-rhelfedora/

[root@nut ~]# yum install roundcubemail mysql-server mod_nss

Loaded plugins: langpacks, refresh-packagekit
adobe-linux-x86_64                                       
fedora-chromium-stable                                   
google-chrome                                            
updates/19/x86_64/metalink                          
google-chrome/primary                                 
google-chrome                                            
Package roundcubemail-0.9.4-1.fc19.noarch already installed and latest version
Package 1:mariadb-server-5.5.32-8.fc19.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package mod_nss.x86_64 0:1.0.8-22.fc19 will be installed
adobe-linux-x86_64/filelists                            
fedora/19/x86_64/filelists_db                           
fedora-chromium-stable/19/x86_64/filelists_db    
google-chrome/filelists                                    
updates/19/x86_64/filelists_db                         
--> Finished Dependency Resolution

Dependencies Resolved


===========================================================================

 Package                     Arch                       Version                             Repository                   Size
===========================================================================
Installing:
 mod_nss                     x86_64                     1.0.8-22.fc19                       updates                      90 k

Transaction Summary

===========================================================================
Install  1 Package

Total download size: 90 k

Installed size: 244 k
Is this ok [y/d/N]: y
Downloading packages:
mod_nss-1.0.8-22.fc19.x86_64.rpm                   
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : mod_nss-1.0.8-22.fc19.x86_64        

mod_nss certificate database generated.


  Verifying  : mod_nss-1.0.8-22.fc19.x86_64       


Installed:

  mod_nss.x86_64 0:1.0.8-22.fc19

Complete!

[root@nut ~]# mysql -u root -p
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
[root@nut ~]#
[root@nut ~]#
[root@nut ~]# service mysqld status
Redirecting to /bin/systemctl status  mysqld.service
mysqld.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
   Active: inactive (dead)

[root@nut ~]#

[root@nut ~]#
[root@nut ~]# service mysqld start
Redirecting to /bin/systemctl start  mysqld.service

[root@nut ~]#

[root@nut ~]#
[root@nut ~]# service mysqld status
Redirecting to /bin/systemctl status  mysqld.service
mysqld.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
   Active: active (running) since Thu 2013-10-17 21:05:55 EEST; 1s ago
  Process: 1473 ExecStartPost=/usr/libexec/mysqld-wait-ready $MAINPID (code=exited, status=0/SUCCESS)
  Process: 1395 ExecStartPre=/usr/libexec/mysqld-prepare-db-dir %n (code=exited, status=0/SUCCESS)
 Main PID: 1472 (mysqld_safe)
   CGroup: name=systemd:/system/mysqld.service
           ├─1472 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
           └─1630 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-er...

Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: To start mysqld at boot time you have to copy

Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: support-files/mysql.server to the right place for your system
Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: To do so, start the server, then issue the following commands:
Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: '/usr/bin/mysqladmin' -u root password 'new-password'
Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: '/usr/bin/mysqladmin' -u root -h nut.mb.org pas...ord'
Oct 17 21:05:52 nut.montebanato.ro mysqld-prepare-db-dir[1395]: Alternatively you can run:
Oct 17 21:05:53 nut.montebanato.ro mysqld_safe[1472]: 131017 21:05:53 mysqld_safe Logging to '/var/log/mysqld.log'.
Oct 17 21:05:53 nut.montebanato.ro mysqld_safe[1472]: 131017 21:05:53 mysqld_safe Starting mysqld daemon with database...mysql
Oct 17 21:05:55 nut.montebanato.ro systemd[1]: Started MariaDB database server.
[root@nut ~]#


# mysql -u root -p
mysql> create database roundcubemail;
mysql> create user roundcube;
mysql> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost IDENTIFIED BY 'changeme';
mysql> FLUSH PRIVILEGES;
mysql> quit
# mysql -u root -p roundcubemail < /usr/share/doc/roundcubemail-0.9.4/SQL/mysql.initial.sql

edit /etc/roundcubemail/db.inc.php:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:changeme@localhost/roundcubemail';

edit /etc/roundcubemail/main.inc.php:

$rcmail_config['default_host'] = 'localhost';



# service mysqld status
Redirecting to /bin/systemctl status  mysqld.service
mysqld.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; disabled)
   Active: active (running) since Thu 2013-10-17 21:05:55 EEST; 33min ago
  Process: 1473 ExecStartPost=/usr/libexec/mysqld-wait-ready $MAINPID (code=exited, status=0/SUCCESS)
  Process: 1395 ExecStartPre=/usr/libexec/mysqld-prepare-db-dir %n (code=exited, status=0/SUCCESS)
 Main PID: 1472 (mysqld_safe)
   CGroup: name=systemd:/system/mysqld.service
           ├─1472 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
           └─1630 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-e...


# service mysqld enable
Redirecting to /bin/systemctl enable  mysqld.service
ln -s '/usr/lib/systemd/system/mysqld.service' '/etc/systemd/system/multi-user.target.wants/mysqld.service'


# service mysqld status
Redirecting to /bin/systemctl status  mysqld.service
mysqld.service - MariaDB database server
   Loaded: loaded (/usr/lib/systemd/system/mysqld.service; enabled)
   Active: active (running) since Thu 2013-10-17 21:05:55 EEST; 35min ago
 Main PID: 1472 (mysqld_safe)
   CGroup: name=systemd:/system/mysqld.service
           ├─1472 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
           └─1630 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-e...

Wednesday, October 16, 2013

Apache REQUIRE order deny allow

Apache Server 2.4 has dropped the directives 

"Order" , "Allow" and "Deny" in favour of the new directive “Require”.


~ all requests denied : 

2.2 configuration:

Order deny,allow
Deny from all

2.4 configuration:

Require all denied


~  all requests allowed : 

2.2 configuration:

Order allow,deny
Allow from all

2.4 configuration:

Require all granted

Fedora 19 - firewalld : open httpd port 80


https://fedoraproject.org/wiki/FirewallD

http://liquidat.wordpress.com/2013/04/09/howto-firewalld-basics/

 # firewall-cmd --state

   -> running

 firewall-cmd --get-active-zones
 public
  interfaces: p1p1

 firewall-cmd --get-zones
 work drop internal external trusted home dmz public block

 firewall-cmd --get-active-zones
public
  interfaces: p1p1


 firewall-cmd --get-services
 cluster-suite kpasswd bacula-client smtp ipp radius mysql ms-wbt bacula transmission-client ftp mdns  samba pmproxy dhcpv6-client rpc-bind ldaps https ldap dhcp imaps samba-client vnc-server http dns  pmwebapi ntp kerberos telnet libvirt openvpn ssh pmwebapis pmcd ipsec postgresql ipp-client proxy-dhcp  amanda-client mountd tftp-client dhcpv6 nfs tftp pop3s libvirt-tls

 # firewall-cmd --zone=public --add-service=http
 -> success

after reboot :

# firewall-cmd --zone=public --list-services
 -> mdns dhcpv6-client ssh

# firewall-cmd --zone=public --add-service=http
 -> success

# firewall-cmd --zone=public --add-service=https
 -> success

 firewall-cmd --zone=public --list-services
mdns dhcpv6-client http ssh https

 firewall-cmd --permanent --zone=public --list-services

ssh mdns dhcpv6-client

firewall-cmd --permanent --zone=public --add-service=https
success

firewall-cmd --permanent --zone=public --add-service=http
success

 firewall-cmd --permanent --zone=public --list-services
mdns http dhcpv6-client https ssh



~ ~ ~ 


# system-config-firewall

bash: system-config-firewall: command not found...

[root@nut ~]#

[root@nut ~]# yum install system-config-firewall
Loaded plugins: langpacks, refresh-packagekit
adobe-linux-x86_64                                                                                     
fedora-chromium-stable                                                                                 
google-chrome                                                                                          
updates/19/x86_64/metalink                                                                            
google-chrome/primary                                                                                 
google-chrome                                                                                             
Resolving Dependencies
--> Running transaction check
---> Package system-config-firewall.noarch 0:1.2.29-9.fc19 will be installed
--> Processing Dependency: system-config-firewall-tui = 1.2.29-9.fc19 for
           package: system-config-firewall-1.2.29-9.fc19.noarch

--> Processing Dependency: system-config-firewall-base = 1.2.29-9.fc19 for
           package: system-config-firewall-1.2.29-9.fc19.noarch

--> Running transaction check
---> Package system-config-firewall-base.noarch 0:1.2.29-9.fc19 will be installed
---> Package system-config-firewall-tui.noarch 0:1.2.29-9.fc19 will be installed
--> Finished Dependency Resolution

Dependencies Resolved


=====================================================================

 Package                                    Arch                  Version                         Repository             Size
=====================================================================
Installing:
 system-config-firewall                      noarch                1.2.29-9.fc19                   fedora                118 k
Installing for dependencies:
 system-config-firewall-base             noarch                1.2.29-9.fc19                   fedora                414 k
 system-config-firewall-tui                 noarch                1.2.29-9.fc19                   fedora                 38 k

Transaction Summary

======================================================================
Install  1 Package (+2 Dependent packages)

Total download size: 571 k

Installed size: 2.9 M



# system-config-firewall

ERROR: FirewallD is active, please use firewall-cmd.

CONCLUSION :
It seems that the firewall daemon is independent to system-config-firewall, 

and they can't be used at the same time ;