how-to
Boot Repair Tool - Repair The Most Boot Related Problems Paid Members Public
We all encounter many times the boot related problems and most of them are simply related to GRUB. Many people find it way too hard sometimes to enter long commands or search forums to find the way they can solve it. Today I am going to tell you how to
How To Setup Open Watcom On WINE For Windows Programmers Paid Members Public
Open Watcom is a C/C++ compiler suite (including FORTRAN) for Windows, handy for those Linux users who wish/need to program in Windows environment but don’t have one. This is the only successful programming tool that runs under WINE! Still, that doesn’t mean it works fine without
How to Extract and Install .tar.gz Files in Linux Paid Members Public
Linux is the operating system with more kinds of packages. If you have used Debian, you should know the file type .deb. If you have used Fedora, you should know the file type .rpm. In Linux we have many file types when we talk about installation packages and surely you’
Clonezilla Live - Clone Your Hard Drive Easily Paid Members Public
We all have a hard disc that has our favorite pictures, films, games, Rap songs, and other items. Generally, hard discs are used to store or create backups. But what if all you want is an exact clone of your hard discs? How are you going to reveal all of
Linux Mint Desklets: How To Easily Manage It On Your Family PC Paid Members Public
Desklets are small Python programs that run inside gDesklets. What they are intended for is to get your focus-on-work and rely on the information the Desklet accesses [for you]. You get to finish your chores faster than ever and leave your computer satisfied as you shut it off for the
Setting up Sun Java Wireless Toolkit on Linux Mint Paid Members Public
This topic might be very strange to any one who has no/very little knowledge of J2ME phones. But for those brave hearts who found this topic with the intention to create J2ME MIDlets, then you are at the right place! You might have configured Sun Wireless Toolkit on your
Get Hardware Details In Linux With 'dmidecode' Paid Members Public
dmidecode is a tool for dumping a computer’s DMI (some say SMBIOS ) table contents in a human-readable format. This table contains a description of the system’s hardware components as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you
All About Tar Files And How To tar, untar Files In Linux Using Terminal Paid Members Public
tar is an archive utility tool for GNU/Linux. Primarily used to distribute executable software or package the software source code in the tarball for later distribution. The most popular being gzip and you might have noticed the source file of a program usually ends with *.tar.gz. Well, that