Technical Solution

Zyxware default image1
| 1 min read
If we are using a custom font on our webpage and if that particular font is not installed on a user’s computer, then there is a good chance that our website would become unreadable. One of the best solutions to overcome this scenario would be to embed the said font file into the CSS in the webpage source. Checkout the most simple method of embedding fonts within a CSS.
Zyxware default image2
| 3 min read
Git is a popular version Control System that is Free Software. Created by Linux Torvalds to manage the development and deployment of the Linux kernel. The advantages of Git prompted developers to use it in many other software projects which required a robust version control system. Recently Drupal made the official transition from CVS to Git citing its advantages. So If you want to be a great developer you should get to know Git and its strengths when compared to existing Version Control Systems.  Read on to get a better perspective on Git and its importance to Drupal.
Zyxware default image1
| 3 min read
The Huawei USB modem that comes with new Reliance Netconnect+ mobile broadband connections might not work out of the box on an Ubuntu 11.10 box if the device id of the modem is 12d1:1505. Plug the modem into a usb port and run lsusb and check if the following line appears in the output - ID 12d1:1505 Huawei Technologies Co., Ltd - and if it does then read on to see how to get this modem working on your computer. Create a file named 12d1:1505 inside /etc/usb_modeswitch.d/ and copy the following into the file DefaultVendor= 0x12d1 DefaultProduct=0x1505
Zyxware default image2
| 2 min read
PostgreSQL commonly known as Postgres is an open source object-relational database system which has been around for more than 15 years. PostgreSQL is well reputed with a lot of awards to its name.It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. Learn how to install PostgreSQL client and PostgreSQL server in Ubuntu with this step by step tutorial.
Zyxware default image3
| 1 min read
Networking in Ubuntu means that you will need to know how to conduct Samba server configuration. Samba is the standard Windows interoperability suite of programs for Linux and Unix. Samba server configuration is essential to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments. Here is a step by step tutorial that will walk you through each stage of network configuration using Samba Server in Ubuntu.
Zyxware default image1
| 3 min read
What is CSS? This is a common question asked by most web users hoping to understand how websites are created when they encounter the three letters on the web? Almost everyone is familiar with Html as it is a simple markup language but CSS seems to be an enigma. Since most of our work in developing web apps based on Drupal revolves around CSS, we have decided to share our knowledge with you.
Zyxware default image2
| 6 min read
Another October has arrived and, like clockwork, Canonical has released the latest version of Ubuntu - Ubuntu 11.10 or codenamed Ubuntu Oneiric Ocelot. The Content Grid team has in turn put in some effort towards this new release and has come up with an Installation Guide for Ubuntu 11.10. The CDs and DVDs for the latest Ubuntu 11.10 should be available via our RequestCD program.
Zyxware default image2
| 3 min read
When a file is deleted, only the pointer to the file is overwritten and the original file will still reside in the blocks of the storage device and will be kept there until it is overwritten by another file. In a sense, you can always write a file but you can never delete it. So if you have ever faced the dilemma of trying to recover a deleted file in Ubuntu then look no further. Linux offers a wide range of tools for recovering deleted files. These tools work by retrieving the pointer to the deleted files.
Zyxware default image1
| 2 min read
Converting videos have come to be a pain in the back for most new Ubuntu users due to the hassle involved in installation of formats and finding a suitable software package. As usual like everything else in Ubuntu the scenario is changing rapidly. Contrary to popular belief, video converting is pretty easy in Ubuntu once your get to know the right tools for the job. FFmpeg is a versatile tool when it comes to converting videos as it is a video converter and so much more.
Zyxware default image3
| 4 min read
BSNL had recently launched their 3G services in India with speeds of up to 3.6Mbps. Interestingly the 3G USB modem provided by BSNL also comes with a wvdial front end targeting GNU Linux users. Welcome change from the national telecom provider. Unfortunately the 3G USB device(ZTE MF626 HSDPA with device id 19d2:2000) had the same problem with switching the mode from the storage device, that it gets detected by default, like its predecessors. Here are the steps for configuring the BSNL 3G modem in Ubuntu. This should work with minor variations in other GNU Linux distros as well.
Zyxware default image3
| 5 min read
A new breed of USB wireless modems with inbuilt flash storage containing the driver to install the wireless modem have been invading the Wireless Connectivity marketplace. A typical example is the Reliance Netconnect 1.x. The USB Modem gets detected as a cdrom when you plug it into your laptop. However a GNU/Linux user does not have anything to cheer about the driver in the flash storage, as these drivers are all Windows drivers (so far). Here is how to install the Reliance Netconnect in Debian Lenny. The instructions should work for debian variants like Ubuntu, Mint etc.
Zyxware default image2
| 3 min read
Asianet Dataline is an ISP in Kerala and they use a web browser based authentication system to log the user onto their network. One of their most popular plans the - Homenet 475 offers free unlimited downloads from 2AM to 8AM. Now if there was a way to turn on your system at 2AM, automatically login to Asianet and turn your download manager on and then shutdown at 8AM it would have been perfect. The only problem is that the http based authentication system makes it a bit unwieldy to automate. Well not really :-). We have created a bash script to automate this login process.
Zyxware default image4
| 2 min read
If you install sendmail on your desktop and have not configured your system correctly you will very likely come across this problem. Ubuntu boot up slows down considerably and stops for a long time at the "Starting Mail Transport Agent (MTA) sendmail" line. This is because sendmail is trying to resolve your host and times out failing to do so. You can fix this problem easily by making a few changes in to yours hosts file.
Zyxware default image1
| 7 min read
OpenOffice is possibly one among the finest examples on what can be achieved in the world of Free Software. For starters, OpenOffice is an office application suite in the lines of Microsoft Office and is available for Windows, Mac and Linux. The latest stable release is OpenOffice 3.1. You may want to know how to install OpenOffice 3.1 in Ubuntu. Now let us take a look at the list of extensions you could use in OpenOffice.
Zyxware default image2
| 6 min read
Rar used to be a favorite compression format when the compressed files were to be split into multiple pieces to fit into legacy external storage devices like Floppy, Zip disk, CD etc. WinRAR is a popular GUI application that can rar and unrar files in the rar format. If however you come across rar files that are split into multiple parts then you can extract and combine them as follows