Jump to content

jollyrancher82

Dedicated Members
  • Posts

    919
  • Joined

  • Last visited

Posts posted by jollyrancher82

  1. Someone from the nUbuntu forums created this userbar, so if you like it, please download it and feel free to use it, and spread the word about nUbuntu.

    nUbuntu_User.png

    I would also like to share that nUbuntu Live (stable) has just reached over 10,000 downloads. Which is 3417.96875 Gigabytes of data transferred.

  2. see "hacking" and "revers snegiering" and "programign" arnt things u can be taught.

    Ok, so lets put this into perspective, you say they cannot be taught? The how does someone learn them? Something must teach them, no matter what this is, saying reading, someone teaching. Everything (with exceptions) is pretty much taught. Yes you can teach someone "hacking", you can show them where to look for books, websites, etc. Sure you can teach "reverse engineering", you can show them things you have learnt, this is classed as teaching. Oh and yes you can teach "programming", they don't offer these College and University programming courses for fun? Even if you learn programming from a book, something is teaching you..oh the book?

  3. You can use your IP Address or Domain Name to connect to a VPN, a Domain Name is just something to make an IP address easier to remember and fancy. For example which is easier to remember 64.233.187.99 or google.com? :)

    If you need to find your IP just head over to http://www.whatismyip.com and find out, or you could sign up for DynDNS or No-IP to get yourself a free DNS

  4. Due to "Dodgy Digg XML" the Digg RSS feed doesn't work with the RSS Newspaper of Jon's. I found away around this and it's a little bit of work but quite simple. It does require a bit of knowledge about CSS, but if you head over to the hak.5 IRC channel (irc.efnet.net #hak5) you can get some help.

    First of all you will need to head over to digg to get the javascript code for the feed.

    http://digg.com/jshomepageedit

    You will need to change it to "Titles and descriptions", however many diggs you want to show, and make sure you choose "divs".

    <script language="JavaScript" src="http://digg.com/jshomepageall/verbose/5/divs/" type="text/javascript"></script>

    You will be given something which looks ike this. You put this in a <div> in index.php, for example:

    &lt;div style="clear:center;"&gt;
    
        &lt;h2&gt;&lt;a href="http://www.digg.com"&gt;Digg&lt;/a&gt;&lt;/h2&gt;
    
        &lt;script 
    
            language="JavaScript" 
    
            src="http://digg.com/jshomepageall/verbose/5/divs/" 
    
            type="text/javascript"&gt;
    
        &lt;/script&gt;
    
    &lt;/div&gt;

    Ok, now you will need to format it in css_2.css. Each Digg has 2 divs, a <div> with a class called "rss_item". The link to the digg storie has a psuedo-class of "rss_item" then another div block with a class called "rss_body". Now you can format these you css like the following for example:

    li.rss_item {
    
        font-size:11px;
    
        font-family: verdana; 
    
    }
    
    
    
    a.rss_item:link {
    
        font-size:12px;
    
        margin:0px;
    
        font-family: verdana;
    
        font-weight: bold;
    
    }
    
    
    
    a.rss_item:visited {
    
        font-size:12px;
    
        margin:0px;
    
        font-family: verdana;
    
        font-weight: bold;
    
    }
    
    
    
    a.rss_item:active {
    
        font-size:12px;
    
        margin:0px;
    
        font-family: verdana;
    
        font-weight: bold;
    
    }
    
    
    
    a.rss_item:hover {
    
        font-size:12px;
    
        margin:0px;
    
        font-family: verdana;
    
        font-weight: bold;
    
    }
    
    
    
    .rss_body {
    
        margin-left:10px;
    
        margin-top: 10px;
    
        margin-bottom: 10px;
    
    }

    Then when you run newspaper.bat it should display the digg stories :)

  5. Awesome episode :) well worth the waiting 20k/s download *cough cough*. You should sell tshirts in GBP so I can buy one :(

    Awesome work worth that waiting and I cannot wait until Ep4 *hibernates in bed until Nov 5th* ooh bonfire night in the UK.

×
×
  • Create New...