One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
var mongoose = require('mongoose'); | |
var Schema = mongoose.Schema; | |
var assert = require('assert') | |
console.log('\n==========='); | |
console.log(' mongoose version: %s', mongoose.version); | |
console.log('========\n\n'); | |
var dbname = 'testing_geojsonPoint'; |
Testing with Internet Explorer / NAT Port Forwarding | |
It is possible to connect to the rails server inside the linux virtual machine from the host computer. | |
This allows testing the development site with Internet Explorer. | |
Note: This assumes the CentOS vm is running in NAT networking mode. | |
1) Find out what ip address the vm is using. Open a terminal in the vm and run /sbin/ifconfig | |
For this example the eth0 inet addr is 192.168.179.128. | |
2) Open System > Administration > Security Level and Firewall. (Enter the root password if necessary.) | |
3) On the "Firewall Options" tab, open the "Other ports" section and add ports 3000 and 8080. | |
4) Click ok and confirm the changes. | |
2) On the windows host, open C:\ProgramData\VMware\vmnetnat.conf with a text editor. |
<div class="row" id="box-search"> | |
<div class="thumbnail text-center"> | |
<img src="img/cafe.jpg" alt="" class="img-responsive"> | |
<div class="caption"> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ab, quisquam?</p> | |
</div> | |
</div> | |
</div> |
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |
Find the Discord channel in which you would like to send commits and other updates
In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe!
Note: This is the guide for v 2.x.
For the v3, please follow this url: https://blog.csdn.net/sam_shan/article/details/80585240 Thanks @liy-cn for contributing.
For the v6, please follow the comment below: https://gist.github.com/trandaison/40b1d83618ae8e3d2da59df8c395093a?permalink_comment_id=5079514#gistcomment-5079514
Download: StarUML.io
To build the extension, update the username/password and zip `background.js` and `manifest.json` in a single archive. | |
As posted on: https://timvisee.com/blog/list-export-your-subreddits/
To obtain a list of your subreddits, do the following:
Enter
.javascript:
is included at the beginning, your browser might remove it while copy-pasting for security reasons:
We need to create a virtual env for our app to run in: More Here Run this command in whatever folder you want to create your venv folder
python -m venv ./venv