Blog
Masonry View
Time Line View
Tools
Run As
Home
Filter by
Categories
Tags
Authors
Show all
All
aws
lightsail
mysql
nginx
Office 365
PowerShell
ssl
ubuntu
wordpress
All
most commands
office 365 powershell
office 365 powershell list commands
All
yanivp
24/02/2017
Install free HTTPS SSL on wordpress with ubuntu
Install free SSL Download and Install and Active WP Encrypt plugin : https://www.yanivp.net//wordpress.org/plugins/wp-encrypt/ Go to WordPress Settings > WP Encrypt and fill in the details Go to Register Account FIX
[…]
16/12/2016
Install load balancer with nginx on ubuntu 14
Create EC2 with Ubuntu 14 and: sudo apt-get update sudo apt-get install nginx Backup default file sudo cp /etc/nginx/sites-available/default /etc/nginx/sites-available/default-bk sudo nano /etc/nginx/sites-available/default Add this lines:
[…]
10/08/2016
Multi Sites WordPress on ec2 ubuntu 12
Create EC2 and: cd /var/tmp/ wget https://www.yanivp.net/01.sh bash 01.sh cd /var/tmp/ && wget https://www.yanivp.net/01.sh && bash 01.sh cd /var/tmp/ sudo wget http://wordpress.org/latest.tar.gz sudo tar -zxvf latest.tar.gz Create Alias:
[…]
08/08/2016
Mount disk in ubuntu with aws volume
Create new volume on aws EC2 Attach Volume cat /proc/partitions sudo mke2fs -F -t ext4 /dev/xvdf ( FORMAT DISK ) Create drive folder: sudo mkdir
[…]
07/08/2016
Restore web from aws S3 backup files
Create EC2 and: cd /var/tmp/ wget https://www.yanivp.net/01.sh bash 01.sh cd /var/tmp/ && wget https://www.yanivp.net/01.sh && bash 01.sh Download from s3 backup files: goto s3 bucket and download backup zip
[…]
04/08/2016
Install nginx web server & mysql & phpmyadmin on aws ubuntu 14
Install nginx web server & mysql & phpmyadmin on aws ubuntu 14 sudo apt-get update sudo apt-get -y install nginx sudo apt-get -y install php5-fpm sudo
[…]
26/07/2016
Examples Log Queries & Find on Ubuntu
Fix log time to server timezone sudo service cron restart sudo service rsyslog restart Firewall tail /var/log/ufw.log awk '{print $1,$2,$8,$12,$21,$22}' /var/log/ufw.log awk '{print $1,$2,$3,$8,$12,$21,$22}' /var/log/ufw.log awk
[…]