If you are getting such error trying to pass some data to exim server, you need to wait exim reponse before passing some data:
echo "quit" | nc -d 2 -C exim.server.com 25
If you are getting such error trying to pass some data to exim server, you need to wait exim reponse before passing some data:
echo "quit" | nc -d 2 -C exim.server.com 25
mkpasswd -m sha-512 password [salt]
mkpasswd -m sha-512 password
$6$/w.JqEDwOnkq0njo$pW7aC7UaXgvphtq8bikkeVs/5pieGmEqOxwYzZZvHwsqQ6WF0L1EWAQybsTMssNg3k.iFiaLomDq2kEi0IkPU1
cat some_file.txt | grep -a sme_string
openvpn –genkey –secret /etc/openvpn/ta.key
openvpn server.conf
UPDATE `ps_employee` SET `passwd` = MD5('<_COOKIE_>password') WHERE `ps_employee`.`id_employee` = 1;
sshd -t
Missing privilege separation directory: /var/run/sshd
mkdir -v /var/run/sshd
service ssh restart
class urlshim extends url lighthouse error:
vi /usr/lib/node_modules/lighthouse/lighthouse-core/lib/url-shim.js +1
Add this line:
global.URL = require(‘url’).URL;
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
yum install nodejs
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
lxc list
dropping privs did not work: No such file or directory
If you have such issue with snap, you can try:
exit
or just CTRL+D
or just relogin to the server
sudo chmod u+s /usr/bin/newuidmap
sudo chmod u+s /usr/bin/newgidmap
You can try skip validation:
lxc-create -n ubuntu1 -t download — –no-validate –dist ubuntu –release bionic –arch amd64
bind-address=127.0.0.1
vi /etc/php-fpm.conf
Replace the comment symbol # with semicolons ;
service php-fpm restart
sending incremental file list
rsync: connection unexpectedly closed (9 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
Fix. Make sure if destination folder exists on remote server