User contributions
From KevinWiki
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:09, 23 October 2008 (diff | hist) Log4J
- 21:08, 11 October 2008 (diff | hist) m LAMP
- 19:38, 11 October 2008 (diff | hist) N JDK on Ubuntu (New page: Category:Linux ==Installation of 32 bit JDK on 64 bit Ubuntu Linux== *Download a 32 bit JDK from http://java.sun.com *Install java-package to build deb file from the JDK bin file dow...)
- 08:57, 8 October 2008 (diff | hist) N UML (Redirecting to Unified Modeling Language) (top)
- 08:57, 8 October 2008 (diff | hist) N Unified Modeling Language (New page: Category: Unified Modeling Language) (top)
- 08:54, 8 October 2008 (diff | hist) N Interface (New page: Category: Unified Modeling Language == Interface == An interface is a collection of operations which are used to specify a contract that a class must carry out. So a class which realis...) (top)
- 08:37, 8 October 2008 (diff | hist) N Category:Unified Modeling Language (New page: Category: Root)
- 12:39, 6 October 2008 (diff | hist) Java Console Input (top)
- 12:39, 6 October 2008 (diff | hist) N Category:Programming Fundamental (Java) (New page: Category:Java) (top)
- 12:36, 6 October 2008 (diff | hist) Apache Tomcat
- 12:36, 6 October 2008 (diff | hist) N Category:Web Application Development (Java) (New page: Category:Java) (top)
- 12:34, 6 October 2008 (diff | hist) Log4J
- 12:31, 6 October 2008 (diff | hist) N Category:Logging Frameworks (Java) (New page: Category:Java) (top)
- 12:16, 6 October 2008 (diff | hist) N Category:Performance Comparison (Java) (New page: Category:Java) (top)
- 12:15, 4 October 2008 (diff | hist) Install MediaWiki
- 13:27, 3 October 2008 (diff | hist) m Sendmail
- 11:40, 3 October 2008 (diff | hist) N Sendmail (New page: Category:Network ==Known Problem== *If Linux stalls on reloading mail transport agent with the following message. <pre> * Reloading Mail Transport Agent (MTA) sendmail </pre> Add the...)
- 10:27, 3 October 2008 (diff | hist) m WordPress
- 10:15, 3 October 2008 (diff | hist) WordPress
- 10:12, 3 October 2008 (diff | hist) N Category:Weblog Software (New page: Category:Root == Weblog Software == This category has all the information related to Weblog Software.) (top)
- 10:12, 3 October 2008 (diff | hist) Nm WordPress (New page: Category:Weblog_Software == WordPress == WordPress is Weblog Software written using PHP. It uses MySQL database for ...)
- 09:59, 3 October 2008 (diff | hist) N Ufw (Redirecting to Uncomplicated Firewall) (top)
- 09:56, 3 October 2008 (diff | hist) Secure Shell
- 09:55, 3 October 2008 (diff | hist) Fail2Ban
- 07:46, 3 October 2008 (diff | hist) Secure Shell
- 16:28, 29 September 2008 (diff | hist) m Java Console Input
- 15:12, 29 September 2008 (diff | hist) m Secure Shell
- 13:39, 29 September 2008 (diff | hist) Java Console Input
- 13:36, 29 September 2008 (diff | hist) Java Console Input
- 13:30, 29 September 2008 (diff | hist) N Java Console Input (New page: Category:Java <source lang="java5"> package kevin.console.test; import java.io.BufferedReader; import java.io.Console; import java.io.IOException; import java.io.InputStreamReader; i...)
- 06:11, 29 September 2008 (diff | hist) N Category:Root (New page: == ROOT == This is the root category of this wiki.) (top)
- 06:10, 29 September 2008 (diff | hist) N Main Menu (New page: Category:Linux ==Trouble Shooting== When 'Main Menu' application breaks the main menu, remove <code>~/.config/menus/applications.menu</code file <pre> $ rm ~/.config/menus/application...)
- 06:09, 29 September 2008 (diff | hist) N MD5SUM (New page: Category:Linux == MD5SUM == MD5SUM is a programme designed to verify the integrity of data using MD5 (Message-Digest algorithm 5) 128-bit cryptographic hash. == How...) (top)
- 06:08, 29 September 2008 (diff | hist) N Update-alternatives (New page: Category:Linux ==update-alternatives== ===Config=== $ sudo update-alternatives --config java There are 2 alternatives which provide `java'. Selection Alternative -------...) (top)
- 06:07, 29 September 2008 (diff | hist) N LAMP (New page: Category:Linux APM in web application development normally stands for 'Apache Web Server, PHP and MySQL.' This i...)
- 06:06, 29 September 2008 (diff | hist) N Install MediaWiki (New page: Category:MediaWikiRelated ==MySQL Databse Setup== <source lang="sql"> CREATE DATABASE my_wiki; GRANT CREATE, SELECT, INSERT, UPDATE, DELETE, ALTER, LOCK TABLES ON my_wiki.* TO 'wik...)
- 06:00, 29 September 2008 (diff | hist) N Category:Java (New page: Category:Root)
- 06:00, 29 September 2008 (diff | hist) Apache Tomcat (Tomcat)
- 05:59, 29 September 2008 (diff | hist) N Apache Tomcat (New page: Category:Java Web Application ==Apache Tomcat== ===Installation=== -Download and extract the file <pre> $ sudo tar -zxvf apache-tomcat-6.0.18.tar.gz </pre> -create user <code>tomcat<...)
- 05:57, 29 September 2008 (diff | hist) N Log4J (New page: Category:Java logging frameworks ==Configuration== -Sample config text file # Set root category priority to DEBUG and set its only appender to A1 log4j.rootCategory=DEBUG, A1 # A...)
- 05:56, 29 September 2008 (diff | hist) N Wget (New page: Category:Network ==Download File== -To download a file from the web site secured by SSL and requires username and password. <pre> wget --no-check-certificate --http-user=<username> --h...)
- 05:54, 29 September 2008 (diff | hist) N DNS (Redirecting to Domain Name System) (top)
- 05:52, 29 September 2008 (diff | hist) N Domain Name System (New page: Category:Network ==DNS Utils== ===dig=== -To use dig, install <code>dnsutils</code> package $ apt-get install dnsutils -To use the given server to lookup the domain. $ dig @<DNS se...) (top)
- 05:50, 29 September 2008 (diff | hist) N Apache HTTP Server (New page: Category:Network ==Apache HTTP Server== ==Modules== ===UserDir=== UserDir module allows users on the server have a web site in their home directory. ===Configuration=== -Check if t...)
- 05:50, 29 September 2008 (diff | hist) N Secure Shell (New page: Category:Network == Secure Shell (SSH) == Secure Shell (SSH) is a network protocol which transfer data using secure channel between two networks. == Tunnel...)
- 05:49, 29 September 2008 (diff | hist) N Uncomplicated Firewall (New page: Category: Network == Installation == <pre> $ sudo apt-get install ufw </pre> <pre> Reading package lists... Done Building dependency tree Reading state information... Done The followin...)
- 05:48, 29 September 2008 (diff | hist) N Fail2Ban (New page: Category:Network == Fail2Ban == Fail2Ban is an intrusion prevention framework written in Python (programming language). It checks log files and uses firewall such as iptables and TCP W...)
- 05:47, 29 September 2008 (diff | hist) N Category:Network (New page: Category:Linux == This page has all the information related to Network in Linux ==) (top)
- 05:47, 29 September 2008 (diff | hist) N Linux Software Package (New page: Category:Linux == Check Package == <pre> $ dpkg -l | grep <package name> </pre> <pre> $ apt-cache policy <package name> </pre> <pre> $ apt-cache search <package name in regular express...)
- 05:44, 29 September 2008 (diff | hist) N Search (New page: Category:Linux ==Search a String in a File== <pre> grep -H "<keyword to search>" <filename> </pre> <pre> grep -H "Invalid" /var/log/auth.log </pre> ==Search a String in a Large Num...) (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)