
blog.geekslikeshinythings.com
Geeks Like Shiny ThingsThe life and love of awesome, shiny, new, elaborate, magical, mystical items, artifacts, articles, parts, collections, objects, and other things.
http://blog.geekslikeshinythings.com/
The life and love of awesome, shiny, new, elaborate, magical, mystical items, artifacts, articles, parts, collections, objects, and other things.
http://blog.geekslikeshinythings.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Wednesday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
1
SITE IP
172.217.6.243
LOAD TIME
0.656 sec
SCORE
6.2
Geeks Like Shiny Things | blog.geekslikeshinythings.com Reviews
https://blog.geekslikeshinythings.com
The life and love of awesome, shiny, new, elaborate, magical, mystical items, artifacts, articles, parts, collections, objects, and other things.
Geeks Like Shiny Things: xdebug with phpstorm and puphpet vagrant box
http://blog.geekslikeshinythings.com/2016/12/xdebug-with-phpstorm-and-puphpet.html
Geeks Like Shiny Things. Monday, December 12, 2016. Xdebug with phpstorm and puphpet vagrant box. Is useful in many ways. debugging. Profiling, error reporting. I have linked to many of these articles throughout this post. This one, is likely the most helpful for puphpet (vagrant box), php, and xdebug. Assuming you have already used that article to setup puphpet with phpstorm, this is how you can add profiling. (could add these configs to your puphpet box also! Configure your php.ini for xdebug. Simple t...
Geeks Like Shiny Things: May 2015
http://blog.geekslikeshinythings.com/2015_05_01_archive.html
Geeks Like Shiny Things. Friday, May 22, 2015. Copying Database - MySQL. Https:/ dev.mysql.com/doc/refman/5.0/en/copying-databases.html. To transfer the database. For large tables, this is much faster than simply using. In the following commands,. Represents the full path name. Of the directory you use to store the output from. First, create the directory for the output files and dump the database:. Then transfer the files in the. Create tables in database. Txt # load data into tables. Links to this post.
Geeks Like Shiny Things: March 2015
http://blog.geekslikeshinythings.com/2015_03_01_archive.html
Geeks Like Shiny Things. Saturday, March 7, 2015. Linux Permissions - SSHFS. I recently have been working on remote linux machine and had permission issues due to the setup and it not seeing me as in the group locally. (sshfs mount). Here is what I came up with. Set group and default username. Sudo chown -R username:group /var/www/vhosts # group sticky bit so files retain group permissions. Sudo find /var/www/vhosts -type d -exec chmod g s {}. Read / write for group and owner, read for other.
Geeks Like Shiny Things: June 2015
http://blog.geekslikeshinythings.com/2015_06_01_archive.html
Geeks Like Shiny Things. Thursday, June 25, 2015. MySQL open files limit. The MySQL open files limit is currently 1024 by default. I tried to just increase the open files limit in /etc/my.cnf, but you/I need to update the system itself! If you can get your system to accept more files opened at once, you can get this up to 65536. Here is how to get started. Add the following to bottom of file to set for everything. Repeat for /etc/security/limits.d/90-nproc.conf. To temporarily set the open files limit.
Geeks Like Shiny Things: February 2016
http://blog.geekslikeshinythings.com/2016_02_01_archive.html
Geeks Like Shiny Things. Monday, February 22, 2016. Emberjs CentOS 7 setup. SETUP = = = = =. CentOS 7 Example *. Yum install git,npm,nodejs;. Npm install -g ember-cli. Npm install -g watchman. Npm install -g phantomjs. Both should output a version number # #. Npm install -g npm@latest. Open the firewall # #. Iptables -I INPUT 1 -p tcp - dport 49152 -j ACCEPT. Iptables -I INPUT 1 -p tcp - dport 4200 -j ACCEPT. Setup your project # #. NOT AS ROOT # # #. Start ember server # #. Links to this post. Then we c...
TOTAL PAGES IN THIS WEBSITE
19
Migrating To Devops
In the current age of internet speed, you can't scale a company without having Dev and Ops close together. In older, or more established organizations, the transition to a Devops mentality has many challenges. Here are my thought on Devops from the perspective of an established organization migrating to Devops. Monday, October 27, 2014. DevOps is Necessary but not Sufficient. DevOps is Necessary but not Sufficient (my predictions for the future of DevOps). Tuesday, September 9, 2014. A large part of this...
Antoine Turmel – open-source, web, jeux vidéo, actualités, technologies
Aller au contenu principal. Open-source, web, jeux vidéo, actualités, technologies. J’ai essayé la Nintendo Switch! Ça y est, enfin un article sur mon blog depuis le temps 😃. Nintendo a présenté vendredi 13 janvier sa nouvelle console, la Nintendo Switch et grâce à Frostis de 3DSinNantes (mais aussi Factornews et NintenDomaine) j’ai pu aller essayer la Switch à Paris au Grand Palais le samedi 14. Alors que penser de cette nouvelle console? Dans des jeux comme Arms. La fonction HD Rumble. Est assez impre...
Build It and They Will Blog | Tell the World What You Think!
Build It and They Will Blog. Tell the World What You Think! February 19th, 2016. Building a Pool House ( Framing ). October 31st, 2013. Continuing from Building a Pool House ( Framing Design ). I couldn’t have done it without my Dad’s help. Thanks Pops. This photo is courtesy of my backyard neighbor Phil who also helped us, thanks Phil. The front wall is on the ground and you can see part of the back wall laying on top of the floor in the background. Three Walls Up, No Roof. Putting Up the Rafters. Conti...
readyme.es - Valora la comida preparada del supermercado
Busca, valora o encuentra tu menú de hoy! Busca, valora o encuentra tu menú de hoy! Registrate y comienza a valorar la comida precocinada de tus supermercados favoritos. Es gratis! Ya tengo una cuenta. Logueate para comenzar a valorar productos. Si no sabes que comer hoy, accede a nuestros filtros y elige el supermercado/s que tienes disponibles, filtra por nombre, marca, precio, valoración mínima. y encuentra que comer hoy. AÑADE UNO SI NO EXISTE. Has encontrado algo nuevo? Ha sido una decepción?
Geeks In Action – Life, the Universe and Everything
Darr; Skip to Main Content. Why I Use WordPress. No Comments ↓. If you want to check how many you got right, wikipedia has a nice list. Writing code at the creation of a fragment. No Comments ↓. I wanted to start a new activity and in the view for that activity display a chart using the Android GraphView. Jonas provides nice documentation with example code. Init example series data. That finally put the last piece in place for me though. I cannot believe I finally figured this out. Oh – here’...Http:/ sc...
Geeks Like Shiny Things
Geeks Like Shiny Things. Monday, December 12, 2016. Xdebug with phpstorm and puphpet vagrant box. Is useful in many ways. debugging. Profiling, error reporting. I have linked to many of these articles throughout this post. This one, is likely the most helpful for puphpet (vagrant box), php, and xdebug. Assuming you have already used that article to setup puphpet with phpstorm, this is how you can add profiling. (could add these configs to your puphpet box also! Configure your php.ini for xdebug. Catchabl...
Default Web Site Page
If you are the owner of this website, please contact your hosting provider: webmaster@blog.geeksmarter.com. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.
Geek Smithology
July 13, 2010. Filed under: Written Word. By Nathan @ 4:41 pm. Okay, so I’m looking to get Bill Clegg’s memoir “Portrait of the Addict as a Young Man? June 7, 2010. Life with the iPad. Filed under: Grab Bag. By Nathan @ 4:10 pm. So, I went ahead and got an iPad. Call me an Apple fanboy if you want, because, well, I am. Predictably, I am typing this post on the iPad (using a wireless bluetooth keyboard and the WordPress app, which has a nice iPad version.). The web is really quick (even over 3G is pretty ...
Blog – Geeks On Call -
Technology Gifts for Moms, Dads and Grads! Thinking about a special gift for Mother’s Day, Father’s Day or Graduation Day? You can’t go wrong with the gift of technology! The number of choices in technology is simply overwhelming, so let Geeks On Call help you with some suggestions. Ready to Update That PC? How about Microsoft’s Surface 3? How about a Tablet? Make Someone Happy with a New Smartphone! Who wouldn’t love to receive Google’s Chromecast HDMI Streaming Media Player? Sennheiser Momentum is at t...
GeekSoul.cz
Designer WebAPP Dev HTML5 CSS3 JavaScript (AJAX) PHP MySQL and iOS dev Founder @PooshCz. Development Designer at @TMobile CZE. Tento blog běží na systému iBlogLive, který jsem vytvořil pro magazíny @Appliste. Pro živý přepis Apple keynotů a eventů a je hostován na mém domácím serveru Raspberry Pi na kterém běží webserver Cherokee.
Geeksphere
There’s no better life led, than one led trying to make others succeed. I recently got myself a smart watch, a Weloop Tommy from China, which seems like a really good Pebble clone for less than half the price. Before going into the features, let’s get some photos first. Thanks for your question. New watchfaces will be upload in next official version. 1 month at the soonest. Mdash; weloop (@iweloop) September 24, 2014. If you are interested, you can get it over at DealExtreme. Meetup 2 was held on 19th Ma...
SOCIAL ENGAGEMENT