Beamer/LaTeX Tutorial
LaTeX is commonly used to prepare documents. It is commonly used for the scientific documentation because it is very useful to create documents with lots of mathematical symbols and notations. For some time, Beamer is used by the scientific community for preparing slides for a presentation. Beamer has features to describe slides and the transition. [...]
How to upgrade/update to Ubuntu 11.10?
Ubuntu has released Oneiric Ocelot, the Ubuntu 11.10. If you are using Ubuntu 11.04, you can follow the steps given here to upgrade to Ubuntu 11.10. First install the update-manager-core package. There are high chances that it is already available in your system. Secondly run the following command Follow the instructions.
How to use festival to read a text file?
If you are in Ubuntu, first install festival. After installing, open a terminal and enter the command festival with the following options Now you can see that the content of the file is read back to you and once the file reading is complete, the shell prompt appears again
How to install indent in Ubuntu?
indent is used to indent a C code. To install indent in Ubuntu You can learn more about indent on how to use it to indent C code.
Memcached Tutorial
memcached is high performance memory object caching system. This tutorial explains how to work with memcached. Introduction Memcached Installation Installing Memcached Running Memcached with various options Running memcached Memcached in Verbose mode
How to install zsh in Ubuntu
Bash is the commonly used shell. ksh and csh are the other shells. Zsh or the Z shell can also be used to execute commands. To install zsh in Ubuntu Start working with zsh by entering zsh on the current shell
How to install ksh in Ubuntu?
Like Bash and csh, ksh is also a shell available in almost all Linux/Unix variants. Ksh is KornShell. Like Bash, the most commonly used shell, ksh is also used to enter and execute commands To install ksh in Ubuntu To start working with ksh Enter the commands at the ksh prompt