WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Micro Questions  (Read 9392 times)

Offline Wally

  • Newbie
  • *
  • Posts: 3
Micro Questions
« on: December 20, 2011, 11:41:32 PM »
Hi,

I'm running Microcore from a USB boot on a Dell Mini.

Now, what can I really do with it?

vi seems to be the only thing that works, so far.

Can I actually connect with wifi or ethernet?

is there a command for help or a list of linux commands in micro core?

thanks alot,
Wally

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Micro Questions
« Reply #1 on: December 20, 2011, 11:47:54 PM »
Start by reading the home page and the wiki.
There are thousands of applications in the repos.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: Micro Questions
« Reply #2 on: December 21, 2011, 01:56:09 AM »
another approach:
install mc.tcz (midnight commander),
then dig around in the filesystem, read files and script like in a big library and learn by moving around.
there is enough to find and learn!

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11044
Re: Micro Questions
« Reply #3 on: December 21, 2011, 05:39:16 AM »
List of commands =[tab] [tab]
The only barriers that can stop you are the ones you create yourself.

Offline Wally

  • Newbie
  • *
  • Posts: 3
Re: Micro Questions
« Reply #4 on: December 21, 2011, 10:47:05 AM »
Can someone refresh my memory how to install,
say midnight commander?

also I tried wifi.sh, but it asks for root privileges, password for su?

and when I [tab] [tab] the list of commands scrolls
by too fast...can't see A-F..

help!
thanks
Wally

I'd rreally like to connect to wifi from microcore,

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Micro Questions
« Reply #5 on: December 21, 2011, 10:52:05 AM »
Regarding WIFI, just

Quote
sudo wifi.sh
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Micro Questions
« Reply #6 on: December 21, 2011, 10:55:20 AM »
Probably the best way to install an extension from microcore is ab

Offline floppy

  • Hero Member
  • *****
  • Posts: 577
Re: Micro Questions
« Reply #7 on: December 21, 2011, 05:13:21 PM »
Can someone refresh my memory how to install,
say midnight commander?

also I tried wifi.sh, but it asks for root privileges, password for su?

and when I [tab] [tab] the list of commands scrolls
by too fast...can't see A-F..

help!
thanks
Wally

I'd rreally like to connect to wifi from microcore,
My thoughts.

Install an extension?    $ tce-load -wi mc  (midnight in this case)

Start mc?                     $ mc -x

Use root privilege?        $ sudo "..command here.."

mc with root privilege?  $ mc -x (then close mc)
                                     $ sudo mc -x

setup password?          from the cups extension info file..
                                     $ sudo passwd
                                     put "/etc/shadow" in your backup if you want to save the root password (read the wiki regarding how to backup
                                         and restore automatically)

MicroCore?                   I use it with a GUI (desktop as extension flwm_topside, extension wbar, Xlibs, Xprogs, Xvesa or Xorg74,
                                     appbrowser_cli).
                                    Without GUI?: a bit too much hardcore for me.. ;-) but why not. Perhaps a Dell mini accept a GUI?
« Last Edit: December 21, 2011, 05:15:16 PM by floppy »
AMD K6-IIIATZ 550MHz MB DFI K6xv3/+66
P4 HP DC7100 3GB 3GHz
Samsung NC10 boot from SD card port (via USB reader)
.. all TinyCore proofed

Offline Wally

  • Newbie
  • *
  • Posts: 3
Re: Micro Questions
« Reply #8 on: December 21, 2011, 05:24:44 PM »
 :)Thanks, Floppy

that helped

any ideas about when [tab] [tab]
the screen goes by too fast
and you cant see commands A-F?

and wifi.sh can't see my Dell Mini wifi card,
what can I do?
and why does not a simple 'ls' work to show files?

thanks,
Wally
« Last Edit: December 21, 2011, 05:27:25 PM by Wally »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11619
Re: Micro Questions
« Reply #9 on: December 21, 2011, 05:38:35 PM »
Hi Wally
ls  shows files in the directory you are currently in.
ls -a  will also display any hidden files.
If you are planning on working from the command line, you need to read up on some of the basic
Linux commands.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Micro Questions
« Reply #10 on: December 21, 2011, 07:14:44 PM »
The most valuable and favorite commands for me whilst learning core have been, most of these you'll find in the wiki:

sudo poweroff
sudo reboot
ab (app name)
tc-audit
vi file_name
sudo find / -iname filename*
./script_name.sh
tc-load -i myapp.tcz
cd..
ls -a



microcore or core alone are really for specific requirements, perhaps try tinycore or coreplus for almost unlimited  choices

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11619
Re: Micro Questions
« Reply #11 on: December 21, 2011, 08:35:03 PM »
Hi Wally
Quote
sudo poweroff
sudo reboot
If you run either of the above commands without running a backup first, and you have files you want
to keep residing on non-persistent storage, you will lose them.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14815
Re: Micro Questions
« Reply #12 on: December 21, 2011, 10:30:32 PM »
and wifi.sh can't see my Dell Mini wifi card,
what can I do?

Check what kind of card it is using the pci-utils extension command "lspci" and then use google to check what is needed for your card to work.

Offline coreplayer2

  • Hero Member
  • *****
  • Posts: 3020
Re: Micro Questions
« Reply #13 on: December 22, 2011, 01:28:59 AM »
Hi Wally
Quote
sudo poweroff
sudo reboot
If you run either of the above commands without running a backup first, and you have files you want
to keep residing on non-persistent storage, you will lose them.

Rich is a wise man, and as always offers sound advice :)

Only if you utilize a backup right?  my persistent storage doesn't rely on the backup and still works great besides,  this is AFAIK the only way to shut the pc down in core anyhow as the the "Exittc" does not appear to be functional..   so I guess if utilizing a backup file then you can append to the backup or the pc will boot next time to the last created backup, that's how it works for me  :p

« Last Edit: December 22, 2011, 01:31:26 AM by coreplayer2 »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11619
Re: Micro Questions
« Reply #14 on: December 22, 2011, 01:50:04 AM »
Quote
Rich is a wise man
Wrong, Rich is a cautious man.
Quote
Only if you utilize a backup right?
Which is something you will want to do when installing certain extensions. Examples:
For Samba you want to backup  /usr/local/etc/samba/smb.conf
For ALSA you want to backup  /etc/asound.state  and possibly  opt/alsa  and  etc/modprobe.conf
If you add users and/or set passwords, you will want to backup the appropriate files in  /etc  as well.
Quote
so I guess if utilizing a backup file then you can append to the backup or the pc will boot next time to the last created backup, that's how it works for me
Which is how it was designed to work.