The Blood Rising
Would you like to react to this message? Create an account in a few clicks or log in to continue.


The Blood Rising is/was an Assault Cube Clan created on February 6th, 2010; and ended on May 26th, 2013.
 
HomeHome  GalleryGallery  SearchSearch  Latest imagesLatest images  RegisterRegister  Log inLog in  
Latest topics
» Come Back Kids
Raspberry Pi Icon_minitimeThu Jul 01, 2021 5:07 pm by DaRealRocky

» a look back
Raspberry Pi Icon_minitimeTue Aug 19, 2014 5:10 pm by Soulker

» moved and settled pretty much
Raspberry Pi Icon_minitimeSun May 05, 2013 1:50 pm by Sticky

» CyberSecurity Bills
Raspberry Pi Icon_minitimeMon Apr 22, 2013 12:37 am by Iguana

» Raspberry Pi
Raspberry Pi Icon_minitimeWed Apr 10, 2013 1:20 pm by Iguana

» New IRC server
Raspberry Pi Icon_minitimeSat Apr 06, 2013 1:03 pm by Iguana

» Nomz Nomz gone wrong....
Raspberry Pi Icon_minitimeSat Mar 30, 2013 2:40 pm by DaRealRocky

» akimbo ac_wadi?
Raspberry Pi Icon_minitimeSun Mar 17, 2013 2:50 am by Bloodsport

» {TBR} vs [SODA] (tie)
Raspberry Pi Icon_minitimeSun Mar 03, 2013 4:27 pm by BHO

Top posters
DaRealRocky
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
Bloodsport
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
Iguana
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
Sticky
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
ReEsEs
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
ASCII
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
*SMG_3m*
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
MerCyKiL
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
Soulker
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 
Badass Teddy
Raspberry Pi Vote_lcapRaspberry Pi Voting_barRaspberry Pi Vote_rcap 

 

 Raspberry Pi

Go down 
+3
Bloodsport
CuppyCakesMEOW
Iguana
7 posters
AuthorMessage
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Raspberry Pi   Raspberry Pi Icon_minitimeTue Aug 28, 2012 9:18 pm

behold the pi!
"click for food":
still waiting for it to fill up the 32gb sd card.. -.-
but its awsome (i think) Raspberry Pi Rasp_turn_around
Back to top Go down
CuppyCakesMEOW

CuppyCakesMEOW


Posts : 16
Join date : 2012-08-25
Age : 27
Location : kitty-land, japan

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeWed Aug 29, 2012 12:04 am

Iguana wrote:
behold the pi!
"click for food":
still waiting for it to fill up the 32gb sd card.. -.-
but its awsome (i think) Raspberry Pi Rasp_turn_around



THAT IS NOT FOOD XD
Back to top Go down
https://www.facebook.com/GlowyStix
Bloodsport
Admin
Bloodsport


Posts : 1395
Join date : 2010-02-06

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeWed Aug 29, 2012 3:11 pm

heh, awesome! I really want one and the required amount of free time to play around with some robotics.
Back to top Go down
Sticky

Sticky


Posts : 723
Join date : 2010-02-08
Age : 37
Location : Virginia,USA

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeWed Aug 29, 2012 8:20 pm

what is it? scratch
Back to top Go down
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeWed Aug 29, 2012 11:11 pm

For the not so technical people..

This is the pi
main site: http://www.raspberrypi.org/
hardware specs: http://elinux.org/RPi_Hardware

"click for more food!":

$25-35 arm based micro pc as big as a mouse that runs linux tux
Back to top Go down
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeFri Aug 31, 2012 1:16 pm

currently trying to make a server work on it, i have cross-compiled the server stuff over to arm, but it gives me errors..
http://forum.cubers.net/thread-5775-post-107050.html#pid107050
Back to top Go down
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeSun Sep 02, 2012 7:33 pm

And i got it to work.
Raspberry Pi P1030720s

I did ask ironzorg about it too, but he wasn't much help,
anyways here is a guide if anyone needs it

Code:
* * * ASSAULT CUBE SERVERS TUTORIAL ON RASPBIAN OS FOR THE RASPBERRY PI * * *

\\\ Download the Assault Cube source, and linux AC files from soruceforge @ http://sourceforge.net/projects/actiongame/
\\\ Then once both are extracted in the /home/pi folder
\\\ Rename the linux download to AC
\\\ Rename the source download to ac-source
\\\ Make a folder called bin_unix in ac_source
/// Note: source folders' need to be inside the ac_source/source folder
/// Make an .sh file named raspiACserver.sh and place it in /home/pi/AC
/// In raspiACserver.sh add "exec bin_unix/native_server <your server arguments/strings>"
/// Help for server strings can be found here http://assault.cubers.net/docs/commandline.html and here http://wiki.cubers.net/action/view/Server_hints_1.0.4

Then in the root terminal do:

#########################################

cd /home/pi/ac_source/source/enet; sudo sh ./configure --build=x86-linux --host=arm-unknown-linux-gnueabi; make clean && make && make install

cd /home/pi/ac_source/src; make server_install; cd /home/pi/ac_source/bin_unix; cp native_server /home/pi/AC/bin_unix; cd /home/pi/AC; chmod u+x bin_unix/native_server

ln -s /usr/local/lib/libenet.so.1.0.0 /usr/lib/libenet.so.1

cd /home/pi/AC/; sh ./raspiACserver.sh

#########################################

BAM!


Last edited by Iguana on Thu Sep 20, 2012 6:20 pm; edited 2 times in total
Back to top Go down
BHO

BHO


Posts : 81
Join date : 2012-08-16
Location : <(*.*)>

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeSun Sep 02, 2012 7:48 pm

100% awsome Very Happy
Back to top Go down
http://<(*.*)>
Sticky

Sticky


Posts : 723
Join date : 2010-02-08
Age : 37
Location : Virginia,USA

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeSun Sep 02, 2012 9:50 pm

there's another lil pc the is 50-80& i think runs android google apc pc or w/e Razz
Back to top Go down
ShadowFlameZ




Posts : 35
Join date : 2012-01-19

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeMon Sep 03, 2012 1:25 pm

Ironzorg <3
Back to top Go down
Bloodsport
Admin
Bloodsport


Posts : 1395
Join date : 2010-02-06

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeMon Sep 03, 2012 2:59 pm

Nice work Iggy.

I wouldn't expect much help from ironzorg. After all, he was almost certainly involved in helping the majority of his clan members use a wallhack.
Back to top Go down
MerCyKiL

MerCyKiL


Posts : 406
Join date : 2011-10-07
Location : Ohio

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeSat Sep 08, 2012 2:51 pm

ighty will i iz confus so this obviously does not concern me but awesome work man! Razz
Back to top Go down
BHO

BHO


Posts : 81
Join date : 2012-08-16
Location : <(*.*)>

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeThu Sep 20, 2012 12:41 pm

Back to top Go down
http://<(*.*)>
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeThu Sep 20, 2012 2:12 pm

/me goes and updates os image

nice, thanks bho
Back to top Go down
BHO

BHO


Posts : 81
Join date : 2012-08-16
Location : <(*.*)>

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeThu Sep 20, 2012 3:22 pm

np bro, lmk how it works out for you.
Back to top Go down
http://<(*.*)>
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeThu Sep 20, 2012 6:25 pm

compiling ac server less than 1 min, unlike before ~15 min pff
Back to top Go down
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeMon Oct 15, 2012 5:52 am

I think i've gone to heven and jizzed myself!

http://www.raspberrypi.org/archives/2180
Raspberry Pi with 512mb of ram @ $35 <3

Yes, i am strange >.<
Back to top Go down
Bloodsport
Admin
Bloodsport


Posts : 1395
Join date : 2010-02-06

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeMon Oct 15, 2012 1:04 pm

LOL Iggy. But yeah, geeky things are cool. I sepnd my weekends walking slowly around historic monuments taking photos for 3D model making. Bit of a geek too Wink
Back to top Go down
BHO

BHO


Posts : 81
Join date : 2012-08-16
Location : <(*.*)>

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeTue Oct 16, 2012 11:47 am

does this mean ur getting a new PI iggy?
Back to top Go down
http://<(*.*)>
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeTue Oct 16, 2012 5:22 pm

BHO wrote:
does this mean ur getting a new PI iggy?
maybe, but lol bho want my old pi?
Back to top Go down
BHO

BHO


Posts : 81
Join date : 2012-08-16
Location : <(*.*)>

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeThu Oct 18, 2012 7:31 pm

Iguana wrote:
BHO wrote:
does this mean ur getting a new PI iggy?
maybe, but lol bho want my old pi?

perhaps....
Back to top Go down
http://<(*.*)>
Iguana
Admin
Iguana


Posts : 888
Join date : 2010-07-11

Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitimeWed Apr 10, 2013 1:20 pm

Back to top Go down
Sponsored content





Raspberry Pi Empty
PostSubject: Re: Raspberry Pi   Raspberry Pi Icon_minitime

Back to top Go down
 
Raspberry Pi
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
The Blood Rising :: Open section :: Offtopic-
Jump to: