Quantcast
Channel: Coding –
Browsing latest articles
Browse All 20 View Live

504 Gateway Timeout on NGINX Server

server: NGINX module: php5-fpm os: Ubuntu The Problem: Browsing to a Website returns 504 Gateway Timeout A first world problem is having to wait for a website to load. Nobody these days has the...

View Article


Image may be NSFW.
Clik here to view.

Using Python’s webbrowser Package to Open a Website URL

language: Python package: webbrowser browser: Google Chrome OS: Windows In this tutorial I will explain how to use the Python package webbrowser to first: open up a specified browser tab (Google...

View Article

Mount: Can’t Find /dev/xvdg in /etc/fstab or /etc/mtab

os: Ubuntu / Linux terminal: SSH mount: can’t find /dev/xvdg in /etc/fstab or /etc/mtab The above is the exact response that my terminal in Ubuntu gave me when trying to send the command: sudo mount...

View Article

Image may be NSFW.
Clik here to view.

Creating Multiple Instances of Tor, Giving Multiple IP Addresses

OS: Amazon Linux / Linux / CentOS / RedHat Package: Tor (the Onion Router) Tor is a anonymizing tool used around the world in various security scenarios. Even just for the regular Joe wanting to keep...

View Article

Image may be NSFW.
Clik here to view.

Installing PhantomJS on Amazon Linux / Fedora / RedHat / CentOS over SSH

OS: Amazon Linux / Fedora / Redhad / CentOS method: SSH program: PhantomJS dependency: Python What is PhantomJS PhantomJS is what is known as a headless web browser. This means it’s a web browser like...

View Article


Image may be NSFW.
Clik here to view.

Creating a Link in MINDBODY’s Branded Web

website: MINDBODY Branded Heal Code ManagerSaaS: MINDBODYwebsite software: WordPressWordPress plugin: MINDBODY Widget What Is | MINDBODY Branded Web MINDBODY offers what they refer to as Branded Web...

View Article

Image may be NSFW.
Clik here to view.

Changing Memberpress Recurring Product Description at Checkout

Software: WordPressPlugin: MemberpressPlugin: My Custom Functions Overview Memberpress is a plugin for WordPress that allows the owner of the website to create a powerful member based website. It...

View Article

Image may be NSFW.
Clik here to view.

How To Create a *.bat File in Windows For Task Scheduler To Run Python Script

If you would like to run your Python script without having to open your IDE to complete a task, you can do so by creating a *.bat file. I’d be interested to hear what other reasons why you found this...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting Task Scheduler Running a Python Script

program: Pythonpackage manager: PIPide: Spyder The Background Creating an automated or scheduled task on your computer in Windows or Mac is pretty awesome for saving time doing routine tasks,...

View Article


Image may be NSFW.
Clik here to view.

Python Error: Unsupported Pickle Protocol 5

python ide: Spyderos: Windowspackage: Pickle5package: Pickle Introduction In a previous article on trying to discover why a program would run in Spyder, and then when I ran it in IDLE or from command...

View Article
Browsing latest articles
Browse All 20 View Live