history of linux
August 30, 2008
|
the comparison between pepsi and coca cola
August 23, 2008
any comment will be appreciated.
|
istanbul : records your desktop session
August 23, 2008
I find this software is really useful in my ubuntu machine, as it can records everything from video, sound, mouse pointer and other thing that god-knows-what in your desktop.
you can download it here
tools to download in rapidshare for ubuntu
August 21, 2008
if you looking for a rapidshare download tool in ubuntu, then you can use this tools to do that in your ubuntu machine. you just have to download the binary file here and you have to run it using wine.
jacobian@jacobian-laptop:~/Documents/rapget141$ wine rapget.exe
happy downloading.
file system in linux
August 18, 2008
|
compiling C# source code in ubuntu
August 16, 2008
if you want to compile C# source code in ubuntu, then you should install mono.
sudo apt-get install mono
then you have to install this package also
jacobian@jacobian-laptop:~$ sudo apt-get install mono-gmcs
then open mono in your applications tab and open a file that has a C# source code in it. For this time I made a helloworld program based on C#.
this is the code
using System;
using System.Collections.Generic;
//using System.Linq;
using System.Text;
namespace HalloWorld
{
public class Hallo_World
{
public static string BacaInput(string msg)
{
Console.BackgroundColor = ConsoleColor.Green;
Console.ForegroundColor = ConsoleColor.Blue;
Console.Write(msg);
Console.BackgroundColor = ConsoleColor.White;
Console.ForegroundColor = ConsoleColor.Red;
return System.Console.ReadLine();
}
public static void TulisKonsole(string msg)
{
Console.BackgroundColor = ConsoleColor.Black;
Console.ForegroundColor = ConsoleColor.Yellow;
System.Console.WriteLine(msg);
}
static void Main(string[] args)
{
Console.BackgroundColor = ConsoleColor.DarkMagenta;
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine("iNILAh VisuaL C ShaRp");
Console.WriteLine("=====================");
Console.WriteLine("");
string nama = BacaInput("sILAkan Masukkan Nama Anda: ");
TulisKonsole("Selamat DAtang ke Dunia C Sharp, " + nama);
Console.ReadLine();
}
}
}
and then I open this file with mono and run it. Then it will give this output.
iNILAh VisuaL C ShaRp
=====================
sILAkan Masukkan Nama Anda: Selamat DAtang ke Dunia C Sharp,
C# is a good language for programming, I think you should learn it.
The best antivirus for your computer
August 15, 2008
and it has been proven by many people in the world.
|
another cartoon for linux
August 14, 2008
|
how to mirror an entire website?
August 14, 2008
I want to learn about python programming but my internet connection is very limited at the moment. So I think I should copy an entire website and view them offline. To do this I use wget.
It’s simple, you just have to use the following command. And it will copy an entire website and you can view them offline.
$ wget -mk http://www.example.com/
picture of linux and BSD. :-)
August 14, 2008
|







