MESSAGE
DATE | 2016-03-17 |
FROM | Ruben Safir
|
SUBJECT | Re: [Hangout-NYLXS] [nylug-talk] NYLXS: Kernel and C Programming
|
On 03/17/2016 11:12 AM, Paul Li wrote: > Hi Ruben, > > There seems to be an issue with installing opensuse tumbleweed i585 32 bit on my virtual box on Mac. There's a Reddit post that says virtualbox doesn't work with tumbleweed. > > I'm thinking of installing something light. Considering Debian. Will that affect the Linux hacking? > > Also considering Ubuntu. >
Don't do ubuntu. BTW - debian is not light, but it is OK. FWIW, use the opensuse-at-opensuse.org mailing list.
They are pretty good. You can see some of the discussions on this I entered into hangout, which FWIW, is where I'm sending this discussion
> Thanks > Paul > > Please excuse typos. Sent via mobile. > >> On Mar 15, 2016, at 10:40 PM, Ruben Safir wrote: >> >>> On 03/16/2016 02:32 AM, Paul Li wrote: >>> Hi Ruben, >>> >>> I just downloaded opensuse. Will try to install it when I have more time. I will try to attend next week's meeting if we are meeting. >> >> thanks, but if you need help make a shout out >>> Paul >>> >>> Please excuse typos. Sent via mobile. >>> >>>>> On Mar 15, 2016, at 10:06 PM, Ruben Safir wrote: >>>>> >>>>> On 03/15/2016 09:55 PM, Paul Li wrote: >>>>> I won't make it tonight. Still need to install Linux on virtual box. >>>> >>>> in fact we worked on that for two days. I would suggest that you bring >>>> that problem to us, or you will never get started. >>>> >>>> >>>> >>>> >>>>> Paul >>>>> >>>>> Please excuse typos. Sent via mobile. >>>>> >>>>>>> On Mar 14, 2016, at 8:47 PM, Ruben Safir wrote: >>>>>>> >>>>>>> On 03/14/2016 10:23 PM, Paul Li wrote: >>>>>>> Hi Ruben, >>>>>>> >>>>>>> What time is this meet up at the Rose bar? >>>>>>> >>>>>>> Paul >>>>>>> >>>>>>> Please excuse typos. Sent via mobile. >>>>>>> >>>>>>>> On Mar 14, 2016, at 3:09 PM, Ruben Safir wrote: >>>>>>>> >>>>>>>> What: Workshop Organizational Meeting >>>>>>>> When: Tuesday - March 15th, 2016 >>>>>>>> Where: The Killarney Rose >>>>>>>> 80 Beaver Street and 127 Pearl Street >>>>>>>> Manhattan Island New York >>>>>>>> >>>>>>>> Trains 2,3,4,5 to Wall Street >>>>>>>> R Train to Whitehall Street >>>>>> >>>>>> 7PM >>>>>> >>>>>> Are you ready? >>>>>> >>>>>>>> >>>>>>>> Who - Anyone who wants to learn how to hack in C, C++ and hack the Linux >>>>>>>> Kernel internals.... >>>>>>>> >>>>>>>> Welcome to the workshop meeting Tuesday. We'll get together to take a >>>>>>>> good look at vim, make and gcc on Linux Kernel. We are going to sign up >>>>>>>> of http://eudyptula-challenge.org/ as a springboard for kernel >>>>>>>> development. >>>>>>>> >>>>>>>> >>>>>>>> Also, we will talk about about getting the Journal published. I have a >>>>>>>> few articles now, need a few more and need to put the journal together. >>>>>>>> Can use some help. Get your name on the cover. >>>>>>>> >>>>>>>> Finally, we will talk about scheduling field trips to geek meetings in >>>>>>>> the city and nearby cities, the best one being the coming Libreplanet. >>>>>>>> >>>>>>>> So come on DOWN and get your hands DIRTY BABY...learn to code until your >>>>>>>> fingernails bleed! >>>>>>>> >>>>>>>> >>>>>>>> ~~~CEO of Brooklyn >>>>>>>> >>>>>>>> RESOURCES: ****LOOK CLOSELY*** >>>>>>>> http://www.nylxs.com/ >>>>>>>> http://kernelnewbies.org/ >>>>>>>> https://engineering.purdue.edu/ECN/Support/KB/Docs/ViTextEditorTutorial >>>>>>>> http://blog.rlove.org/2010/07/linux-kernel-development-third-edition.html >>>>>>>> http://shop.oreilly.com/product/0636920026891.do >>>>>>>> http://it-ebooks.info/book/819/ >>>>>>>> http://www.instructables.com/id/Introduction-38/ >>>>>>>> http://knking.com/books/c/ >>>>>>>> http://www.stroustrup.com/books.html >>>>>>>> http://faq.cprogramming.com/cgi-bin/smartfaq.cgi >>>>>>>> http://c-faq.com/ >>>>>>>> >>>>>>>> We will be looking at this code and getting adjusted to vim >>>>>>>> #include >>>>>>>> >>>>>>>> void test_arrays(int a, int b, int matrix[][4]); >>>>>>>> >>>>>>>> int main(int argv, char * argc ) >>>>>>>> { >>>>>>>> int array[4][4]={ {1,2,3,4}, >>>>>>>> {11,12,13,14},{21,22,23,24},{101,102,103,104}}; >>>>>>>> unsigned int i, j; >>>>>>>> for(i=0; i<4; i++){ >>>>>>>> for(j=0; j<4; j++){ >>>>>>>> printf("%d\t", array[i][j]); >>>>>>>> } >>>>>>>> printf("\n"); >>>>>>>> } >>>>>>>> printf("\n"); >>>>>>>> test_arrays(4,4,array); >>>>>>>> return 0; >>>>>>>> } >>>>>>>> >>>>>>>> void test_arrays(int a, int b, int matrix[][4]){ >>>>>>>> printf("This is the first element of the matrix %d \n", *matrix); >>>>>>>> printf("This is the first element of the matrix %p \n", matrix); >>>>>>>> printf("This is the first element of the matrix %p \n", *matrix); >>>>>>>> printf("This is the first element of the **matrix %d \n", **matrix); >>>>>>>> } >>>>>>>> >>>>>>>> >>>>>>>> NOTE: THERE WILL BE NO HARDWARE QUESTIONS TOMORROW. >>>>>>>> >>>>>>>> Ruben >>>>>>>> >>>>>>>> -- >>>>>>>> So many immigrant groups have swept through our town >>>>>>>> that Brooklyn, like Atlantis, reaches mythological >>>>>>>> proportions in the mind of the world - RI Safir 1998 >>>>>>>> http://www.mrbrklyn.com >>>>>>>> >>>>>>>> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 >>>>>>>> http://www.nylxs.com - Leadership Development in Free Software >>>>>>>> http://www2.mrbrklyn.com/resources - Unpublished Archive >>>>>>>> http://www.coinhangout.com - coins! >>>>>>>> http://www.brooklyn-living.com >>>>>>>> >>>>>>>> Being so tracked is for FARM ANIMALS and and extermination camps, >>>>>>>> but incompatible with living as a free human being. -RI Safir 2013 >>>>>>>> _______________________________________________ >>>>>>>> hangout mailing list >>>>>>>> hangout-at-nylxs.com >>>>>>>> http://www.nylxs.com/ >>>>>>>> _______________________________________________ >>>>>>>> nylug-talk mailing list >>>>>>>> nylug-talk-at-nylug.org >>>>>>>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >>>>>>> _______________________________________________ >>>>>>> nylug-talk mailing list >>>>>>> nylug-talk-at-nylug.org >>>>>>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >>>>>> >>>>>> >>>>>> -- >>>>>> So many immigrant groups have swept through our town >>>>>> that Brooklyn, like Atlantis, reaches mythological >>>>>> proportions in the mind of the world - RI Safir 1998 >>>>>> http://www.mrbrklyn.com >>>>>> >>>>>> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 >>>>>> http://www.nylxs.com - Leadership Development in Free Software >>>>>> http://www2.mrbrklyn.com/resources - Unpublished Archive >>>>>> http://www.coinhangout.com - coins! >>>>>> http://www.brooklyn-living.com >>>>>> >>>>>> Being so tracked is for FARM ANIMALS and and extermination camps, >>>>>> but incompatible with living as a free human being. -RI Safir 2013 >>>>>> _______________________________________________ >>>>>> nylug-talk mailing list >>>>>> nylug-talk-at-nylug.org >>>>>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >>>>> _______________________________________________ >>>>> nylug-talk mailing list >>>>> nylug-talk-at-nylug.org >>>>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >>>> >>>> >>>> -- >>>> So many immigrant groups have swept through our town >>>> that Brooklyn, like Atlantis, reaches mythological >>>> proportions in the mind of the world - RI Safir 1998 >>>> http://www.mrbrklyn.com >>>> >>>> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 >>>> http://www.nylxs.com - Leadership Development in Free Software >>>> http://www2.mrbrklyn.com/resources - Unpublished Archive >>>> http://www.coinhangout.com - coins! >>>> http://www.brooklyn-living.com >>>> >>>> Being so tracked is for FARM ANIMALS and and extermination camps, >>>> but incompatible with living as a free human being. -RI Safir 2013 >>>> _______________________________________________ >>>> nylug-talk mailing list >>>> nylug-talk-at-nylug.org >>>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >>> _______________________________________________ >>> nylug-talk mailing list >>> nylug-talk-at-nylug.org >>> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >> >> >> -- >> So many immigrant groups have swept through our town >> that Brooklyn, like Atlantis, reaches mythological >> proportions in the mind of the world - RI Safir 1998 >> http://www.mrbrklyn.com >> >> DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 >> http://www.nylxs.com - Leadership Development in Free Software >> http://www2.mrbrklyn.com/resources - Unpublished Archive >> http://www.coinhangout.com - coins! >> http://www.brooklyn-living.com >> >> Being so tracked is for FARM ANIMALS and and extermination camps, >> but incompatible with living as a free human being. -RI Safir 2013 >> _______________________________________________ >> nylug-talk mailing list >> nylug-talk-at-nylug.org >> http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk > _______________________________________________ > nylug-talk mailing list > nylug-talk-at-nylug.org > http://mail.nylug.org/cgi-bin/mailman/listinfo/nylug-talk >
-- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Safir 1998 http://www.mrbrklyn.com
DRM is THEFT - We are the STAKEHOLDERS - RI Safir 2002 http://www.nylxs.com - Leadership Development in Free Software http://www2.mrbrklyn.com/resources - Unpublished Archive http://www.coinhangout.com - coins! http://www.brooklyn-living.com
Being so tracked is for FARM ANIMALS and and extermination camps, but incompatible with living as a free human being. -RI Safir 2013 _______________________________________________ hangout mailing list hangout-at-nylxs.com http://www.nylxs.com/
|
|