Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bashed

Pages: [1]
1
Suggestions / Web GUI Design Refresh
« on: March 13, 2021, 01:07:03 PM »
Will you consider updating the design to something more 21st century style?

Some ideas of beautiful clean design with more than 1 color:

https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469

2
CentOS-WebPanel GUI / Can't Switch to Dark Theme?
« on: June 21, 2018, 07:03:15 PM »
I chose dark theme, even rebooted and logged out and back in. Still on default theme.


3
CentOS 7 Problems / IPs not pinging
« on: May 13, 2017, 07:29:40 PM »
Can't get a /26 pinging from the server with Centos 7. Cisco switch setting is fine for this particular VLAN.

Code: [Select]
interface Vlan16
 description Server 16
 ip address xxx.xxx.99.129 255.255.255.192
end

I modified the network script to below, restarted networking and even rebooted server. Can't pinging anything except gateway and 130 main IP.

Code: [Select]
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NAME=em1
UUID=xxx.xxx
DEVICE=em1
ONBOOT=yes
IPADDR=xxx.xxx.99.130
PREFIX=26
GATEWAY=xxx.xxx.99.129
DNS1=8.8.8.8
DNS2=8.8.4.4

4
Installation / Migration from Interworx
« on: January 06, 2016, 12:39:44 AM »
Is there a way to migrate over from Interworx to CWP?

5
CentOS-WebPanel GUI / CWP won't start up after reboot
« on: October 17, 2015, 07:39:52 PM »
I can't get CWP started up after rebooting the vps. Been working fine for couple months. 2030,2031 is already enabled in CSF. I'm in the vps via the VNC.


6
Suggestions / Few Suggestions
« on: August 14, 2015, 11:30:47 PM »
Theme. Make it beautiful. Use bootstrap. It's free. Kill the sluggish theme (and menu) that everyone has complained about.

Support:
Attracta SEO
Cloudflare CDN

Updates:
Apache / PHP config similar to Easy Apache. That would be really awesome.

Thanks.

7
PHP / sh: zip: command not found
« on: July 04, 2015, 08:56:01 PM »
Trying to run a Wordpress plugin, getting this in log file

How do I correct this? It appears zip module is already installed as a dependency by default.

8
Suggestions / New Theme
« on: April 27, 2015, 01:29:27 PM »
Something like this, beautiful

http://lambdathemes.in/modern/

9
Installation / why old postgrsesql version?
« on: April 25, 2015, 07:45:35 PM »
Just installed a fresh copy of CWP and used the postgresql install option. But it installs the ancient 8.4 instead of latest 9.4. How come?

Running VPS with Centos 6.6

Pages: [1]