Shells: AUTO LOGOFF of idle users


I set up an Ubuntu 9.04 Server fordevelopment purpose and made it online through dyndns [more info], It can access by anyone of our team. We got some accessing problem because all our developers logged in through ssh without any need. So there are many users logged in and stay idle.


What we need to increase the efficiency is to force all idle users out. Here how I do this:


THIS IS BASED ON UBUNTU SERVER EDITION 9.04


how to know hardware details of your system






Do you want to know the complete details of your Ubuntu/Debian flavor system details ?

OpenOffice Recovery document Problem




Getting too many of this screen and always recovery fails ?. Its happens when the user opens a document downloaded from web or remove a document which last opened with openoffice. Every time user opens openoffice.org, this screen appears. This can be avoided by following steps given.


THIS IS FOR UBUNTU [Debian Flavors] ONLY

Browser Cache or AutoComplete







I am currently working as a Project Lead for a local search engine project, there was a problem which is remained unsolved in our bugzillla [ wikipedia]. The problem was, in our keyword field, we are using an Ajax[wikipedia] suggestion. When we re-use the same window a browser generated suggestion came up over our suggestion, its make lots of difficulties on showing suggestion.

apache2: change apache port

Generally, the port for apache is 80, when we type http://localhost, it listen to port 80 which is default for apache server. During some other purposes like, managing system in a LAN [wikipedia], which shares same name, or for securing the apache port, to avoid anonymous view.

First took our famous tool known as Terminal Applications->Accessories->Terminal

Reset MySQL 'root' Password




From this post I tried to explain you about setting the root/user password for mysql. But What if you forgot  root password of mySQL server ?


It happens,well we have a solution for that also.


NOTE: THIS IS ONLY FOR UBUNTU

Change MySQL Password



From Linux/Unix based systems, it is easy to set or change the root password. For setting this you need to open Terminal [ Applications->Accessories->Terminal  or Alt+F2 and type gnome-terminal ] and type the following:

Put your localhost into The Internet


Most of the developers do their works on localhost. I am using my ubuntu machine installed with apache2, mySql and PHP5 for my works.


If one of my clients wants to access my localhost to check my works, I have to either buy a host [still, it is the best idea], having large space so that I can add my development; but it costs time and money. Even if money is not a matter, none of the companies do the registration within an hour or so; or we have to find a free-host for php and upload the files [the worst choice], having very limited resources sometimes it won't work.

Shells: 01- Introduction - Linux Commands

Shell Scripts are the main feature of linux distributions.

Lets know what wikepedia defined about shell scripts[wikipedia page]. Before starting shell script we must learn some important linux/unix commands which makes wonder with shell scripting.