Sign in with Facebook
FeedGoogleFacebookTwitterLinkedinTechnorati
Home Tech How To
How To


How to Debug Code with gdb (GNU Debugger)
How to - Linux
Posted by Anand Kahaly in Linux on August 25, 2012  |  0 Comments

gdbgdb stands for GNU debugger. gdb is a part of GNU toolchain which has other tools like gmake, gcc etc. gdb helps tack down the source of bugs by tracing program execution. Debugging basically means you load your program under a debugger, set breakpoints, run your program, examine data at breakpoints and step through the program while its executing to track down bugs. The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). Those programs might be executing on the same machine as GDB (native) or on another machine (remote). GDB can run on most popular UNIX and Microsoft Windows variants (windbg). gdb supports C and C++ debugging. gdb supports many processors. gdb is not an IDE for browsing code. There is a GUI version of gdb called KDbg. All Unix and Linux distros come loaded with GNU toolchain of which gdb is a part. This article is about the basic gdb execution control commands, inspecting data, debugging threads and processes etc. If you have any question/doubts please post them in the comments section.        

argaiv1721

Add a comment
Read more...
 
Cleanup your Mac with just a Couple of Clicks
How to - Apple
Posted by David Ritchie in Apple on December 17, 2011  |  0 Comments

macbookIn today’s computing world, hard drive can get filled up quickly with clutters. Movies, songs, videos, games, and software; they all fill up your hard disk space without you knowing it. In order to keep your hard disk clean, you have to run Mac cleanup regularly. The job of cleaning could be hectic, because it requires time and the right skills. Why not use a free cleanup tool to get the job done rather than doing it yourself? There are plenty of free cleanup tools out there, which you can install and do the cleaning with just a couple of clicks. Here are some of the freeware cleanup tools, which you can install on your Mac. Add a comment

Read more...
 
How to Jailbreak your iOS5 Device
How to - Apple
Posted by John in Apple on November 28, 2011  |  0 Comments

ios5

Jailbreaking your iOS5 iPhone or iPad can give you a multitude of options when it comes to modification and apps. This also gives you access to the root of the device so you can use File Transfer Protocol to store documents or other files on your device much like an external hard drive. If you would like to jailbreak your iOS5 device but you don't know how, doing it for the first time could seem like a very daunting task. But it doesn't have to be. Jailbreaking used to be a process of downloading all kinds of programs to your computer and then integrating it with your device. It's not the same anymore. Here is a step-by-step guide on how to jailbreak your iOS 5 device.               

Add a comment
Read more...
 
10 Creative Ways to Use Exel or Google Spreadsheets - Think Outside the Cell!!
How to - Microsoft
Posted by Jessy Troy in Microsoft on November 26, 2011  |  0 Comments

microsoft-excel-ms-logoIt's an assumption of numbers: spreadsheets are thought to be dominated by equations, the complex percentages. All cells are to be complicated, it's believed. But spreadsheets aren't just for accountants. They can be used to meet your needs - no matter how unusual. Here are 10 creative and unusual ways to use spreadsheets.

Add a comment
Read more...
 
How to Write an Expect Script to Automate Tasks
How to - Scripting
Posted by Anand Kahaly in Scripting on November 07, 2011  |  0 Comments

scripting_200x159Expect is a Unix automation and testing tool written by Don Libes. It was written as an extension to Tcl scripting language for interactive application such as telnet, ftp, ssh, passwd, rlogin, fsck etc. It uses Unix pseudo terminals to wrap up subprocesses transparently, allowing the automation of arbitrary applications that are accessed over a terminal. With Tk, interactive applications can be wrapped in X11 GUIs. Expect scripts provide old tools with new power and flexibility. Well, that was Expect script as described in Wikipedia. In other words, Expect can be of great help to system administrators and developers by automating certain monotonous tasks, which have to be done very frequently. Administrators can automate tasks such as read from a file a set of ip addresses and then log into each of them and run some commands. You can have Bash shell script to read each ip address from the file and then call Expect script to login to each system and perform certain routine task. Developers can build executables on host and automatically copy them to a particular location on the target system. Expect can make your life a lot simpler. It can be a real life saver at times. Perl and Python have their own version of Expect.

Add a comment
Read more...
 
How to Install an RPM Package on Ubuntu
How to - Linux
Posted by Anand Kahaly in Linux on October 28, 2010  |  0 Comments

ubuntulogoRPM means RedHat Package Manager. Packages for RedHat systems has .rpm as extension. They can be installed on RHEL by doing an $ rpm -ivh <package_name>. Installation on Ubuntu takes place either through Synaptic Package Manager or by doing an $ sudo apt-get install <package_name>. But unfortunately, some packages are distributed as .rpm only, which cannot be directly installed on Ubuntu. This article tells you how to install a .rpm package on Ubuntu.

Read more...
 
How to Compile a Linux Kernel to a Newer Version
How to - Linux
Posted by Denny John in Linux on March 21, 2010  |  0 Comments

This article describes how to compile a Linux kernel to a newer version. There are a couple of reasons you might want to upgrade the kernel. One is to take advantage of a specific new feature or driver. Another would be to protect your Linux PC against security vulnerability or just to maintain an up-to-date and healthy system.

Add a comment
Read more...
 
How to Enable/Disable UAC in Windows Server 2008 and Windows Vista
How to - Microsoft
Posted by Anand Kahaly in Microsoft on February 19, 2010  |  0 Comments

User Access Control (UAC) is a technology and security infrastructure deployed in Microsoft Windows Server 2008 and Windows Vista. It improves the security of Microsoft Windows systems and allow application software trusted by the user (with sufficient administrative priviledges) to run. In this way, malware is kept out from compromising the system. In other words, a user account may have administrator privileges assigned to it, but applications that the user runs do not inherit those privileges unless they are approved beforehand or the user explicitly authorizes it. In this post, you will learn how to enable and disable User Access Control (UAC) in Windows Server 2008 aslo known as Longhorn. The method is same for Windows Vista as well.

Add a comment
Read more...
 


Subscribe to Technodope Newsletter

Enter your email address:

Delivered by FeedBurner

Post a Job Here for only $10 !!!

 

Sponsored Links

Chronological Archive

Powered by mod LCA