sshfs
Most comfortable way to migrate files between 2 servers is creating a mount via sshfs.
yum install sshfs (fuse-sshfs from EPEL on Redhat + derivates)
sshfs root@10.0.1.x:/var/www/ /mnt/ww.blabla.com/ -o reconnect -C -o workaround=all
Most comfortable way to migrate files between 2 servers is creating a mount via sshfs.
yum install sshfs (fuse-sshfs from EPEL on Redhat + derivates)
sshfs root@10.0.1.x:/var/www/ /mnt/ww.blabla.com/ -o reconnect -C -o workaround=all
After trying some antennas for DVB-T (active and passive ones) with mixed results I tried to build my own collinear antenna.
Required Items:
Information about collinear ADS-B Antenna: http://www.balarad.net/
General information about collinear antennas: http://en.wikipedia.org/wiki/Collinear_antenna_array
Youtube video on build process: https://www.youtube.com/watch?v=TkUYdCPFXXs
No sync features at all
For me 3. solution works fine now - always make sure to close and safe - keep in mind, where the last changes were done
yum install net-tools wget mc unzip telnet
wget http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpm
yum install epel-release-7-1.noarch.rpm
yum install mariadb-server mariadb
systemctl start mariadb.service
systemctl enable mariadb.service
mysql_secure_installation
yum install httpd
systemctl start httpd.service
systemctl enable httpd.service
firewall-cmd --permanent --zone=public --add-service=http
firewall-cmd --permanent --zone=public --add-service=https
firewall-cmd --reload
yum install php
optional phpmyadmin
yum install phpMyAdmin
vi /etc/httpd/conf.d/phpMyAdmin.conf
-- restrict to your IP --
vi /etc/phpMyAdmin/config.inc.php
[...]
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
[...]
CREATE DATABASE jos_hauser.cc;
CREATE USER 'jos_hauser.cc'@localhost;
GRANT ALL ON `jos_hauser.cc`.* TO `jos_hauser.cc`@`localhost` IDENTIFIED BY 'SAFE';
FLUSH PRIVILEGES;
wget http://joomlacode.org/gf/download/frsrelease/19665/160049/Joomla_3.3.3-Stable-Full_Package.zip
--virtualhost konfigurieren - und entpacken --
set correct owner (chown -R apache.apache)