Linux The Choice of GNU Generation
Say GNU/Linux

cpnginx,danginx and cpemote new versions are avaialble

Hello,

The latest version of cpnginx , daninx and cpremote  are as follows ,

cpnginx – 5.0

Danginx – 2.0

cpremote – 5.1

It is already available for downloads.

Popularity: 4%

How to install Reliance Netconnect Broadband+ Modem ZTE-AC2736 in Ubuntu

It is easy to install and configure Reliance Netconnect Broadband+ Modem ZTE-AC2736 in ubuntu. Please follow the procedures

1) Install the following packages
# apt-get install  wvdial  usb-modeswitch
2) Plug your USB modem to your laptop

3) Edit  /etc/wvdial.conf and add the following lines

#——————–
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB  Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyUSB0
ISDN = 0

[Dialer netconnect]
Username = 93********
Password = 93********
Phone = #777
Stupid Mode = 1
Inherits = Modem0
#———————–

4) Execute the following command  to start connection

# wvdial netconnect

5) Open your web browser and check some speed test.

Popularity: 71%

cPanel : UPCP error : Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273

I have seen recent cPanel upgrade throwing errors are below :

# /scripts/upcp
/scripts/upcp syntax OK
Running Futex Check/Fix……Done
Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.

This can be fixed using below :

wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static && perl /root/updatenow.static --manual

Upgrade the cPanel :

/scripts/upcp --force

Popularity: 13%

checkpcidss.com – New python project

Today I released a new free  Python project,

It is an online pcidss compliance scanner application fully written in Python. This will help you to check your website /  server to find the most important  vulnerabilities  in your server environment.

Project Page : http://checkpcidss.com/

How it will help the shopping cart/website owners or sellers?
You can check your website and confirm whether it is secured against PCI DSS compliance. This will give much confidence and security in your online transaction via credit-card and other payment mechanisms available on your website.

How it will help a buyer ?

If you are going to purchase a product from an online shop, you can check that those website have PCI security and your credit card processing is secured. So you can trust your transactions . Even if the shopping cart is ssl protected, there are chances to get vulnerabilities inside SSL like anonymous authentication.

This is a  first beta release of this program.  We will try to add new features and compatibility of  almost all servers.

Popularity: 3%

cPanel Nginx Plugin 4.1 released

Hello,

The cPanel Nginx plugin version 4.1 released  . It is available for download  from the project page http://cpnginx.net

Popularity: 5%