INTRODUCTION Strings in assembly protected by XenoCode was encrypted. This tool will help you to decrypt string into readable form. Flow control is defeated too, but this tool can not recover to 100% original code. After version 1.0.1.3, the code name of this tool will be changed to DeXe because it is a part of… Continue reading DeXe – Deobfuscator for Xenocode
MySql console – Most used commands
1. Login At the Enter Password prompt, type your password. When you type the correct password, the mysql> prompt appears. 2. List all databases 3. Access a specific database 4. List all tables 5. The path to root config file 6. Create user To create a database user, type the following command. Replace username with… Continue reading MySql console – Most used commands
How to add subdomain in nginx server?
Follow these following steps to add a subdomain within Nginx server. 1. In the domain panel, add an A-record to point the new subdomain to your server 2. Register the new subdomain with Nginx server 3. Use this simple configuration for the newly created file 4. To enable the configuration, make a symlink to the… Continue reading How to add subdomain in nginx server?
My online notes – Section 0006
Note 1: Sony Ericsson PC Suite for Z610i http://www.megaupload.com/?d=V7II5C41 Note 2: Set autostart for program
My online notes – Section 0005
Note 1: Impersonation for accessing network path
My online notes – Section 0004
Note 1: Proxy of HttpWebRequest for uploading Note 2: Walkthrough: Implementing Virtual Mode in the Windows Forms DataGridView Control for page loading http://msdn.microsoft.com/en-us/library/15a31akc.aspx
My online notes – Section 0003
Note 1: Check if current user is administrator Note 2: ContextMenuStrip at selected row open and Index in DataTable localize.
How to update Ubuntu with disk full error?
The following commands below are for updating Ubuntu
All reference steps for setting up VPS in Azure
0. Keep system updated 1. How to enable root? 2. Enable SSH for root? Add a line in the Authentication section of the file that says PermitRootLogin yes. Save the updated /etc/ssh/sshd_config file. Restart the SSH server 3. Install Nginx. 4. Create a link site Restart nginx 4. Install .Net Core Runtime 5. Install Certbot… Continue reading All reference steps for setting up VPS in Azure
How to install MongoDb on Ubuntu and Azure?
Follow the following instructions to install MongoDb on Ubuntu https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ Or execute the following commands After installing, you can start MongoDb Some commands for daily use To allow remote connection for Azure, open the port Edit /etc/mongod.conf