Oct 20, 2020
Download Windows Preinstallation Environment 1.0 (Windows XP Mode) (WinPE Iso) The first release of Windows Preinstallation Environment, built from Windows XP RTM1.1 .
Further reading
Windows XP Preinstallation Environment.
Preinstallation Environment (WinPE) for Windows XP.
Preinstallation Environment (WinPE) for Windows Vista.
External links
Windows XP Preinstallation Environment DVD image
Preinstallation EnvironmentQ:
How to make different ips from one ip address by using Node.js?
I'm trying to create a chat application that I want to manage by 4 different ips (using different ports).
My idea was to use express and mongoose to send and receive messages.
At the moment I have this route:
//Process message
router.post('/process', (req, res, next) => {
if(validate(req)) {
User.findByIdAndUpdate(req.user._id, req.body, (err, user) => {
if(err) {
console.log(err)
}
res.redirect('/user/'+user._id)
});
}
})
So, every user has an id in the User model.
My idea was to send messages by finding this id in the database and using it to get the users message. The server will look up the ip address from the user who sends the message.
For example, this is my user model:
UserSchema = mongoose.Schema({
_id: mongoose.Schema.Types.ObjectId,
email: String,
firstName: String,
lastName: String,
password: String,
phone: String,
ips: [String],
messages:[String]
})
The ips: [String] array is the array that contains all the ips.
And this is how I tried to send the messages
router.post('/process', (req, res, next) => {
if(validate(req)) {
User.findByIdAndUpdate(req be359ba680
Related links:
Comments