Unhide Windows System and Hidden folders
In command line, run: attrib -h -s c:/path_to_your_folder
Read full article →Showing 86 articles in the Operating Systems category.
← Back to all categoriesIn command line, run: attrib -h -s c:/path_to_your_folder
Read full article →When you get a warning in Eclipse, which says: Proguard returned with error code 1. See console. com.google.ads.m: can't find referenced class com.google.ads.internal.state.AdState, this is how you can fix it:...
Read full article →Recently my computer was stuck in an infinite loop of crashes, where every 10 seconds or so Windows Explorer stopped working and completely restarted with this error: "Windows Explorer has...
Read full article →Hi, this is how you can fix the issue with Remote Desktop connection (through SSH tunnel) stuck in "Welcome" screen. Recently I've encountered a problem with Remote Desktop connection where...
Read full article →Couple commands to make your Linux file searching life easier: Find the text inside all files of /var/www/html/ directory: grep "search_term" /var/www/html/*.* Find all files in /var/www/html/ directory created within...
Read full article →This maybe particularly useful for those who need to know how to block all ports in IPTABLES except 80 & 443 (Linux Firewall - Centos 5.5). Type in: sudo iptables...
Read full article →This is a simple guide on how to block an IP address in Centos, RHEL or Fedora Linux. To block an ip address, type these two commands: # iptables -A...
Read full article →Step by step guide on how to upgrade WRT400N from original Linksys firmware to DD-WRT. This guide is for DD-WRT v24-sp2 released by BrainSlayer on 17.Feb.2011. In terms of functionality,...
Read full article →Working in network support environment, I get this question asked so many times, I've stopped counting long time ago :) Here are 3 ways of doing it: 1. CTRL+ALT+END to...
Read full article →If you get an error "Fault outside of MS-DOS Extender", when installing Win98 in Virtual Box (vbox), take these steps to solve the issue: In Vbox settings: - Uncheck "Enable...
Read full article →