Featured

More Features

  • Disable telnet service in linux

    server hardening

    For better hardened Linux box especially for web servers,you need to disable the telnet service as telnet simply send the username and passwords in clear text. Login to your server as root Open file telnet ...0 comments

  • Delete OLD files in linux

    delete old files in linux

    If you want to delete log files or folders in /var/log directory which are older than 200 days then you can follow the below steps To list the files which are older than ...0 comments

  • How to mount SFTP share in remote Linux machine

    sftp

    This could be implemented with FUSE and SSHFS. Download path: http://fuse.sourceforge.net/sshfs.html 1. FUSE package: fuse-2.8.5.tar.gz Extract and install #tar xvf fuse-2.8.5.tar.gz #cd fuse-2.8.5 #./configure #make #make install After successful installation,install SSHFS 2.SSHFS 0 comments

  • How to mount windows share in Linux

    linux-windows

    Some times you may want to use windows shares in Linux.So let s check out how to mount windows share in Linux in this article 0 comments

  • Converting from Ext3 to Ext2

    Linux filesystem

    There may come situations to convert Ext3 back to Ext2.For that follow this procedure # umount /dev/hda1 #tune2fs -O ^has_journal /dev/hda1 #e2fsck /dev/hda1 Then edit /etc/fstab for mounting at boot time as ext2 Edit /etc/fstab and change /dev/hda1 ...0 comments

  • Recovering mysql root password

    Mysql

    If you lost your mysql root password then try the following steps. # /etc/init.d/mysql stop # mysqld_safe --skip-grant-tables --user=root Then from another shell,connect to mysql # mysql -u root 0 comments

  • How to install multiple JVM in Linux

    jvm

    1.Verify your current java version #java -version java version "1.4.2" gij (GNU libgcj) version 4.1.2 20071124 (Red Hat 4.1.2-42) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is ...0 comments

Browse our Featured collection

Latest Posts

  • how to change RDP port

    How to change RDP port

    23 Nov 2011

    Open regedit from run locate RDP-Tcp key under HKEY_LOCAL_MACHINE Key path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp Find the subkey named PortNumber ,change the value to decimal from Hexadecimal change port number according to ...

  • wireless hotspot

    Turn Windows 7 to Wi-Fi hotspot

    23 Oct 2011

    There are 3rd party software available in internet to share internet connection via Wi-Fi.But windows 7 have inbuilt feature to turn on wireless ...

  • NTP sever in windows

    How to Setup a Windows 2008 R2 SNTP/NTP Server

    26 Jun 2011

    Click Start, click Run, type regedit, and then click OK. Locate and then click the following registry entry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\ ...

  • combination genarator

    Combination Generator in Java

    23 Jun 2011

    A combination is an unordered collection of unique size. For example, if a list contains four numbers ( 1, 2, 3, 4 ), its combination ...

  • Cisco UCS

    Cisco UCS Overview

    17 Jun 2011

    UCS-Unified Computing System is a datacenter computing solution which is focused on maintaining greater flexibility and scalability and simplified management. That is all I can ...

  • netapp

    How to Create a LUN on NetApp from CLI

    14 Feb 2011

    Before creating LUN (Logical Unit Number)on a NetApp filer the appropriate license needs to be added.Connect to the netapp through the console or a remote ...

  • sql date

    Convert Sql date to String Date

    07 Dec 2010

    public class DateExample { public static void main(String args[]){ SimpleDateFormat formatter = new SimpleDateFormat("dd/MM/yyyy");//Date format String ...

More News


Subscribe

Subscribe to News Feed Subscribe to Comments Feed

Enter your email address:



 

Add to Google Reader or HomepageSubscribe in BloglinesAdd to netvibes

Delivered by FeedBurner

advertise here advertise here
Advertisement
twitter facebook

PHP

More in PHP

Windows

More in Windows and Windows

Copyright © 2013 CoreTimer.com|System Admin's Reference. All rights reserved.