Author: Surendra Anne

RPM package management-III(Advanced Package MGMT)

Creating RPM packages from SourceTo start with this topic most of the times RPM packages will come as the source file. This has some advantage and disadvantage first coming to disadvantage there is no direct command to install this source file on Linux server so for new baby it very difficult to install the packages and coming to advantage we can compile this source packages to whatever platform we want so we are now going to see how to create compiled packages for different platforms from source files here are the links for my the previous RPM management topics. one two. Step1: To create RPM packages from source we require two packages GCC compiler rpm-build install these two packages Step2: After installation of above packages install the source package which you want to compile #rpm -ivh packagename.src.rpm When we install the above src package we will get .specs file in /usr/src/redhat/SPECS which will contain all the details to create the required. Step3: Now we got the spec file in order to specify the platform type etc #cd /usr/src/redhat/SPECS Step4: Create rpm package #rpm-build -bb packagename.spec –target i386 this command will build a package which can be installed on i386 platform Please visit https://www.linuxnix.com for more Linux admin...

Read More

Disk management – I ( Formating with ext2,ext3)

So you saw how to create partations. If the below videos are not clear please maximize/view in full screen. This video explains how to create partitions and format with ext2 [youtube=http://www.youtube.com/watch?v=LqF_86iwjIs] Creating partitions and formatting with ext3 [youtube=http://www.youtube.com/watch?v=VxV5-kx1X3M] Please visit https://www.linuxnix.com for more linux admin...

Read More

Linux Features

1)multitasking: several programs running at the same time is called multitasking.2)multiuser: several users on the same machine at the same time through different terminals/from remote hosts.3)multiplatform: runs on many different CPUs, not just Intel like AMD too. 4)multiprocessor: SMP(Symetri multi processing) support is available on the Intel and SPARC platforms (with work currently in progress on other platforms), and Linux is used in several loosely-coupled MP applications. 5)multithreading: has native kernel support for multiple independent threads of control within a single process memory space. 6)runs in protected mode on the 386. ie Protected mode has a number of new features designed to enhance multitasking and system stability, such as memory protection, and hardware support for virtual memory as well as task switching It is sometimes abbreviated p-mode and also called Protected Virtual Address Mode 7)has memory protection between processes, so that one program can’t bring the whole system down. 8)demand loads executables: Linux only reads from disk those parts of a program that are actually used. 9)shared copy-on-write pages among executables. This means that multiple process can use the same memory to run in. When one tries to write to that memory, that page (4KB piece of memory) is copied somewhere else. Copy-on-write has two benefit’s: increasing speed and decreasing memory use. 10)virtual memory using paging (not swapping whole processes) to disk: to a separate partition or a file in the filesystem, or both, with the possibility of adding...

Read More

Over 16,000 readers, Get fresh content from “The Linux juggernaut”

Email Subscribe

ABOUT ME..!

My photo
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.