June
27

Best Search Engines

wap.google.com
search.yahoo.com
m.ask.com
surfwap.com
www.guruji.com
tajonline.com/std-codes
indiapost.gov.in

Happy Searching……  :)

Comments Comments Off
June
27

This is the simple C file “svnlabs.c” to execute on linux terminal

#include

int main()
{
int i;
for(i=0;i<=5;i++)
{

printf(”n%d %s”,i,”svnlabs.com”);

}
printf(”n”);
return 0;
}

Output:

[root@localhost ~]# gcc svnlabs.c
[root@localhost ~]# make svnlabs
cc svnlabs.c -o svnlabs
[root@localhost ~]# ./svnlabs

0 svnlabs.com
1 svnlabs.com
2 svnlabs.com
3 svnlabs.com
4 svnlabs.com
5 svnlabs.com
[root@localhost ~]#

Comments Comments Off
June
27

This is the sample java file “Svnlabs.java” to be executed on linux command line…..

import java.lang.*;
import java.io.*;

public class Svnlabs
{

public static void main(String args[])
{
System.out.println(”svnlabs.com”);
}

}

Output:

[root@localhost ~]# javac Svnlabs.java
[root@localhost ~]# java Svnlabs
svnlabs.com
[root@localhost ~]#

Comments Comments Off
June
27

wine – run Windows programs on Linux/Unix

wine program.exe [arguments ...]
wine –help
wine –version

wine loads and runs the given program, where the program is a DOS, Win-       dows 3.x, or Win32 executable (x86 binaries only).

This will display all the output in a  separate  win-dows (this requires X11 to run).

Install wine on linux (RedHat, Fedora, CentOS…)

# yum install wine

# man wine

Example:

# wine /opt/test.exe

Comments Comments Off
Friends: 1152 Followers: 273
  • Todos

    June 2009
    M T W T F S S
        Jul »
    1234567
    891011121314
    15161718192021
    22232425262728
    2930  
  • Archives

  • My Pages

  • What visitors are saying?

  • Way of thinking…

  • What is svnlabs doing…

  • Media Temple