Install ie7 and dotnet with winetricks

> *Software Requirement:** 1.2.2-0ubuntu6 (wine1.2)* with ***winetricks*** Open the Software Sources menu by going to **Applications->Ubuntu Software Center**, then selecting **Edit->Software Sources**. Choose the **Other Software** tab and click **Add**. ![System->Administration->Software Sources->Other Software](https://www.winehq.org/images/distro/ubuntu-ppa.png) Then, **copy and paste the line below**. *ppa:ubuntu-wine/ppa* It will reload your Repo settings. Now search for “wine 1.3″  in **Ubuntu Software Center**. Install it. * * Now open up a terminal […]

Install ie7 and dotnet with winetricks Read More »

How to install ffmpeg, mplayer, mencoder, ffmpeg-php on centos 5.x

> In this how to i will describe how to install ffmpeg, mplayer, mencoder, flvtool2, ffmpeg-php with all supported codecs to convert / manipulate videos easily on CentOS 5.x. If you want to run sites like youtube e.g www.indianpad.in, www.danceindiadance.in this howto will help you to install the base for your software. There are many

How to install ffmpeg, mplayer, mencoder, ffmpeg-php on centos 5.x Read More »

Sample Page

This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this: > Hi there! I’m a bike

Sample Page Read More »

Install and Configure Bandwidthd – Per IP Bandwidth Monitor

>It is important to know traffic usage of your client if you’re a Linux network administrator. You can monitor your client in [text mode](http://infodotnet.blogspot.com/2007/12/linux-bmon-realtime-bandwidth-monitor.html), graphic mode or html exported like mrtg, cacti or bandwidthd and one of my favorite bandwidth monitor is [bandwidthd](http://infodotnet.blogspot.com/2007/12/monitoring-bandwidth-per-ip-with.html). [![](https://1.bp.blogspot.com/_nhupnqfz6xI/R7eNoEvv-UI/AAAAAAAAAjQ/AQfRZfk4BJE/s320/bandwidthd2.jpg)](https://1.bp.blogspot.com/_nhupnqfz6xI/R7eNoEvv-UI/AAAAAAAAAjQ/AQfRZfk4BJE/s1600-h/bandwidthd2.jpg) You don’t need any database or snmp connection to monitor all

Install and Configure Bandwidthd – Per IP Bandwidth Monitor Read More »

How to create a self-signed SSL Certificate

How to create a self-signed SSL Certificate which can be used for testing purposes or internal usage Step 1: Generate a Private Key and CSR aws@AWSadminz:~$ mkdir ~ssl aws@AWSadminz:~$ cd ~ssl aws@AWSadminz:~$ openssl req -new -newkey rsa:2048 -nodes -out www_domain_com.csr -keyout www_domain_com.key -subj “/C=IN/ST=India/L=Kerala/O=AWSadminz/OU=IT/CN=www.domain.com” Optional : To add Multiple SAN names, Use multipe CN values.

How to create a self-signed SSL Certificate Read More »

Chroot users with OpenSSH : An easier way to confine users to their home directories

With the release of OpenSSH 4.9p1, you no longer have to rely on third-party hacks or complicated chroot setups to confine users to their home directories or give them access to SFTP services. Vincent Danen tells you how to take advantage of this new addition to OpenSSH. ———————————————————- With previous versions of OpenSSH, the only

Chroot users with OpenSSH : An easier way to confine users to their home directories Read More »

xp run commands

> **Accessibility Controls** access.cpl **Add Hardware Wizard** hdwwiz.cpl **Add/Remove Programs** appwiz.cpl **Administrative Tools** certmgr.msc **Character Map** charmap **Check Disk Utility** chkdsk **Clipboard Viewer** clipbrd **Command Prompt** cmd **Component Services** dcomcnfg **Computer Management** compmgmt.msc **Date and Time Properties** timedate.cpl **DDE Shares** ddeshare **Device Manager** devmgmt.msc **Direct X Control Panel** (If Installed) directx.cpl **Direct X Troubleshooter** dxdiag

xp run commands Read More »

How to setup an apache VirtualHost in Ubuntu

Setting up example.com virtual host in local system ######################################################### Requirements:apache2, php, mysql, mysql-server. Install these softwares using Ubuntu software center. ######################################################### Put the application in /var/www/example. so that example folder contain index.php. jobin@JobNix:~$ sudo gedit /etc/apache2/conf.d/example.conf It will open a file in gedit, copy the below lines to the file. ServerAdmin username@localhost DocumentRoot /var/www/example ServerName example.com

How to setup an apache VirtualHost in Ubuntu Read More »

Now Enjoy Bollywood Songs through Google Music

> While you can find and listen to almost any Hindi movie song or music album on YouTube, there ’s now a better way. [![hindi music on google Now Enjoy Bollywood Songs through Google Music](//techgo.net/wp-content/uploads/2010/10/hindi_music_on_google.jpg)]() Google India, in partnership with In.com and Saavn.com, today launched an online music portal at[google.co.in/music ](http://google.co.in/music)where you can search and

Now Enjoy Bollywood Songs through Google Music Read More »

Scroll to Top