|
Quick Contact
1 845 202 0395

Blog Posts

Simple trick to extract any file in linux

In linux it can be a pain to remember how to extract archived files. To fix this we can create a command that will extract any archieve for us. Add the following to your ~/.bashrc # Extract files from any archive # Usage: ex <archive_name> ex () { if [ -f $1 ] ; then case $1 in *.tar.bz2) tar xjf $1 ;; *.tar.gz) tar xzf $1 ;; *.bz2) bunzip2 $1 ;; *.rar) rar x $1 ;; *.gz) gunzip $1 ;; *.tar) tar xf $1 ;; *.tbz2) tar xjf $1 ;; *.tgz)...

Advancements

I have some great news. This weekend (If all my backed work gets finished) I will be testing a video server. If all goes well we will also be able to provide video services.

Designers Wanted

1337Hax is currently looking for HTML designers. We are looking for people with knowladge of html and css. This is because we frown upon designs based on tables. If you think you would like to work with us send an e-mail to Will G, willg@1337Hax.org We are looking for designers that want to help make themes not sites. We want you to be able to design a single html page that can be used with our backend.

Welcome

We are happy to say that our new site is up and running. Design Changes will be on the way.....

  • Search

Epsilon sign up form


Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur excepteur sint occaecat cupidatat non

1337Hax Client Login