blog.salientdigital.com
Tag » WordPress « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/wordpress
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to fix WordPress wp-admin htpasswd redirect loop. Posted on August 6th, 2014. Password protecting directories works following these simple steps. Click Password Protect Directories. Navigate to public html by clicking on the folder ICON. Click the folder name link (NOT the icon) for wp-admin directory. It turns out the answer is simple. AuthUserFile "/home/your...
blog.salientdigital.com
Tag » installation « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/installation
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. Extending Apple Apache & PHP with Homebrew. Posted on November 18th, 2014. I recently got a new Macbook Pro (Mavericks) and decided to use the bundled Apache 2.2.6 and PHP 5.4.30. All you have to do is uncomment the PHP extension:. LoadModule php5 module libexec/apache2/libphp5.so. In /private/etc/apache2/httpd.conf and start Apache:. Brew to the rescue. Usr/local/...
blog.salientdigital.com
How to fix WordPress wp-admin htpasswd redirect loop @ Salient Digital Techno Blog
http://blog.salientdigital.com/2014/08/06/how-to-fix-wordpress-wp-admin-htpasswd-redirect-loop
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to fix WordPress wp-admin htpasswd redirect loop. Posted on August 6th, 2014. Password protecting directories works following these simple steps. Click Password Protect Directories. Navigate to public html by clicking on the folder ICON. Click the folder name link (NOT the icon) for wp-admin directory. It turns out the answer is simple. AuthUserFile "/home/your...
blog.salientdigital.com
Tag » MySQL « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/mysql
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to start MySQL on Mac OS X. Posted on December 14th, 2014. Macpro: me$ mysql.server start. Macpro: me$ sudo mysql.server start. Technology, Computers and Digital Lifestyle. How to use MySQL Replication. Posted on November 4th, 2011. How to Set up MySQL Replication. MySQL Docs for SHOW SLAVE STATUS. Checking MySQL Replication Status. SHOW SLAVE STATUS;. Until Lo...
blog.salientdigital.com
Tag » bash « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/bash
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to split a file into 2 chunks in bash. Posted on May 9th, 2014. I have a task to take a file with millions of lines, and to split it in exactly two files, with a controlled top `head` portion part A file, and the remainder of the lines in part B file. Split [OPTION]. [INPUT [PREFIX]. Remainderof bigfile.txt 1000. When that runs you will have this result. Z $3 ]...
blog.salientdigital.com
Tag » Redis « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/redis
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. Extending Apple Apache & PHP with Homebrew. Posted on November 18th, 2014. I recently got a new Macbook Pro (Mavericks) and decided to use the bundled Apache 2.2.6 and PHP 5.4.30. All you have to do is uncomment the PHP extension:. LoadModule php5 module libexec/apache2/libphp5.so. In /private/etc/apache2/httpd.conf and start Apache:. Brew to the rescue. Usr/local/...
blog.salientdigital.com
How to split a file into 2 chunks in bash @ Salient Digital Techno Blog
http://blog.salientdigital.com/2014/05/09/how-to-split-a-file-into-2-chunks-in-bash
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to split a file into 2 chunks in bash. Posted on May 9th, 2014. I have a task to take a file with millions of lines, and to split it in exactly two files, with a controlled top `head` portion part A file, and the remainder of the lines in part B file. Split [OPTION]. [INPUT [PREFIX]. Remainderof bigfile.txt 1000. When that runs you will have this result. Z $3 ]...
blog.salientdigital.com
How to install PHP 5.4 or PHP 5.3 on Mac OS X Yosemite @ Salient Digital Techno Blog
http://blog.salientdigital.com/2014/12/14/how-to-install-php-5-4-or-php-5-3-on-mac-os-x-yosemite
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to install PHP 5.4 or PHP 5.3 on Mac OS X Yosemite. Posted on December 14th, 2014. Yosemite comes with Apache 2.4 and PHP 5.5 preinstalled. You don’t need MAMP, only MySQL or MariaDB. Regardless, you can use PHP 5.5, PHP 5.4 or PHP 5.3 as needed. Try the following…. Sudo mv /usr/local/bin/php /usr/local/bin/php55 sudo mv /usr/bin/php /usr/bin/php55.
blog.salientdigital.com
Tag » scripting « @ Salient Digital Techno Blog
http://blog.salientdigital.com/tags/scripting
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to split a file into 2 chunks in bash. Posted on May 9th, 2014. I have a task to take a file with millions of lines, and to split it in exactly two files, with a controlled top `head` portion part A file, and the remainder of the lines in part B file. Split [OPTION]. [INPUT [PREFIX]. Remainderof bigfile.txt 1000. When that runs you will have this result. Z $3 ]...
blog.salientdigital.com
How to fix: The connection has timed out in Firefox 29 @ Salient Digital Techno Blog
http://blog.salientdigital.com/2014/06/06/how-to-fix-the-connection-has-timed-out-in-firefox-29
Salient Digital Techno Blog. Ramblings on technology with a dash of social commentary. Just when you thought you had everything figured out,. How to fix: The connection has timed out in Firefox 29. Posted on June 6th, 2014. If your web page dies in 5 minutes, it may not be a server-side issue. I recently ran into a situation where a long-running webpage would timeout after 5 minutes in Firefox. Every time, with no server logs generated. I tried it in Chrome and things worked fine. Navigate to the followi...