by Aromal Rajagopal | Jul 30, 2009 | Quick fixes, Technical |
Issue : How to move/rename a file which has space(s) in it ? Solution : Considering that the file name is My file name.zip and you want to rename it to Myfilename.zip, there are two ways to achieve this. First, mv “My file name.zip” Myfilename.zip Second,...
by Aromal Rajagopal | Jul 24, 2009 | Articles and tutorials, Popular Posts, Technical |
In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. Similar is the...
by Aromal Rajagopal | Jul 20, 2009 | Articles and tutorials, Technical |
The Booting process starts when the system/machine power is switched “On”. ———————— Stage 1 ———————— The processor will execute the codes contained in...
by Aromal Rajagopal | Jun 17, 2009 | Articles and tutorials, Technical |
New architecture switches the kernel to a “New world order”, says Linus Torvalds about the Linux Kernel 2.6.30 which was released just few days back with hundreds of changes. Let us see what’s really new in it and why is it creating a buzz. First of...