Sadly I can't - that isn't an option in the Signature edit panel, and if I insert the markup manually it reports You cannot use certain BBCodes: [url]. Ah the board admin and moderators have tried to prevent some spammers. There's one forum I moderate where every spammer includes a URL in his/her s...
... Like any other linux distribution, can I just do a simple sudo apt-get update ; sudo apt-get dist-upgrade ; ?? ... Quick answer: Yes (In general it's always a good idea to "sudo apt-get update" before installing anything new. W.r.t. "sudo apt-get upgrade" [rather than "dist-upgrade"] I tend to ...
If your python script includes any "print" statements when crontab runs it then that printed output is sent by email. Use `crontab -l` to list entries. Use `crontab -e` to edit your crontab (and refresh it when you save changes). Also don't forget to set the PATH or use full names for anything you'r...
What kernel version are you running?
Do you have the right linux-headers package installed to match you running kernel. Because when you do the process of finding module.h should be automatic.
Otherwise you'll need to change the include paths (-i flag) in your Makefile.
On your RPi install the SSH server with sudo apt-get install sshd (if you're using Raspbian it's already installed). Enable it using sudo raspi-config (option 8).
I've got some code written to check that you're connecting to a RPi (and not some other random Linux machine). I'll see if I can find time to debug that and integrate with the new version.
I installed Slackware-current on my RPi and I would like to update the kernel to 3.10.17 to get in-line with Slackware-current. I found some good documentation on how to compile the kernel and I am quite familiar with the process on x86 machines when the .config is available (normally copied from S...
Do you have any iptables firewall rules that could be blocking 5.153.225.206 (or parts of that 5.153.225.0/24 subnet)? It works for me using either IPv4 or IPv6 pi@pi ~ $ traceroute raspbian.org traceroute to raspbian.org (5.153.225.206), 30 hops max, 60 byte packets 1 darkside.darkside-internet.bog...
Well, unfortunately the Pi is not too tolerant about unexpected shutdowns. I think you should try using a UPS, if possible. I have no problems with unexpected shutdowns. My RPi system reboots and normally does an auto fsck of the journalled filesystem. I've had one failure where I had to to go to s...
When I plug in my Arduino Uno I get [315464.892211] usb 1-1.2.2: New USB device found, idVendor=2341, idProduct=0001 [315464.892245] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=220 [315464.892263] usb 1-1.2.2: Product: Arduino Uno [315464.892278] usb 1-1.2.2: Manufacturer: Ar...
Its never occurred to me to try ssh-ing in and do a soft shutdown - I'm a GUI person :) Ah, the youth of today :lol: I'm a dinosaur and rarely, if ever, do this new graphics stuff. I even found an excellent SSH client (JuiceSSH) for my Hudl which gives me something that's just like PuTTY (which I u...
It was a good thing getting that false positive. I'd just upgraded from Win8 to Win8.1 and Avast (the free virus program I use) had been completely uninstalled by Microsoft's update. Fixed that now and there's no more trouble from your git clone. I've now imported your source into the Android ADK an...
There's nothing wrong with microwave food but you should change your microwave ovens at least every 2 years Can you tell us why? Do I have to buy a new one, or can I change mine by swapping it with my neighbour? I have two neighbours, so I can do this over 4 years. Is it okay if I change it back ag...
If you use a microwave to heat up a large block of chocolate, you can calculate the speed of light from the distance between the melted patches and the known frequency of 2.4GHz. Then you can pour the experiment over a bowl of ice-cream for a lovely desert akin to the long lost ice-magic sauce. My ...
The microwave oven is a very convenient cooking tool. I have always been worried about whether microwave oven food is healthy. I would like to ask the engineers here, particularly those with microwave background, whether microwave oven food is healthy. https://www.amazon.co.uk/gp/product/B004JN0CJI...
Yes soon, this is only a initial release more features are coming soon When I import this into the Eclipse ADK it triggers Windows Defender (Trojan:AndroidOS/FakeLook.A detected in ..\bin\classes.dex) when I try to run it. Can you explain why that happens and why it appears there's a Trojan in your...