Archive for the ‘Linux’ Category

OpenSSL Install Guide for centOS 5 Linux

Sunday, June 13th, 2010

How to install OpenSSL onto CentOS 5

wget http://www.openssl.org/source/openssl-1.0.0a.tar.gz && tar xzf openssl-1.0.0a.tar.gz && cd openssl-1.0.0a && ./config && make && make test && make install

Download latest source: http://www.openssl.org/source/

Vote in HexoSearch

Python MySQLdb install guide for cPanel/centOS

Monday, April 26th, 2010

Guide to getting MySQLdb installed for Python/MySQL to work on cPanel(11)/centOS(5.4). First you need to check if you need any of these installed (I didn’t).

yum install python-devel
yum install MySQL-devel
yum install zlib-devel
yum install openssl-devel

This one I did need was, python-setuptools this basically allows to; Download, build, install, upgrade, and uninstall Python packages - as it says on the Python website.

yum install python-setuptools.noarch

Ok lets get started. run this from your cmd line/bash.

wget http://downloads.sourceforge.net/project/mysql-python/mysql-python-test/1.2.3c1/MySQL-python-1.2.3c1.tar.gz && tar xzf MySQL-python-1.2.3c1.tar.gz && cd MySQL-python-1.2.3c1 && python setup.py build && sudo python setup.py install

That’s it your done! :) BTW, this is what I am running environment wise.

cPanel  11.25.0-R44718 - WHM 11.25.0 - X 3.9
CENTOS 5.4 i686 standard
Vote in HexoSearch

PunkBuster reports PB Server Running Old version c2.065

Wednesday, June 17th, 2009

Wow what a pain in the ass! if you happen to be running – COD4 server on centOS 5.2/5.3 with cPGS and punkbuster will not update do this!

Download this “http://cpgs.cpanel.net/pbsetup.run” and upload to your COD4 PunkBuster directory;

cd /home/username/.gameservers/cod4_#/
wget http://cpgs.cpanel.net/pbsetup.run

Register/add server:

./pbsetup.run --i-accept-the-pb-eula -ag cod4 -ap "/home/username/.gameservers/cod4_#"

Run the PB update:

./pbsetup.run --i-accept-the-pb-eula -u

Checks to see if its updated?

./pbsetup.run --i-accept-the-pb-eula -l

Thanks to darren @ cPanel Staff (Admin) – http://forums.cpanel.net/f41/cod4-server-will-not-update-pb-105713.html.

Vote in HexoSearch

Linux Command Line Torrent Client – ctorrent

Tuesday, June 16th, 2009

Want to directly download torrent via your remote linux server? use cTorrent :) (what are Torrents? here).

http://ctorrent.sourceforge.net/
http://www.rahul.net/dholmes/ctorrent/ (enhanced ctorrent).

*Tested on “CENTOS 5.3 i686″.

How to get started? – just copy and paste the below line of text into bash downloads installs everything!

wget http://kent.dl.sourceforge.net/sourceforge/dtorrent/ctorrent-dnh3.3.2.tar.gz && tar xzf ctorrent-dnh3.3.2.tar.gz && cd ctorrent-dnh3 && ./configure && make install && hash && ctorrent -h

usage -

ctorrent -s newfilename -e 12 -C 32 -p 6881 filename.torrent
//Press 'h' or '?' for help (display/control client options).

Done! Now you should see this screen w/ options (below).

Also check which ports are enabled by using “nmap”.

Install “nmap” (on CentOS 5.3) -

yum install nmap

Then run this cmd to see which active ports are enabled on your server.

nmap -sS -O 127.0.0.1

ctorrent

Vote in HexoSearch

How to Install/Update FlashPlayer 10 on BackTrack Linux

Thursday, April 16th, 2009

flash_player_rune

This is a guide Install/Update FlashPlayer on BackTrack Linux distro. you can download the latest Adobe Flash Player from here http://get.adobe.com/flashplayer/ Backtack| 3/4beta are different please see both examples below:

Download, extract & start installer, start by opening a console window “>_” and pasting this line below;

Backtrack 3
Download, extract switch directory and start install.

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzf install_flash_player_10_linux.tar.gz && cd install_flash_player_10_linux && flashplayer-installer

Finish installing.

Installer starts..
Press Enter
Press Enter to continue.

Enter Mozilla install path (this is the default FireFox path on BackTrack 3);
/usr/lib/firefox

Press Enter.

Press.
y

Press.
n
exit

Backtrack 4 Pre Release (See below for Backtrack 4 Beta)
Download, extract switch directory and start install.

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzf install_flash_player_10_linux.tar.gz && cp libflashplayer.so ~/.mozilla/plugins

Thanks @ Capnion

OLD

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzf install_flash_player_10_linux.tar.gz && cd install_flash_player_10_linux && ./flashplayer-installer

Finish installing.

Installer starts..
Press Enter
Press Enter to continue.

Enter Mozilla install path (this is the default FireFox path on BackTrack 4);
/usr/lib/firefox-3.0.11

Press Enter.

Press.
y

Press.
n
exit

Backtrack 4 Beta Release
Download, extract switch directory and start install.

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz && tar xzf install_flash_player_10_linux.tar.gz && cd install_flash_player_10_linux && ./flashplayer-installer

Finish installing.

Installer starts..
Press Enter
Press Enter to continue.

Enter Mozilla install path (this is the default FireFox path on BackTrack 4);
/usr/lib/firefox-3.0.5

Press Enter.

Press.
y

Press.
n
exit

Console closes you are finished!
Adobe AIR BackTrack installer guide coming ….

Vote in HexoSearch

Backtrack 4 BETA Release is Out!

Monday, March 16th, 2009

bt4_logo

Going to download/install this on my Eee PC tonight! http://www.remote-exploit.org/backtrack_download.html They also have the VMware Image up for download too.

Here is an official installer guide;
http://www.offensive-security.com/documentation/bt4install.pdf

Also some good information here ont his blog, where you can download the BackTrack automatic installer (which they had in BT3-beta).
http://kin.calvin.free.fr/blog/?p=16

Vote in HexoSearch

FFMPEG How to Install.

Monday, January 19th, 2009

ffmpeg_info

FFMPEG.. has to be one of the hardest thing’s to install to a linux box I mean I have tried building this thing about 300x’s over the past week nothing worked! got all these errors and there’s no information on the net about it – like all the tutorial sites don’t go into detail just expecting it to install…

Ok now onto the easy part! haha.. I found an auto installer, called “ffmpeginstall” its been the only one I have found that worked for me! I’m running (cPanel 11 / CENTOS 5.2 i686) this is all you need to do to get started/install;

wget http://ovh.dl.sourceforge.net/sourceforge/ffmpeginstall/ffmpeginstall.3.2.1.tar.gz && tar xzf ffmpeginstall.3.2.1.tar.gz && cd ffmpeginstall.3.2.1 && sh install.sh

That’s it!!! its amazing ;)

Features ffmpeginstall Version 2.x.x;

*MPlayer (MPlayer-1.0rc1.tar.bz2)
*Codecs (all-20061022.tar.bz2)
*Flvtool (flvtool2_1.0.5_rc6.tgz)
*Lame (lame-3.97.tar.gz)
*Libogg (libogg-1.1.3.tar.gz)
*Libvorbis (libvorbis-1.1.2.tar.gz)
*Vorbis-tools(vorbis-tools-1.1.1.tar.gz)
*Libtheora (libtheora-1.0alpha7.tar.gz)
*FFMPEG Svn version SVN-r10820 (ffmpeg-SVN-r10820.tar.gz)
*AMR 3gp Encoder and decoder (amrnb-7.0.0.0.tar.bz2,amrwb-7.0.0.2.tar.bz2)
*ffmpeg-php (ffmpeg-php-0.5.0.tbz2)
*Ruby (ruby-1.8.6.tar.gz)
*wmf Lib (libwmf-0.2.8.3.tar.gz)
*faad2
*facc
*a52dec-0.7.4

They also have a for Shared Host installer but you will need SSH access more here; http://www.sherin.in/ffmpeg/.

I have tested it with “VidiScript” Free Youtube Clone – www.vidiscript.com and it works perfectly!

Some useful information on my travels.. Came accross one got resource on the net – this has acutual error fixes (even though I got errors while installing FFMPEG and all the rest) > http://www.yail.net/2008/10/installing-ffmpeg-and-ffmpeg-php-on-a-cpanel-server.html.

“Admin-Ahead Server Technologies” auto FFMPEG Installer is pretty nice it can install addtional libarys codecs after compiling FFMPEG so its worth checking out (again this didn’t work but it seems the only reason was for the incorrect file (“ffmpeg_frame.lo”) named bug – something common I have come accross while trying to install manually) error;

make: *** [ffmpeg_frame.lo] Error 1

Thanks to Yun @ Carpe Noctem! – Solution: Execute the following in the ffmpeg-php folder. I’ve no idea why the files are named wrongly too.

cp ffmpeg_frame.loT ffmpeg_frame.lo

more about the installer here: http://scriptmantra.info/ffmpeg.html.

Other usful resources;

http://www.yail.net/2008/10/installing-ffmpeg-and-ffmpeg-php-on-a-cpanel-server.html
http://www.nazly.net/post/installing-ffmpeg-and-ffmpeg-php-on-centos-230/
http://forums.theplanet.com/index.php?showtopic=64541&pid=586413&mode=threaded&start=
http://www.webhostingtalk.com/showthread.php?p=4234345#post4234345
http://vexxhost.com/blog/2007/05/20/how-to-convertencode-files-to-flv-using-ffmpeg-php/
http://vexxhost.com/blog/category/ffmpeg/
http://soenkerohde.com/tutorials/ffmpeg/

TOOLS

putty
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

winSCP
http://winscp.net/eng/download.php#download2

How to Install’s?!

RUBY
http://wiki.rubyonrails.com/rails/pages/Ruby+and+Rails+on+Red+Hat+Enterprise+Linux

SUBVERSION
http://wiki.asmallorange.com/HOWTOInstallSubversionVPS

Hope someone finds this useful..

Vote in HexoSearch

eee pc…loving it!

Thursday, December 25th, 2008

Got an eee pc for xmas! (love my gf!!) (1000 – atom 1.6, 40gb ssd, wireless, bt) so amazing loving this thing one of the main reasons for getting it was for backtrack|3 (portable hacking machine) its also going to be really nice when i go over to japan next year (09 – trip of a life time!!!) just to be-able to have all my personal access email/web… plan on doing some pretty extensive mods to this aswell here are a few i’m planning on;

-backtrack|3 – greatest linux distro ever built (found this very useful)
- back-lit keyboard (more here)
- internal updated wireless card (Atheros) with external antenna jack mod (with booster).
- ultra fast SD(hc) card for my backtrack|3 installation – Sandisk 8gb Extreme III (go for around 30£’s) (ebay)
- RAM upgrade (533/667 MHz DDR2 RAM via a standard SO-DIMM module, the hardware supports up to 4GB)
- HSPA internal mod (internet access wherever i am).

will list more as i go along so expect some photos to follow.

//links
- remote exploit – backtrack|3 (link)
- eee user forums (link)
- backtrack|3 installer (link)

Vote in HexoSearch
  • Categories

  • Recent Comments

  • Recent Posts

  • Tumblr

  • Flickr Recent Photos

    cherry tree woodstonja_gravestonesPockey Chimp FlavourAUTO FTW! :)darkdaystayouttiger kittenbirdofpreyfirst photo i took with my 1000dself_portrait_02
  • XFIRE (wkly hrs pld)

  • Last.FM

  • Tags

    .MP4 Actionscript Action Script Advertising AS2 AS3 backtrack BT4 bug Call of Duty capcom centOS cpanel crossdomain Eyeblaster eyeblaster HD f4v Flash h264 HD high definition Install internet explorer Linux load loadMovie MIME MIME Types MW2 Nazi Zombies pc PHP ports preloader release date rich media shared objects Stage SWF SWFOBJECT torrents Video video/mp4 VMware win7