General :: Able To Contribute A Little Something And Where There Would Be Friendly Developers
Dec 20, 2010
I'm looking for a Linux distribution that is somewhat smaller than the large distros out there. Possibly somewhere to hang my hat where I may be able to contribute a little something and where there would be friendly developers. Are there any projects out there that are basically run by a community of folks (not a corporation) that would welcome users and maybe .
View 1 Replies
ADVERTISEMENT
Mar 12, 2011
I would like to contribute to Linux community (development of OSes, applications, etc...) somehow, but I don't know how... My interest is to get back to the community the joys they have given me over the years, and to extend my knowledge in Linux.I have 5+ years of user and sys admin level of experiences with UNIX/Linux, and some programming skills in Perl/PHP/C. I enjoy finding and fixing problems.Maybe I can start testing OSes or applications? Would anyone have any suggestions for me where or how to start? I would like to hear opinions from anyone who is doing or has done so.
View 13 Replies
View Related
Dec 3, 2010
...but not just any kind of distro. Im talking about a text based distro where I will be able to write text only documents on a black screen as well as save them. I do not wish to run internet or anything else, just a text editor and a directory.
View 4 Replies
View Related
Feb 1, 2010
Besides Puppy or DSL, is there a full "regular" Linux distro that is friendly to be installed on a USB flash drive that won't wear it out? I want to be able to upgrade it, not just keep minor persistent changes like the methods outlined in pendrivelinux.com. The loopback file would fill out too much if I actually did a apt-get update, so I want something that installs natively on a USB flash drive with EXT3/EXT4, etc.
However, is there a distro that sends the log to a tmp ram drive, for instance? Something made *not* to wear out a USB drive too fast? I want a truly portable Linux on a UFD, not a semi-attempt that uses casper.
View 5 Replies
View Related
May 16, 2011
I have been searching for information about the ways Debian allows for anyone wishing to give a helping hand to the project. I found that joining maintainer groups, helping in writing documentation, bug reporting and financial help are all accepted, but what I intend, was never mentioned.
Is it possible to help Debian by submitting original source code? Yes, it is true that I contacted GNU about this, but the decision is still mine, and GNU is not binding me to give my source to them.
The source code I am talking about, took more than a year to complete and debug, and has been working without problems for more than ten years. Furthermore, it has no dependences as it does NOT delegate part of its functionality to other existing projects.
Although, I am still in my early forties, and as far as I know, I don't have any life threatening illness, we are all mortal, and I don't want my work, that took many months of hard work and concentration, to be erased to make room for the only operating system my heirs know.
View 4 Replies
View Related
Jun 5, 2011
Hi ya
I thank you all for previously helping.
NOW, I'm looking for a non-Ubuntu, but still easy to use, download, and install via USB drive distro that's user-friendly.
Any help? It's for an Acer Aspire 7741Z-5371
It has a 64bit processor, but i generally use 32bit 0Ses. 250 GB hard drive, 3 GB DDR3 RAM.
I'm just sick of Ubuntu and want to branch out a bit, as a new user
View 14 Replies
View Related
Apr 5, 2011
i want to know how to contribute to open source...i don't know from where to start??where to look for??
View 9 Replies
View Related
Jan 29, 2011
I have a bunch of files on a Ubuntu box, which have various characters in their filenames that Windows doesn't accept (mostly ":" and "*", but possibly others).What's the simplest way to get these all renamed and moved to a Windows machine? It's OK to replace these characters with something like "[colon]" and "[asterisk]".
View 1 Replies
View Related
Jul 20, 2010
I mainly do c/c++ development in linux...also i sometimes use java and i would really like it if i had mono also.. so i am pretty much looking for support for all major languages with ides...can u suggest me a distribution?
View 1 Replies
View Related
Sep 9, 2010
I am experiencing a bug in the installation process for Ubuntu 10.04.1 --- How can I report this bug so that it gets to the right person/group?
View 1 Replies
View Related
Mar 31, 2010
What is the code snippet required to get an image to repeat vertically up a page? I can only find info relating to repeating *background* images in my search attempts, and this is just a regular image file which I want to repeat over the pre-existing page background. I'd like it to repeat all the way up the extreme left hand edge of the page. Say the image is called abd.jpg and is in the same folder as the index.html.
View 14 Replies
View Related
Jan 6, 2011
I was just wondering if Ubuntu developers were thinking now or in the future of introducing support for RIM BlackBerry devices?(I have previously read comments from Apple device users (iPods etc.) questioning why their devices were not supported so I suppose I am just evening things up a little for us BlackBerry users out there!
View 2 Replies
View Related
Feb 9, 2010
OK I have multiple developers on a system and I have setup a area on the web server where they all should have access to and all that fun stuff. Now I do not want to setup these developers default group to be this single group cause they could be members of multiple groups...
IE:
/var/www/cust1 - Group Cust1
/var/www/cust2 - Group Cust2
etc...
Then say for the developers:
dev1 - member of Cust1 & Cust2 - Default group is dev1
dev2 - member of Cust2 - Default group is dev2
dev3 - member of Cust1 - Default group is dev3
So when they go into say /var/www/cust1 only dev1 & dev3 should have access to modify files and when they create/edit files the owner should be the user and the group I want it to be Cust1. Then when going to say the Cust2 area new files and stuff have Cust2 group access with RWX.
Is this possible for users to just use their normal accounts, or will I need to look are setting up "project" accounts where they can su into say dev1cust1 account which will have the default group of Cust1?
how you all handle this and what I might be able to do so that the permissions stick.
View 2 Replies
View Related
Aug 23, 2010
I am trying to build minimal php and mysql binaries. While doing so, I realize that there is no documentaries to state whether does compiling straight from the source without any configurations options set, ensure an optimized yet minimal build? I am trying out for my own personal website which will be powered by Wordpress 3. The previous method I used was using the package manager: "apt-get install php-cgi php5-cgi php5-cli php5-mysql mysqld mysql-server mysql mysql-client". I am trying out to mimic the binaries installed by the package manager through building from the sources instead. How do I know what configuration options did those repositories developers used? Is there any special configuration options used for those minimal yet optimized binaries? Does doing the following ensure a minimal build?:
1) ./configure
2) make
3) install
I figured since I did not use any configuration options, therefore it should be a minimal build right (Meaning the bare-bones)?
View 4 Replies
View Related
Feb 16, 2011
Is there a serious community of Objective-C developers outside of apple? I've been doing a fair amount of objective-c programming for iPhone and am wondering what the community is like outside of apple. I am aware of gnustep for linux. Are there objective-c libraries for Windows as well? What is the cross-platform status of objective-c? Are there many open-source projects being developed using objective-c?
View 3 Replies
View Related
Feb 23, 2010
I need to allow users who are not root to viewthe /var/log/httpd/error_log while theyare developing web pages. The default permissionof the directory /var/log/httpd/ is:drwx------ 2 root root 4096 Feb 21 04:02 httpdOf course I could just go "chmod 755 httpd", butI would like to know the "safe" way to allownon root users to access the httpd logs.Shall I add the users to the "apache" group andthen:chown apache httpd chown 750httpd
View 3 Replies
View Related
Oct 25, 2010
I'd like to use a webmin to execute scripts as the picture. When I press "Stop friendly" button, it will execute the script that is located at /home/kenzo/stopfriendly.sh or it will execute /home/kenzo/stopserver.sh when I press "Stop" button.
View 1 Replies
View Related
Apr 2, 2010
I have been working on Lucid Lynx , and I am proud to say , that Lucid supports, one of the oldest languages prior to sanskrit language. What makes me sad , is that there are some grammatical as well as spelling mistakes in that. So can any of u tell me, how to make intimations to the developers about spelling and grammatical mistakes in the language.
View 2 Replies
View Related
Oct 3, 2010
So, after over 10 years, I'm ditching KMail. I just can't take Akonadi anymore. After a few hours of running, it just sucks the life out of my system. If I need to run Akonadi to run KMail, then I'm done with Kmail. So, I've got 10+ years of mail stored in maildir format, and I need a new mail program. I'd like to stick with something KDE friendly if possible, but I'll take what I can get.
View 9 Replies
View Related
Dec 15, 2010
which linux os is the most popular? which linux os is the most user friendly?
View 2 Replies
View Related
Apr 14, 2011
Last time I tried bringing one of my essays to school that I wrote on my ubuntu word processor (open office) microsoft word could not read the file. How would I be able to go about making my document that I wrote on open office readable on microsoft word when I bring it to school or upload it on my schools website.
View 5 Replies
View Related
Jan 12, 2010
I do not understand Software Update. I've been using Fedora for about three months now and I've used the software update a few times. This time it tells me I have 3.1 G of updates! When I select a few that might fix current problems, the only app status is "loading"--no progress bars, or status messages. In fairness, the previous updates ran without incident. This time with 3G I was forced to manage the session and I can't tell if its working or not. Is it hanging with this message?
I canceled that download and did it again selecting 8 updates. But when I compared the reported file sizes (< 5MB) and the summary at the bottom ( >270MB) there was a huge difference --50 times more data! Are these dependencies?
I'm really not even sure how to go about selecting from 3.1 G security updates (1G), Bugs, and whatever else. Any suggestions would be appreciated.
X
View 14 Replies
View Related
May 9, 2010
Are there any tools (gui?) that make the xkb configuration easier? I know xev, but that sadly only displays the keycode and the character, but not the shortcuts like <LSGT> that xkb is using internally. I am stuck with the old problem of improperly mapped keys on my German Apple Aluminium Keyboard. My old workarounds that worked with Hardy and Karmic (modified "de" files in /usr/share/X11/xkb/symbols) do not work anymore in Lucid.
View 1 Replies
View Related
Jul 12, 2010
I'm going to be going on a trip for a while with probably little/no access to a wireless access point (that I'd be able to use), so I'm looking for a possible wireless broadband provider that may officially support Linux, or at least whose hardware will be supported, even if the company doesn't officially support Linux.
I've looked at Sprint's instructions for setting up their USB modems on Linux, but it's awfully rooted in Ubuntu (I'm using Arch on my laptop), and it requires the use of "KPPP", which is not in the Arch repos.
Am I SOL? I refuse to sink down to having to re-install Windows on this thing for the sole purpose of being able to use mobile broadband services. I'd like to keep this machine 100% Linux...to me, putting Windows back on just for internet is like giving up and letting MS and the ISPs win.
View 6 Replies
View Related
Oct 14, 2009
I was chatting with my 83+ year old mother last night on the phone about her computer. She boots about 50-50 between winXP and openSUSE-11.1. She was complaining about some Windoze problem that neither my wife nor I could remotely fix (with us living a continent away) and she noted she would not boot to winXP if it were not for the fact she can play back (from her Hot Mail account) power point presentations MUCH easier under winXP than she can under Linux. Hence she often boots to winXP because she can handle those files easier under winXP.
View 9 Replies
View Related
May 17, 2010
I've searched all over the internet for a usable touch screen friendly music player and have found nothing for Ubuntu. It doesn't matter to me if it's just a skin over an existing well known player or a complete application written from the ground up. This is for a car pc. I have been on MP3Car and I have still not found anything usable for GNU linux. The only component I need to complete my project is a good touch screen music player.
View 4 Replies
View Related
May 21, 2011
I'm using a java application that runs as an interactive command line (in a terminal). My problem is that it's rather unfriendly as an interaction mode as it's minimalistic: it doesn't allow going to and fro with arrows, there's no history and so on. So I have to type all commands every time and have to retype it if I missed something at the beginning of the line, or I have to copy and paste from a txt editor. The strange thing is that I have seen the same application running on a Windows box and allowing for all the sugar. So I'm not sure if it's because of the shell script I run (as opposed to the .bat) or whether it has to do with system or profile settings in my shell.
For information, the shell script starts with:
Code:
#!bin/sh
I've replaced it with:
Code:
#!bin/bash
In hope I would have something closer to my normal terminal. The app runs but it doesn't change anything to the interactive mode. I'm rather clueless regarding sh/bash and so on. I've seen the manuals but I'm not entirely at home understanding and using their options. I know that there's a .bashrc and perhaps something like a profile somewhere, but I don't really know how to do things with these without risking messing up.
View 9 Replies
View Related
May 15, 2011
i am using Ubuntu 11.04 on my computer system. I urgently need a good video converter for converting videos.I have already installed FFmpeg and men-coder,Winff etc. The problem is each has its own drawback.For instance ffmpeg cannot convert a .avi to .3gp with audio working. My preferences are the converter should be user friendly, should support all popular video formats.
View 2 Replies
View Related
Sep 12, 2010
I really enjoyed using Apple's wireless Mighty Mouse and Magic mouse because of their ability to easily touch scroll 360 degrees. Unfortunately, Linux drivers are not provided for these mice.Is there an equivalent wireless mouse that works well in Linux? Ideally with native support or community provided drivers, etc.
View 2 Replies
View Related
Oct 12, 2010
My Ubuntu system is occasionally becoming very sluggish. I'm running many things simultaneously and it's very difficult to tell which program is the culprit.
I suspect that the sluggishness is due to disk activity since the CPU usage is consistently under 50% on each of the 4 cores of the CPU, and over 30% of the 6GB of RAM are free.
Is there a tool that can show me in real time the number of disk IO operations per second and the amount of data read/written per second? Can all this info be broken down and displayed per process?
View 2 Replies
View Related