This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title>class weather</title> | |
| <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> | |
| <script src="//code.jquery.com/ui/1.11.0/jquery-ui.min.js"></script> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .bg { | |
| position: fixed; | |
| top: -50%; | |
| left: -50%; | |
| width: 200%; | |
| height: 200%; | |
| img { | |
| position: absolute; | |
| top: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You can disable bin-links in the npm config: npm config set bin-links false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm update npm -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo npm cache clean -f | |
| sudo npm install -g n | |
| sudo n stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Open the Disk Utility gui application. (Easy way to find it: Search using spotlight.) | |
| 2. Drag the original .iso from Finder into the images section of Disk Utility (on the left side underneath the mounted drive list), and then double click on it there. A faded "diskNs1" should appear underneath it, and a dialog box will say the disk is not mountable. The "diskNs1" is the embedded .iso. | |
| 3. Run "dd if=/dev/rdiskNs1 of=./ubuntu-extracted.iso bs=1m" to copy out the working .iso image. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Open the Disk Utility gui application. (Easy way to find it: Search using spotlight.) | |
| 2. Drag the original .iso from Finder into the images section of Disk Utility (on the left side underneath the mounted drive list), and then double click on it there. A faded "diskNs1" should appear underneath it, and a dialog box will say the disk is not mountable. The "diskNs1" is the embedded .iso. | |
| 3. Run "dd if=/dev/rdiskNs1 of=./ubuntu-extracted.iso bs=1m" to copy out the working .iso image. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Open the Disk Utility gui application. (Easy way to find it: Search using spotlight.) | |
| 2. Drag the original .iso from Finder into the images section of Disk Utility (on the left side underneath the mounted drive list), and then double click on it there. A faded "diskNs1" should appear underneath it, and a dialog box will say the disk is not mountable. The "diskNs1" is the embedded .iso. | |
| 3. Run "dd if=/dev/rdiskNs1 of=./ubuntu-extracted.iso bs=1m" to copy out the working .iso image. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/local/src/ | |
| wget http://archive.apache.org/dist/subversion/subversion-1.7.0.tar.gz | |
| tar zxf subversion-1.7.0.tar.gz | |
| If download link don’t work get the correct one from http://subversion.apache.org/download/ | |
| #Enter extracted source directory and download apache apr and apr-util before compiling subversion | |
| cd /usr/local/src/subversion-1.7.0 | |
| wget http://rahulsoni.me/files/apr-util-1.3.12.tar.gz | |
| wget http://rahulsoni.me/files/apr-1.4.5.tar.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/local/src/ | |
| wget http://archive.apache.org/dist/subversion/subversion-1.7.0.tar.gz | |
| tar zxf subversion-1.7.0.tar.gz | |
| If download link don’t work get the correct one from http://subversion.apache.org/download/ | |
| #Enter extracted source directory and download apache apr and apr-util before compiling subversion | |
| cd /usr/local/src/subversion-1.7.0 | |
| wget http://rahulsoni.me/files/apr-util-1.3.12.tar.gz | |
| wget http://rahulsoni.me/files/apr-1.4.5.tar.gz |