linux

Check 32bit or 64bit system

Type 'arch' command
i686 = 32 bit
x86_64 = 64 bit

Make ISO file

Make iso file from cdrom drive
# dd if=/dev/cdrom of=/tmp/target.iso

Make iso file from directory
# mkisofs -o /tmp/target.iso /source_direcectory/

Play with BeagleBoneBlack

แชร์ประสบการณ์การทดลองกับบอร์ด BBB(Beagle Bone Black)






Set up debugger for BeagleBoneBlack and Eclipse

Thu, 04 Jun 2015 13:03:00 +0000



How to control LEDs using only Linux commands

Sun, 22 Mar 2015 02:33:00 +0000



Set up Eclipse to develop with BeagleBoneBlack

Mon, 29 Dec 2014 14:47:00 +0000



Set up home media server using BBB

Sat, 23 Aug 2014 09:56:00 +0000



Run Ubuntu on BeagleBoneBlack

Wed, 20 Aug 2014 14:20:00 +0000



4D System's 4.3 inches LCD Cape

Sat, 19 Apr 2014 06:07:00 +0000



How to update BBB firmware (by Linux pc)

Tue, 08 Apr 2014 07:15:00 +0000



Blinking with BoneScript

Tue, 11 Mar 2014 06:40:00 +0000



Hello World

Sun, 09 Mar 2014 15:16:00 +0000






How to read Harddisk temperature

Install hddtemp ...

$ sudo apt-get install hddtemp

Say No if you don't want it runs at boot. then get the harddisk temperature with ...

$ sudo hddtemp /dev/sda

How to read CPU Temperature

First, install this package ...

$ sudo apt-get install lm-sensors

Start mornitoring with ...

$ sudo sensors-detect

Share this page :

Custom Search
Syndicate content