Friday, October 25, 2013

Kindle DRM Removal


Download Calibre: This has it: http://thepiratebay.sx/torrent/6763965/Ebook_DRM_Removal_Tool___(kindle__mobi__epub__pdf__etc.)

Download DRM removal tool with keygen: http://thepiratebay.sx/torrent/8641816/Kindle_DRM_Removal_v5.0.2.264_with_Key_[TorDigger] Install. 

Use DRM removal tool to remove DRM.

 Open the book with Calibre and convert it.

Sunday, October 6, 2013

Just Installed Ubuntu 13.04




Ok, I just installed Ubuntu 13.04 (Raring Ringtail) successfully -- by booting it with my USB stick with the help of "Universal USB Installer" software. I had also downloaded the ISO for older Ubuntu 12.04 LTS also, which has support for 5 years, where as 13.04 is only has developer support for only 5 months -- but has the newest features.

Also I've found new themes for Ubuntu 13.04 here.

Tuesday, October 1, 2013

Ubuntu 13.04 installation problem.



So I wan'ted to have Ubuntu again, so I downloaded the 13.04 version, which is not a fully tested version as far as i know -- though claimed to have all the latest features. I downloaded the ISO and loaded it with demon tools. But when i tried it to install via the virtual drive, I saw that the installation lacks the option to Install Ubuntu from within windows -- damn!

So.. I decided to burn the Ubuntu ISO to a disk and boot the computer with it. Because my burner is not working properly (I need ISO buster to open files I burn with my burner), I went to a net cafe to get it to a disc. And.. gosh, the lady in there did not knew how to burned an ISO image, so I had to assist her. So, I was able to get Ubuntu on disc. But when I got home and tried to boot from disc, I wouldn't work! (yes, I've set the boot option to DVD drive). So then I've concluded that something is wrong with my DVD drive -- damn again!

I don't know what to do now. Probably it will download the 12.04 LTS (fully tested verson) and install that.

Shit happens! 

Sunday, August 11, 2013

How to add custom themes to Windows 7?

As you know, you can already add themes created by Microsoft by doing this:
  •   Right-click on Desktop > Select “Personalize” > Click on “Get more themes online”.


  • The Microsoft webpage will be opened, which contains number of theme they have created. And you can download and install them. But they won’t change the window style or anything, they just change colors and sounds, and the wallpaper and stuff. If you want to really pimp-up your windows 7 OS, you should use the 3rd party themes which are not built by Microsoft. For example check these out:  http://windows7themes.net/top-30-windows-7-themes-clean-visual-styles.html
  • But to install above themes, you need special software called the Universal Theme Patcher. Download it by the link.
  • After downloading, run it as the Administrator.


  •       Click all three “Patch” buttons. Now you can install the cool 3rd party themes.
  •             Just go to a website with 3rd party themes, like the one I have provided you above, and download one of them.
  •             You’ll get a .zip file. I recommend using “7Zip” to extract the files.
  •             After extracting, find the folder called “Theme” in it, and copy the content inside it into the “C:\Windows\Resources\Themes” folder. The contents will include a “.Theme“ file with the theme name, and a folder with the same theme name. Here’s how I copied the .Theme file and it’s folder of a theme called “Sonic and Friends” inside the Themes folder. Highlighted is the copied stuff.

  •         Now close the folder and restart the “Customize” panel if it’s already opened, and you’ll see the newly added theme in it. Here’s how it appeared when I install the theme “Sonic and Friends”.

  •         Click on it to apply the theme. Here’s how my desktop looked like when I apply that theme.



                      That’s it.
                      Enjoy adding themes!

    Thursday, August 8, 2013

    New Flash Games!

    Hey! 

    You can find bunch of new flash games I've created recently, on: flashweed.blogspot.com

    Check it out. 

    Cheers!


    Sunday, March 10, 2013

    C# + SQL Example #1

    * Gets max row count
    * Inserts a new row (value number greater than max rows)
    * Displays row values

    [CODE]


                string connString = "Server=localhost;Database=cshptest;Uid=root;"; // Select DB
                MySqlConnection conn = new MySqlConnection(connString);
                MySqlCommand command = conn.CreateCommand();
                // Command to count the rows
                conn.Open();
                command.CommandText = "SELECT COUNT(*) FROM csdat";
                int rows = Convert.ToInt32(command.ExecuteScalar());
                int newrows = rows + 1;
                conn.Close();
                // Insert a new data row, with the value greater than last index value (ex. 5 + 1 = 6)
                command.CommandText = "Insert into csdat (id,dataT) values('" + newrows + "','" + newrows + "');";
                conn.Open();
                command.ExecuteNonQuery();
                conn.Close();
                MySqlDataReader reader;
                // Read data in each row
                for (int i = 0; i <= rows; i++)
                {
                    string cnt = i.ToString();
                    conn.Open();
                    command.CommandText = "Select dataT from csdat where id=" + cnt; // Select column from table
                 
                    reader = command.ExecuteReader();
                    while (reader.Read())
                    {
                        MessageBox.Show(reader["dataT"].ToString()); // extract data from column
                    }
                    conn.Close();
                }


    [/CODE]

    Sunday, February 24, 2013

    So What Happened to John McAfee..?




    As far as I've heard, he's back in US after long cross-country run, from the police. If you don't know already, he was the suspect (or the "man of interest") of killing his neighbor at one of the islands in Belize, where his luxury home is located. After the neighbor's death, he was on the run in disguise. 

    Here's the latest story:


    So he has running loose for five weeks throughout central america. Finally he emerged out of Oregon. At this point, he spread a fake news through the net that he was captured in Mexico, and fled to Guatemala. When he was asked why he was fleeing, his response was: "As a 'person of interest', you have to come to there offices -- which are in the mass of the prison complex -- to talk to you. And in Belize, they can detain you for 30 days with no charges what so ever..". When he was asked who killed his neighbor, the response: "I don't know, in Belize murder is happening all the time." And he says that the Belize police was out to get him, because of his open criticism of the Belize police corruption, and the police deliberately killed the man to get to him. 


    Also he likes to often speak about his sexual prowess: "People ask me, 'You really slept with 10 17 year girls?' And i'm a 67 years old man, and I say 'Yup, i did'. There's no point in not telling the truth now, no point now in dancing around it."




    "John with his current young girl friend, who he intend to get married (December, 2012)"



    But unexpectedly, in a press conference at Guatemala, McAfee get's arrested by the police. 


    But even that did not took too long. McAfee faked a heart attack and was hospitalized. After he was released from the hospital, he was deported to US. And he came to Portland.



    And now, the news of the murder is all covered up by the talks about his various exploits...


    My Facebook Music group

      🎧𝅘𝅥𝅲 M̾U̾S̾I̾X̾ ♭🎧