If you have upgraded to the recent Firefox, and you plan to use fireftp, you will notice that the Fireftp is gone. You are not alone to find this issue.
The Fireftp used to be in the tools menu. This has been shifted one notch down and can now be accessed using Tools -> Web Developer -> Fire ftp.
Take a look at the following figure.
Hope that it will help any one looking for fire ftp when they upgrade firefox.
An updated from Starredreviews -
- The French Starred reviews has been moved to French Starred Reviews.
Question - I tried picocom using the command picocom -b 9600 /dev/ttyS1 in the freescale MX51 EVK board but it does not seem to work
Answer- You may like to try this command
picocom -b 9600 /dev/ttymxc1
Notice ttymxc1 in place of /dev/ttyS1
Question – I am using Picocom for serial port communication. I am able to send characters. My question is what is the command to get out of the picocom once you are into it ? I see the escape secquence C-a but I don’t get it.
Here is the command I used to get into it
picocom -b 9600 /dev/ttymxc1
Answer ?
You need to press Control a follow by Control x.
Notice that the terminal say C-a which means Control a and not the Character C followed by a
The component video is connected directly to i.MX51 processor. If you want to test the component video output on your Android based platform, you can use the following command.
Once the system boots, press control-C to stop booting. Now give the following command at U-boot
>setenv bootargs_base setenv bootargs console=ttymxc0,115200 di1_primary gpu_nommu, gpu_memory=32M video=mxcdi1fb:YUV444,TV-720P60 dmfc=3 tve
Now boot the system by giving boot command
> boot
When the system fully boots up to android , use the following command to blank or display the content at LCD
Android
#echo 1 >/sys/class/graphics/fb1/blank
#echo 0 >/sys/class/graphics/fb0/blank
Blogspot, owned by Google has become one of the source of copyright infringement. So how do you file the complaint against someone who has copied your content and posted it on blogspot.
Google has made it easy for you to file DMCA complaint. You can go through the complaint form .
You will need to provide your name and email address. You will be required to post a sample of your copyrighted material, which is the url of the content from where the content is copied. You then need to post the urls where the copied content has been posted. You may post more than one url.
If you have hundreds of urls copied, it may get complicated for you. In such case you may give few samples of the copied content google will likely remove the whole url.
Notice that reporting the problem usually works only when the content is copied as it is. If the wordings are changed, google may or may not be able to work on your complaint.