I ordered a new chip and it's better than the chip that originally came with the PocketChip. It's like 3 times better actually.
*Once you ate logged a network or WIFI,
You have to open the terminal emulator and type this:
sudo apt-get update
sudo apt-get upgrade
cd /
cd /usr/lib/apt/methods
ln -s http https
cd
sudo apt-get update
That's it :-)
Note:
~/ means home directory
So, for example, to move hi.py file from a directory called Python_Programs to home directory, just type:
mv Python_Programs/hi.py ~/
Remember:
Shortcuts
Ctrl = Control key
###########################
Ctrl + a = cursor goes to beginning
Ctrl + e = cursor goes to end
Ctrl + u = clears command line
###########################

0 Comments