LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Incognito
User Name
Password
Incognito This forum is for the discussion of Incognito Linux.

Notices


Reply
  Search this Thread
Old 07-08-2009, 10:11 PM   #1
Sylvester
LQ Newbie
 
Registered: Jun 2009
Posts: 27

Rep: Reputation: 15
Installing software on Incognito


As I start to customise incognito, it starts to get tricky because only /home persists.

For example, to connect to my Internet I need to invoke kppp and create a connection. I have to do this every time I turn on the computer. and it involves creating a modem device filling in parameters etc. Fiddly.

http://forum.vodafone.co.uk/index.php?showtopic=29590

in order to get around this, I may be able to compare /etc before and after, notice which files have been modified, and create a script that does this on start-up.

Quote:
Copy /etc to /etc_orig and ~/.kde to ~/.kde_orig - make the changes and then use KDiff3 on both directories.
But now I need to install even the program that is to do the comparison.

Is it important, from a functional, security or aesthetic point of view, that only /home be persistent?

I'm just wondering if anyone has customised significantly their version of incognito, and run into the same problem?

Sy
 
Old 07-09-2009, 06:24 AM   #2
anonym
Incognito Maintainer
 
Registered: Oct 2008
Distribution: Gentoo
Posts: 100

Rep: Reputation: 26
Incognito is a locked down LiveCD and isn't intended to be customized on the level you want. It aims to help out people without the kind of skills required for that. People with those skills will likely be more happy installing the distro of their choice on some media and set it up exactly the way they want to.
 
Old 07-13-2009, 09:05 PM   #3
Sylvester
LQ Newbie
 
Registered: Jun 2009
Posts: 27

Original Poster
Rep: Reputation: 15
I hear what you say. I would love to get to the point of expertise whereby I could construct a system such as incognito from scratch. But it looks like a long journey.

Could you offer any advice on getting started? would it make sense to examine and modify the construction of incognito? is this construction documented from a developer's perspective?

also I have heard that reporters heading into China for the Olympic Games were handed ironkeys containing a live Linux Security enabled distribution. do you know if this was incognito?
 
Old 07-14-2009, 07:08 AM   #4
anonym
Incognito Maintainer
 
Registered: Oct 2008
Distribution: Gentoo
Posts: 100

Rep: Reputation: 26
Note that once the migration of Incognito from Gentoo to Ubuntu is finished, customization likely will get easier.

Quote:
Originally Posted by Sylvester View Post
Could you offer any advice on getting started? would it make sense to examine and modify the construction of incognito?
Not really. If you install incognito to a hard drive you get a Gentoo system that is in a pretty broken state. You'd have to restore portage, bootstrap a compiler, reinstall lots of libraries and headers, and all sorts of other things to get it sane again.

The first steps for making your own system would be to identify your requirements and what parts of Incognito you need.

Quote:
Originally Posted by Sylvester View Post
is this construction documented from a developer's perspective?
Again, not really. There's documentation (here) stating Incognito's goals and how they are implemented, but the actual construction process is handled by a LiveCD creation tool called catalyst.

Quote:
Originally Posted by Sylvester View Post
also I have heard that reporters heading into China for the Olympic Games were handed ironkeys containing a live Linux Security enabled distribution. do you know if this was incognito?
I have no idea, but I know that there are some Chinese political activists using it.
 
Old 08-12-2009, 03:34 AM   #5
Sylvester
LQ Newbie
 
Registered: Jun 2009
Posts: 27

Original Poster
Rep: Reputation: 15
My favourite features are
1. the truecrypt /home partition, and
2. the fact that the filesystem unpacks itself at boot.

I think the second is very good defence against virus.
it is because of these two features that I am reluctant to start with customising my own distribution. my guess is that it would be far from trivial to get this up and running. how much work is it?

I guess my ideal system would be something that:

- boots into a basic desktop, just as does Incognito ( I don't know what customisations are already in place. I know Tor is. I don't know if firewalling / antivirus measures / etc(?) have been set up )

- lets me use Firefox, Skype (I know this doesn't work through tor), some Instant Messenger & X chat

- loads or lets me load Virtual box, so I can run XP things safely, with the virtual box connecting to a Tor'd connection

- shows all Internet activity / running processes, so it is easy to see if something anomalous is going on. I guess this is possible to do from the command line...



it is close enough to the existing incognito that I'm still tempted to try and tweak it. I don't need some generic system where I can do Complicated things.

Anonym - is it possible to download the pre-packed incognito? that way I could add virtual box & Skype and repack it. is Incognito a truly FOSS Endeavour? ie is it possible for Joe-public to assemble it from the ground up, and thus be sure the code is clean ( something akin to compiling your own binaries ).


I'm aware I'm maybe asking too many questions and not doing enough research. Humble apologies. if everyone ignores me I will take the hint

Last edited by Sylvester; 08-12-2009 at 03:35 AM.
 
Old 08-13-2009, 09:02 AM   #6
anonym
Incognito Maintainer
 
Registered: Oct 2008
Distribution: Gentoo
Posts: 100

Rep: Reputation: 26
Quote:
Originally Posted by Sylvester View Post
My favourite features are
1. the truecrypt /home partition, and
2. the fact that the filesystem unpacks itself at boot.

I think the second is very good defence against virus.
it is because of these two features that I am reluctant to start with customising my own distribution. my guess is that it would be far from trivial to get this up and running. how much work is it?
I don't think you can get 2 to work in a normal distribution without some serious hackery, so you likely are correct. But there are alternatives -- you could, for instance, run a host-based intrusion detection system like AIDE.

Quote:
Originally Posted by Sylvester View Post
I guess my ideal system would be something that:

- boots into a basic desktop, just as does Incognito ( I don't know what customisations are already in place. I know Tor is. I don't know if firewalling / antivirus measures / etc(?) have been set up )

- lets me use Firefox, Skype (I know this doesn't work through tor), some Instant Messenger & X chat

- loads or lets me load Virtual box, so I can run XP things safely, with the virtual box connecting to a Tor'd connection

- shows all Internet activity / running processes, so it is easy to see if something anomalous is going on. I guess this is possible to do from the command line...
I'd wager that it'd be easier to install Ubuntu to an encrypted harddrive and set up the above than it is to modify Incognito in its current state.

Quote:
Originally Posted by Sylvester View Post
Anonym - is it possible to download the pre-packed incognito? that way I could add virtual box & Skype and repack it.
No, that's not how the building process works really.

Quote:
Originally Posted by Sylvester View Post
is Incognito a truly FOSS Endeavour?
Yes, you can check out the sources (building instruction included) through subversion here: https://tor-svn.freehaven.net/svn/incognito/

Quote:
Originally Posted by Sylvester View Post
is it possible for Joe-public to assemble it from the ground up, and thus be sure the code is clean ( something akin to compiling your own binaries ).
I'm not sure if Joe Public is able to, but Joe Random Hacker should be. That is, it will take some amount of technical knowledge (familiarity with Gentoo Linux in particular) to be able to follow the instructions and work around any of the issues that likely arise during the building process.
 
Old 08-14-2009, 08:11 PM   #7
zhone
LQ Newbie
 
Registered: Aug 2009
Posts: 7

Rep: Reputation: 0
So then, as of right now, there is no way to install any software in Incognito? I'm running it off of a LiveUSB was thinking that it would be possible to.
 
Old 08-14-2009, 08:24 PM   #8
anonym
Incognito Maintainer
 
Registered: Oct 2008
Distribution: Gentoo
Posts: 100

Rep: Reputation: 26
Quote:
Originally Posted by zhone View Post
So then, as of right now, there is no way to install any software in Incognito?
No, not really. You can of course try to get a binary from some other distribution and store it the a persistent home, but it's quite tricky when in comes to dependencies.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Incognito 2009.0 beta is out anonym Incognito 7 06-25-2009 09:21 AM
New Distribution Forum - Incognito jeremy Linux - News 2 05-09-2009 06:07 AM
no internet in Incognito... at ALL blacktommm Incognito 10 03-27-2009 11:31 AM
Welcome to the Incognito Forum jeremy Incognito 8 03-26-2009 07:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Incognito

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration