View Full Version : [FEATURED] Overclockix Linux - OCF, lend us your skills!
I.M.O.G.
09-28-11, 10:27 PM
Overclockix (http://overclockix.com) is our own awesome custom version of Linux that boots from USB or CD to run diagnostics, utilities, and other tools. It is useful for troubleshooting hardware problems, ruling out OS or driver issues, and much much more. To find more info on the basics, you may be interested in the Overclockix Master thread (http://www.overclockers.com/forums/showthread.php?t=671690) or the Overclockix homepage (http://overclockix.com).
http://overclockix.com/overclockix.png (http://overclockix.com)
Overclockix is created by forum members just like yourself. As the saying goes, many hands make light work, and we could use your hands in various ways to help make Overclockix even better!
Overclockix Needs YOU!
Even if you haven't ever used Linux before, you can pitch in! We need graphics work, bitTorrent sharing, functionality testing, as well as coding contributions! Become part of the official Overclockix gang by going to the following link, and signing up to one of our Overclockix teams. (http://www.overclockers.com/forums/profile.php?do=editusergroups) Join one or as many as you like, and this lets us know you'd like to be involved, and how you'd like to help.
Once you've joined, we'll be communicating directly with team members to notify them of specific opportunities to pitch in! Do as much or as little as you like, as we appreciate any help you can offer. Also, reply below to say hey, let others know you've joined, or ask any questions you've got. :salute:
mbentley
09-29-11, 07:51 PM
Well I guess I'll join this project... seems like a worthy cause :p
I really am looking forward to getting the community more involved with this as that was what I was really hoping for when I originally start working on Overclockix.
markp1989
10-01-11, 08:13 AM
I have just requested to join the Overclockix Distro Team.
I am have been seeding, already, I am able to help with the odd shell script if needed.
I will also apply for the Overclockix Quality Team I will be able to do testing and give feedback. I'm not good with graphical stuff so I wont be any use with logos etc
edit: I think we need to get a logo/banner made up like the f@h and other teams have under members usernames as it may attract other members.
I'll join up. I've already helped with some artwork. basically i'll help however i can.
Stratus_ss
10-01-11, 12:31 PM
Joined and ready to add some python programs.
I think this nmap program I am making would be a good addition.
I plan on adding features that allow you to select the nmap flags, whether or not to do a "permanent" (database add) or a "run-once" option
mbentley
10-01-11, 12:39 PM
I look forward to checking that out :thup:
Stratus_ss
10-02-11, 09:31 AM
you can check it out in the programming section or in /bin here in the altOS.
I am constantly tweaking it
Stratus_ss
10-02-11, 07:52 PM
I wrote a front end for aptitude would you be interested in using this?
basically, you enter your search terms, and it uses aptitude search, places them in the field and then you highlight the package you want and click install. Then it asks for your password and installs the package
EDIT: Updated the UI
mbentley
10-02-11, 07:54 PM
That's very cool! That would be a nice alternative to the heavier synaptic package manager. Does it have any sort of dependencies that would have to be resolved to work or does it just work with aptitude?
Stratus_ss
10-02-11, 08:57 PM
Its just python, pygtk and aptitude
p.s. in the screen shot i searched "eog"
as for light weight, its 30 kb with the icons (128x128). Pathing would have to be changed because right now it looks for the icons in the CWD and its temp files also get dumped there (it cleans up on exit)
Its currently a "select one" model but could easily be converted to a multi-select
nooster
10-03-11, 05:49 AM
Would love to help out where I can. At the very least I can seed and qa for y'all :)
jameseboy
10-03-11, 06:38 AM
Ive applied to join the quality team, my home server runs almost 24/7 so i can happily seed for you guys, also i can help out with some testing here and there, not a pro with linux, but i know my way around it.
I.M.O.G.
10-03-11, 10:25 AM
Great, thanks guys. Everyone who applied has been approved now!
If you have any questions, need help setting up the torrents, or otherwise just let me know. Try to download the new versions as they are released, and let us know of any problems or improvements you may suggest. :thup:
ihrsetrdr
10-03-11, 11:17 AM
Joined the Quality Team and will do testing, some artwork and...
Arkaine23
10-03-11, 03:17 PM
Whoa, whoa, whoa...
Now just what is going on here? You are reviving my modified Knoppix distribution? Seems like maybe I should get involved then.
I.M.O.G.
10-03-11, 03:30 PM
Holy crap, we've brought him back! Hoorah! :rock:
Would love it if you can get involved Arkaine. What have you been up to? You don't call, you don't write... I get cold at night you know! But seriously, I had sent you some emails, not sure if your forum email address works any more or if they got lost. :)
Anyways, we've restarted Overclockix so to speak, but its a fresh start. The site is located here:
http://overclockix.com
And here's the introduction of whats going on:
http://www.overclockers.com/forums/showthread.php?t=671690#about
Arkaine23
10-03-11, 03:44 PM
It's been awhile. I've missed ocforums and linux!!! I've been engineering OS X images lately, so I still know the cli and how to write scripts.
jameseboy
10-03-11, 04:44 PM
My server is now torrenting all the torrents from overclockix.com. it shall be seeding them almost 24/7 apart from whilst im gaming.
mbentley
10-03-11, 08:14 PM
It's been awhile. I've missed ocforums and linux!!! I've been engineering OS X images lately, so I still know the cli and how to write scripts.
Good to see a old yet familiar name back around here :) Hopefully we didn't stomp on your turf too much by remaking Overclockix. It's been a lot of fun for me while being quite a learning process.
mbentley
10-03-11, 08:28 PM
Stratus_ss - looking at the installer, I am not sure if I will be able to include that as is since the live user's home directory doesn't exist until runtime. Would it be possible to get it to install and run from /opt/<app_dir>? I hate to make a mess of your application but pre-creating the live user's home directory isn't a very good option as it has the potential to break the user creation process and cause future problems.
Arkaine23
10-03-11, 09:31 PM
Whatever support/configuration files it puts in a home directory, you can just capture down into /opt or /usr somewhere and load them with a script after the user has been created when the system boots???
mbentley
10-03-11, 09:34 PM
I suppose that might be possible. I'd have to see if there is a built in hook to perform tasks after user creation to do so as that seems like the most logical approach if things would go that way. If one doesn't exist, I might be able to create one.
Stratus_ss
10-04-11, 05:56 AM
Stratus_ss - looking at the installer, I am not sure if I will be able to include that as is since the live user's home directory doesn't exist until runtime. Would it be possible to get it to install and run from /opt/<app_dir>? I hate to make a mess of your application but pre-creating the live user's home directory isn't a very good option as it has the potential to break the user creation process and cause future problems.
It can be run from wherever :) the source is available.
However I have included a setup file which will create the required directories and place the files there. So upon boot the setup file can fun
It creates an icon on the desktop (because I wasn't sure how to make a menu icon :p )
It is however very easy to change the install directory for OCF. For most people it makes sense to put in the users home directory which is why that location was chosen
mbentley
10-04-11, 06:39 AM
Ah ok, sounds good. I thought that the application was expecting to be ran from the user's home directory and wouldn't work otherwise. Thanks.
Stratus_ss
10-04-11, 07:11 AM
No it doesn't care where its run from but it does expect
/home/%s/.tux_search
(where %s is the current user)
to exist because thats where it looks for the UI interface and the icons. but like I said it's easily modified to change that to /opt/.tux_search
txus.palacios
09-01-12, 03:46 PM
I am no Linux pro at al and I feel like a necromancer posting this, but, if you need me for anything, just send me a PM and I'll be there!
I.M.O.G.
09-01-12, 08:25 PM
If you haven't already, try checking out the overclockix thread here:
http://www.overclockers.com/forums/showthread.php?t=671690
Development kind of works on the Linux model where anyone can contribute code, suggestions, or ideas. It's hard going directly to people in order to ask for things though, because we don't know exactly what skills people have... If you see something that can be improved however, or something you'd like included, that thread is a good start to ask a question and get people to start figuring out how to make it happen. :)
Stratus_ss
09-02-12, 08:37 AM
Also feel free to request custom apps. I use requests as a way to build my programming. I currently offer things in C and python
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.