The .htaccess (hypertext access) file is a powerful WWW and FTP directory configuration file that can be used to modify connection requests to a server. It is a very useful tool in the web industry because it gives Continue reading Direct all traffic to a single page using Apache rewrites
Category Archives: Computer Science
Computer Science (CS) and Information Technology (IT) related items will be posted under this category. Topics include, but not limited to, system administration, hardware/software troubleshooting, coding/programming (PHP, HTML, Java, Python, etc) and more.
Configuring DHCP for LAN using Windows Server
Windows Server 2010 (also anything on NT platform; 2000, 2008, etc) is a powerful operating system with a wide range of capabilities. That is why most companies regardless of how small they are allocate a significant amount of their IT Continue reading Configuring DHCP for LAN using Windows Server
Creating Local Area Networks
Local Area Network (LAN) is a type of data network which is the first electronic network ever created at the early stages of networking. Even today as we are approaching year 2013, LANs still hold their dominance over any other type of network. It is used in almost every home Continue reading Creating Local Area Networks
How to prevent secondary harddrives from falling asleep
This wasn’t a common question few years ago when SSDs (Solid State Hard Drives) are expensive. The only people who cared about drive hibernation (aka going to/falling sleep) are Continue reading How to prevent secondary harddrives from falling asleep
Creating a basic CSS
CSS (Cascading Style Sheets) is an integrated coding language that works well with HTML, XML, PHP, and many others. This is why you will come across Continue reading Creating a basic CSS