if you want to fix the font on ubuntu machine please check this
https://github.com/achaphiv/ppa-fonts/blob/master/openjdk-fontfix/README.md
if you want to fix the font on ubuntu machine please check this
https://github.com/achaphiv/ppa-fonts/blob/master/openjdk-fontfix/README.md
Posted by Osama Ahmed on 16/12/2015
https://osamaahmedattia.wordpress.com/2015/12/16/fix-the-fonts-in-phpstorm-ubuntu/
You may face that you want to make a permenant connection between two servers, there is a command to make that in such a one line
cat ~/.ssh/id_rsa.pub | ssh username@ipaddress "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 700 .ssh; chmod 640 .ssh/authorized_keys"
for the chmod permission at the end some servers need the permission to be added to the .ssh server so we can access it from other server
we give the folder .ssh permission of 700 and the authorized_key permission 640
Posted by Osama Ahmed on 20/08/2015
https://osamaahmedattia.wordpress.com/2015/08/20/create-a-permanent-connection-between-two-servers/
How To Create a SSL Certificate on Apache for Ubuntu 14.04 | DigitalOcean
A nice post
Posted by Osama Ahmed on 10/03/2015
https://osamaahmedattia.wordpress.com/2015/03/10/create-ssh-certificate-with-the-dgital-ocean/
Posted by Osama Ahmed on 01/03/2015
https://osamaahmedattia.wordpress.com/2015/03/01/using-laravel-to-create-a-facebook-tab-app/
Posted by Osama Ahmed on 22/02/2015
https://osamaahmedattia.wordpress.com/2015/02/22/checkout-branch-become-the-master-branch/