Sponsored Content
Top Forums UNIX for Dummies Questions & Answers From Knoppix Live-USB to Old-school CLI Debian Linux. Post 302395727 by dev_squid on Tuesday 16th of February 2010 07:22:03 PM
Old 02-16-2010
CPU & Memory From Knoppix Live-USB to Old-school CLI Debian Linux.

Alright. Here we go...

The other day, I was referred to this neat little command-line Unix simulator called Cygwin. To put it lightly, I fell in love. I found Knoppix, and from what I can tell, it's a viable OS once I strip off the KDE desktop environment to make it 'old-school'. I'm admittedly not a Linux uber-guru by any means, but I'm willing to learn as much as I can about interfacing via Bash. Anyway...

The applications (i.e. whatever's in Synaptic Package Manager) that I currently have installed are the default applications that came with Knoppix 6.2.1 CD image. I used the application provided by pendrivelinux to write the iso to my USB stick and make it bootable. I can successfully boot and run Knoppix Linux 6.2.1. No problems.

I already have a 5gb unformatted partition on my HD that I'm saving to install Knoppix in. I figured that's enough for a second OS. I'm probably going to be using it as a software development environment. Call me crazy, but I just LOVE the look and feel of a Linux CLI.

Anyway, let's say, for the sake of argument, that I know nothing about Linux. What applications are the BARE NECESSITIES for what I want? I'm not confident enough to go blindly uninstalling what I -think- is unnecessary. There ARE a few things I'd like to keep, though...

I want to have NASM as my assembler, GCC for compiling C and C++ (not including libraries that I can't actually test in a CLI environment, like SDL), Vim as my file editor, irssi as my IRC client, Lynx as my browser. I'm pretty sure that's it. If there's anything else that I might need, I think I can figure out how to find and install it through Synaptic. Err...a command-line-friendly MP3 player would be nifty, as well.

If there's anything else you could suggest to enhance the whole experience, let me know. Keep in mind, this is going to be a home/personal OS. I won't need to set up servers, I won't have multiple accounts, so I honestly don't care about administrative tools. Anything that I can shave off of this to make this my at-home-hacker environment, I'd like to know. How do I get from Point A to Point B?

Thanks! Any help is greatly appreciated.
-Brandon

I've already tried ttylinux, but it just didn't have that "feel". Call me crazy.

EDIT: If you want, I can provide you with a list of everything listed in Synaptic. Thanks again.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Knoppix Live Networking Issue

So yeah, I have knoppix live and can't seem to set the devices on the network... I configured the IP, and the server sees it, I configured DNS and I can access some websites, and I still can't access the shared folders on the system. Did I miss something here? (0 Replies)
Discussion started by: Itsaboutme
0 Replies

2. Linux

Live Knoppix on usb sdb2 kernel not found

Hi all I have a usb external drive with two partitions sdb1 ntfs and sdb2 ext3 with label Linux I copied a knoppix live distro in the second partition, then I installed grub on the drive. Now in the directory /media/sdb2/boot/grub i have the file device.map with the following content: (hd0) ... (4 Replies)
Discussion started by: guast
4 Replies

3. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

4. Red Hat

How to install fedora 13 from a usb media....it should not like 'live'?

im using Dell Inspiron with windows 7 as operating system.....in my hard drive there is some 34 gb unpartitioned space and now i want to install fedora 13 into it, after installation it should be dual boot. problem here is... i have the fedora 13 image file ie fedora13-i386-DVD.iso file. ... (13 Replies)
Discussion started by: karthik437
13 Replies

5. Linux

Kexec with Live USB/CD

Hello Recently I found this (for me) really usefull tool kexec which can load a new Kernel while running one. I tested it some times with the same kernel I was running, "rebooting" the system without powering it off at any time :D But I need kexec basically just for live usbs. I want to start... (17 Replies)
Discussion started by: al0x
17 Replies

6. UNIX for Dummies Questions & Answers

kcore and a live persistent linux usb distro

I have 2 computers, from now on i shall call these computers A and B. Made a live linux distro (bodhi) on A which has 1GB internal memory , because windows is unstable on B, which has 512MB internal memory. I mean with memory the internal memory of the computer, not the memory of the usb... (0 Replies)
Discussion started by: anno
0 Replies

7. BSD

Freebsd live usb

Hello. I'm going to make freebsd live usb based on FreeBSD-8.3-RELEASE-i386-livefs.iso. The iso is 257 Megabytes, but after i copy its content to usb drive its volume increases to 971 Megabytes. I tried different methods of copying (tar,cp,cpio) but with the same result. Could anyone help? (0 Replies)
Discussion started by: urello
0 Replies

8. Solaris

Solaris 11 install via live usb

Hello All, I am attempting to boot and install Solaris 11 via live USB on a HP DL580 Gen9 Server. Unfortunately, when I do this it boots into System Maintenance Mode. The attachment (Pic1) shows what I am seeing via the console. The BIOS is in UEFI boot. Does not work on legacy mode as I... (15 Replies)
Discussion started by: Kerbi
15 Replies
SA2(8)								Linux User's Manual							    SA2(8)

NAME
sa2 - Write a daily report in the /var/log/sysstat directory. SYNOPSIS
/usr/lib/sysstat/sa2 DESCRIPTION
The sa2 command is a shell procedure variant of the sar command which writes a daily report in the /var/log/sysstat/sardd file, where the dd parameter indicates the current day. The sa2 command handles all of the flags and parameters of the sar command. The sa2 command is designed to be started automatically by the cron command. EXAMPLES
To run the sa2 command daily, place the following entry in your root or adm crontab file: 5 19 * * 1-5 /usr/lib/sysstat/sa2 -A & This will generate a daily report called /var/log/sysstat/sardd It will also remove reports more than one week old. Debian note The Debian sysstat package has already placed such an entry in your system crontab. Please refer to the /usr/share/doc/sys- stat/README.Debian file for details. FILES
/var/log/sysstat/sardd Indicate the daily report file, where the dd parameter is a number representing the day of the month. AUTHOR
Sebastien Godard (sysstat <at> orange.fr) SEE ALSO
sar(1), sadc(8), sa1(8), sadf(1) http://pagesperso-orange.fr/sebastien.godard/ Linux AUGUST 2010 SA2(8)
All times are GMT -4. The time now is 09:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy