11.06.08
Split & Join Files
We have a file which size is too big to save in USB Flash drive.
To split it to be a small size so its fit to store in USB is easy in linux platform, use “split” command which has been bundled in GNU Coreutils.
1. As example, we have an iso file (ubuntu-8.04-desktop-i386.iso) which size is 699 Mb
root@hardy:/home/bearisusanto/test# ls -alh
total 700M
-rwx—— 1 bearisusanto root 700M 2008-06-02 03:22 ubuntu-8.04-desktop-i386.iso Read the rest of this entry »
Shreading Data
<!– @page { size: 21.59cm 27.94cm; margin: 2cm } P { margin-bottom: 0.21cm } –>
Data which has been deleted maybe could be recovered with recovery software, It could be dangerous if there is an important file that somebody couldn’t know the contents.
To reduce the risk, that someone could recovered our files, we can do deleting process permanently with using software utility which have permanent delete ability. In Linux platform, we have utility like SHRED and WIPE. Read the rest of this entry »
10.06.08
Finding Files
You now know what each major directory holds, but it still doesn’t really help you find things. I mean, you could go looking through directories, but there are quicker ways. There are four main file search commands.
which
The first is the which(1) command. which is usually used to locate a program quickly. It just searches your PATH and returns the first instance it finds and the directory path to it. Take this example:
% which bash
/bin/bash
Read the rest of this entry »
09.10.08
Adobe Acrobat Reader
Pdf is the most popular document now. Its simply, light and compatible with many system.
Ubuntu has default pdf reader when we installed it, but adobe acrobat is the most popular reader. Read the rest of this entry »
08.28.08
Virtual Machine VMware on Ubuntu 8.04
Running other OS on ubuntu is a great moment. We could use virtualbox ose, xen or use vmware. I think vmware is more interesting because it doesnt need special linux-header like xen or virtualbox. You could get vmware server freely from its website and you could request serial number freely too.
Read the rest of this entry »
08.13.08
Optimized hardisk with hdparam
From : http://ubuntuforums.org/archive/index.php/t-16360.html
let’s say that you open up a Root Terminal and issue the hdparm command:
hdparm -h
You should see a list of commands that you can issue.
The first two commands that you want to look at are
hdparm -i /dev/hda
hdparm -I /dev/hda
hdparm -i /dev/hda1
hdparm -I /dev/hda1
08.12.08
Install Ubuntu 8.04 On MSI Wind Notebook
I have MSI Wind notebook, I try to install ubuntu on it, but alway hang at installation. After googling, i find the answer from http://wiki.msiwind.net/index.php/Ubuntu_8.04_Hardy_Heron
Thanks a lot for your tutorial
Installation Procedure: Read the rest of this entry »
08.11.08
wxDownload Fast
Download is important things when we surve the web. Download small file is easy, but if we want download big file which need oe, two hours or more than one day. Its difficult to do if we use slow internet connection whic always have broken connection.
But its more easy now with wxDownload Fast, wxDownload Fast (also known as wxDFast) is an open source download manager. It is multi-platform and builds on Windows(2k,XP), Linux and Mac OS X(binary still not available). Besides that, it is a multi-threaded download manager. This means that it can split a file into several pieces and download the pieces simultaneously.
Created in C++ using the wxWidgets(wxWindows) library. Read the rest of this entry »
08.10.08
System Information Use Sysinfo
Sysinfo is a GTK2 based program which can display the following computer/system information:
- General information: Kernel version, Distribution release,Hostname/domainname, some important software versions.
- CPU information: Name/vendor, Frequency, L2 Cache, model/family/stepping.
- Memory information: Total, Free, Cached, Active/inactive, Swap.
- IDE information: Disks CD/DVD-roms, Model, Capacity, Cache.
- Filesystem information: Filesystem disk space usage(mounted partitions).
- Hardware information: Motherboard chipset, IDE interface, VGA contoller,
Multimedia controllers(sound cards), Ethernet cards.
- USB information: USB controllers.
- NVIDIA information: Graphic card model, AGP rate, Fast writes/SBA, Driver
version. (accelerated linux driver needed)
- Other information: Sound card details, Input devices, Screen resolution. Read the rest of this entry »


