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

How to use PHP to minify HTML output

February 10, 2013 PHP Jesin A 5 Comments

php category thumbnail

Couple of years ago I wrote an article about two PHP configuration options auto_prepend_file and auto_append_file recently while browsing about PHP minification I got an idea on how to apply this PHP minify code to each and every script executed on the server so that all HTML output from that server are auto minified. This method requires creating a PHP file containing the code to strip whitespaces and newlines before and after the HTML tags and including this file with every PHP script executed on the server using the auto_prepend_file configuration option. For this you need to have access to the php.ini file. This method will work fine even if you are using shared hosting with custom php.ini support.Continue Reading…

Tags: php, php.ini

How to connect GNS3 to the Internet

January 31, 2013 Networking Jesin A 109 Comments

networking category thumbnail

Connecting GNS3 to the internet is just another step to bring your emulated network lab closer to real gear. There are many ways to do this based on what internet connection you are using. If you just have an ADSL modem/router connected to the ethernet port of your physical machine having a private IP address it is very simple to get your lab to the internet. But if you are using a WiFi connection/Data card/a device that requires you to assign a public IP on the physical interface getting your lab to access the internet requires a few more commands in Linux or a few more clicks in Windows. Apart from making configuration changes to your operating system NAT has to be configured on the emulated router that connects to the internet.Continue Reading…

Tags: cisco, gns3

How to use PuTTY to create a SSH Tunnel

December 31, 2012 Windows Jesin A 1 Comment

windows category thumbnail

The SSH protocol has a unique feature of tunneling other protocols and encrypting them. This article will show you how to use the popular terminal emulator PuTTY to create a SSH tunnel to pass VNC traffic which is normally unencrypted. This is just an example of tunneling VNC traffic through PuTTY you can tunnel almost any traffic (eg HTTP, FTP) by changing port numbers. First I will show you how this is done through the GUI and then by using command line parameters of PuTTY which are very similar to the “ssh” command in Linux. This article assumes that a VNC server softwareĀ has already been installed on the target Linux computer and a VNC session has been created.Continue Reading…

Tags: putty, ssh

Copy your Office Outlook Signatures to another computer

December 12, 2012 Windows Jesin A Leave a Comment

windows category thumbnail

Losing your email signature in Microsoft Office Outlook when you relocate to another computer is a commonly faced problem. I have always been facing this at work, I open Outlook, compose an email and click on the “Signature” button in the toolbar and I see only “Signatures” button 😯 then I remember thatĀ I am sittingĀ in another computer 😄 now I go searching for my signature in the sent items folder šŸ’”Ā and copy it to the current email only to find that either the signature breaksĀ  😳 Ā or the image from the signature is missingĀ OMG!Ā Faced a similar situation? read on as I explain how to copy your Office Outlook signatures to any computer you use. You can use this tip to backup your Office Outlook signatures also. This works in Office 2007 and 2010, I have not tried it in other versions.Continue Reading…

Tags: outlook, windows

Where is No to All option in Windows XP

July 22, 2012 Windows Jesin A Leave a Comment

windows category thumbnail

Here is a quick tip for Windows XP users. All of us face this problem when copying/moving large files, if a read-only file or a duplicate file is encountered windows prompts you for the action to be taken. It has options “Yes”,”Yes to All”,”No” and “Cancel” but where is that most required “No to ALL” option ?

Holding the [Shift] key and click the “No” button equals to “No to All”!

no to all windows xp

Tags: windows xp

How to manage jobs in Linux – fg bg kill Ctrl+Z

July 2, 2012 Linux Jesin A 1 Comment

linux category thumbnail

How many times did you start something which is time consuming and waited for it to end until you could use the console again. We have all faced a situtation when we just stare at the screen for a process to get over after we have initiated it. It could be something as simple as copying a large file from a removable media or installing packages using yum/apt-get from online repositories over a slow internet connection (ouch!). Once started you will not get back the command shell until the process is done, so what do you do ? Hit Ctrl+C terminate it and hope to do it over the weekend ? Take a coffee break ? Count the number of keys on the keyboard ? Why not press Ctrl+Z and get the work done in background while you use the console to do something else. In this article I will cover how to suspend a process a.k.a. job, run itĀ in the background, bring it to the foreground, terminate it if necessary.Continue Reading…

Tags: linux, linux commands

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 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.