template1=# CREATE USER tom WITH PASSWORD 'myPassword';
template1=# CREATE DATABASE jerry;
template1=# GRANT ALL PRIVILEGES ON DATABASE jerry to tom;
$strCookie
=
'PHPSESSID='
.
$_COOKIE
[
'PHPSESSID'
] .
'; path=/'
;
session_write_close();
$ch
= curl_init(
$rssFeedLink
);
curl_setopt(
$ch
, CURLOPT_RETURNTRANSFER, 1);
curl_setopt(
$ch
, CURLOPT_COOKIE,
$strCookie
);
$response
= curl_exec(
$ch
);
curl_close(
$ch
);
1. Need to be in front of the terminal. (Physically if not vm). 2. Reboot the server 3. Press 'e' in the GRUB2 boot screen. 3. bunch...