Posts

Showing posts with the label commands

Installing CGI BIN in Apache - Ubuntu -Common Gateway Interface

Image
Let me introduce you to CG I   at First .. The Common Gateway Interface ( CGI ) is a standard method for web server software to delegate the generation of web content to executable files. Such files are known as CGI scripts ; they are programs, often stand-alone applications, usually written in a scripting language .  ---- by WikiPedia  Now.. 1:- There are mainly 3 modules  I   CGI II  CGID III userdir Now type the following command in the terminal\ $ sudo a2enmod module #NB: You should execute the command 3 times with each module names on "module"  o the command above  2:- Now Restart the Apache:  $ sudo /etc/init.d/apache2  restart 3:-  Make  public_html inside your home folder and place cbi-bin in it $ cd ~                           ...

Installing MySQL PHP In Ubuntu / Linux

Image
Guys .. Just Take The Terminal  and Type :- TYPE:- sudo apt-get install mysql-server If you are using Php you need to download this as well :  sudo apt-get install php5-mysql

How to fix the broken package problems in Ubuntu in synaptic manager

Image
Howdy guys, Its been a long time since i posted one.S i had cam with something very helpful for a new Ubuntu beginner , as u may tried to update the Synaptic manager for update ,some packages may get broken and this will prevent you to install any other packages.So to solve it you can open the terminal and type the following two commands: Command 1: sudo dpkg --configure -a Command 2: sudo apt-get install -f Wonder!! it is fixed now...... if not fixed then tell me... bye guys

Unite facebook and twitter ,for the easy works

Image
Here i suggest a software which helps to connect multiple IM services and Social networks more easily. Trillian makes social networks more closer. Trillian is a multiprotocol instant messaging application for windows,mac,BlackBerry and android. Its free. IM services includes Windows live messenger, Yahoo! messenger,Skype network etc as well as social networks such as Facebook, twitter etc. Also provides email services. Try and enjoy Trillian. To download Trillian click here

How to lock a computer with USB or using predator

Image
1.Download predator software from http://www.montpellier-informa​tique.com/predator/en/index.ph​p?n=Main.DownloadFree 2.Predator will get launched automatically after completing installation if not you can run it from Start/Programs/Predator 3.Now Insert your Usb.You will get a message to define your new password.(This process will not format your pendrive and your pendrive data will not be affected by this at all) 4.Click on Ok and Enter your your new password in next dialog box 5.Check that the drive letter displayed under “USB key drive” actually matches your flash drive or choose the correct letter from the dropdown list 6.Finally click on Create Key button and then on OK button

How to open blocked sites in LAN/ How to open the blocked Facebook/Facebook proxy

Image
Networks in colleges, schools will block some social network- Here a easy way to open these sites. These sites can be opened through proxy sites. There are many proxy sites.Just search google for proxy sites and enter into it. There will you can provide url of the site you want to go. click to get the proxy site click the link below to go proxy sites.in which will give many proxysites. click here Note: You should write full name of the site.

How can make a pendrive bootable for installing windows 7/vista without using software

Image
Steps: 1: Format your pen drive in NTFS format. 2: Go to start and select command prompt. 3:Right click on it and select RUN AS ADMINISTRATOR 4:In the cmd type the folloying commands(Press enter key after each command) (a) DISKPART (b)LIST DISK 5: After typing list disk command you can see some list of disks. find your pendrive's number from this list. 6:Then type (c)SELECT DISK N Where N is your pendrive's number. Then type (d)CLEAN (e)CREATE PARTITION PRIMARY (f)SELECT PARTITION 1 (g)ACTIVE (h)FORMAT FS=NTFS (This will take some more time to complete) (i)ASSIGN (j)EXIT suppose H is your dvd drive letter and I is your pendrive then type (k) H:CD BOOT(Where H is your dvd drive letter) (l)CD BOOT (m)BOOTSECT.EXE/NT60 I: (Here I is your pendrive) Then copy the contents of the windows 7 dvd to pendrive. Note: (1) After making your pendrive bootable then REBOOT your system. Go to your boot menu to check your boot priority, give first priority for flash/pendrive. T...

PDF password Unlocker

Image
Here is a link to a software which can be used to unlock a password protected PDF file The software also include many other feature .But you will get only a trail version Go to link: also see my blog on real stories

Linux file system

Overview of the Linux file system /bin All commands which are used by normal users /etc System conf files /var Server data logs Mail proxy cache /dev All devices name stored in /dev /sbin All commands which are used by supper user /boot Linux kernel ( vmlinuz , initrd ) Grub directory /usr All gui tools installed in /usr /proc System information’s ( picture of RAM ) /home User's home dir's /tmp Temporary files /media Auto mounted devices mount point in /media