Tuesday, April 12, 2016

Hello world on android - Eclipse

http://www.tutorialspoint.com/android/android_hello_world_example.htm

Access a windows computer on lan from Mac

Access a Shared Folder from Mac OS X. Open the Finder, click Go on the menu at the top of the screen, and select Connect to Server. Enter the following address, replacing COMPUTERNAME with the Windows computer's name: smb://COMPUTERNAME. You can also enter the other computer's local IP address instead of its name.

Sunday, April 10, 2016

what is php?

http://php.net/manual/en/intro-whatis.php

Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint




https://community.linuxmint.com/tutorial/view/486


*****Notes*****

*
in the "TEST PHP" part says this:

Step 1. In the terminal copy/paste or type the following line:


sudo gedit /var/www/testphp.php

but this one it should be 

sudo gedit /var/www/html/testphp.php


** when installing mysql it prompts to enter a mysql root password








Surfing Internet on Terminal

https://community.linuxmint.com/tutorial/view/782

El Capitan network Utility

https://discussions.apple.com/thread/7399885?start=0&tstart=0

Monday, April 4, 2016

Wipe and Reinstall OS X Lion on 2nd hand macbook pro early 2011 using bootable USB stick made with transmac in Windows 7

I'm writing this as I see how OS X Lion is installing from zero after a long time of trying and looking for tutorials

I've an early 2011 15" Macbook pro I bought from a friend last year and when she sold it to me she installed Mountan Lion from scratch, but when she did it, it was with her Apple ID so I barely had any permissions to do anything with it. It was messed up and her bf twitched it with a linux bootloader which ended up in a mess with lots of partitions. 

So I wiped the hard drive where Mountain Lion was installed and when I tried the Internet recovery it wouldn't reinstall since that OS was attached to my friend's apple ID. So it wouldn't reinstall. it gave me these errors

"This item is temporarily unavailable"
or
"-2002F"

So long story short, this is what I did.

Downloaded OS X Lion from here
https://kat.cr/mac-os-x-10-7-lion-final-retail-t5847638.html#comment


Then opened it with 7zip (www.7-zip.org), found the "installESD.dmg file inside the OS X .dmg file I downloaded, then extracted it to a folder of my desire.

Plugged 8GB USB Stick

Installed and opened Transmac in Administrator mode *Important

Right click on usb stick and select "Format Disk for Mac" 

Once finished formatting, right click again on usb stick and select "Restore with disk image" and choose the "installESD.dmg" file which you uncompressed from the downloaded OS X Lion.

Eject USB Stick and plugged it on my mac

Started the mac then held down Option key until the bootloader appeared, where I selected the USB stick 

then went to disk utility>partition>  at the top left corner, choose the physical partition, then no matter what you see, under the partition tab menu choose "1 partition" (this is to delete all partitions, I suppose you  backed them up right) and therefore delete the recovery version that was in a hidden partition and wasn't working for you.

then run the install as usual, need apple ID but it works this time 

All's well now :)



Startup key combinations for Mac

https://support.apple.com/en-us/HT201255

TCP & UDP

http://www.howtogeek.com/190014/htg-explains-what-is-the-difference-between-tcp-and-udp/

puerto 22 y 80

puerto 22 y 80 son los mas populares para SSH y web servers, respectivamente

TRACEROUTE linux mint

https://community.linuxmint.com/software/view/traceroute

install traceroute if you need a tool for diagnosing network connectivity problems.

Linux Live USB creator

http://www.linuxliveusb.com/en/help/guide/preparation

Saturday, March 19, 2016

html text transform

http://www.w3schools.com/cssref/pr_text_text-transform.asp

Saturday, February 27, 2016

Ubuntu 14.04.4 Installation/FromUSBStick

https://help.ubuntu.com/community/Installation/FromUSBStick

Friday, February 26, 2016

python vieo tutorials

https://www.python.org/doc/av/

the python tutorial

https://docs.python.org/2/tutorial/