These are the some of the important interview questions regarding operating systems Explain the concept of semaphore? A semaphore is a protected variable or abstract data type that provides a simple but useful abstraction for controlling access by multiple processes...
Error: Missing Dependency: perl(Convert::ASN1) is needed by package samba-3.0.33-3.29.el5_6.2.i386 (updates) You could try using –skip-broken to work around the problem You could try running: package-cleanup –problems package-cleanup –dupes rpm -Va –nofiles –nodigest...
If you are customizing wordpress theme then many times you need to get current page id to show/hide some code or change basic functionality in wordpress. If you need the numeric id of the current page, you can get using following function in your wordpress theme file:...
How to apply Multiple IDs # on one css? You can easily apply multiple id’s to a single css style using following format: #id1, #id2, #ID3 { width:100%; float:left; }