Second Website

The second website is running from my server that is running 24/7 maintained by me. You may also realize that it says “Dawnter”, Dawnter is my Username online username I’ve been using for a long while now.. and its kinda also my online gaming website purpose… It is running minecraft server (I’m into minecraft[PC] also…) [dawnter.ddns.net:25565 << the server ip]

The server is currently used for my website, minecraft, bitcoin miners… and is partly powered powered by solar panels 10 Watt’s(9AM-11AM) to be exact… Below here is pictures of my server setup..

Notice all the wires? I did some modifications to make it run partly on solar panels… and plus this whole setup requires (0.8 HDD Amps+ 0.5 Raspberry pi amps + 1.2 bitcoin miner amps) * 5 volts = 12.5 Watt’s… Cool right? πŸ˜€

Oh the server also runs on a Raspberry Pi in Debian linux… ARMv6 Broadcom chip I think…Β  On overclock 1GHZ w/ aluminum heatsink… using an old USB IDE HDD…

So ya thats my server at home…

My Other Stuff

I’m possibly going to add a my gaming tab on this website because well there isn’t always much to say about what i’m doing plus there’s more pictures of my gaming stuff… just to make my blog less boring! If it isn’t boring to you, then you might want to ignore that gaming tab that will appear in the index… πŸ˜›

The gaming section is mostly about my gaming experience.. i may show my online friends to this website location… I will be posting anything game related into that section like Snapshots, Developments, Tutorial, Reference, Tips, Experience…

Also going to add a Project Section on my blog…

Working on the website today! πŸ™‚

After Posting: Haha its also my 10th post on Oct 10th Funny!!

Project Idea!!!

Lately I’ve been thinking I want to go back to my Hobby a bit but still focus on school and other things that are important in my life. So this project is kinda a side project… simple and plain… for me of course!

Sooo the project is simple its a Impulse & Up-Time Counter!! The reason why is well A) I’d like to count the time of how long my server’s been online… B) I wanna do a simple project C) I previously worked a project that was similar to it… D) plus It would be cool if I posted how this project started and finished! πŸ™‚

What will I be using? I will be using a microcontroller and led’s.. I will program it using arduino. I’m not sure what will I use for the power source… 5-2volts is what I need to run it…

How will I do it? Well what IΒ  planned to do is design my own printed circuit board(not my first time) and let someone else make it for me(which is cheaper and nicer then I can do/less hazardous– because fact is making printed circuit boards require chemicals and I don’t want to deal with Chemicals–)… and I’ll recieve the printed circuit board put it together myself…

Hopefully shouldn’t be that expensive for me… I already have some of the things for this project.

and If this project did ever start you’ll see in the INDEX will have something that says PROJECTS…

Just another small project of mine…

I spent half of today figuring out how to tunnel a proxy securely… using SSH(Secure SHell) Proxy. The reason why I wanted to do all this was because I understood that public wifi’s are very fishy and I would hate to browsing in a unsecured internet… πŸ™

The Stuff

What I thought of was using my Debian Home Server and Android Smartphone.

If your also wondering what things I used, well I used SSHTunnel(On Android) and a SSH server…

The Concept… Soooo….

The idea was having a secure connection that would remote me to my home internet, but also protect the data that is being sent/received by home and me since I am using a foreign/unknown connection. And supposedly if this connection was tampered/disrupted it should disconnect as I understand. After few hours solving why it kept dropping connections after a min of running, I somewhat figured out it the cause and I was fully able to get it to working in the end!

In Short Sentence, I’m able to use my home internet anywhere even when I’m not home,All I just need free internet.(And Securely use my device without any middle man spying between me and my home internet).

Final Thoughts… Um well I hope it works and it better! But no it’ll work there is documentation about this already… Soo I enjoyed the small project. πŸ™‚ Thanks for Reading…

[C++ Class]

Chapter 3

*Cin is the way we get value from the keyboard.

*You can use mathematical Expressions in your code.

*Recall of Please Excuse My Dear Aunt Sally (Algebra Stuff).

*Data Types have priority shocking…

*I didn’t know there was *= , /= , %=. Now I do πŸ™‚

*Learning how to format your console Output to look nice.