history of linux

August 30, 2008

this picture can be thought of as the history of linux and provide useful information.
clipped from www.zwahlendesign.ch
http://www.zwahlendesign.ch/images/screenshot/unix_desktop_linux_1600x1200.jpg
  blog it
I think this is a great video, you should watch it. and if you have the time please give me your comment.

any comment will be appreciated.

clipped from vids.myspace.com
  blog it

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

istanbul

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. :-)

 Photobucket

file system in linux

August 18, 2008

this picture can help you to understand the file system in linux.
clipped from www.mylinuxway.com
filesystem_hierarchy
  blog it

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.

C#

you can use this software for protection against virus and malware.
and it has been proven by many people in the world.
clipped from www.internetling.com

http://www.internetling.com/wp-content/antivirus.jpg
blog it

another cartoon for linux

August 14, 2008

clipped from www.fixmbr.de
http://www.fixmbr.de/wp-content/uploads/0017_en_universe-word-size.png
  blog it

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/

at least they not killing each other.
clipped from www.bbspot.com
How about some candy?
  blog it