Popular Posts

Sunday, July 10, 2016

Resetting TCP/IP Stack to Default

Right-click on cmd in the search results for Programs, and select Run as administrator. Depending on your computer settings, you may be asked to provide an administrator password before you can continue.

Type "netsh int ip reset" and then hit the Enter key on your keyboard.

Sunday, June 26, 2016

Configure Fortinet

Configure Fortinet/ FortinetWiFii 30D
DG : 192.168.1.99
User : admin
Password:                         (Blank)


Friday, August 28, 2015

Magento Tutorial

Changing the ordernumber in Magento

When moving to Magento, some people might want to change the default ordernumber 000000001 to some other number - either fooling the customer into thinking this is a very popular shop, or when migrating from another webshop to Magento. Here's how to change that order number.

MySQL table eav_entity_store
New ordernumbers are determined by a value called the increment_id, and this increment_id is stored in the database table eav_entity_store. You should login to the MySQL database using a program likephpMyAdmin, and then you will be able to edit the contents of this table.
If the database table is empty, this means that the system has not created any orders yet. Instead of trying to hack the database, it's best to create a fake order. To create a fake order you will also need to create a customer and a product, so it's probably best to perform this task just before you're going live with your shop.

Changing which increment_id?

Once you have completed orders, the table eav_entity_store will contain various records, and every record contains a different increment_id. The logic here is that increment_ids are used by various Magento entities, like orders and customers. In a default situation the record for customers has an entity_type_id of 2, while orders have an entity_type_id of 11. So to change the ordernumber for orders, you will need to edit the row with entity_type_id 11.
If you really want to know the IDs used for the different entities in the Magento database, take a look in the database table eav_entity_type, which lists various parts of an entity (like underlying PHP-classes and other MySQL tables).

What can you do with the ordernumber?

We recommend not changing the length of the ordernumber, nor the starting number of the increment_id(which should be the same as the increment_prefix) in the same table. But you can easily change some of the zeroes into other numbers.
Note that this will not change any data already stored in the database.

Disable admin notification popup

Every time you log in to the Magento Admin Panel, you see an admin notification popop message telling you there's a new Magento version. As a developer, it's best to stay informed about new releases by reading blogs, tweets and lots of other news channels - besides this, upgrades should never be taken lightly. It's possible to remove this notification popup message.

To remove this notification popup message.
  • Login to your Magento Admin Panel
  • Go to System >> Configuration >> Advanced
  • Disable the Mage_AdminNotification module


https://www.yireo.com/tutorials/magento


Wednesday, August 5, 2015

Outlook 2013 Error 0x800CCC13 Cannot connect to the network


First create a new shortcut to Outlook 2013. Right click/Run As Administrator. Send/receive. 

If it works, it tells that it is the permissions. Then Right click /Compatibility/ Privilege Level/ Run This Program As Administrator. Send/Receive. 

If it works, it tells that it is the permissions. 

You could just leave it, OR, do this: got to C drive/ Program Files/ Microsoft Office/ Office 15 Folder/ Right Click/ Properties/ Security/ Administrators and Users All Checked Full Control. This should fix it permanently. Send/receive.

Thursday, July 2, 2015

How to set up a VPN Server on Windows Server 2012

Add roles and features




















VPN Access











After connecting VPN cause my internet to not work?

What you are looking to do is called split tunneling. If you are using a Microsoft PPTP VPN, you need to uncheck "Use default gateway on remote network" in the TCP/IPv4 advanced settings for the VPN connection.
If you are using another VPN client, you need to look for something related to split tunneling in the VPN client's documentations. Please note that some VPN's allow the administrator to disable split tunneling.
enter image description here