Search found 21 matches

by Rct_Tsoul
2021/01/26 00:33:24
Forum: 8 /8-Stream / 9-Stream - Hardware Support
Topic: CentOS - Raspberry PI 4
Replies: 65
Views: 112722

Re: CentOS - Raspberry PI 4

We need to ask this, does Raspberry Pi use Hamming code for error correcting like the x86-64 when equipped ....... if not then using the Pi for Linux is a lost cause because ANY single Bit error will cause a catastrophic failure when compiling.... A single Bit error can be caused by anything, magnet...
by Rct_Tsoul
2019/03/04 18:42:22
Forum: CentOS Social
Topic: Learning C++ Linux kernel style the first time
Replies: 5
Views: 4047

Re: Learning C++ Linux kernel style the first time

Basically I want a book that will allow me to learn GOOD practice from the start, assuming I have no knolege of programming at all, so I can follow the instructions to learn and at the same time build good habits within myself. The link you gave above is exactly what I'm talking about, I can clearly...
by Rct_Tsoul
2019/03/04 18:38:43
Forum: CentOS Social
Topic: Learning C++ Linux kernel style the first time
Replies: 5
Views: 4047

Re: Learning C++ Linux kernel style the first time

I need to learn C and then eventually to the object orientation, I'm just asking for a way to start learning that will instill good practices such as an indent of 8, keeping each line short, a good way to keep code readable so it can be edited. Example: when I look at code from the Microsoft coder i...
by Rct_Tsoul
2019/03/01 22:47:19
Forum: CentOS Social
Topic: Learning C++ Linux kernel style the first time
Replies: 5
Views: 4047

Learning C++ Linux kernel style the first time

I'm about to get back into programming after 30 years. I want to learn the right way to make my code, the Linux kernel style that is easy to read and edit., such as indent with 8 spaces and such, so if I share or release my code it can be much more productive in a team environment. Assume I have no ...
by Rct_Tsoul
2019/02/21 20:04:53
Forum: CentOS 6 - Software Support
Topic: Windows Server Core for game server atop Linux
Replies: 0
Views: 2584

Windows Server Core for game server atop Linux

I love CentOS, its perfect for running multiple game servers on a headless server and also being problem free. The problem is with Microsoft C Sharp using Microsoft Exclusive libs prevents the game devs from making a Linux Dedicated Server. Now Microsoft does have Windows Sever Core that is a comman...
by Rct_Tsoul
2012/12/24 02:47:35
Forum: CentOS 5 - Software Support
Topic: minimum memory to install GCC & Make
Replies: 2
Views: 1733

Re: minimum memory to install GCC & Make

[root@chunkhost ~]#yum -y install gcc automake autoconf libtool make Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: dist1.800hosting.com * extras: mirrors.versaweb.com * updates: mirrors.arpnetworks.com base | 1.1 kB 00:00 extras | 2.1 kB 00:00 updates | 1.9 kB 00:0...
by Rct_Tsoul
2012/12/23 22:16:26
Forum: CentOS 5 - Software Support
Topic: minimum memory to install GCC & Make
Replies: 2
Views: 1733

minimum memory to install GCC & Make

I have one of those free services that only gives you 64MB as that is more than enough to do what I want on a server side, but when I go to set it up and install my packages, it wont let me install the following: [code]yum -y install gcc automake autoconf libtool make[/code] or [code]yum install gcc...
by Rct_Tsoul
2012/09/01 00:44:11
Forum: CentOS 6 - Software Support
Topic: cant install Alfresco.bin get an error message
Replies: 3
Views: 1189

Re: cant install Alfresco.bin get an error message

OMG
i can beleive if forgot the ./
thanks man
by Rct_Tsoul
2012/09/01 00:40:47
Forum: CentOS Social
Topic: set up mirror lock files help
Replies: 3
Views: 903

set up mirror lock files help

On the [url=http://www.centos.org/modules/tinycontent/index.php?id=22]instructions page[/url] to become a mirror for CentOS is says: We highly recommend the use of lock files in your cron script so that you don\'t spawn multiple connections and jack everything up, If you don\'t know how to do this, ...
by Rct_Tsoul
2012/08/31 23:36:21
Forum: CentOS 6 - Software Support
Topic: cant install Alfresco.bin get an error message
Replies: 3
Views: 1189

cant install Alfresco.bin get an error message

this is what I did so far logged in as root to install Alfresco as a service as an option [code]screen -S install cd /home wget http://www.gamefiles.us/linux/servers/alfresco-community-4.0.e-installer-linux-x64.bin chmod +x alfresco-community-4.0.e-installer-linux-x64.bin alfresco-community-4.0.e-in...