best linux server distro for home

Read about best linux server distro for home, The latest news, videos, and discussion topics about best linux server distro for home from alibabacloud.com

How about Linux Server SSH password not required

/authorized_keys    2. tar A batch of files from A to B. A # tar cvf-/etc | (ssh B tar xvf -)    3. Run cronjob on A, modify A file, and upload it to B. 0 1 *** cat/etc/shadow | awk-F: '{print $1 ":" $2}' | (ssh B 'cat>/home/passwd ')       FAQs: 1. SSH in this way requires the direct root login (PermitRootLoginyes) allowed in sshd_config on B ). 2. I have server A and other

Linux XMPP server Tigase (Spark client test), xmpptigase

Linux XMPP server Tigase (Spark client test), xmpptigase Tigase is an XMPP server developed based on Java. Similar to Openfire, Tigase can be used to build an Instant Messaging (IM) platform. 1. Preparation Before installing Tigase, you must first prepareJava environmentAndDatabase (MySQL is used in this article). Tigase download: https://projects.tigase.org/proj

Proxy Server settings in Linux

Preface: This document describes how to use squid and squidGuard to configure proxy servers in linux. The www Proxy service is used as an example to describe how to filter harmful sites and restrict users' access to the internet. I. IntroductionSquid is the most popular agent server software in Linux. It has powerful functions and supports proxies for HTTP, FTP,

Red Hat Enterprise Linux 6.2 build an FTP server

Red Hat Enterprise Linux 6.2 build an FTP server My environment:A: Red Hat Enterprise Linux 6.2 IP: 192.168.16.12 as the test endB: Red Hat Enterprise Linux 6.2 IP: 192.168.16.13 this machine is used as the FTP server.Set up an FTP server on machine B:Download and install th

How to build an FTP server in Linux

perceive the existence of directory structures and files other than its root directory tree. For more information, see chroot jail) Sometimes we need to set the root directory (chroot) environment to prevent users from leaving their home directory. Add/modify the following configuration in the configuration file to enable the root directory restriction (Chroot Jail ): chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list The "chroot_li

Build BT server under Linux

server, but the BitTorrent service still has the concept of a server, called Tracker. To be precise, tracker refers to a program running on a server that can track how many people are simultaneously downloading the same file. When a BT client connects to tracker, a download list is generated, according to which the BT client automatically connects to other nodes

Linux NFS server Construction

Linux NFS server Construction1. NFS: NFS (Network File System) is a Network File System Supported by FreeBSD. It allows computers in the Network to share resources through TCP/IP networks.In NFS applications, local NFS client applications can transparently read and write files on the remote NFS server, just like accessing local files.2. install the NFS

Linux Server access_log log analysis and configuration details (ii)

Tags: host art xxxx tail NTS example Browser click OutWhich folder is the default Nginx/linux log in? Error.log files and Access.log files that are typically below the xxx.xxx.xxxx.com/home/admin pathError_log Logs/error.log; #错误日志Access_log Logs/access.log; #访问日志 1. Access_log Access log access_log is an access log that logs all requests to the Apache server for

How to cache the TP when deploying to a Linux server

This article mainly for you to share a TP deployment to the Linux server cache before the solution, with a good reference value, I hope to be helpful. Follow the small series together to see it. Deploy thinkphp to Linux server first cache issue When you do not $this->display (), only the echo character wear is no

Original Use daemon for permanent server survival under Linux

=spec-debug Log location-O,--output=spec-outputs the log of the running program-O,--stdout=spec-outputs of the output running program-E,--stderr=spec-output error log of the running program--running-whether a program that detects this name is already running--restart-Restart this program name program--stop-Program to end this name4. Start using daemonWhen used, the parameters of the target program are configured first, and by default, the parameter respawn is used to detect the restart program w

Configuration of FTP server under Linux system

/vsftpd/vusers #cd vusers #vim tom anon_upload_enable=YES anon_mkdir_write_enable=YES anon_other_write_enable=YES #vim jerry anon_upload_enable=no anon_mkdir_write_enable=NO anon_other_write_enable=no Restart service #service Vsftpdrestart on node2 , log in 192.168.3.11with ftp and choose Tom log in with Jerry and upload and create files separately to see if the results are successful or not.650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/73/62/wKiom1X7pHCxfNFSAAIc_yv6lxg327.jpg "

Management and configuration of Rsync server in Linux system

/bin/unison-batch $src 2 ssh://$ip 2/$DRT 2Echo-n "$line" >>/var/log/inotify.logecho $ (date | cut-d ""-f1-4) >>/var/log/inotify.logDonechmod a+x/root/unison.shCreate script on Server2 unison.shvim/root/unison.sh#!/bin/baship1= "192.168.1.1"src1= "/server2/"drt1= "/server1/"/usr/local/bin/inotifywait-mrq-e Create,delete,modify,move $SRC 1 | While Read lineDo/usr/local/bin/unison-batch $src 1 ssh://$ip 1/$DRT 1Echo-n "$line" >>/var/log/inotify.logecho $ (date | cut-d ""-f1-4) >>/var/log/inotify.l

How to add new partitions to a Linux server remotely

How to remotely Add a new partition for a Linux Server-Linux Enterprise Application-Linux server application information is as follows. Installing a new partition on a Linux server is a

Linux (ix) LNMP environment Nginx Server

{nginx|mysql|mariadb|php-fpm|pureftpd} {Start|stop|reload|restart|kill|status}Five . configuration file#vi/usr/local/nginx/conf/nginx.confUser www www;Worker_processes Auto;# START ProcessError_log/home/wwwlogs/nginx_error.log Crit;#错误日志Pid/usr/local/nginx/logs/nginx.pid;#主进程PID保存文件#Specifies the value for maximum file descriptors the can is opened by this process.Worker_rlimit_nofile 51200;#文件描述符数量Events{Use Epoll;#网络I/O model, it is recommended tha

USB stick Boot Install Linux server (with UltraISO tool download address and registration code)

Tags: blog alt + U disk start demo program start desktop proc ALT actionAs a newcomer, in Linux this line has been learning for half a year, I have been on the VM virtual machine for a variety of experiments, and did not feel a lot of problems. Until one day the "guide" asked us: Will you install the Linux system on the real machine? Nani? Meng, in the evening to go hom

Linux Samba Server Build _php tutorial

Linux Samba Server Setup 1. Samba: The English name is SMB (Server Messages block, Information Service block) is a communication protocol that shares files and printers on a local area network. It provides shared services for files and printers among different computers in the LAN. 2. Install Samba server: sudo apt-get

[Linux] vsftpd Server Configuration Guide

Author: gnuhpcSource: http://www.cnblogs.com/gnuhpc/ 1. vsftpd, commonly used FTP server suite;Vsftpd is one of the most popular FTP server programs in the Linux release. It features little, light, and secure and easy to use. It can give full play to and master its own characteristics, however, the most important thing is to use it;Currently, the ftpd suites comm

Construction of Embedded Linux development environment (II.) Construction of--NFS server

Construction of Embedded Linux development environment (II.) Construction of--NFS serverSystem environment:Ubuntu 14.04 Server AMD64 1. Installation Apt-get Install Nfs-common Nfs-kernel-server 2. Modify the configuration file /etc/exports /home/ NFS 192.168.0. 0/24 (Rw,sync,no_subtree_check) 3. Restart the NFS

Aliyun host Linux Server configuration steps detailed

directory. 5, How to uninstall a key installation package? You can perform the following command to complete the uninstall: chmod 777-r sh-1.3.0/ CD sh-1.3.0/ ./uninstall.sh Download a good installation package, first uploaded to the host/home directory. You can enter in the Xshell interface: Cd/home

ansible--bulk Linux/unix Server Management tools

protected] ~]# cat Useradd.yaml #查看内容-Hosts:webserver #定义主机组User:root #远程链接用户VARsUser:jerry #添加的用户名tasks: #任务-Name:add User #任务名称Action:user name={{User}} PASSWORD=-LUVLRZEXUGHM shell=/bin/bash home=/home/{{user}} #指定用户相关的信息 password must be a ciphertext salt encrypted login Shel L Host Directory3. Execute the Yaml file[Email protected] ~]# Ansible-playbook Useradd.yamlSuccess Client node Va

Total Pages: 15 1 .... 11 12 13 14 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.