FW: Skunkworks List and available resources

@peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults. load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`); @peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer. Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data. Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two. /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; Steve Obbayi, ________________________________ From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well? Thanks. On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote: @peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed. To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler . Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes. Steve Obbayi,

@peter just a little information about the author, this is the format of the "from" field; 'steve at sobbayi.com (Steve Obbayi)' notice tht you can easily extract the Author from that field as it appears in the brackets Steve Obbayi -----Original Message----- From: skunkworks-bounces@lists.my.co.ke [mailto:skunkworks-bounces@lists.my.co.ke] On Behalf Of Steve Obbayi Sent: Tuesday, May 26, 2009 11:24 AM To: 'Peter Karunyu'; 'Skunkworks forum' Subject: [Skunkworks] FW: Skunkworks List and available resources @peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults. load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`); @peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer. Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data. Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two. /*!40101 SET NAMES utf8 */; /*!40101 SET SQL_MODE=''*/; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; Steve Obbayi, ________________________________ From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well? Thanks. On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote: @peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed. To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler . Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes. Steve Obbayi, _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Its amazing ro see kenic doesnt have a DR site. On Thu, May 28, 2009 at 10:55 AM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter just a little information about the author, this is the format of the "from" field;
'steve at sobbayi.com (Steve Obbayi)'
notice tht you can easily extract the Author from that field as it appears in the brackets
Steve Obbayi
-----Original Message----- From: skunkworks-bounces@lists.my.co.ke [mailto:skunkworks-bounces@lists.my.co.ke] On Behalf Of Steve Obbayi Sent: Tuesday, May 26, 2009 11:24 AM To: 'Peter Karunyu'; 'Skunkworks forum' Subject: [Skunkworks] FW: Skunkworks List and available resources
@peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults.
load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`);
@peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer.
Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data.
Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two.
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
Steve Obbayi,
________________________________
From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources
Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well?
Thanks.
On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed.
To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler .
Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes.
Steve Obbayi,
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- -- Gichuki John Ndirangu, C.E.H , C.P.T.P, O.S.C.P I.T Security Analyst and Penetration Tester infosigmer@inbox.com {FORUM}http://lists.my.co.ke/pipermail/security/ http://nspkenya.blogspot.com/ http://chuksjonia.blogspot.com/ http://www.kamongo.co.ke/

Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes. The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot thanks alot

Seriously? Noo...ok, Seriously? :-) On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Huh? Sent from my BlackBerry® -----Original Message----- From: kihu kibe <kihukibe@gmail.com> Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup Seriously? Noo...ok, Seriously? :-) On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Hiya! You can dd the hard disk partition.....then you can dd it back..... my 2 cents 2009/5/28 Georg <cheez.mode@gmail.com>
Huh? Sent from my BlackBerry®
-----Original Message----- From: kihu kibe <kihukibe@gmail.com>
Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup
Seriously? Noo...ok, Seriously? :-)
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question Sent from my BlackBerry® -----Original Message----- From: kihu kibe <kihukibe@gmail.com> Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup Seriously? Noo...ok, Seriously? :-) On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

aaahhh......had the same problem some time back...its very easy.... take a screw driver remove the computer casing. then identify the harddisk. remove it make sure u protect it from static then get a glass of beer and drop the harddisk inside the glass let it soak for a few hours then dry it off using a hair drier then fix back the hard disk. u will notice that the capacity of the disk will hv doubled. salut! 2009/5/28 Georg <cheez.mode@gmail.com>
Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question Sent from my BlackBerry®
-----Original Message----- From: kihu kibe <kihukibe@gmail.com>
Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup
Seriously? Noo...ok, Seriously? :-)
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- "If you're going through hell, keep going." Winston Churchill

just on a light note joshua. i htinbk you already got all the ans from the other guys..... or get your self an external usb Harddrive 2009/5/28 Geeh Cheezmode <cheez.mode@gmail.com>
aaahhh......had the same problem some time back...its very easy.... take a screw driver remove the computer casing. then identify the harddisk. remove it make sure u protect it from static then get a glass of beer and drop the harddisk inside the glass let it soak for a few hours then dry it off using a hair drier then fix back the hard disk. u will notice that the capacity of the disk will hv doubled. salut!
2009/5/28 Georg <cheez.mode@gmail.com>
Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question
Sent from my BlackBerry®
-----Original Message----- From: kihu kibe <kihukibe@gmail.com>
Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup
Seriously? Noo...ok, Seriously? :-)
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- "If you're going through hell, keep going." Winston Churchill
-- "If you're going through hell, keep going." Winston Churchill

Found that Any Brand of Gin (Esp. From Europe) Works Best. The disk is cleaner and better storage space. Kats "ASA - Fire on the Mountain" ________________________________ From: Geeh Cheezmode <cheez.mode@gmail.com> To: Skunkworks forum <skunkworks@lists.my.co.ke> Sent: Thursday, May 28, 2009 2:57:18 PM Subject: Re: [Skunkworks] Backup just on a light note joshua. i htinbk you already got all the ans from the other guys..... or get your self an external usb Harddrive 2009/5/28 Geeh Cheezmode <cheez.mode@gmail.com> aaahhh......had the same problem some time back...its very easy.... take a screw driver remove the computer casing. then identify the harddisk. remove it make sure u protect it from static then get a glass of beer and drop the harddisk inside the glass let it soak for a few hours then dry it off using a hair drier then fix back the hard disk. u will notice that the capacity of the disk will hv doubled. salut! 2009/5/28 Georg <cheez.mode@gmail.com> Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question Sent from my BlackBerry® -----Original Message----- From: kihu kibe <kihukibe@gmail.com> Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup Seriously? Noo...ok, Seriously? :-) On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general -- "If you're going through hell, keep going." Winston Churchill -- "If you're going through hell, keep going." Winston Churchill

Hi guys, Focus on the "main" question? How do you backup an already installed program? (The rest was just a long story) Liwindi, excuse these fellas. The long weekend is approaching. Muchai, I believe vodka does the magic on sato jioniz. On Thu, May 28, 2009 at 4:24 PM, Steve Muchai <smuchai@gmail.com> wrote:
On Thu, May 28, 2009 at 3:49 PM, Kats <johnkatiku@yahoo.com> wrote:
Found that Any Brand of Gin (Esp. From Europe) Works Best. The disk is cleaner and better storage space.
Can't beat vodka.
BR, S _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- --------------------------------------------------------------------- Thea Maina Nairobi Kenya http://www.mafans.com skype: thea.mnairobi

Hi Liwindi: " I need to install Partition margic so that i can increase size of C " Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?

Hi Tony Now you are talking Ive tried installing PMagic in D: PM instalation processes are refusing to continue due to lack of space in C even though D has more than 50 GB free space Tony Likhanga wrote:
Hi Liwindi:
" I need to install Partition margic so that i can increase size of C "
Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?
------------------------------------------------------------------------
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Haiya! is this a prank...? On Thu, May 28, 2009 at 5:04 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Tony Now you are talking Ive tried installing PMagic in D: PM instalation processes are refusing to continue due to lack of space in C even though D has more than 50 GB free space
Tony Likhanga wrote:
Hi Liwindi: " I need to install Partition margic so that i can increase size of C " Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?
________________________________ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Whats that Kihu Kibe Prank.............................. kihu kibe wrote:
Haiya! is this a prank...?
On Thu, May 28, 2009 at 5:04 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Tony Now you are talking Ive tried installing PMagic in D: PM instalation processes are refusing to continue due to lack of space in C even though D has more than 50 GB free space
Tony Likhanga wrote:
Hi Liwindi: " I need to install Partition margic so that i can increase size of C " Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?
________________________________ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

And by the way, you have over 50 gig in yourD drive? Move your data there.... But i get the feeling your playing around with us, and getting a good laugh from the replies. Clever actually.... Sent from my BlackBerry® -----Original Message----- From: liwindi joshua <liwindi81@gmail.com> Date: Thu, 28 May 2009 17:14:01 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup Whats that Kihu Kibe Prank.............................. kihu kibe wrote:
Haiya! is this a prank...?
On Thu, May 28, 2009 at 5:04 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Tony Now you are talking Ive tried installing PMagic in D: PM instalation processes are refusing to continue due to lack of space in C even though D has more than 50 GB free space
Tony Likhanga wrote:
Hi Liwindi: " I need to install Partition margic so that i can increase size of C " Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?
________________________________ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

You guys are kidding right? Sent from my BlackBerry® -----Original Message----- From: kihu kibe <kihukibe@gmail.com> Date: Thu, 28 May 2009 17:08:31 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup Haiya! is this a prank...? On Thu, May 28, 2009 at 5:04 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Tony Now you are talking Ive tried installing PMagic in D: PM instalation processes are refusing to continue due to lack of space in C even though D has more than 50 GB free space
Tony Likhanga wrote:
Hi Liwindi: " I need to install Partition margic so that i can increase size of C " Unless u r up to some magic, it appears that you want to INCREASE THE SIZE OF C by hiving off some space from a different partition. Why not simply install PM on this partition? AFAIK, when poor Pluto was still a planet, space could not be created nor destroyed, or has this maxim changed?
________________________________ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Ok joshua, whats with you and PM? Get an external usb Hard drive back up your data and format your comp and repartition it. just curious have you tried to delete your temporary files? If your using kaspersky delete kaspersky log files (am assuming your using windows) Sent from my BlackBerry® -----Original Message----- From: liwindi joshua <liwindi81@gmail.com> Date: Thu, 28 May 2009 17:04:56 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Hahahahah, That solution by Geeh (no wonder the name) should work just fine! But in case it does not n u dont have any other harddisk, just know that unistalling is the process of deleting program files from the said C drive!! So, just delete the files n folders then delete rhe registry keys!! On 05/28/2009, Geeh Cheezmode <cheez.mode@gmail.com> wrote:
aaahhh......had the same problem some time back...its very easy.... take a screw driver remove the computer casing. then identify the harddisk. remove it make sure u protect it from static then get a glass of beer and drop the harddisk inside the glass let it soak for a few hours then dry it off using a hair drier then fix back the hard disk. u will notice that the capacity of the disk will hv doubled. salut!
2009/5/28 Georg <cheez.mode@gmail.com>
Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question Sent from my BlackBerry®
-----Original Message----- From: kihu kibe <kihukibe@gmail.com>
Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup
Seriously? Noo...ok, Seriously? :-)
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- "If you're going through hell, keep going." Winston Churchill
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

2009/5/28 Geeh Cheezmode <cheez.mode@gmail.com>
aaahhh......had the same problem some time back...its very easy.... take a screw driver remove the computer casing. then identify the harddisk. remove it make sure u protect it from static then get a glass of beer and drop the harddisk inside the glass let it soak for a few hours then dry it off using a hair drier then fix back the hard disk. u will notice that the capacity of the disk will hv doubled. salut!
Geez ... I bet the hard drive will be DUI after that i.e Disk Under Influence :) -- Δαβίδ Bette Davis <http://www.brainyquote.com/quotes/authors/b/bette_davis.html> - "Brought up to respect the conventions, love had to end in marriage. I'm afraid it did."

Thanks a lot my fellow skunkers It seems like some people are just out to mock others. My main question was in the last part How can I backup installed programs to use after format thanks in advance Georg wrote:
Have you ever used a computer? Or the internet? Because a very elementary search on google would ans your question Sent from my BlackBerry�
-----Original Message----- From: kihu kibe <kihukibe@gmail.com>
Date: Thu, 28 May 2009 12:59:54 To: Skunkworks forum<skunkworks@lists.my.co.ke> Subject: Re: [Skunkworks] Backup
Seriously? Noo...ok, Seriously? :-)
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Mount it as a secondary drive - backup some data files for some apps, make it primary, install pmagic - Never tested coz I don't know what drive c is. ./Ok3ch On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Ghost the drive to another drive with a higher capacity (you will need a separate drive for that) Am hoping its a desktop pc coz its less of a hustle. On Thu, May 28, 2009 at 1:01 PM, Okechukwu <okechukwu@gmail.com> wrote:
Mount it as a secondary drive - backup some data files for some apps, make it primary, install pmagic - Never tested coz I don't know what drive c is. ./Ok3ch
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Run Ubuntu ( its linux ) on your CD/DVD drive do not install it, plug in a USB drive, free enough space from your c drive and voila! install your Partition Magic... ;-) 2009/5/28 Okechukwu <okechukwu@gmail.com>
Mount it as a secondary drive - backup some data files for some apps, make it primary, install pmagic - Never tested coz I don't know what drive c is. ./Ok3ch
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Watson wanjohi kambo

Or use KNOPPIX, run and mount drives. Backup and off you go! -- _________________ Best Regards, Thuo Wilson 2009/5/28 Watson Kambo <wkwats@gmail.com>
Run Ubuntu ( its linux ) on your CD/DVD drive do not install it, plug in a USB drive, free enough space from your c drive and voila! install your Partition Magic... ;-)
2009/5/28 Okechukwu <okechukwu@gmail.com>
Mount it as a secondary drive - backup some data files for some apps, make
it primary, install pmagic - Never tested coz I don't know what drive c is. ./Ok3ch
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Watson wanjohi kambo
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
You can use Ghost for unix (g4u) to clone this disk to another larger one. g4u is free.Large disk you have to buy. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254733744121/+254722743223 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "Clothes make the man. Naked people have little or no influence on society." -- Mark Twain

On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
OK, serious now.. You don't have to uninstall. If they'll free up enough space, delete them from the hard drive and then remove the registry entries. Regards, Steve

How about dumping some data (NOT APPLICATIONS) from the hdd to cd/dvd/flash? Create space, install PM, resize partitions, copy back data. In effect, yu also made some backups. That being said, BACKUP BACKUP BACKUP, especially if you want to dd the hdd. </m> On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com>wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ------------------------------ <MotoBaridi, inspired by technology since 1981> ------------------------------ T: +254 722 296 184 , +254 732 296 654 E: motobaridi@motobaridi.com W: www.unmappedafrica.com | www.motobaridi.com | www.mosc.motobaridi.com | www.moto.motobaridi.com | www.motobaridi.blogspot.com

what is dd?? On Thu, May 28, 2009 at 4:45 PM, MotoBaridi <motobaridi@gmail.com> wrote:
How about dumping some data (NOT APPLICATIONS) from the hdd to cd/dvd/flash? Create space, install PM, resize partitions, copy back data. In effect, yu also made some backups. That being said, BACKUP BACKUP BACKUP, especially if you want to dd the hdd.
</m>
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ------------------------------ <MotoBaridi, inspired by technology since 1981> ------------------------------ T: +254 722 296 184 , +254 732 296 654 E: motobaridi@motobaridi.com W: www.unmappedafrica.com | www.motobaridi.com | www.mosc.motobaridi.com | www.moto.motobaridi.com | www.motobaridi.blogspot.com
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- --------------------------------------------------------------------- Thea Maina Nairobi Kenya http://www.mafans.com skype: thea.mnairobi

I was thinkin that would have gone without saying....hence comment again .."seriously?" On Thu, May 28, 2009 at 4:45 PM, MotoBaridi <motobaridi@gmail.com> wrote:
How about dumping some data (NOT APPLICATIONS) from the hdd to cd/dvd/flash? Create space, install PM, resize partitions, copy back data. In effect, yu also made some backups. That being said, BACKUP BACKUP BACKUP, especially if you want to dd the hdd.
</m>
On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- ------------------------------ <MotoBaridi, inspired by technology since 1981> ------------------------------ T: +254 722 296 184 , +254 732 296 654 E: motobaridi@motobaridi.com W: www.unmappedafrica.com | www.motobaridi.com | www.mosc.motobaridi.com | www.moto.motobaridi.com | www.motobaridi.blogspot.com
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use. HTH, Me. On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן

Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head thanks Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

You download it from a torrents site or rapidshare. Google would be a good place to start. On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן

alternatively delete one of the large programs without Uninstalling it. It will create space to work around. As for partition magic, most people who use it end up formatting their computers due to errors they create while using partition magic. So use it carefully. CLONING is the best option so far. On 28/05/2009, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
You download it from a torrents site or rapidshare. Google would be a good place to start.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Read about how other countries are outdoing Kenyans when it comes to milking the taxpayer. all this and more at my blog: http://gramware.blogspot.com

Liwindi, all suggestions provided are actual solutions - though not necessarily solutions to your problem (vodka?!). Anyway, there are ways to save space temporarily: 1. Delete files in temp (explained above) 2. Delete some files from System Volume Information folder - its a system folder so be careful with it. 3. U can delete service pack installation files and windows update files from C:\windows. Microsoft angels will tell u 2 and 3 are not advisable so google for caveats. Now that u have space in d, u can simply cut (yes, cut) files from program files foldes to a folder in d, then restore them after extending C. A safer way would be to copy them to D first and only delete from program files after the copy is successful. In my opinion, you dont have to format C On 5/28/09, Dennis Kioko <dmbuvi@gmail.com> wrote:
alternatively delete one of the large programs without Uninstalling it. It will create space to work around. As for partition magic, most people who use it end up formatting their computers due to errors they create while using partition magic. So use it carefully. CLONING is the best option so far.
On 28/05/2009, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
You download it from a torrents site or rapidshare. Google would be a good place to start.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Read about how other countries are outdoing Kenyans when it comes to milking the taxpayer. all this and more at my blog: http://gramware.blogspot.com _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Hi all I was really greatfull for your reponces in this, every one deserves a VODKA. I know some of us have been wondering what kind of question and whether or not I am a skunk. At times its gud to know how best your fellow techies handle easy problem just to widen your knowledge. Believe me am now beter than I was Keep up skunks Mr. Lawi wrote:
Liwindi, all suggestions provided are actual solutions - though not necessarily solutions to your problem (vodka?!).
Anyway, there are ways to save space temporarily: 1. Delete files in temp (explained above)
2. Delete some files from System Volume Information folder - its a system folder so be careful with it.
3. U can delete service pack installation files and windows update files from C:\windows. Microsoft angels will tell u 2 and 3 are not advisable so google for caveats.
Now that u have space in d, u can simply cut (yes, cut) files from program files foldes to a folder in d, then restore them after extending C. A safer way would be to copy them to D first and only delete from program files after the copy is successful.
In my opinion, you dont have to format C
On 5/28/09, Dennis Kioko <dmbuvi@gmail.com> wrote:
alternatively delete one of the large programs without Uninstalling it. It will create space to work around. As for partition magic, most people who use it end up formatting their computers due to errors they create while using partition magic. So use it carefully. CLONING is the best option so far.
On 28/05/2009, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
You download it from a torrents site or rapidshare. Google would be a good place to start.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Read about how other countries are outdoing Kenyans when it comes to milking the taxpayer. all this and more at my blog: http://gramware.blogspot.com _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Ok fella, Another question? I need a s/w like partition magic that works on windows 2003 server edition. Freeware perhaps. Any leads? On Fri, May 29, 2009 at 12:21 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi all I was really greatfull for your reponces in this, every one deserves a VODKA. I know some of us have been wondering what kind of question and whether or not I am a skunk. At times its gud to know how best your fellow techies handle easy problem just to widen your knowledge. Believe me am now beter than I was Keep up skunks
Mr. Lawi wrote:
Liwindi, all suggestions provided are actual solutions - though not necessarily solutions to your problem (vodka?!).
Anyway, there are ways to save space temporarily: 1. Delete files in temp (explained above)
2. Delete some files from System Volume Information folder - its a system folder so be careful with it.
3. U can delete service pack installation files and windows update files from C:\windows. Microsoft angels will tell u 2 and 3 are not advisable so google for caveats.
Now that u have space in d, u can simply cut (yes, cut) files from program files foldes to a folder in d, then restore them after extending C. A safer way would be to copy them to D first and only delete from program files after the copy is successful.
In my opinion, you dont have to format C
On 5/28/09, Dennis Kioko <dmbuvi@gmail.com> wrote:
alternatively delete one of the large programs without Uninstalling it. It will create space to work around. As for partition magic, most people who use it end up formatting their computers due to errors they create while using partition magic. So use it carefully. CLONING is the best option so far.
On 28/05/2009, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
You download it from a torrents site or rapidshare. Google would be a good place to start.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Read about how other countries are outdoing Kenyans when it comes to milking the taxpayer. all this and more at my blog: http://gramware.blogspot.com _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- --------------------------------------------------------------------- Thea Maina Nairobi Kenya http://www.mafans.com skype: thea.mnairobi

solution == www.google.co.ke On 05/29/2009, thea maina <theamaina@gmail.com> wrote:
Ok fella, Another question?
I need a s/w like partition magic that works on windows 2003 server edition. Freeware perhaps. Any leads?
On Fri, May 29, 2009 at 12:21 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi all I was really greatfull for your reponces in this, every one deserves a VODKA. I know some of us have been wondering what kind of question and whether or not I am a skunk. At times its gud to know how best your fellow techies handle easy problem just to widen your knowledge. Believe me am now beter than I was Keep up skunks
Mr. Lawi wrote:
Liwindi, all suggestions provided are actual solutions - though not necessarily solutions to your problem (vodka?!).
Anyway, there are ways to save space temporarily: 1. Delete files in temp (explained above)
2. Delete some files from System Volume Information folder - its a system folder so be careful with it.
3. U can delete service pack installation files and windows update files from C:\windows. Microsoft angels will tell u 2 and 3 are not advisable so google for caveats.
Now that u have space in d, u can simply cut (yes, cut) files from program files foldes to a folder in d, then restore them after extending C. A safer way would be to copy them to D first and only delete from program files after the copy is successful.
In my opinion, you dont have to format C
On 5/28/09, Dennis Kioko <dmbuvi@gmail.com> wrote:
alternatively delete one of the large programs without Uninstalling it. It will create space to work around. As for partition magic, most people who use it end up formatting their computers due to errors they create while using partition magic. So use it carefully. CLONING is the best option so far.
On 28/05/2009, Simon Mbuthia <simon.mbuthia@gmail.com> wrote:
You download it from a torrents site or rapidshare. Google would be a good place to start.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi Simon This sounds promising, how do I get this copy "Hiren's boot CD" so that I go a head
thanks
Simon Mbuthia wrote:
Liwindi, Clean your temp folders. If you have Hiren's Boot CD, you can resize your partition like I recently did without uninstalling anything. I use Acronis Disk Director Suite on the disk. I find it easy to use.
HTH,
Me.
On 28/05/2009, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- שִׁמְעוֹן _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- Read about how other countries are outdoing Kenyans when it comes to milking the taxpayer. all this and more at my blog: http://gramware.blogspot.com _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- --------------------------------------------------------------------- Thea Maina Nairobi Kenya http://www.mafans.com skype: thea.mnairobi _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

Hi, Go to START Click on RUN Type: c:\Documents and Settings\(your user name)\Local Settings\temp Delete the contents of the Temp folder You now have some space to install Partition Magic or whatever. Cheers, Rocky +254721708325 +254733520540 Skype: rockymbithi On Thu, May 28, 2009 at 12:55 PM, liwindi joshua <liwindi81@gmail.com> wrote:
Hi skunkers I've got a problem with my comp, my c drive has run out of space I need to install Partition margic so that i can increase size of C but I cannot because there is no enough space for this instalation. Some of the S/Ws cannot be uninstalled reasons low disk space for the processes.
The only way out is to format the C drive to create space but I have a software installed on the machine that I dont want to loose. Is there anyway I can make its backup since I lost its installation disk and to get another is going to cost me alot
thanks alot _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

It always takes the first server crash or hack to realise what one has been ignoring. Lets hope they have put measures in place. Steve, I got the data files from Alex, so now am waiting for your parser. Yes, it does seem quite possible to extract a bit of the author information. On Thu, May 28, 2009 at 11:04 AM, chuks Jonia <chuksjonia@gmail.com> wrote:
Its amazing ro see kenic doesnt have a DR site.
On Thu, May 28, 2009 at 10:55 AM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter just a little information about the author, this is the format of
the
"from" field;
'steve at sobbayi.com (Steve Obbayi)'
notice tht you can easily extract the Author from that field as it appears in the brackets
Steve Obbayi
-----Original Message----- From: skunkworks-bounces@lists.my.co.ke [mailto:skunkworks-bounces@lists.my.co.ke] On Behalf Of Steve Obbayi Sent: Tuesday, May 26, 2009 11:24 AM To: 'Peter Karunyu'; 'Skunkworks forum' Subject: [Skunkworks] FW: Skunkworks List and available resources
@peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults.
load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`);
@peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer.
Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data.
Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two.
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
Steve Obbayi,
________________________________
From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources
Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well?
Thanks.
On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed.
To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler .
Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes.
Steve Obbayi,
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- -- Gichuki John Ndirangu, C.E.H , C.P.T.P, O.S.C.P I.T Security Analyst and Penetration Tester infosigmer@inbox.com
{FORUM}http://lists.my.co.ke/pipermail/security/ http://nspkenya.blogspot.com/ http://chuksjonia.blogspot.com/ http://www.kamongo.co.ke/ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

@chuks, I backed-up the data since I had made research reference to members posts. The last thing I needed was to conduct a thorough research, reach conclusions and make recommendations only to later find the "source documents" have vanished? Risk research easily being trashed. @Peter, Steve, Thanks for the good job! @all, Skunkworks 'talk' is more 'dataish' appreciate Steve and Peter converting it into 'information.' Ever interested in diversity of lists views. We're over 1,000 but how many, how often, gender-wise, etc, contribute? on what topics? What days-of-the-week are most posts?etc. Think of it along Freedom of Expression lines.. Alex On Thu, May 28, 2009 at 10:27 PM, Peter Karunyu <pkarunyu@gmail.com> wrote:
It always takes the first server crash or hack to realise what one has been ignoring. Lets hope they have put measures in place.
Steve, I got the data files from Alex, so now am waiting for your parser. Yes, it does seem quite possible to extract a bit of the author information.
On Thu, May 28, 2009 at 11:04 AM, chuks Jonia <chuksjonia@gmail.com> wrote:
Its amazing ro see kenic doesnt have a DR site.
On Thu, May 28, 2009 at 10:55 AM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter just a little information about the author, this is the format of the "from" field;
'steve at sobbayi.com (Steve Obbayi)'
notice tht you can easily extract the Author from that field as it appears in the brackets
Steve Obbayi
-----Original Message----- From: skunkworks-bounces@lists.my.co.ke [mailto:skunkworks-bounces@lists.my.co.ke] On Behalf Of Steve Obbayi Sent: Tuesday, May 26, 2009 11:24 AM To: 'Peter Karunyu'; 'Skunkworks forum' Subject: [Skunkworks] FW: Skunkworks List and available resources
@peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults.
load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`);
@peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer.
Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data.
Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two.
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
Steve Obbayi,
________________________________
From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources
Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well?
Thanks.
On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed.
To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler .
Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes.
Steve Obbayi,
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- -- Gichuki John Ndirangu, C.E.H , C.P.T.P, O.S.C.P I.T Security Analyst and Penetration Tester infosigmer@inbox.com
{FORUM}http://lists.my.co.ke/pipermail/security/ http://nspkenya.blogspot.com/ http://chuksjonia.blogspot.com/ http://www.kamongo.co.ke/ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general

in fact, see below.. ---------- Forwarded message ---------- From: Alex Gakuru <gakuru@gmail.com> Date: Thu, May 28, 2009 at 9:48 PM Subject: [ke-internetusers] Internet Freedom Blog Report - Kenya To: ke-users <ke-internetusers@bdix.net> I have found a very interesting report... --excerpt-- Under the Communications Amendment Act, the CCK and not the independent and professional Media Council of Kenya (MCK) would be responsible for regulating both traditional and online media. ... Access to a variety of advanced applications is widespread, with individuals and groups able to engage in free expression of views via e-mail, instant messaging, chat rooms, and blogs. There have been no reports that the government uses control over internet infrastructure to limit connectivity, and Kenyans have free access to the social-networking site Facebook, the video-sharing site YouTube, and the blog-hosting site Blogspot, all of which rank among the 10 most popular sites in the country. ... Though individual internet users generally seem comfortable expressing themselves freely online, mainstream media organizations’ online portals and their correspondents practice some self-censorship... full report at <http://freedom4internet.blogspot.com/2009/05/kenya-igif-2009.html> -- Struck a 'funny' chord...I thought the media were the "fearless expression crusaders"? Alex On Thu, May 28, 2009 at 10:51 PM, Gakuru Alex <alexgakuru.lists@gmail.com> wrote:
@chuks,
I backed-up the data since I had made research reference to members posts. The last thing I needed was to conduct a thorough research, reach conclusions and make recommendations only to later find the "source documents" have vanished? Risk research easily being trashed.
@Peter, Steve,
Thanks for the good job!
@all,
Skunkworks 'talk' is more 'dataish' appreciate Steve and Peter converting it into 'information.'
Ever interested in diversity of lists views. We're over 1,000 but how many, how often, gender-wise, etc, contribute? on what topics? What days-of-the-week are most posts?etc. Think of it along Freedom of Expression lines..
Alex
On Thu, May 28, 2009 at 10:27 PM, Peter Karunyu <pkarunyu@gmail.com> wrote:
It always takes the first server crash or hack to realise what one has been ignoring. Lets hope they have put measures in place.
Steve, I got the data files from Alex, so now am waiting for your parser. Yes, it does seem quite possible to extract a bit of the author information.
On Thu, May 28, 2009 at 11:04 AM, chuks Jonia <chuksjonia@gmail.com> wrote:
Its amazing ro see kenic doesnt have a DR site.
On Thu, May 28, 2009 at 10:55 AM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter just a little information about the author, this is the format of the "from" field;
'steve at sobbayi.com (Steve Obbayi)'
notice tht you can easily extract the Author from that field as it appears in the brackets
Steve Obbayi
-----Original Message----- From: skunkworks-bounces@lists.my.co.ke [mailto:skunkworks-bounces@lists.my.co.ke] On Behalf Of Steve Obbayi Sent: Tuesday, May 26, 2009 11:24 AM To: 'Peter Karunyu'; 'Skunkworks forum' Subject: [Skunkworks] FW: Skunkworks List and available resources
@peter I forgot to add the query you will use to import the data, there is a slight difference from the mysql defaults.
load data local infile '/path/to/datafile' into table `archives` fields escaped by '\\' terminated by ';' enclosed by '\'' lines terminated by '|^^|' (`from`, `date`, `timezone`, `subject`, `body`);
@peter, Here is the SQL code you can use to create your table for this list then you can get the actual data files from Alex. This is just for storage purposes so there are no indices so you will have to create them as you like depending on how you plan to make the script. It also creates the table using InnoDB Engine so you might prefer to use MyISAM or any other you prefer.
Now before I post the source code for the Parser, I want to make some few changes on the compilation optimization options coz with the wrong option even though it will still compile there is a bug in three inner loops (I havent bothered fixing) that could cause the loops to corrupt the heap when run at a very high optimized runtime state thereby crushing the progrm as it attempts to escape the string data.
Maybe I should just sort out the bug once and for all to make it easier to use it fully optimized for speed and send it in a day or two.
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
CREATE TABLE `archives` ( `from` varchar(255) NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `timezone` varchar(5) NOT NULL default '', `subject` varchar(255) NOT NULL, `body` longtext NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
Steve Obbayi,
________________________________
From: Peter Karunyu [mailto:pkarunyu@gmail.com] Sent: Monday, May 25, 2009 3:08 PM To: steve@sobbayi.com; Skunkworks forum Subject: Re: [Skunkworks] Skunkworks List and available resources
Wow! that's fantastic. If you send me the schema of the DB, I can whip up some PHP to search the DB. Maybe you could share the source code as well?
Thanks.
On Mon, May 25, 2009 at 2:44 PM, Steve Obbayi <steve@sobbayi.com> wrote:
@peter. I decided to take up and do what you had been trying to do. i have mailed alex gakuru the parsed monthly archives. Now some months were missing from the archives and all i had was up to March 2009. So there are about four archive files which still need to be parsed.
To do this I developed a tool which has done this job very well. Am sending Alex the source code for the tool which can be compiled on any OS as long as it has a C++ compiler .
Now all i developed was the tool and used it to parse all the files, i have also given the schema for the data file and the query to load it into a MYSQL database. So as far as code to make the data searchable i dont think i can squeez in time for that so maybe you or someone from this list can take it up and develop one for our sakes.
Steve Obbayi,
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
-- -- Gichuki John Ndirangu, C.E.H , C.P.T.P, O.S.C.P I.T Security Analyst and Penetration Tester infosigmer@inbox.com
{FORUM}http://lists.my.co.ke/pipermail/security/ http://nspkenya.blogspot.com/ http://chuksjonia.blogspot.com/ http://www.kamongo.co.ke/ _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks Other services @ http://my.co.ke Other lists ------------- Skunkworks announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science - http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi - http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
participants (25)
-
chuks Jonia
-
David Njuki
-
Dennis Kioko
-
Gakuru Alex
-
Geeh Cheezmode
-
Georg
-
John Macharia
-
Kats
-
kihu kibe
-
liwindi joshua
-
MotoBaridi
-
Mr. Lawi
-
Odhiambo ワシントン
-
Okechukwu
-
Peter Karunyu
-
rocky mbithi
-
Simon Mbuthia
-
Steve Muchai
-
Steve Obbayi
-
Tech List Kenya
-
thea maina
-
Thuo Wilson
-
Timothy Kyalo
-
Tony Likhanga
-
Watson Kambo