View RSS Feed

siosios

  1. How to Enable Windows 7 GodMode

    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}
    ...
    Categories
    Tech Space , Tech Space
  2. Automated linux file backup w/Webmin

    Quote Originally Posted by siosios View Post
    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
    ...
    Categories
    Tech Space
  3. Just starting HTML/CSS? (Written by Kyek)

    Quote Originally Posted by siosios View Post
    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
    ...
    Categories
    Tech Space
  4. Stop DDoS attacks on your server(windows/untested by N/U)

    Quote Originally Posted by siosios View Post
    <><><><><><><><><><><><><><><><><><><><>
    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

    Categories
    Tech Space
  5. playing with redirects

    Quote Originally Posted by siosios View Post
    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>
    ...

    Updated 07-22-2011 at 08:27 PM by siosios

    Categories
    Tech Space
Page 2 of 3 FirstFirst 123 LastLast