Here?s a neat Windows 7 trick that?s been doing the rounds on the Internet. It enables ?GodMode,? a term devised by the Microsoft development team, which provides a single place to access all Windows settings without needing to browse options and folders in the Control Panel.To use it: 1.[*]Create a new folder. 2. Rename the folder toGodMode.{ED7BA470-8E54-465E-825C-99712043E01C} ...
Originally Posted by siosios Automated linux file backup w/Webmin As I manage 3 linux server computers, it became more apparent I needed to setup some kind of automatic backup method of certain data for the game servers that I manage. After about 4 hours of working, I created that system I needed and im sharing the method and custom scripts I coded to do this. (This is tested on a RHEL based distro, but will probably work on any RHEL or dabien linux distro). When copying the below code, you need to put ...
Originally Posted by siosios What's all this now? HTML and CSS are the standard (very simple) languages to make web pages. HyperText Markup Language defines the structure of the page and its content, while Cascading Style Sheets determine how it all looks and how it gets arranged on the page. What about XHTML? DHTML? How many kinds of HTML *are* there? There's a simple language known as XML ("eXtensible Markup Language") that's very similar in looks to HTML, but has stricter rules that make ...
Originally Posted by siosios <><><><><><><><><><><><><><><><><><><><> How to make your computer Anti-DDoS (DDoS Protection) <><><><><><><><><><><><><><><><><><><><> What you need: "Harden It" ---> So google it. Open up regedit ...
Updated 07-22-2011 at 08:26 PM by siosios
Originally Posted by siosios gonna play around with some things concerning redirects and domain names for the game servers. redirect: N00bunlimited office server this can be done several ways - html, php, or .htaccess HTML: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=steam://connect/75.126.43.191:27018"></HEAD> ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=steam://connect/75.126.43.191:27018"></HEAD>
Updated 07-22-2011 at 08:27 PM by siosios