webmin

Discover webmin, include the articles, news, trends, analysis and practical advice about webmin on alibabacloud.com

Easypanel free VPS panel installation and addition of site applications and support for Linux/Windows

Whether or not we have used WEB panels during the use of VPS and server site building processes, we do not have to question whether the VPS panel is really convenient for site building. Especially for users who have just transitioned from virtual hosts to VPS and servers, especially for Linux server systems, it is difficult for us to learn and use commands to install the WEB environment or maintain the environment.Our users prefer to install visual VPS panels, for example, in the previous articl

CentOS 5.3 How to upgrade PHP with Yum

/epel.repo and/etc/yum.repos.d/epel-testing.repo These two files are also edited according to the above Method! Use the following command to upgrade, but after testing, if the individual upgrade of PHP will fail, only with MySQL upgrade can be, so we must execute the following command to upgrade PHP to 5.2. Version 9: Yum–-enablerepo=remi Update php* mysql* Note: This method upgrades PHP to 5.3. Method Two (PHP5.2): Or go to http://oss.oracle.com/. Next to php5.2 RPM package Method Three: #vi/et

Linux RPM installation Package information query

file. The prerequisite is to know the file name.First get the full path of this program, you can use the Whereis or which command, and then using the RPM-QF command, for example:[Email protected] home]# Whereis WebminWebmin:/etc/webmin/usr/libexec/webmin[Email protected] home]# rpm-qf/usr/libexec/webminWebmin-1.510-1Check the installation information for the AMP software:1,apache[Email protected] home]# Rp

How Linux firewalls Open specific ports

root user executes the above 2 lines command, restart Iptables, service iptables restartTo see if iptables is in effect:[[Email protected]]# iptables-lChain INPUT (Policy ACCEPT)Target Prot opt source destinationACCEPT TCP--46.166.150.22 anywhere TCP Dpt:httpDROP TCP--anywhere anywhere TCP dpt:httpChain FORWARD (Policy ACCEPT)Target Prot opt source destinationChain OUTPUT (Policy ACCEPT)Target Prot opt source destinationThe above command is for the entire server (all IP) prohibit port 80, if yo

How to set up a port in a Linux server can only one IP access

from 174.140.3.190 to the 216.99.1.216 80 port on the serverIptables-a forward-s 174.140.3.190-d 216.99.1.216-p tcp-m tcp--dport 80-j ACCEPTIptables-a forward-d 216.99.1.216-p tcp-m tcp--dport 80-j DROPIf you are unfamiliar with the SSH command for Linux, you can set it up in the Webmin/virtualmin panel to achieve the same effect. Reference: Webmin panel How to set allow specific IP access to port 80, proh

Linux Learning Notes (11) package Management

without the need to uninstall the command, directly delete the installation directory, and will not leave any junk files.4. Script installation PackageThe script installation package is not a standalone package type, the common installation is the source package, is people to write the installation process as an automatic installation of the script, as long as the execution of scripts, define simple parameters, you can complete the installation, very similar to Windows under the installation of

Linux System 10 Open source firewall sharing

can provide a better web browsing experience for its users. Its color-coded web interface enables administrators to monitor the performance of CPU, memory, disk, and network throughput, and supports multiple languages that provide very secure and easily implemented upgrades and additional patches. 3.Shorewall Shorewall builds on the NetFilter built into the Linux kernel and supports IPV6. Its features include: the use of NetFilter Connection tracking tool for stateful packet filtering, suppor

Linux firewall iptables allows the specified port to pass

) prohibit 80 ports, if only need to prohibit a server on the 80 port of an IP address, how to do? The following command is to allow only port 80 on 216.99.1.216 from the 174.140.3.190 IP Access server Iptables-a forward-s 174.140.3.190-d 216.99.1.216-p tcp-m TCP--dport 80-jIptables-a forward-d 216.99.1.216-p tcp-m tcp--dport 80-j DROP If you are unfamiliar with Linux's SSH commands, you can set it in the Webmin/virtualmin panel to achieve the same

Building secure Web servers under FreeBSD (1)

the latest FreeBSd5.3 version to install. The entire installation process I will not say, if not clear friends can refer to the FreeBSD Chinese Manual (http://www.freebsd.org.cn), the whole process is not very complicated, although no windows/linux system security simple, But it's a lot more human than some UNIX installations. Installation must be the basic package and the kernel source code are installed, in order to compile the kernel later, if in addition, if you like the use of ports instal

Build lamp server under Ubuntu

or a VPS package if you are want to setup your own server. If you are want to experiment with the server and installation it are recommended to buy a VPS package from various hosts. I prefer Vpslink because of their pricing. Believe it or not it are so easy to install and configure your server yourself Eventhough your are new are to Linux and Dedi Cated/vps Hosting. The download PuTTy if you are accessing your server through SSH. Just Enter the IP of your server with root login to access your

Installing programs in Linux

Tags: LinuxExperiment: Install applications for Linux hostsEnvironment: VMware Workstation 14. redhad-server-6.4Requirements: 1. Use RPM package to install Mozilla Firefox browser2. Installing Apache using source code package compilation3. Use the RPM package to install the Webmin management software and use the RPM query software for the purpose, file listIdea: Download the required packagesInstall Mozilla Firefox browser using the RPM packageUse the

The common command set for Linux to raise weights

/log/auth.log Cat/var/log/chttp.log Cat/var/log/cups/error_log Cat/var/log/dpkg.log Cat/var/log/faillog Cat/var/log/httpd/access_log Cat/var/log/httpd/access.log Cat/var/log/httpd/error_log Cat/var/log/httpd/error.log Cat/var/log/lastlog Cat/var/log/lighttpd/access.log Cat/var/log/lighttpd/error.log Cat/var/log/lighttpd/lighttpd.access.log Cat/var/log/lighttpd/lighttpd.error.log Cat/var/log/messages Cat/var/log/secure Cat/var/log/syslog Cat/var/log/wtmp Cat/va

The method of performance tuning for Linux operating system

graphics on Linux server, usually on Linux server, it is not necessary to start the GUI. , all administrative tasks can be done in command line mode, or by redirecting the X and Web browser interface. There are several web-based tools available (such as Webmin, linuxconf, and SWAT).Start the GUI when needed, and close the GUI immediately after use. In most cases, the server runs in RunLevel 3, which does not enter the GUI when the machine is booted.

20 Linux server Performance tuning tips

, such as cpanel,plesk,webmin and phpMyAdmin, I believe every Linux novice is very fond of these control panels, but disabling these packages can release about 120MB of memory, therefore, I strongly recommend disabling these control panels, and unless they really need to be used, they can be enabled via PHP scripts (albeit somewhat insecure), or command-line commands, so memory usage can be reduced by about 30-40%.6. Improve Linux Exim server performa

20 Linux server Performance tuning tips

. Disable the Control PanelIn Linux, there are a lot of popular control panels, such as cpanel,plesk,webmin and phpMyAdmin, I believe every Linux novice is very fond of these control panels, but disabling these packages can release about 120MB of memory, therefore, I strongly recommend disabling these control panels, and unless they really need to be used, they can be enabled via PHP scripts (albeit somewhat insecure), or command-line commands, so mem

Linux Learning Notes-Software Installation (iv)

directory directly--rm-rf/usr/local/softname4. Script installation package : (mainly some hardware drivers use the script to install the package)--The script installation package is not a standalone package type--The installation process has been written to the automatic installation of the script, as long as the execution of scripts, define simple parameters, you can complete the installation--very similar to how software is installed under Windows(Webmin

Tutorials for installing, uninstalling, and upgrading programs in Linux systems

For Linux beginners, the RPM installation is a good choice. If you want to really master the Linux system, the source code installation is still a software installation under Linux is an important means. Because the Linux system application software installation and familiar Windows under the installation process of the software is very different, in Linux, according to the format of downloading to the installation package of different installation methods, the following will be the application

My Linux cloud server configuration record

the new benefit Software Manager (optional):sudoApt-getInstallsynaptic6) Uninstall the GNOME desktop environment:sudoapt-get–purge Remove Liborbit27) into the graphical interface: #startx8) Exit Graphics Desktop: #ctrl + ALT + BACKSPACEmost streamlined installation $sudo apt-get install Gnome-shell gnome-panel Gnome-menus gnome-session GDM $sudo Apt-get install gnome-tweak-Tool installation Management Tools There are many custom themes for Ubuntu that can affect the appearance of apps and Win

Fast configuration of Apache server and WebDAV server under Mac

enable http://www.linuxidc.com/Linux/2010-10/29027.htmUbuntu 14.04 in Apache 2.2 after upgrading to 2.4 a few points http://www.linuxidc.com/Linux/2015-01/111914.htmUbuntu 13.04 Installation lamp\vsftpd\webmin\phpmyadmin services and Settings http://www.linuxidc.com/Linux/2013-06/86250.htmCentOS 5.9 under Compile and install lamp (Apache 2.2.44+mysql 5.6.10+php 5.4.12) http://www.linuxidc.com/Linux/2013-03/80333p3.htmRedHat 5.4 Under the Web server a

Using Iptables to build Linux firewalls (2)

terms of the GNU general public License as published by # the free Software Foundation; Version 2 of the License. # # This are distributed in the hope that it'll be useful, # but without any WARRANTY; Without even the implied warranty of # merchantability or FITNESS for A particular purpose. The # GNU general public License for more details. # # You should have received a copy of the GNU general public License # along with this program, or from the site-you downloaded it # from; If not, write t

Related Keywords:
Total Pages: 15 1 .... 9 10 11 12 13 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.