Blog Detail
Embedded Linux Notes
http://bhagwat-masalkar.blogspot.com/
A blog dedicated to working people and learning for embedded linux on ARM platfrom, includes, from booltoader, linux booting till application development, like NAS, WiFi, Docking station, Digital Album, and all about my embedded linux notes.
Recent Posts
Mastering Iptable Command Line Usage Linux Networking
Some of the most useful commands related to iptable,To display filter table rules.#iptables -t filter -LTo display nat table rules.#iptables -t nat -LTo display raw table rules#iptables -t raw -LTo display mangle table rules.#iptables -t mangle -L T...
Dotnet, .Net 3.5, 2.0, C# Interview Questions
Few questions on dotnet, C# 2.0, 3.5On Object oriented concepts1)What is inheritance with e.g2)What is polymorphism-function overloading-Function overriding-virtual keyword use-Static keyword and use-Abstract classes-Interface-Object 3)What is threa...
Virtual Table *_vptr , VTBL, C++
VTBL or VPTR nothing but virtual table and virtual pointer in C++.It gets created when we create function with virtual keyword. As soon as we create the virtual function in a class A table gets created behind the code.BaseClass{ virtual void functi...
How to unzip .torrent files on Windows PC?
how to unzip .torrent files?You do not need to decompress .torrent files. The .torrent will disappear from the end of the file once the file has finished downloading onto your computer.Then you can use the file as you see fit. It may be a .mp3 file,...
Creating & Working On a CVS Branch Example Usage
Example usage OF Creating & Working On a CVS BranchTried working hard on CVs commands, here is simple example for working in branch using CVS, CVS is becoming nomore use with everyone opting for SVN, still CVS usages is wide as it is old,Lets st...
Linux SMB write performance With Simple Tips
SMB write performance can be increased by Tuning the buffer cache.The secret to good performance is to keep as much of the data in memory for as long as is possible. Writing to the disk is the slowest part of any filesystem. If you know that the fil...

