Home arrow Aaj Ka Tip
Main Menu
Home
Help Docs
Newbies
Corporates
Gnu/Linux Distros
Programming
Databases
Links
Search
Regular
News
Interviews
Aaj Ka Tip
Aaj Ka Command
Community
Blogs
Wiki
Forums
Services
Free Software

Aaj Ka Tip
view man pages in konqueror Print E-mail
for viewing man mages in Konqueror

just type

#somecommand

for example

#mount

in the address bar of konqueror window and you will be able to view the man page
it is quite easier that viewing the same in a shell



Failed to unmount CD Drives? Print E-mail
Unable to unmount drives due to "Drive is busy status" ?

just run

look if you have any open workspace on the drive location
then run

fuser -k? /path/where/the/drive/is/mounted
or
fuser -k? /device (for ex. fuser -k /dev/cdrom)

then proceed as normal umounting procedure

This is usefull for CDroms which are sometimes stuck on some job and fail to unmount

Looking for files in Gnu/Linux Print E-mail
Unable to locate some files
just run

#updatedb

to locate the files run

locate

to limit the search to top 'x' results run

locate -n x

alternatively find can also be used,it is slower since it does not maintian database like locate
speed up firefox Print E-mail

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.

2. Alter the entries as follows:

Set “network.http.pipelining” to “true”

Set “network.http.proxy.pipelining” to “true”

Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it recieves.

If you’re using a broadband connection you’ll load pages MUCH faster now!

these were taken from here

save your terminal sessions Print E-mail
How to save everything printed on your screen?

this can be done with "script"

Script makes a typescript of everything printed on your terminal.? It is useful for students who need a hardcopy record of an interactive session as proof of an assignment.

man script

will help more
<< Start < Previous 11 12 13 Next > End >>

Results 100 - 108 of 110



gnulinuxclub
Join Us
About Us
Contact Us
Support Us
Acknowlegdement
Login(only for dev.)

Royalty Free Images

O'Reilly User Group discount!




Powered By GIMP GIMP
Contact Webmaster Copyleft 2011 gnulinuxclub.org