Alexander Newton Levey
RSS
  • Home
  • About
  • Contact
  • Projects
    • Rarbytes

Recovering Songs from Ipod Touch

By Alexander Newton Levey On May 19, 2012 · Add Comment
So a few weeks ago as most of you will know i lost my laptop.   This left me with a fully function Ipod Touch thatĀ becauseĀ of Apple i couldn’t recover the songs off. However after some searching i found a piece of Software for windows that allowed me to get all my songs off my [...]
[Continue Reading...]

SQL – Drop all Tables – ORACLE

By Alexander Newton Levey On May 19, 2012 · Add Comment
As far as i know this only works with Oracle. Although i am sure there are alternative commands that you could use with mySQL.   select 'drop table '||table_name||' cascade constraints;' from user_tables; This will show the list of all the tables that a USER HAS ACCESS TO AND CAN DROP, so you know… don’t [...]
[Continue Reading...]

OpenSSH

By Alexander Newton Levey On May 17, 2012 · Add Comment
http://sshwindows.webheat.co.uk/   This simply put allows you to SSH from the windows command line. Thank god. It also allows the use of setting up an SSH Server on a windows box pretty easily to but i haven’t looked into it.
[Continue Reading...]

SSHFS

By Alexander Newton Levey On May 17, 2012 · Add Comment
  So SSHFS what a thing. Basically it allows me to mount a network location in Linux. What? Maybe i should explain better. By using it i create a SSH tunnel to my desired host. Much like just opening an SSH connection and doing stuff from there. This however lets me mount the hosts directories [...]
[Continue Reading...]

A gradient working across the majority of browsers

By Alexander Newton Levey On May 17, 2012 · Add Comment
background: #336600; /* Old browsers – not a gradient but gives it something at least */ background: -moz-linear-gradient(top, #99cc66 0%, #336600 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc66), color-stop(100%,#336600)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #99cc66 0%,#336600 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #99cc66 0%,#336600 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, [...]
[Continue Reading...]
← Previous Entries
  • A random photo

    1324630409177.jpg
  • Categories

  • Links

    • Facebook
    • Fake Email Sender
    • SplatDesign
  • Other Interesting Blogs

    • Alex Gates
    • Jason Bouwmeester
    • Josh Gay
    • Nick Jones
  • Archives

  • Tags

    admin archived c cmd desktop evil html ipod mysql oracle php rarbytes server snippet software songs sql ssh tip utility windows
  • About
  • Contact
Build a website with PageLines