Go to advanced search

by xuraax
Wed Aug 09, 2017 3:36 pm
Forum: Troubleshooting
Topic: Problems with RealVNC Viewer
Replies: 0
Views: 174

Problems with RealVNC Viewer

I am trying to run my Pi headless from my 2 computers both running Ubuntu 16.04. I downloaded the latest version of RealVNC executable and installed it in the home directory. I also created the .desktop file to be able to start the Viewer from the GUI. On one system everything works well either from...
by xuraax
Mon Feb 18, 2013 4:02 am
Forum: General discussion
Topic: Using the dd command in scripts
Replies: 10
Views: 1889

Re: Using the dd command in scripts

Thank you guys, I achieved what I wanted perfectly. The command becomes:

dd if.................count=9 > /dev/null 2>&1 &

Regards
by xuraax
Sat Feb 16, 2013 7:50 am
Forum: General discussion
Topic: Using the dd command in scripts
Replies: 10
Views: 1889

Using the dd command in scripts

I am new to linux so please be patient with me. I need to import data to the RPI via a usb to RS485 converter I am using a script which includes the line: dd if=/dev/ttyUSB0 of=/tmp/output bs=1 count=9 & this is working fine and a string of 9 bytes is being correctly received and stored into the fil...

Go to advanced search