View RSS Feed

Recent Blogs Posts

  1. 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
  2. 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
  3. 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
  4. How-to detect a possible intruder (Linux Server)

    Quote Originally Posted by siosios View Post
    Advise: this are steps recompiled from the network and a from some books, these were not done by me.

    Hello..

    I have a few incomplete steps to see if I got some intruder in my Linux system.. But i really would like to have all your suggestions to make a good doc about this matter, so please, post your tips and tricks about this subject.

    1.- Download and run Rkhunter & Chkrootkit
    2.- Run "w", and "netstat -nalp |grep "SHPORTHERE"
    ...

    Updated 12-26-2011 at 09:48 PM by siosios

    Categories
    Tech Space
  5. How to install shoutcast server

    Quote Originally Posted by siosios View Post
    What is shoutcast?

    SHOUTcast is Nullsoft's Free Winamp-based distributed streaming audio system. Thousands of broadcasters around the world are waiting for you to tune in and listen.

    How do we install shoutcast?

    Generally you dont want to run shoutcast as root as that can be really bad. so we create a shoutcast user:

    1.) Login to root
    2.) adduser shoutcast
    3.) passwd shoutcast

    Now it will ask for a new password set
    ...

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

    Categories
    Tech Space