Tips Tricks Tutorials

WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark

Configuring django in Apache using WSGI

Posted by WEBNESBAY On September - 30 - 2011 0 Comment

Django is a powerful python framework. Django is shipped with lightweight server which we cannot use it in production environment. We can configure it in apache server using apache module called wsgi. I am providing you the installation procedure step by step. Before proceeding these are the prerequsites you need to have Operating System: Ubuntu 10.04 Access: You should have admin access on the server Connection: It should be connected to internet before proceeding. Step 1: Apache Server Installation with [...]

Copy files from subfolders into one single folder in ubuntu

Posted by WEBNESBAY On September - 28 - 2011 0 Comment

One of my friend give a CD which has songs in number of subfolders or sub directories. I want to copy all this songs into one single folder by giving some commands in terminal. Here is the command find /home/username/Desktop/songs/mysongs -iname ‘*.mp3′ -exec mv ‘{}’ /home/username/Desktop/songs/t/ \; In the above command I used mp3 files if you want specifically doc files use *.ods or *.pdf. If you want all the files just give *.* This command is very usefull if [...]

Optimizing Bandwidth Using Squid in Ubuntu

Posted by WEBNESBAY On December - 26 - 2010 0 Comment

We all know how web proxies can drastically reduce response time for web pages and secure a company’s network by routing traffic based on rules. Here are few simple steps to install and configure Squid on Ubuntu 10.04 Squid is one of the most popular Open Source web proxy that runs on all operating systems. Squid is a caching proxy that supports HTTP, HTTPS, FTP and other protocols. By caching frequently used pages locally it reduces bandwidth bottleneck thus improving [...]

10 GMail Features you MUST know!

Posted by WEBNESBAY On December - 19 - 2010 0 Comment

From an invitation-only to a 7GB (And still counting!) inbox, Gmail has come a long way. It is entering its Year 6. So here are 10 Gmail features which I bet you’ll love to check out! Monday, August 30, 2010 1. Archive, don’t Delete! All about the nice habit of archiving your mails! Archiving just means moving mail out of your inbox and storing it for safekeeping. Your messages will be waiting for you when you click “All Mail” or [...]

Convert DVD’s to AVI format using dvdrip in Ubuntu Linux

Posted by WEBNESBAY On December - 19 - 2010 0 Comment

dvdrip is a program which is used to store the dvd content in avi format. I feed dvdrip is very easy to use and its very easy than k3b. Below or the steps from Installation to usage. Installation Installation is very easy in ubuntu. This program is available in ubuntu repositories. Just run the below command sudo apt-get install dvdrip And now you are ready to use this program. You can find this program in Applications > Sound & Video [...]

Installing rubyripper in ubuntu Linux

Posted by WEBNESBAY On December - 18 - 2010 0 Comment

What is Rubyripper? Rubyripper is a digital audio extraction algorithm that uses cdparanoia in a sophisticated way to make sure that a CD rip is done successfully and accurately. It is very similar to and inspired by EAC. Rubyripper is written in the ruby programming language. How is Rubyripper different from other CD rippers? This differs from programs like K3b and Sound Juicer because it is much more thorough. Rubyripper rips each audio track at least twice, then compares each [...]