Search found 6 matches
- Wed Aug 08, 2012 3:15 am
- Forum: Deutsch
- Topic: eure geografisch Zugehörigkeit
- Replies: 55
- Views: 8537
Re: eure geografisch Zugehörigkeit
Mississauga / Toronto
- Wed Aug 08, 2012 1:11 am
- Forum: Debian
- Topic: Setup PI to work without monitor (debian image)
- Replies: 24
- Views: 119443
Re: Setup PI to work without monitor (debian image)
ps - command lists running processes,
ps aux - lists ALL active processes
| is pipe to combine it with another command
grep is that another command used to filter output of ps and only show lines containing "vnc"
ps aux - lists ALL active processes
| is pipe to combine it with another command
grep is that another command used to filter output of ps and only show lines containing "vnc"
- Tue Aug 07, 2012 11:52 pm
- Forum: Beginners
- Topic: us keyboard
- Replies: 6
- Views: 85954
Re: us keyboard
or just edit file
/etc/defaults/keyboard
and make it
XKBLAYOUT="us"
/etc/defaults/keyboard
and make it
XKBLAYOUT="us"
- Mon Aug 06, 2012 9:35 pm
- Forum: General programming discussion
- Topic: .iso ? .img
- Replies: 10
- Views: 4305
Re: .iso ? .img
just downloaded image
RaspberryPie-image.vmdk
which judging by extension is meant for WMWare, but I am using VirtualBox.
So when download completed, I just double-clicked on image file, VirtualBox did conversion and voila ...
RaspberryPie-image.vmdk
which judging by extension is meant for WMWare, but I am using VirtualBox.
So when download completed, I just double-clicked on image file, VirtualBox did conversion and voila ...
- Mon Aug 06, 2012 8:50 pm
- Forum: Beginners
- Topic: Connect RPI to Internet?
- Replies: 4
- Views: 1086
Re: Connect RPI to Internet?
i just got my RPi today and getting online was relatively easy: 1. extract and write *.IMG to SD card (i used wheezy) 2. insert card into RPi 3. connect monitor, keyboard, mouse and power to RPi, connect ethernet port of RPi to ethernet switch 4. boot and enjoy note, this works if your network uses ...
- Mon Aug 06, 2012 7:34 pm
- Forum: Beginners
- Topic: downloading Win32DiskImager
- Replies: 19
- Views: 10306
Re: downloading Win32DiskImager
i just followed link in on the RPi website which links to Softpedia. http://www.softpedia.com/dyn-postdownload.php?p=173006&t=4&i=1 downloading Win32DiskImager was no issue. next step was to download couple of RPi images. they all had to be extracted first in order to get to *.img file. As a...