Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Jesin A

How to make undeletable files and directories in Linux

July 12, 2011 Linux Jesin A 6 Comments

linux category thumbnail

A very useful Linux tip on how to make files and directories undeletable even by the root user. You can apply this tip on all important configuration files so that no one accidentally or intentionally deletes it. To achieve this the chattr (Change Attribute) command is used it Linux. The chattr command “immunizes” the file not only from deletion but also modification. The chattr command does care about chmod values, even if a file has 777 permissions immunizing the file will prevent it from being deleted or modified.Continue Reading…

Tags: linux, linux commands

PHP Pie Chart Script

July 7, 2011 PHP Jesin A 5 Comments

php category thumbnail

A PHP Pie Chart script created by me using which any data and values can be represented using the pie chart. The PHP Pie Chart script is available for free download. By passing a query string you can compare any number of values. What follows is how to use my PHP Pie Chart Script and the code to download. The PHP Pie Chart script uses the following PHP image functions ImageCreate(), ImageColorAllocate(), imagefilledrectangle(), ImageFilledArc(), imagettftext(), ImagePNG() and ImageDestroy(). To edit the code you need to know how to use these functions.Continue Reading…

Tags: php, php scripts

W3 Total Cache Remove Footer

July 4, 2011 PHP Jesin A 10 Comments

remove w3 total cache comment

The W3 Total Cache is a caching plugin for wordpress which improves the performance of your wordpress blog. When this plugin is activated it inserts a HTML comment into your code which looks like this

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk

Served from: www.example.com @ 2011-07-04 06:59:27 -->

If you wish to remove W3 Total Cache Footer follow my instructions.Continue Reading…

Tags: php, wordpress

Live HTTP Headers for Firefox 4.0

July 2, 2011 Windows Jesin A Leave a Comment

windows category thumbnail

Live HTTP headers if a plugin for the web browser Mozilla Firefox. Versions prior 0.16 did not support the latest Firefox 4.0 browser but now version 0.17 Live HTTP headers support Firefox 4.0 and above.

Download LiveHTTPHeaders for Firefox 4.0+ (116KB)

This is a direct download link from the official website of LiveHTTPheaders. See CHANGELOG of version 0.17.

Tags: firefox

Setup Google Apps

June 28, 2011 Domains Jesin A Leave a Comment

google apps setup step1

Google Apps is a service provided by Google using which you can create an email account with your own domain name. The advantage is the email service is powered by GMail which gives you features like 8GB inbox and the ability to chat with other GMail fellow mates. Whats more all other services provided by Google are also available for your domain. Take Google Docs for example, using Gogole Apps you can share documents within the users of your domain. On the free version of Google Apps you can create upto 50 users. In this tutorial I’ll show you how to setup Google Apps for your domain. For setting up Windows Live Domains see that article.Continue Reading…

Tags: domain dns, email

CSS Tableless Design Tutorial

June 25, 2011 Web Design Jesin A 3 Comments

web design category thumbnail

This tutorial teaches you how to create your website neatly sans tables. All along people used tables to create column layouts and templates for their websites because they shied away from learning CSS and <div>s. If you thought creating web pages with divs are difficult you are about to change your mind after reading this tutorial, because HTML tables have many problems which can be overcome using divs. Take an example of changing the size of a column while using <table> tag, expanding a column also expands the column next to it. Of course you can use colspan and rowspan attributes to correct this to an extent but that makes it cumbersome and eats up precious bytes. With tableless design in CSS you can overcome all these problems and have complete control over your design, whats more search engines also start liking your website.Continue Reading…

Tags: css, html

  • « Previous Page
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 25
  • Next Page »

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.