I just found them, espeak, orka, and festval.
You can convert any simple text to a speech.
How to use them I will have to add more to this blog.
Tuesday, June 19, 2012
Saturday, March 17, 2012
Ubuntu User? Did you Try gnome-shell?
If you are interested in trying different flavor of Ubuntu! Desktop! yes, you can install
sudo apt-get install gonme-shell gonme-tweak-tool
You will need gnome-shell first as it is unity replacement.
Then you will need gnome-tweak-tool to be able to configure it.
Do your homework and search for some desktop captures, but, my opinion, it rocks, much better then unity.
Well, I like it better, and feels more warm than unity for me. Enjoy, and let me know your opinion too...
sudo apt-get install gonme-shell gonme-tweak-tool
You will need gnome-shell first as it is unity replacement.
Then you will need gnome-tweak-tool to be able to configure it.
Do your homework and search for some desktop captures, but, my opinion, it rocks, much better then unity.
Well, I like it better, and feels more warm than unity for me. Enjoy, and let me know your opinion too...
Saturday, March 10, 2012
Good Resources for my PandaBoard
The following are some good resources for reference to use with my PandaBoard:
Of course this is the main home page for the Board:
http://pandaboard.org/
Examples on how to program IOs, IRQ, DMA, Timing and more:
http://www.faqs.org/docs/Linux-mini/IO-Port-Programming.html
TI OMAP Mobile Processors:
http://e2e.ti.com/support/omap/default.aspx
Of course this is the main home page for the Board:
http://pandaboard.org/
Examples on how to program IOs, IRQ, DMA, Timing and more:
http://www.faqs.org/docs/Linux-mini/IO-Port-Programming.html
TI OMAP Mobile Processors:
http://e2e.ti.com/support/omap/default.aspx
How to Install the Screen Saver in Ubuntu 11.10 and Later
For some reason, Ubuntu does not include the screen saver option by default. So, I like to add this option and the option to turn of my monitor after certain time. Here is how to install it and run it.
- By holding Ctrl+Alt+T you start a Terminal Window
- type the following to remove gnome-screensaver:
- sudo apt-get remove gnome-screensaver
- Now, Type the following to install the screen saver with extra screens
- sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
- You need to go to Control then find Startup Applications
- Add the following to allow the Screen Saver to start on boot
- xscreensaver -nosplash
- Now, you need to edit the configurations and you do this by going to Dash and typing xscreensaver
- Enjoy, make sure you configure the Blank after, Cycle after, and the Advanced configurations.
Hope this blog will find you and help ease your day a little,
Labels:
Linux,
Screen Saver,
Ubuntu
Location:
Newport News, VA 23602, USA
How to Unzip a file in Ubuntu
The three type of zipped files I used for now are .tgz, .tar.gz, and .bz2
below are the command and options to how to unzip them
$ tar -zxvf filename.tgz
$ tar -zxvf filename.tar.gz
$ tar -jxvf filename.tar.bz2
You can type tar --help in the command line and you will get all the options and their usage, here are the options description I used above:
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
-j, --bzip2 filter the archive through bzip2
-x, --extract, --get extract files from an archive
-v, --verbose verbosely list files processed
-f, --file=ARCHIVE use archive file or device ARCHIVE
Hope this blog will find you and help ease your day a little,
below are the command and options to how to unzip them
$ tar -zxvf filename.tgz
$ tar -zxvf filename.tar.gz
$ tar -jxvf filename.tar.bz2
You can type tar --help in the command line and you will get all the options and their usage, here are the options description I used above:
-z, --gzip, --gunzip, --ungzip filter the archive through gzip
-j, --bzip2 filter the archive through bzip2
-x, --extract, --get extract files from an archive
-v, --verbose verbosely list files processed
-f, --file=ARCHIVE use archive file or device ARCHIVE
Hope this blog will find you and help ease your day a little,
Friday, March 11, 2011
Embedded Linux using Gumstix Development Board Research
I started to compile different distributions to work on my GumStix Overo and keep getting interrupted, so I will keep my notes here for reference and hopefully it might help someone else.
So, I got to compile Android to run on this board, also, Ubuntu, Debian, and used some tool to build Ubuntu File System for me, that is: RootStock, Build arm rootfs.
So, I got to compile Android to run on this board, also, Ubuntu, Debian, and used some tool to build Ubuntu File System for me, that is: RootStock, Build arm rootfs.
Status Update and Start to New Blog
I am restarting this blog to use in my everything I can use a blog. I will keep track of my changes, links, research, notes and so on. as long as it can be public. I work on a lot of tasks and I need to keep track of where I stop with one to continue later.
Subscribe to:
Posts (Atom)