GREG HOWE (FEAT. RICHIE KOTZEN) - SHADY LANE
HIDEAWAY – JACOB COLLIER
Jump Around by House of Pain(Lyrics)
Who's Lovin You - Jackson 5 (SIMILAR TO MEZZACAPO CLEMENTE singing ETTA JAMES)
Andy Timmons - There Are No Words
tracy chapman - give me one reason
Tracy Chapman - Fast car
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
<?php | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.com | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/3.9/src/wp-includes/query.php | |
*/ | |
$args = array( | |
//////Author Parameters - Show posts associated with certain author. |
$ ssh www-data@{IP ADDRESS HERE}
- Are you sure you want to continue connecting (yes/no)? yes
[email protected]'s password:
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
# To list the installed packages | |
```TXT | |
apm list --installed --bare > ~/Desktop/package-list.txt | |
``` | |
# To install from that file | |
```TXT | |
apm install --packages-file ~/Desktop/package-list.txt |
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
# SSH Keys Generation | |
### Checking for existing SSH keys first | |
```TXT | |
ls -al ~/.ssh | |
``` | |
### Generating a new SSH key |
When running the apt-get update
command, the process 'hangs' when checking security.ubuntu.com
endpoints.
This is apparantely due to an issue some sites face when trying to connect over IPv6 and whilst it is assumed that this will be
fixed at some point in the future (sooner rather than later judging by the transition to IPv6 by most), the fix below resolves
this issue, allowing the update process to complete successfully.
NewerOlder