The distro tag has no wiki summary.
0
votes
1answer
27 views
Changing the defult directory structure
If I start a new distro (e.g. LFS):
How can I change the directory structure?
What should I expect after it's ready? (probably can't install most of the packages without modification, right?
But, ...
0
votes
1answer
45 views
Launching a program straight from OS
I am developing a program similar to xbmc but only for movies. I was wondering if there is any very simple operating system that will basically just boot and run the program I am developing? Similar ...
1
vote
1answer
113 views
Linux Mint make Kohana's logs and cache writable
I can't properly install kohana on my mint distro, because the cache and logs aren't writable. I've tried chmod 777 cache and same for logs, but it just won't change. chmod a+w didn't help either.
...
0
votes
2answers
106 views
Which distro to use for learning linux(job perspective)? [closed]
Which distro to use for learning linux(from job perspective). Which distro is used by most software companies? I was wondering about whether to go for RHEL or Ubuntu or any other. What would be the ...
2
votes
1answer
630 views
How to Debug MIPS elf?
Suppose I have a MIPS elf binary (meaning someone cross compiled/compiled on MIPS a MIPS linux executable)
Are there any linux distros that are compiled to run on mips architecture that could perhaps ...
5
votes
1answer
269 views
Multiple package manager [closed]
Is there a pitfall of using multiple package managers? Could I use Redhat's yum with Debian's aptitude at the same time?
I came across this article and this infographic -
I was inclined to choose ...
1
vote
1answer
500 views
VM to physical conversion [closed]
I'm currently working on a project that has seen me developing a modified ubuntu server 10.04.03 distro inside a VMWare Fusion 3.1.3 virtual machine. I'm now ready to test this on a live device. This ...
0
votes
2answers
1k views
Web Browser Boot-Only Operating System
Is it possible to create an operating system that loads a web browser without menu bars, tabs etc. and that is all it loads.
I do not mean like Chrome OS but I mean all it loads is a html page which ...
1
vote
3answers
328 views
programming my own kernel
I need some directions to start learning about programming my own operating system kernel.
Just for educational purpouses.
How can I write my own Kernel?
2
votes
2answers
484 views
Creating software for Linux with Qt: distros, desktop environments and other decisions
I want to start working on a personal project and I want to make it cross-platform. All of my Linux work was done for business customers, so the target distro was specified in advance, but this is ...
3
votes
3answers
491 views
Setting up Environment for Buffer Overflow Learning
I am currently reading several security books(my passion) regarding secure programming, however either the distro's they provide on disc are faulty, or non-existent.
Books:Hacking The art of ...
1
vote
5answers
203 views
What is a good live-cd distribution that could be used as the base for my linux program?
There is an upcoming programming challenge (forensics challenge) that asks the entrants to write a program that runs on a bootable cd that helps format attached media to that computer.
I'm ...
1
vote
2answers
684 views
How to create your own linux distro? [closed]
Is there any resource or book for creating own linux distro.Only good resource i found is this
And also what specialities need to start project like this?
1
vote
0answers
661 views
Whats the most popular Linux distro for a USB flash drive? [closed]
I want to put Linux on a USB flash drive in order to run some extension to Pure Data that aren't support for Windows. Is there a particular distro that everyone is using for Linux on a flash drive?
0
votes
4answers
197 views
LAMP setup on elderly hardware?
My former roommate agreed to host my web site for a while on his server while I got situated at my new apartment with my wife (also new). He is looking to move soon and wants to retire his web ...
5
votes
3answers
2k views
Which distro is best for hosting LAMP + memcache? (answer gets a Linode or Slicehost referral)
Despite having very little Linux experience, I'm too enticed by VPS (and too sick of cPanel/shared hosting crap) to not give it a try.
I'm a smart kid and pick up things pretty quick. I took a ...
5
votes
6answers
2k views
Best/Easy way to set up a quick booting Linux
Hopefully this still falls within StackOverflow's umbrella!
I'm looking to create a quick boot linux laptop for my wife. All it really needs is to be able to do is browse the internet (with flash and ...
2
votes
5answers
1k views
Does every Linux distro ship with gcc/g++ 4.* these days?
I'm considering dumping boost as a dependency... atm the only thing that I really need is shared_ptr<>, and I can get that from std::tr1, available in gcc suite 4.*
11
votes
17answers
16k views