Programming :: How To Create A New Distro
Jan 30, 2010
I'm currently working on my graduation project and have chosen to strip a Ubuntu version of Linux and customize it.I downloaded the LFS book and have started reading it, I'm really just looking to create a new Man or at least rename it and create some commands for it. Also I'm looking to create a new Gui theme with some custom icons.
View 3 Replies
ADVERTISEMENT
Jul 15, 2010
Need info on how to create my own linux distro without using one of the roll your own sites. I would like to get the kernel and other packages together like xorg and so on to make my own distro. Does anyone know of a good source of information? Most of the info I'm running across is roll your own sites with a variation of their distro.
View 3 Replies
View Related
Jul 3, 2011
Im looking to create my own centos distro.
View 3 Replies
View Related
Apr 28, 2010
I have been unlucky searching Google and this site concerning this and hope that someone on here has either done this before or could point me in the right direction. I have a computer on my network that I want to use as a local repository for apt. I've got the set of Debian Lenny 5.04 CD's and would like to know how to put all of the packages from those CD's onto this computer and then use it as a local source for my Debian computers to get packages from. The CD's appear to hold all of the packages in the folder /pool if that helps at all.
View 8 Replies
View Related
Oct 12, 2010
I'd like to put both the 32-bit and 64-bit OSS 11.3 onto a 2GB usb stick from their respective Live CD ISOs. I tried to make a partitions on the usb ( 1GB ) each, and then dd each ISO to separate partitions, make 1 of the partition bootable. But that doesn't work, even from the bootable partition. Any suggestions how to achieve that goal? Ideally there would be a main boot loader, which then provides option to boot each of the distro.
View 1 Replies
View Related
Sep 22, 2010
I have a question that I can't find anything about online. I have spent the last few months creating and customizing a Kubuntu OS for my company and we want to install it on roughly 45 computers (all different models). Is there a way to save my creation to a cd so it can be installed on another computer?
I know about creating an image of the HDD but what I want to do is create what you would get in the store from Microsoft. A complete OS on a CD, ready to install with all of my configuration changes already setup.
View 1 Replies
View Related
Nov 20, 2010
My partition layout is as follows:
sda1: 14GB / ext4
sda2: 10GB /iso ext4
sda3: 4GB /home ext4
sda4: 86GB Extended
sad5: 2GB swap
I have 84GB free space on this hard drive and want to install another distro. Will I be able to create another / and /home partitions for the new distro?
View 6 Replies
View Related
Dec 9, 2010
I heard that Arch Linux actually only consists of command lines (Terminal), but I never seen how it looks.Does a command line environment help more in programming? And Is there a way to delete one Linux distro in order to replace it with say, Arch or Kubuntu Linux?I'm a little bit interested in Kubuntu and Arch more than Ubuntu basically but need to know if they're going to be hard to get accustomed to or not.
View 4 Replies
View Related
Mar 18, 2011
If you really want to learn C/C++, get set up on a Linux box with a full gcc dev system. I fixed up an old P4 Machine with 2gig ram and 80gig HD to install Linux on. Don't know anything about Linux yet but installing several distros for evaluation, but a thought occured to me. Is there a particular distro that has this "full gcc dev system" in the initial install or is this something that I will have to install after the OS is up and running on the machine? Is one distro better suited for programming than another?
View 2 Replies
View Related
May 1, 2009
I am very much interested in operating systems and I am a beginner. I just finished understanding OS concepts. I want to create my own OS. But I am thinking of creating a linux distro first and then going towards complicated things. How I need to equip myself for creating it. What should I know, learn and where to start.
View 6 Replies
View Related
Jun 29, 2011
i'm wondering which scripting language is better for distro related activity such as cron jobs , startup scripts and similar things.why is bash mostly used ? is it because of efficiency ?what about perl , python or php as potential successors to bash ?
View 14 Replies
View Related
Dec 9, 2010
In Ubuntu Customization Kit I get this error: sudo: no tty present and no askpass program specified So, I read up and found I could try oem-config-remaster which I installed through the USC (Ubuntu Software Center). I couldn't find the software in any menu so I tried to open it through the terminal. Here's the intel:
[Code]..
View 3 Replies
View Related
Aug 18, 2010
I need aufs support/patch for kernel 2.6.34.1 as i i need to create a live linux distro for my organization and linux live scripts (the scripts which I am using for creating live linux distro) require aufs and squashfs support. There is a directive for squashfs in kernel configuration file but nothing for aufs and the patch available at linux-live site seems not to work.
View 14 Replies
View Related
Jan 9, 2011
I have started reading book Linux Device Drivers 3rd edition. So I want to know which is the best light weight distribution to use so that learning can be more generic and also does not involve distro specific nitty-gritty details. I have already tried building kernel for Ubuntu 10.04 but it involved different commands from what is mentioned in the book. So I am not sure whether I would be able to make further in the book. Has anybody tried?
View 5 Replies
View Related
Jan 9, 2010
nominate a disastrous distro from past or present that was simply AWFUL and what exactly was so bad about it?
View 14 Replies
View Related
Sep 6, 2010
I have a linux box set up as a multi-purpose server for my home with three Windows client PC's. The linux box is based on a slightly modified Slackware 9.0 distribution using Linux 2.4.20 and an unfortinately old, slow AMD processor with a miserable 512Kb RAM. The linux box serves the CIFS file system to the Windows boxes, runs the SQUID HTTP proxy, the Apache web server, a print server, does masquerading, mail serving and a very effective firewall using iptables.
This system, although slow, has run perfectly for several years.Let me say that again - This system works perfectly.I had decided that now is the time to upgrade the hardware, so I bought a Gigabyte LGA775 motherboard which has two 1Gb network interfaces on it, an ASUS 256Mb PCI-E display card, 2Gb of DDR3 RAM, an Intel Core2-Quad processor and a bunch of 500Gb SATA drives to set up a RAID5 array (but I intend that the system boot off one of several 40Gb PATA drives I have).I set up the processor, motherboard, display card, RAM, a SATA DVD Drive and a 40Gb PATA hard disk in a "breadboard" layout and installed distro 13.1, being careful to set up the static IP for the local network, dhcpcd to get an IP address from the cable modem (my internet connection) and to enable ip_forward in the network configuration.
Then I installed a script invoked by /etc/rc.d/rc.local which installed all the SAME iptables rules as my old Linux box. There was one minor glitch when I had to change 8 occurrences of "-d ! $LOCAL_NET to" "! --destination $LOCAL_NET" but that was no problem. I also set up /etc/resolv.conf, /etc/hosts , the BIND server files etc. etc. exactly as in the old box.
I am able to ping mirror.aarnet.edu.au (this is at the heart of Australia's internet hub network - if it's down the whole bloody thing is down) and have the system find the correct IP from the designated nameservers and contact that server with a return trip time of 35ms. I am able to run a telnet session from one of the Windows boxes and edit files on the Linux server. So both network interfaces work and I've got them the right way around.I am able to run FTP on one of the Windows boxes and connect through to mirror.aarnet.edu.au, although it seems to hang when I try a DIR (but then so does the old linux system).
View 83 Replies
View Related
Jul 11, 2010
i got to build my own linux shell for my project
View 5 Replies
View Related
May 8, 2011
im trying to build my own tablet computer. my original idea was to build the os from scratch but then i thought it would be easyeir to build a GUI on top of a linux os. the idea would be that it would be linux in esance but would boot into my gui instaed of ubunto or fedora or something. the problem is i cant find any tools that i could do this with. I found sites that say i can create my own distro but they turn out to only do things like preinstall software. i realy want something that basicly lets me remake the GUI. I have limeted knowlodge of linux but i have programed games and software before. any tips or programing environments are welcome.
View 1 Replies
View Related
Aug 7, 2010
How i do create GUI for my sh-script
View 5 Replies
View Related
Oct 7, 2010
can any body tell me how to creat a log file in linux...when i run the script the details must go to log file...
View 8 Replies
View Related
Apr 14, 2011
I want to create my own packet for aodv so how can i do? from where i should start?
View 2 Replies
View Related
Apr 7, 2011
How would I create a sed or awk command that would add a | to the end of a line if it wasn't already there? I'm trying to import some files into mysql, but some of the lines to not end with a | which is my field delmiter.
View 14 Replies
View Related
Aug 25, 2010
I take responsibility for data backup my centos server. Please help me backup data using tar. following scenario:- Sunday - full backup- the rest of differential backup.We're back up to full as follows:tar-cvzf / backup / backup-date.tar.gz / data
View 6 Replies
View Related
Jan 17, 2011
I am using NetBSD-5.1.1. I wanted to know what happens internally when we create a file in linux. ( In general )?The header file STDIO.H present in "src/include/stdio.h" contains a "FILE" structure with various members like _p, _cookie, etc.2. I wanted to know how does internally memory gets allocated for them.?
View 1 Replies
View Related
Mar 20, 2011
i did this code:
reads 1 matrix 2x2 and print!
Code:
# include <stdio.h>
int main()
{
int t, i, M[2][2];
int big[2];
[Code]....
Now i want to create 2 vectors:
1 vector: has the biggest number of every line on the matrix
2 vector: has the lowest number of every column on the matrix
View 1 Replies
View Related
Jan 25, 2009
I want to create 3D animation and also make some big programs. Is python capable of that? or should I stick to C++?
View 3 Replies
View Related
Jan 22, 2011
I am customizing the CentOS and I want to change the complete look and feel of the OS. I know all the installation wallpapers and images comes from the rpm mentioned above.
Even I extracted the said rpm using rpm2cpip and have replaced the my customized images but not sure how can I prepare my new RPM to include that in a my build.
Does any have any clue or I should go for src.rpm?
View 1 Replies
View Related
Jan 10, 2011
i want create a phpfile from script.
i tried 2 ways, but both give the error, permission denied
way one:
cat > /var/www/phpinfo.php << "EOF"
<?php phpinfo(); ?>
EOF
(also if i did
[Code]....
View 6 Replies
View Related
Nov 22, 2010
So I was reading one of the Unix Philosophy rules by Eric Raymond:# Rule of Composition:Design programs to be connected to other programs.How does one achieve that? I know one could several C programs and then use a bash script to feed in the stdin, but how do you do that with just pure C, do you do it with pipelines?
View 2 Replies
View Related
Mar 28, 2011
I`ve just installed opensuse 11.4 and i dont know how to write and compile my programs
is there a compiler like turbo c++ to use??
View 5 Replies
View Related