View RSS Feed

Tech Space

  1. 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
  2. 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
  3. 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
Page 2 of 2 FirstFirst 12