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.