Fulltext results:
- mySQL @linux:databases
- ====== mySQL ====== Server Setup | Security | Performance Tuning | ... ---- == Installation == Set ro... t=3308 \ --password=${PASSWD} | mail -s '[SQL Server] mycheck complete' $EMAILADDI In case the server crashed, mysql suggests an offline check, while server is stopped: myisamchk --silent --force */*.MYI
- Replication @linux:databases:mysql
- g in the same table replication will break on one server due to “duplicate entry” error. To resolve this i... s required (to avoid split-brain situation with 2 Server) * performance is as slow as the slowest node!!... cause of syncronous replication * A fake quorum server 'garbd arbitator' can be setup, which does not ru... on the servers. ==== my.cnf Options ==== # on Server A: server-id = 1 gtid-domain-id
- SSH @linux:network
- n the output: debug1: Sending command: rsync --server -vvlogasdasd.iLsf ..... copy this line from rsyn... command=".." to the key-line: command="rsync --server -vvlogasdasd.iLsf ......" ssh-rsa AAAA..... test... apt-get install sshfs Mount: sshfs -p 222 root@server:/path/ /mnt/server -o allow_other -o reconnect \\ ===== SFTP ===== vsftp server is not required to run
- Monitoring @communitycloud:services
- munin-monitoring.org/ * "munin" is the central server - run as cronjob every 5 min * "munin-node" is ... st a plugin:** munin-run <plugin-name> **Test Server connection:** It should reply with the same host... /plugins/ nginx vhost /sites-available/local: server { listen 127.0.0.1:80; access_log off; server_name _; server_name_in_redirect off; roo
- Firefox Sync @communitycloud:services
- te.]] " \\ **Its possible to run it on your own server, instead of using mozilla servers!** ymartin59 has built minimal weave server in PHP and it works very good: http://ymartin59... ss/index.php/2011/03/05/my-own-firefox-sync-weave-server/ \\ **Installation** is easy and fully describe... ree.fr/wordpress/wp-content/2011/06/weave_minimal_server_20110626_mysqlJSON.tar.gz|here is the weave_minim
- vsFTPd @linux:network
- ial SSL certificate ===== cat /etc/apache2/ssl/server.crt /etc/apache2/ssl/server.pem > /etc/vsftpd/server.pem if you have an intermediate, chained cert, include that as well: cat /etc/apache2/ssl/server_inter.crt >> /etc/vsftpd/server.pem ===== Genera
- Debian Server Install @linux
- ====== Debian Server Install ====== \\ **basic server packages:** apt-get install rsyslog ipset iptables mc tmux screen h... p \ bridge-utils btrfs-progs bzip2 ncdu openssh-server p7zip-full xz-utils \ whois procps psmisc sshfs... :** apt-get install imagemagick-common mariadb-server nginx-common nginx-extras ntpdate openssh-server
- Synergy @linux:network
- the synergy GUI and get it running on client and server: quicksynergy When its up, you can use comm... your display-manager.** (its easier, when the X-server is already running..) **gdm** has some hooks, wh... the synergyc command from above into it. \\ == Server-side: == This works in the same way: **put the f... bin/synergyc --restart --name <CLIENT HOSTNAME> <SERVER HOSTNAME> == LXDE autostart: == Put a .deskto
- NGINX - Videostreaming @linux:streamingserver
- 1a7c * https://gerpei.de/eigener-live-streaming-server-setup/ ====== Security ====== .. is not so eas... g-with-slightly-improved-authentication/ ====== Server Side Stream Switching ====== Should be possible, found a workinf version here (see supllex server): * https://github.com/arut/nginx-rtmp-module/... -rtmp/c/yUcTKB9pAl0 ====== Stream twitch to RTMP Server ====== streamlink https://www.twitch.tv/video
- WebServices @communitycloud
- len muss. Community Cloud, oder “wie viele Server braucht man dafür?” Grundsätzlich keinen! ... kalen Community Netz ===== ### DONE :: * File-Server * Mail-Server * Chat-Server * DNS * Blog * WIKI (docuwiki) * Websites (drupal 7, WP, SpaceCake,..) ### TOD
- Nginx @linux:webserver
- **edit /etc/nginx/sites-available/default:** server { #.... pagespeed on; pagespeed ... _key "$scheme$request_method$host$request_uri"; server { .... location ~ \.php$ { # Setup var ... fastcgi_cache microcache; fastcgi_cache_key $server_name|$request_uri; fastcgi_cache_valid 404 30m;... or included config. Here's an extensive List: server { ... if ($http_user_agent ~* (AspiegelBot
- Pads @webdev
- equelize git clone https://github.com/codimd/server.git cd server bin/setup Edit these Config files: - config.json -- Setup Production Domain... \\ Read more info at https://github.com/codimd/server#configuration-files npm start --production \\ Links: - https://github.com/codimd/server/blob/master/docs/setup/manual-setup.md
- PHP @linux:webserver
- aster. **vhost php config via unix socket:** server { ... location ~ \.php$ { fastcg... initial pm.start_servers = 5 is quite good for a server with 32gb RAM and up to 20-30 sites. This starts ... = 2 pm.max_spare_servers = 5 High performance server with one busy site: pm = dynamic pm.max_child
- Printer @hardware
- egrated in Cups Here's the recipe: ==== Linux Server Setup: ==== Get **cups** up and running: sud... If you don't have a graphical environment on your server: run 'hp-setup -i' to install driver from in a te... river installation!! ** * connect to the linux server printer share from explorer: **\\<hostname>\** -
- Access Point - hostapd @linux:network
- upported ===== Install hostapd and dnsmasq dhcp server ===== apt-get update apt-get install hostapd... NS servers of your provider or use your gateway server=8.8.8.8 server=8.8.4.4 ===== Init script to start hostapd on boot ===== Download this init script: {{