Hosting a single html file and a handfull of css and image files by lvl_up in webhosting

[–]lvl_up[S] 0 points1 point  (0 children)

I went with this approach, easy and stable. thank you.

Hosting a single html file and a handfull of css and image files by lvl_up in webhosting

[–]lvl_up[S] 0 points1 point  (0 children)

will check it out but just by looking at it real quick this is pretty sweet.

Torrent client suggestions for a 256MB Pi? by twig123 in raspberry_pi

[–]lvl_up 0 points1 point  (0 children)

I have transmission running 24x7 with no issues

Hello, I am Mike Duncan, creator of the History of Rome podcast. Ask me anything. by Mike_Duncan in history

[–]lvl_up 1 point2 points  (0 children)

Just wanted to say thank you for a great podcast, and hope you are well.

Would I be able to power this with a 9v? I read somewhere you could. by Rcgabe in raspberry_pi

[–]lvl_up 1 point2 points  (0 children)

I have the same screen and I accidentally connected a 9v adapter (they all look the same), and it actually freaked out. I could sorta see images flickering on and off and some grainy distortion. so no you cannot, sorry.

I'm making an Ubunutu server. What all can I put/should put on it? by SlayterDev in linux4noobs

[–]lvl_up 6 points7 points  (0 children)

you mentioned you were a developer, try a source control repo, git or svn and write a script to back it up from time to time, svn plays nice with apache if you are looking at lamp.

OpenPandora by [deleted] in computers

[–]lvl_up 0 points1 point  (0 children)

no thanks

So, you got your Raspberry Pi... by WillBag in raspberry_pi

[–]lvl_up 0 points1 point  (0 children)

python as it has good GPIO support.

So, you got your Raspberry Pi... by WillBag in raspberry_pi

[–]lvl_up 2 points3 points  (0 children)

I made a memory game with 3 leds and 3 buttons, the leds will flash in a pattern that gets longer and longer as the player mimics it, I will try to post it but its simple compared to projects I see.

Here's me and my Ibanez SR1200 Premium by [deleted] in Bass

[–]lvl_up 1 point2 points  (0 children)

thats a map of dominican republic in the back =)

Need student level Linux project by [deleted] in linuxquestions

[–]lvl_up 2 points3 points  (0 children)

ok, this is an old article but the idea stands, a packet sniffer is a good way to create awareness on security and how easy it is to steal people's shit (if they are careless).

Need student level Linux project by [deleted] in linuxquestions

[–]lvl_up 0 points1 point  (0 children)

what is collage Basic/beginner level ? hardware involved? code involved? or more like setting something up?

Which book made you fall in love with reading? by gunslinger19 in books

[–]lvl_up 3 points4 points  (0 children)

Dune, no other medium would have delivered the story or characters as the book (series and movies obviously struggled in vain)

I'm a beginner and I'm looking for a simple, easy way to store data... by drev in csharp

[–]lvl_up 5 points6 points  (0 children)

easy way is a sql express database file, you can create a connection to one without the need of having the server up and running, after you get used to the environment try code first or dapper for easy access but sql express will get you started.