-
Check your DNS, e.g.: 8.8.8.8, 4.4.4.4
-
Did you have installed MS Visual C++ 2010 x86 Redistributables?
The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Backbone.js</title> | |
</head> | |
<body> | |
<!--<div style="border:1px solid red;" id="categories"></div>--> | |
<div style="border:1px solid blue;" id="boards"></div> | |
sudo modprobe vboxnetadp | |
sudo modprobe vboxnetflt |
http://gnome-look.org/content/show.php/White?content=173840 | |
http://xenlism.github.io/minimalism/#install | |
http://www.devdungeon.com/content/customizing-gnome-3-desktop-environment-arch-linux | |
http://smjrifle.net/arch-linux-installation-and-post-install-customization/ |
https://msfbt.wordpress.com/tag/backdoor/ | |
https://blog.sucuri.net/2013/07/malware-hidden-inside-jpg-exif-headers.html |
sudo pacman -S firefox firefox-i18n-pt-br flashplayer unrar unzip p7zip alsa-lib alsa-tools alsa-utils alsa-oss | |
sudo pacman -S xclip | |
# see arch wiki infinality | |
sudo vim /etc/pacman.conf | |
sudo pacman-key -r IDKEY | |
sudo pacman-key -f IDKEY | |
sudo pacman-key --lsign-key IDKEY | |
sudo pacman -Sy |
Check your DNS, e.g.: 8.8.8.8, 4.4.4.4
Did you have installed MS Visual C++ 2010 x86 Redistributables?
The box 'laravel/homestead' could not be found or could not be accessed in the remote catalog. If this is a private
https://developer.apple.com/downloads/?=command%20line%20tools |
<?php | |
class Xpto | |
{ | |
protected $a = 'a'; | |
public $b = 'b'; | |
public function __get($key) | |
{ | |
echo '__get() '; |
npm config set registry "http://registry.npmjs.org/" |
cd `brew --prefix` | |
git remote add origin https://github.com/mxcl/homebrew.git | |
git fetch origin | |
git reset --hard origin/master |