Effective Date: March 14, 2026 Last Updated: March 26, 2026
TabStash does not collect, transmit, or share any personal data. All data is stored locally on your device and never leaves your browser.
| <?php | |
| // Disable all products from being purchasable - Add this to your (child) theme functions.php file | |
| add_filter( 'woocommerce_is_purchasable', '__return_false' ); |
| [ | |
| { | |
| "city": "New York", | |
| "growth_from_2000_to_2013": "4.8%", | |
| "latitude": 40.7127837, | |
| "longitude": -74.0059413, | |
| "population": "8405837", | |
| "rank": "1", | |
| "state": "New York" | |
| }, |
| 1. Disk cleanup. | |
| 2. Open run then use the %TEMP% command and delete every file in there. Windows won't delete anything it needs | |
| 3. Open up run again but this time use the prefetch command and delete everything in this folder. Again, Windows won't delete anything it needs. | |
| 4. If there's memory issues (Windows telling you you're running out of memory when opening a lot of different apps), increase the virtual memory. For example, if you have 4GB of RAM, do 1024 x 4 so that would be 4096 then take that number and multiply by 2 and get 8192 so initial size would be 8192 and max size would be 91992. | |
| 5. Run msconfig, go to boot tab, then advanced options, check the number or processors box and then change the number to the number of processors you have. Also check the max memory box. Uncheck anything in startup you don't need as well. |
| #Example: | |
| start "Firefox" "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" https://www.goncaloperes.com https://career.goncaloperes.com https://contexper.pt |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| @echo off | |
| robocopy "FROM_LOCATION" "TO_LOCATION" /mir /R:0 /W:0 |
1. Find your phpMyAdmin Version
Access your phpMyAdmin interface and scroll to the bottom to check if you are using the updated version.
2. Download the Newest phpMyAdmin Version
Access phpMyAdmin Official Website and download the most recent version.
3. Find your phpMyAdmin Directory