Setup Tomcat with Apache2 and Java on Ubuntu 10.04 Server Rumi, May 28, 2011May 28, 2011 Apache Tomcat (or Jakarta Tomcat or simply Tomcat) is an open source servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a "pure Java" HTTP web server environment for Java code to run. … Continue Reading
Rumi, May 8, 2011May 8, 2011 Installing VirtualBox From Precompiled Binaries First, we install the packages gdeb, gedbi, and gdebi-core. Open the Synaptic Package Manager (System > Administration > Synaptic Package Manager): You can use the search function to find the three packages. Select them for installation and click on Apply. Close Synaptic after the packages… Continue Reading
Linux Gnome Force Quit alternate to crl+alt+del Rumi, May 8, 2011 The Force Quit button allows you to click on a window to force an application to quit. This button is useful if you want to terminate an application that does not respond to your commands, if the application has frozen or crashed, for example. To add a Force Quit button… Continue Reading
Mount Windows partitions in to Linux Rumi, May 6, 2011 Procedure to mount remote windows partition (NAS share) 1) Make sure you have following information: ==> Windows username and password to access share name ==> Sharename (such as //server/share) or IP address ==> root level access on Linux 2) Login to Linux as a root user (or use su command)… Continue Reading
Configuring command line network inteface in Debian Rumi, May 1, 2011February 13, 2012 Configure the Network Manually You can use ip or ifconfig command to configure IP address and other information. Task: Display the Current Network Configuration Type the following command: $ ip address show Output: 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128… Continue Reading
How to upgrade PHP 5.2 Centos Rumi, April 27, 2011September 5, 2017 Method-1 This guide describes how to upgrade the standard PHP 5.1.x packages in CentOS 5.x 32-bit to the current development versions 5.2.x. These instructions were created using CentOS 5.3 32-bit and with the following PHP packages installed: # rpm -qa |grep php php-common-5.1.6-15.el5.i386 php-cli-5.1.6-15.el5.i386 php-5.1.6-15.el5.i386 php-pdo-5.1.6-15.el5.i386 php-bcmath-5.1.6-15.el5.i386 php-ldap-5.1.6-15.el5.i386 php-devel-5.1.6-15.el5.i386 php-gd-5.1.6-15.el5.i386… Continue Reading
Webmin on Openfiler Rumi, April 2, 2011April 2, 2011 you need to start on the command line and in the root users home folder "/root" Download the latest Webmin RPM to openfiler from this page: (You want "RPM suitable for Redhat, Fedora, CentOS, SuSE or Mandrake Linux") http://www.webmin.com/download.html Copy the link from the webpage to download the correct RPM… Continue Reading
How to set up a home DNS server Rumi, March 28, 2011 Domain Name System The Domain Name System (DNS) is the crucial glue that keeps computer networks in harmony by converting human-friendly hostnames to the numerical IP addresses computers require to communicate with each other. DNS is one of the largest and most important distributed databases the world depends on… Continue Reading
Resolving Domains Internally And Externally With Bind9 And Caching Nameserver Rumi, March 28, 2011 Preface: Some times, we are required to resolve our internal domains on a local nameserver and external (Internet) domains from ISP's nameserver. There are different solutions to this problem, but in this howto, we are going to solve it through configuring a combination of caching-nameserver and BIND 9. Theory Behind… Continue Reading
How Do I Know if I’m Running 32-bit or 64-bit Linux Rumi, March 8, 2011 Few Basic Command- Using 'uname' uname –m 'uname' more uname –a Now something different- cat /etc/*release or cat /etc/*version Continue Reading