rers
Corosync setup with floating IP
Installing The software.
Virtualbox
https://www.virtualbox.org/wiki/Linux_Downloads
Download the package for your distribution, we are using Fedora so choose the corresponding RPM package. To install correctly we will need the Linux kernel headers installed.
yum -y install kernel-devel kernel-headers
Review code for patterns
grep -rnw “/some/path” -e “exec(” | grep -v .js grep -rnw “/some/path” -e “system(‘” | grep -v .js grep -rnw “/some/path” -e “passthru(‘” | grep -v .js grep -rnw “/some/path” -e “highlight_file” | grep -v .js grep -rnw “/some/path” -e “proc_open” | grep -v .js Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X
Clean php.ini
sed -e ‘/^;/d’ -e ‘/^$/d’ /etc/php.ini > /home/your-user/NEW_PHP.ini Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X
Apache status module setup
Load the module LoadModule status_module modules/mod_status.so for Apache 2.2: <IfModule mod_status.c> <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 127.0.0.1 localhost ip6-localhost 203.0.113.2 </Location> ExtendedStatus On </IfModule> for Apache 2.4: <IfModule mod_status.c> <Location /server-status> SetHandler server-status <RequireAny> Require local Require ip 203.0.113.2 </RequireAny> </Location> ExtendedStatus On </IfModule> Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X
Mysql create user with all privileges
—Mysql create user—
CREATE USER ‘user’@’%’ identified by ‘yourpass’;
GRANT ALL PRIVILEGES ON *.* TO ‘user’@’%’;
FLUSH PRIVILEGES;
Charla sobre #crypto Trading
Organizamos un charla sobre #crypto Trading algunos trucos que hemos recopilado durante nuestra experiencia … Te apuntas ? dejanos tu correo en los comentarios o escribenos directamente a enjoysistemas@gmail.com. Facebook0Twitter0Reddit0Linkedin0Stumbleupon0X
Bill #Clinton será el moderador de #SWELL 2018
Pocos saben del evento que patrocina #Ripple, el evento del año fue realizado en la ciudad de Toronto, presentada por Dr Ben Bernanke presidente del Sistema de Reserva Federal (2006-2014), Sir Tim Berners-Lee inventor del Word Wide Web y Don Tapscott Co-autore de la Revolución del Blockchain fueron los principales moderadores del evento de tecnología donde tocaron temas como: el trato real con los activos digitales, el futuro de Blockchain y las diferentes predicciones con las criptomonedas, todo siendo evaluado bajo la Moneda Ripple la cual patrocina el evento SWELL.
How to graph #cryptocurrency high and lows
Hello there today i will show you how to a make cool graph on the bitcoins high and lows, you can use this to create your own monitoring system for the #cryptos of your interest, the elements we are going to use is Apache for web server, PHP as server side programing Json for hold … Read more
TRON TRX is all the way to the TOP
So TRX has been going UP that is great i haven’t done exact math but it has been more 4 months since TRX gave us a boost on price and Market Cap so we are all waiting for the next pump, Must say the TRX has done a tremendous work in creating tech am doing … Read more
Checking Bitcoin price like every hour, are you like me ?
Litecoin the new push #crypto
So Litecoin is back on track as well of all other top cryptos what to expect from now… is half year and is looking good for those who made the jump, now from the miner perspective is more hard than ever Litecoin difficulty grows everyday, but we all know the value of 0.1 can be, … Read more