|
|
How to -
Linux
|
|
gdb 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
|
|
Read more...
|
|
How to -
Apple
|
|
In 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.
|
|
Read more...
|
|
How to -
Apple
|
|
|
Posted by John in Apple on November 28, 2011 |
|

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.
|
|
Read more...
|
|
How to -
Microsoft
|
|
It'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.
|
|
Read more...
|
|
How to -
Scripting
|
|
Expect 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.
|
|
Read more...
|
|
How to -
Linux
|
|
RPM 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 -
Linux
|
|
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.
|
|
Read more...
|
|
How to -
Microsoft
|
|
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.
|
|
Read more...
|
|
|
|
|
|
|
|