Here you can see a trick you can do from the Terminal in Ubuntu 10.10 Maverick; if your computer has compatible audio hardware, you can make it talk to you with the spd-say command. Open up a terminal window and type this command:
Read more »speech-dispatcher : Digital speech in Ubuntu 10.10 maverick
- Login to post comments
How to dual-boot Linux Mint 10 and Windows 7
This is the latest in a series of tutorials that has been published on this site on how to dual-boot Windows 7 and Linux distributions. Previous articles published on this subject are how to dual-boot Fedora 14 and Windows 7 and how to dual-boot Ubuntu 10.10 and Windows 7. This article presents a step by step guide on how to dual-boot Linux Mint 10 and Windows 7.
Read more »Enabling Compiz Fusion On A Fedora 14 GNOME Desktop (NVIDIA GeForce 8100)
This tutorial shows how you can enable Compiz Fusion on a Fedora 14 GNOME desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8100 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop. I will use the free nouveau driver in this tutorial instead of the proprietary NVIDIA driver.
Read more »Jolicloud 1.1 review
Jolicloud 1.1 is the latest stable release of Jolicloud, the cloud-based, Ubuntu-based distribution. Other than being a cloud-based distribution, the most distinctive feature of Jolicloud is the netbook-optimzed interface, which is one of five netbook-optimized interfaces available on Linux and BSD distributions.
Read more »google custom search: how to hack ubuntu password
You have a PC and you dont kow the user name or password to get in. Well there’s a easy way to reset it both.
Read more »- Login to post comments
How to Enable User Web spaces in your Ubuntu / Debian Linux Server
You can give user based web pages in your apache based server. Follow the simple steps shown below after installing apache.
$ cd /etc/apache2/mods-enabled
$ sudo ln -s ../mods-available/userdir.conf userdir.conf
$ sudo ln -s ../mods-available/userdir.load userdir.load
$ sudo /etc/init.d/apache2 restart
- Login to post comments
How to setup a firewall on your ubuntu
You should install a firewall to protect your computer against unauthorized access by blocking connections to your computer from unknown sources,to prevent security breaches.This is a tutorial on setting up a firewall on Ubuntu to regulate connections to your computer.
Read more »- Login to post comments
A solid introduction to PHP
- Login to post comments
50 UNIX / Linux Sysadmin Tutorials
To wrap this year, I’ve collected 50 UNIX / Linux sysadmin related tutorials that we’ve posted so far. This is lot of reading. Bookmark this article for your future reference and read it whenever you get free time.
Read more »- Login to post comments
Non-Blocking Method To Download Files From Web using java
The URLConnection class contains many methods that let you communicate with the URL over the network. But the URLConnection doesn’t provide a callback mechanism to know the data read progress. Java’s support of interfaces provides a mechanism
Read more »- Login to post comments
How to install Linux Mint Debian Edition on an encrypted LVM file system
Linux Mint Debian Edition (LMDE) is the edition of Linux Mint that is based on Debian Testing. Like the edition of Linux Mint based on Ubuntu, the installer of LMDE lacks support for LVM, and disk encryption. This tutorial presents a detailed guide on how to install LMDE on an encrypted LVM file system. But how is that possible if the installer lacks support for LVM and disk encryption? Easy.
Read more »- Login to post comments
Ubuntu 10.10: Change grub menu timeout
The short post shows how to change grub menu timeout in Ubuntu 10.10. This off course also works for Linux Mint 10.
Read more »- Login to post comments
A tip for software companies.
t amazes me that so many times people who are in charge of large and small software companies make dumb decisions. They get nice salaries but often make decisions that come back and bite them later on. One good strategy for any large or small company that is lagging behind on the Windows or Mac OS market is to create software for GNU/Linux.
Read more »Don’t build your Debian packages with dpkg -b !!
In the last years, I have seen many people try to use dpkg –build to create Debian packages. Indeed, if you look up dpkg’s and dpkg-deb‘s manual pages, this option seems to be what you have to use:
-b, –build directory [archive|directory
Read more »- Login to post comments
The explicit vim command list
- Login to post comments