Clearing cache is something that a Drupal developer do frequently. Here are the 4 most popular ways to clear the cache.
1.Install the devel module which adds a cache clear option for administrators. You'll find a devel block to add to a region for quick cache clearing.
2. If you install the admin menu and get a quick menu in the top left for clearing various caches in Drupal.
Cache
Cleaning cache, cookies, history etc. in each browser is a very difficult task, for this we use different types of command for each browser which is time consuming process. For this there is a solution BleachBit, an open source software it first publicly released on 24 December 2008 for GNU/Linux systems.
At times we would want to clone a local git repository from one computer to another. Suppose, a developer uses git for his local project in Ubuntu. He would like to share his project with another developer who is working on another machine. Then how could he do that? Here is what they can use git clone with IP address.