C coded dxf to g-code converter, the building process...

More
16 Apr 2019 01:42 - 16 Apr 2019 01:51 #130956 by Grotius
Thank you Tommy,

Did not know that you had that over year's and year's.

I am thinking about setting up MyTube instead of YouTube.
It's just an frustration i have about YouTube for several years.
But i did not have the skill's to build something my own in the past.

Linux changed my way of thinking a lot the past 3 years. The sky has opened a lot of new features in my mind.
In Linux the sky is the limit. I have to do with window's user's. :silly: Sorry windows user's. But linux is the future of computing.
The first quantum computer will problably have no window's environment, because quantum technology is open source, such as AI technologie. Elon Musk is also a open source guy.
Last edit: 16 Apr 2019 01:51 by Grotius.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
16 Apr 2019 01:48 #130957 by tommylight
whois mytube.com

in a terminal
It is registered till 2027 !
Your server is working, and why are you up at 3:47 AM ? Or why am i up at the same time ????
Off to bed.
Have a nice one.
The following user(s) said Thank You: Grotius

Please Log in or Create an account to join the conversation.

More
16 Apr 2019 02:08 #130959 by Grotius
If that site is registered don't bother's me. We can use this name. A website claim say's nothing to the court.

It is the idea to broadcast and host your content for your own without commerce etc, we name it MyTube.

But people have no idea how to achieve that or to set up that service for their own. It's not like their home NAS.
It is not the purpose to set up a world wide Pirate bay or drug related marked place, just like TNT!!

I think many users want to have a MyTube channel to expand their need's and can grow in the online world with their ownership bejond the big companies who think they are owning the users content !!!
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
16 Apr 2019 22:52 #131015 by tommylight
That reminds me of another website that did start doing exactly that......wait it was youtube !!! :)
Hosting a web site is easy even on a Pentium 2, hosting a video web site is a totally different ball game.
It requires a lot of servers at very high performance level that need very fast internet connection and consume a lot of power and need a lot more power to keep them cool, and a lot of space, a lot.
It took youtube ( google ) several years with some nasty add tactics to get to the point of sustainability.
After all this, i am all for it, just point the way.
The following user(s) said Thank You: Grotius

Please Log in or Create an account to join the conversation.

More
24 Apr 2019 00:34 - 24 Apr 2019 00:55 #131723 by Grotius
@Tommy,

The way of webserver's is not so easy at a certain cgi point.

I made a webserver from zero tonight, for my nephew. On the site you see the software i used for it.
It's a tiny website configured in wordpress, i made that website also tonight.
I will give this hard disc to my nephew. Then he has a server at home and
his own webhosting application running at home. He is 12 years old.
The website is currently only online when the pc is online. That will change.
www.brandoniusweb.ga

About the cgi application i have some issue to solve....

The cgi is working, it does "mkdir ..." etc. It can do calculation's etc.

The only thing it does'nt want to do is starting a terminal or starting firefox for example.

Somewhere the cgi is limited or limited with purpose. I hope to find out what the problem is.

It requires a lot of servers at very high performance level that need very fast internet connection and consume a lot of power and need a lot more power to keep them cool, and a lot of space, a lot.
Mytube is localhost power !!
We make a cgi script for this B)

I see a job :
Artificial Intelligence - Trainee | CGI.com

Just to late : www.cgi.com/us/en/careers-search/J0219-0606
Last edit: 24 Apr 2019 00:55 by Grotius.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
24 Apr 2019 11:10 #131762 by rodw

It requires a lot of servers at very high performance level that need very fast internet connection and consume a lot of power and need a lot more power to keep them cool, and a lot of space, a lot.


I thought that was AWS. But here is Google's cloud. See it truly is a cloud based company....

Attachments:
The following user(s) said Thank You: tommylight, Grotius

Please Log in or Create an account to join the conversation.

More
24 Apr 2019 23:11 #131806 by Grotius
Haha Rod, wow ...

It's looking like there are plasma's inside the building.

I did make a tutorial tonight for making a webserver. mydebiandomain.tk
Tommorow i must hack my lost password in phpmyadmin, because the email server was not active jet.
But i will add this info to the tutorial.

Now it's almost at the point to let the pc running as a server for 24hr's a day.

I have seen a code for linux that can download youtube video's. With modified script it can be the base of Mytube.
How to combine Peer to peer and different linux scripts and cgi scripts all together?

Please Log in or Create an account to join the conversation.

More
25 Apr 2019 00:48 - 25 Apr 2019 03:15 #131821 by Grotius
I found out the perfect MyTube domain.

It was not easy. :laugh:
I tested the ip adress and it works !! It will be also a very easy script install this way.



Perfect !

I looked for local ip : http://127.1.1.256 will not work.
http://127.1.1.255 will work.

Maybe type : localhost is the fastest solution. But i am thing about security solutions.
Everything between 0 and 255 and localhost is a catch.
Attachments:
Last edit: 25 Apr 2019 03:15 by Grotius.

Please Log in or Create an account to join the conversation.

More
25 Apr 2019 03:35 #131832 by tommylight
There is no place like 127.0.0.1 !

Please Log in or Create an account to join the conversation.

More
26 Apr 2019 23:31 - 26 Apr 2019 23:33 #132032 by Grotius
There is no place like 127.0.0.1 !

For the local Mytube adres (Mytube localhost) there are over 3x254 adresses available, i did not look for more :
127.0.0.1 up to 127.0.0.255
127.0.1.0 up to 127.0.1.255
127.1.0.0 up to 127.1.0.255

With linux you can load a text file including all the alias dot com sites of the world !

Look at a tiny code example, for fun : www.myccode.tk
I am looking for a more silent c code example. This code is server side reloading the html page. I am searching for a code to only reload a part of the site, like <frame>

For your own linux server hosting company, made a tutorial at : www.mydebiandomain.tk

I will try to show a minimalistic Mytube basic site example soon. Will reserve a tube domain for that to test it B)
Last edit: 26 Apr 2019 23:33 by Grotius.

Please Log in or Create an account to join the conversation.

Moderators: Skullworks
Time to create page: 0.224 seconds
Powered by Kunena Forum