Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - fslog.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Content-Type: text/plain; charset=utf-8
Date: Tue, 13 May 2025 11:43:14 GMT
Location: https://fslog.com/
Server: Netlify
X-Nf-Request-Id: 01JV4Q9H07VZBYT41C14Y6ZS71
Content-Length: 33

HTTP Code 301 Moved Permanently

301 Moved Permanently means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://fslog.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Age: 0
Cache-Status: "Netlify Edge"; fwd=miss
Content-Type: text/html;charset=UTF-8
Date: Tue, 13 May 2025 11:43:15 GMT
Etag: W/"aaa8-gkkGxViiAJRj9tA8pH4Rbi4cL/E"
Server: Netlify
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Nf-Request-Id: 01JV4Q9HFXERADKTNAGQWD6REP
Transfer-Encoding: chunked

HTTP Code 200 OK

200 OK is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: fslog.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html><html><head>
    <title>Free Software Blog</title>

        <meta charset="utf-8">
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
    <meta name="description" content="">
    <meta name="keywords" content="">
    <meta name="author" content="Srinivasan Rangarajan">
        <meta property="og:title" content="Free Software Blog">
    <meta property="og:description" content="">
    <meta property="og:type" content="website">
    <meta property="og:locale" content="en_US">
    <meta property="og:url" content="https://fslog.com/">
    

    <link href="https://fslog.com/index.xml" rel="alternate" type="application/rss+xml" title="Free Software Blog">
    <link rel="shortcut icon" href="/favicon.png">

    <link href="https://fslog.com/webfonts/ptserif/main.css" rel="stylesheet" type="text/css">
    <link href="https://fslog.com/webfonts/source-code-pro/main.css" rel="stylesheet" type="text/css">
    
    <link rel="stylesheet" href="https://fslog.com/css/style.css">

    <link href="http://gmpg.org/xfn/11" rel="profile">
    
    <meta name="generator" content="Hugo 0.51">
</head>

<body>
<div id="container">
    <header id="header">
    <div id="header-outer" class="outer">
        <div id="header-inner" class="inner">
            <a id="main-nav-toggle" class="nav-icon" href="javascript:;"></a>
            <a id="logo" class="logo-text" href="https://fslog.com/">Free Software Blog</a>
            <nav id="main-nav">
                
            </nav>
            <nav id="sub-nav">
                <div id="search-form-wrap">
                </div>
            </nav>
        </div>
    </div>
</header>
    <section id="main" class="outer">
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/21/javascript-trick-to-edit-the-page-displayed/">Javascript trick to edit the page displayed</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/21/javascript-trick-to-edit-the-page-displayed/" class="article-date">
                        <time datetime="2007-01-21T00:00:00.000+00:00" itemprop="datePublished">2007-01-21</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/fun">Fun</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/tips-and-tricks">Tips and Tricks</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Do you want to quickly edit the text of any webpage that you are browsing? Maybe you wanted to see how the site looks if you change some words. Here is a neat Javascript trick that you can use to edit the text part of the web page.
Do note that you can’t save the changed text onto the server or is this any means to hack a web server. If you refresh the page, all the changes you made will disappear.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/21/javascript-trick-to-edit-the-page-displayed/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/20/ubuntu-studio-a-multimedia-creation-derivative-of-ubuntu/">Ubuntu Studio – A multimedia creation derivative of Ubuntu</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/20/ubuntu-studio-a-multimedia-creation-derivative-of-ubuntu/" class="article-date">
                        <time datetime="2007-01-20T00:00:00.000+00:00" itemprop="datePublished">2007-01-20</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/distribution">Distribution</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Ubuntu Studio aims to be a multimedia editing flavor of Ubuntu for the Linux audio, video, and graphic enthusiast or professional who is already familiar with the Ubuntu-Gnome environment. Their ultimate goal is to build a solid Ubuntu distro based on Ubuntu-Gnome by Feisty Fawn. This distro has various packages for audio, graphics and video editing. Take a look at their wiki for more info.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/20/ubuntu-studio-a-multimedia-creation-derivative-of-ubuntu/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/19/ubuntu-usability-analysis/">Ubuntu usability analysis</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/19/ubuntu-usability-analysis/" class="article-date">
                        <time datetime="2007-01-19T00:00:00.000+00:00" itemprop="datePublished">2007-01-19</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/distribution">Distribution</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/sites">Sites</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    The Open Source Advocate has a thorough usability analysis of Ubuntu and tells us what makes it “ready to use” for us. He takes each step for completing an operation and categorizes them into Very Easy, Easy, Medium, Hard and Very Hard. He also explains what can be made to improve the user experience.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/19/ubuntu-usability-analysis/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/17/drupal-5-released/">Drupal 5 released</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/17/drupal-5-released/" class="article-date">
                        <time datetime="2007-01-17T00:00:00.000+00:00" itemprop="datePublished">2007-01-17</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/news">News</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Drupal the most popular open source content management system has moved on to version 5 after almost 8 months of development. The most important feature included in this version is the easy to use web based installer. The UI is also greatly improved and is easy to use. This version also allows themers to develop better themes for Drupal.
Drupal also celebrates its 6th birthday with its release of version 5.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/17/drupal-5-released/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/14/fedora-core-6-live-cd/">Fedora Core 6 Live CD</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/14/fedora-core-6-live-cd/" class="article-date">
                        <time datetime="2007-01-14T00:00:00.000+00:00" itemprop="datePublished">2007-01-14</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/distribution">Distribution</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/news">News</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Fedora Core 6 is now available as a live CD. This is great news to the old fedora fans out there. Fedora is a project that is sponsored by RedHat and is contributed by many developers around the world. These people create high quality open source software which can be used by anyone.
It was a great distro back in those old days. But after Ubuntu came along, it lost its place.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/14/fedora-core-6-live-cd/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/12/in-pictures-image-based-tutorial/">in pictures: Image based tutorial</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/12/in-pictures-image-based-tutorial/" class="article-date">
                        <time datetime="2007-01-12T00:00:00.000+00:00" itemprop="datePublished">2007-01-12</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/sites">Sites</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    I got mail about a nice website called in pictures from Chris Charuhas. It is a nice site having tutorials about using Office, OpenOffice.org, Dreamweaver, etc.
The interesting part of this is that it is fully based on pictures. All the tutorials have nice explanations with screenshots explaining how to do every step. They are easy to understand and I would like to see more such tutorials for other open source softwares.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/12/in-pictures-image-based-tutorial/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2007/01/05/performancing-metrics-to-go-open-source/">Performancing Metrics to go Open Source</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2007/01/05/performancing-metrics-to-go-open-source/" class="article-date">
                        <time datetime="2007-01-05T00:00:00.000+00:00" itemprop="datePublished">2007-01-05</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/news">News</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Performancing is a popular blog network which released Performancing for Firefox – an extension for Firefox for bloggers. It also has various other services for bloggers like Metrics for tracking the visitors of your blog. It also an advertising network called Performancing Partners. Even I use these services and you too can advertise on this blog by clicking on the ad in the sidebar.
There is another good news for the FOSS community as Performancing will be releasing the code for Metrics as Open Source.
                    </p>
                    <p class="article-more-link">
                        <a href="/2007/01/05/performancing-metrics-to-go-open-source/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/28/how-to-think-like-a-ruby-computer-scientist/">How to think like a Ruby Computer Scientist</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/28/how-to-think-like-a-ruby-computer-scientist/" class="article-date">
                        <time datetime="2006-12-28T00:00:00.000+00:00" itemprop="datePublished">2006-12-28</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/books">Books</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    How to think like a Computer Scientist: Learning with Python is an excellent book for learning Python for the newbies. Here is another book similar to that for those who want to learn Ruby.
How to think like a computer scientist: Learning with Ruby is a book for those newbies who want to learn the basics of Ruby, Objects and how to use them for creating various data structures like linked list, stacks, queues, trees, heaps, maps, etc.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/28/how-to-think-like-a-ruby-computer-scientist/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/26/globulation-2-free-rts-game-for-linux/">Globulation 2 – Free RTS game for linux</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/26/globulation-2-free-rts-game-for-linux/" class="article-date">
                        <time datetime="2006-12-25T00:00:00.000+00:00" itemprop="datePublished">2006-12-25</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/games">Games</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Globulation 2 is an innovative Real-Time Strategy (RTS) game which reduces micro-management by automatically assigning tasks to units. This means the user just has to assign specific number of units for a task and the units automatically do what is best for that job.
 It has nice AIs with varying levels of difficulties Includes a scripting language for versatile gameplay Nice set of tutorials which walk through the player with the various tasks An integrated map editor allowing you to create your own maps Play in single player, local area network or over the internet with Ysagoon Online Gaming.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/26/globulation-2-free-rts-game-for-linux/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/26/liferea-news-reader-for-linux/">Liferea – News Reader for Linux</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/26/liferea-news-reader-for-linux/" class="article-date">
                        <time datetime="2006-12-25T00:00:00.000+00:00" itemprop="datePublished">2006-12-25</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Today I was analyzing my RSS Feeds and saw that there are about 59 subscribers(thanks to Ubuntu Blog) and saw that there was a Reader called Liferea. I have heard of this before, but didnt give a try. So I thought – why don’t I install it and see how it works out. So I just went to Synaptic and did a quick search for Liferea and installed it.
It is cool and works great.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/26/liferea-news-reader-for-linux/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/25/deb-package-a-day/">Deb package a day</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/25/deb-package-a-day/" class="article-date">
                        <time datetime="2006-12-24T00:00:00.000+00:00" itemprop="datePublished">2006-12-24</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Here is a nice site which posts one debian package a day. This has detailed explanation of the package and how it can be used. Visitors can also vote for a particular package and also contribute to the list. This also has a category for Ubuntu, but I guess the debs should work on both without much trouble.  
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/25/deb-package-a-day/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/19/linux-distro-timeline/">Linux Distro Timeline</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/19/linux-distro-timeline/" class="article-date">
                        <time datetime="2006-12-18T00:00:00.000+00:00" itemprop="datePublished">2006-12-18</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/distribution">Distribution</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Here is a timeline showing all the GNU/Linux distributions.
  
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/19/linux-distro-timeline/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/17/frostwire-free-gnutella-client/">FrostWire – Free Gnutella client</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/17/frostwire-free-gnutella-client/" class="article-date">
                        <time datetime="2006-12-17T00:00:00.000+00:00" itemprop="datePublished">2006-12-17</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    FrostWire is a fork of the very popular LimeWire Gnutella client. Gnutella is a popular file sharing network. It is a huge network hosting approximately 2.2 million users. It has numerous files ranging from mp3s, movies, ebooks, applications, etc.
FrostWire is a free and open source software without all the nasty nags. It also has a built-in bittorrent client. Here the steps to install FrostWire on your Ubuntu Edgy.First you have to install J2SE Runtime Environment (JRE).
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/17/frostwire-free-gnutella-client/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/13/openofficeorg-21-released/">OpenOffice.org 2.1 released</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/13/openofficeorg-21-released/" class="article-date">
                        <time datetime="2006-12-13T00:00:00.000+00:00" itemprop="datePublished">2006-12-13</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    OpenOffice.org has released the 2.1 version of the popular open source multiplatform office suite. The new version has support 64-bit linux and a number of improvements – like multiple monitor support for Impress, improved Calc HTML export and automatic notification of updates.
There are also numerous templates and clip-art available that were submitted for the template contest.
.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/13/openofficeorg-21-released/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/04/cool-firefox-commercial/">Cool Firefox Commercial</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/04/cool-firefox-commercial/" class="article-date">
                        <time datetime="2006-12-04T00:00:00.000+00:00" itemprop="datePublished">2006-12-04</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/fun">Fun</a>
                            
                            
                            <span>&gt;</span>
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/04/cool-firefox-commercial/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/04/embed-youtube-in-wordpress/">Embed Youtube in WordPress</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/04/embed-youtube-in-wordpress/" class="article-date">
                        <time datetime="2006-12-04T00:00:00.000+00:00" itemprop="datePublished">2006-12-04</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/tips-and-tricks">Tips and Tricks</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    When I tried to post the previous post I tried hard at embedding the Youtube code into this. The Visual MCE editor didn’t accept the code and I couldn’t embed the video. So, I changed my settings to use the old plain editor instead of the WYSIWYG editor. It is there is the Users &gt; Your Profile. Under the Personal Options, uncheck the “Use the visual rich editor when writing” option and Update your profile.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/04/embed-youtube-in-wordpress/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/04/gimp-tutorials/">Gimp Tutorials</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/04/gimp-tutorials/" class="article-date">
                        <time datetime="2006-12-04T00:00:00.000+00:00" itemprop="datePublished">2006-12-04</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/tutorial">Tutorial</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    For all those Photoshoppers who think that there is no other tool that can work for them, please take a look at Gimp. This is the Open Source alternative to the costly image manipulation tools. It has all the features of Photoshop and is being used by many people for their artwork. It is also developed at a very rapid pace. The next stable version is going to be 2.4.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/04/gimp-tutorials/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/04/musikcube-open-source-mp3-player/">MusikCube: Open Source MP3 Player</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/04/musikcube-open-source-mp3-player/" class="article-date">
                        <time datetime="2006-12-04T00:00:00.000+00:00" itemprop="datePublished">2006-12-04</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    MusikCube is an open source MP3 player for the “modern generation”. It helps you just listen to what you want to hear, while offering innovative features not seen elsewhere.
MusikCube is based on an embedded SQL database engine called SQLite. It is a very fast database engine which makes creating Dynamic Playlist easy.
It has an interesting feature where it automatically randomizes the playlist based on your listening habits. The more you listen, the more it becomes smarter.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/04/musikcube-open-source-mp3-player/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/03/install-opera-on-ubuntu/">Install Opera on Ubuntu</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/03/install-opera-on-ubuntu/" class="article-date">
                        <time datetime="2006-12-03T00:00:00.000+00:00" itemprop="datePublished">2006-12-03</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    Though many users prefer Mozilla Firefox, there are people who like Opera for the speed. It has many features that are yet to be seen in Internet Explorer.
The latest version of Opera is 9 and has many unique features that is not yet found in other browsers.
It has a built in Bittorrent downloader, Content blocker(to block images and ads), Widgets – small web applications, download manager, email client, IRC and many such cool features.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/03/install-opera-on-ubuntu/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        
        <article class="article article-type-post" itemscope="" itemprop="blogPost">
            <div class="article-inner">
                
                
                <header class="article-header">
                    <h1 itemprop="name"><a class="article-title" href="/2006/12/02/deluge-bittorrent-client-for-linux/">Deluge Bittorrent client for Linux</a></h1>
                </header>
                
                <div class="article-meta">
                    <a href="/2006/12/02/deluge-bittorrent-client-for-linux/" class="article-date">
                        <time datetime="2006-12-02T00:00:00.000+00:00" itemprop="datePublished">2006-12-02</time>
                    </a>
                    
                    
                    <div class="post-categories">
                        <div class="article-category">
                            
                            
                            <a class="article-category-link" href="https://fslog.com//categories/software">Software</a>
                            
                        </div>
                    </div>
                    
                    
                </div>
                <div class="article-entry" itemprop="articleBody">
                    <p>
                        
                    In windows I used to have uTorrent for downloading my torrents. Under Linux I searched for a nice software which doesn’t take too much system resources. Atlast I found Deluge which is written in Python and has a very easy to use interface just like uTorrent.
It shows detailed statistics about the torrent you are downloading, multiple torrents download using the same interface, even a built-in search engine.
If you are using debian/ubuntu, Deluge can be apt-getted easily.
                    </p>
                    <p class="article-more-link">
                        <a href="/2006/12/02/deluge-bittorrent-client-for-linux/">Read More</a>
                    </p>
                </div>

                
            </div>
        </article>
        

        

<nav id="page-nav">
    
    
    
    <span class="page-number current">1</span>
    
    
    
    <a href="/page/2/">2</a>
    
    
    
    <a href="/page/3/">3</a>
    
    
    
    <a href="/page/4/">4</a>
    
    
    
    <a href="/page/5/">5</a>
    
    
    
    <a href="/page/6/">6</a>
    
    
    
    <a href="/page/7/">7</a>
    
    
    
    <a href="/page/8/">8</a>
    
    
    
    <a href="/page/9/">9</a>
    
    
    
    <a href="/page/10/">10</a>
    
    
    
    <a href="/page/11/">11</a>
    
    
    
    <a href="/page/12/">12</a>
    
    
    
    <a href="/page/13/">13</a>
    
    
    
    <a href="/page/14/">14</a>
    
    
    
    <a href="/page/15/">15</a>
    
    

    
    <a href="/page/2/" rel="next" class="extend next">Next »</a>
    
</nav>

    </section>
    <footer id="footer">
    <div class="outer">
        <div id="footer-info" class="inner">
            © 2020 Free Software Blog&nbsp;
            Powered by <a href="https://gohugo.io" target="_blank">Hugo</a> with theme <a href="https://github.com/carsonip/hugo-theme-minos">Minos</a>
        </div>
    </div>
    
</footer></div></body></html>                               

Whois info of domain

Domain Name: FSLOG.COM
Registry Domain ID: 310134392_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.cloudflare.com
Registrar URL: http://www.cloudflare.com
Updated Date: 2025-01-09T08:20:16Z
Creation Date: 2006-01-08T14:40:52Z
Registry Expiry Date: 2026-01-08T14:40:52Z
Registrar: Cloudflare, Inc.
Registrar IANA ID: 1910
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6503198930
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: AMY.NS.CLOUDFLARE.COM
Name Server: PHIL.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-13T11:43:01Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass