Posts

Showing posts from October, 2021

rsyncd rsync daemon not running

 [root@local log]# netstat -plunt | grep rsync tcp        0      0 0.0.0.0:873             0.0.0.0:*               LISTEN      24006/rsync          tcp6       0      0 :::873                  :::*                    LISTEN      24006/rsync     kill -9 24006 then systemctl start rsyncd [root@local log]# systemctl status rsyncd ● rsyncd.service - fast remote file copy program daemon    Loaded: loaded (/usr/lib/systemd/system/rsyncd.service; disabled; vendor preset: disabled)    Active: active (running) since Thu 2021-10-28 14:01:49 IST; 1s ago  Main PID: 2573 (rsync)     Tasks: 1 ubuntu root@vm138:/etc/csf# systemctl start rsync root@vm138:/etc/csf# systemctl status rsync ● rsync.service - fast remote file copy program daemon      Loaded: loaded (/lib/systemd/system/rsync.service; enabled; vendor preset: enabled)      Active: active (running) since Sat 2022-12-10 00:48:25 +08; 6s ago [root@mail sas]# rsync --daemon Failed to parse config file: /etc/rsyncd.conf [root@mail sas]# vi /etc/rs

nginx redirection

  server { listen 80; listen 443 ssl; server_name domain.tld www.domain.tld; # global HTTP handler if ($scheme = http) { return 301 https://www.domain.tld$request_uri; } # global non-WWW HTTPS handler if ($http_host = domain.tld){ return 303 https://www.domain.tld$request_uri; } } Redirect www to non-www return 301 $scheme://driesdeboosere.dev$request_uri;

OBS live streaming and recording settings

Image
  720p screen resolution is  1280 x 720 so to make 1080p  1920 x 1080 in settings then go to video  YouTube has the widest range of live streaming quality of the major streaming platforms, from 240p to 4K.  YouTube provides bitrate requirements  for every resolution and frame rate you may  want to stream at. 4K at 60fps: 20,000 - 51,000 Kbps 4K at 30fps: 13,000 - 34,000 Kbps 1440p at 60fps: 9,000 - 18,000 Kbps 1440p at 30fps: 6,000 - 13,000 Kbps 1080p at 60fps: 4,500 - 9,000 Kbps 1080p at 30fps: 3,000 - 6,000 Kbps 720 at 60fps: 2,250 - 6,000 Kbps 720p: 1,500 - 4,000 Kbps 480p: 500 - 2,000 Kbps 360p: 400 - 1,000 Kbps 240p: 300 - 700 Kbps obs recording settings holding alt button removes the extra part from webcam in obs

easyengine

 /opt/easyengine/sites# root@ssdnodes-5f9db541a3523:/opt/easyengine/sites# ls bigpsfan.com      demos.jeweltheme.com  demos.zebratheme.com  docs.jeweltheme.com  plugins.jeweltheme.com vuejsadmin.com  wp.jeweltheme.com demo.prowptheme.com  demos.vuejsadmin.com  demo.wpadminify.com master-addons.com    staging.master-addons.com  wpadminify.com  zebratheme.com root@ssdnodes-5f9db541a3523:/opt/easyengine/sites/bigpsfan.com# ls -l total 16 lrwxrwxrwx 1 root root   48 Aug 23 11:03 app -> /var/lib/docker/volumes/bigpsfancom_htdocs/_data drwxr-xr-x 2 root root 4096 Aug 23 11:03 config -rw-r--r-- 1 root root 2956 Oct  7 10:04 docker-compose.yml drwxr-xr-x 2 root root 4096 Aug 23 11:03 logs drwxr-xr-x 3 root root 4096 Aug 23 11:03 services For phpmyadmin phpMyAdmin , Check “Database Access for  PhpMyAdmin ” section below for login details, example.com/ee-admin/pma To monitor Nginx, PHP, MySQL, WordPress logs use ee log show To monitor site specific logs use ee log show example.com Us

virtualmin whitescreen

  Failed to load resource: net::ERR_CONNECTION_RESET manifest.json:1 Failed to load resource: the server responded with a status of 403 (Access denied for 18x.xxx.x.xx) /var/webmin/miniserv.error /etc/webmin/miniserv.conf miniserv.conf port=10000 root=/usr/share/webmin mimetypes=/usr/share/webmin/mime.types addtype_cgi=internal/cgi realm=Webmin Server logfile=/var/webmin/miniserv.log errorlog=/var/webmin/miniserv.error pidfile=/var/webmin/miniserv.pid logtime=168 ppath= ssl=0 env_WEBMIN_CONFIG=/etc/webmin env_WEBMIN_VAR=/var/webmin atboot=1 logout=/etc/webmin/logout-flag listen=10000 denyfile=\.pl$ log=1 blockhost_failures=5 blockhost_time=60 syslog=1 session=1 premodules=WebminCore server=MiniServ/1.680 userfile=/etc/webmin/miniserv.users keyfile=/etc/webmin/miniserv.pem passwd_file=/etc/shadow passwd_uindex=0 passwd_pindex=1 passwd_cindex=2 passwd_mindex=4 passwd_mode=0 preroot=gray-theme passdelay=1 sudo=1 no_resolv_myname=0 sockets= ipv6=0 extracas= no_sslcompression= certfile= ssl