Posts marked with "Posts" in posts

phpMyAdmin – A software to manage MySql Database

If you want to manage your MySql table you can use a software called phpMyAdmin. You can install phpMyAdmin in any Operating Systems. This tutorial will help you to install phpMyAdmin in Linux.

<h2 id="require" style="font-family: sans-serif; max-width: 70em;">
  Requirements
</h2>

<ul style="font-family: sans-serif; margin: 1em; max-width: 70em;">
  <li style="margin-top: 0.5em;">
    <b>PHP</b> <ul style="margin: 1em 1em 0px; max-width: 70em;">
      <li style="margin-top: 0.5em;">
        You need PHP 5.2.0 or newer, with&nbsp;<tt>session</tt>&nbsp;support&nbsp;and the Standard PHP Library (SPL) extension.
      </li>
      <li style="margin-top: 0.5em;">
        To support uploading of ZIP files, you need the PHP&nbsp;<tt>zip</tt>&nbsp;extension.
      </li>
      <li style="margin-top: 0.5em;">
        For proper support of multibyte strings (eg. UTF-8, which is currently default), you should install mbstring and ctype extensions.
      </li>
      <li style="margin-top: 0.5em;">
        You need GD2 support in PHP to display inline thumbnails of JPEGs ("image/jpeg: inline") with their original aspect ratio
      </li>
      <li style="margin-top: 0.5em;">
        When using the "cookie"&nbsp;authentication method, the&nbsp;<tt>mcrypt</tt>&nbsp;extension is strongly suggested for most users and is&nbsp;<b>required</b>&nbsp;for 64–bit machines. Not using mcrypt will cause phpMyAdmin to load pages significantly slower.
      </li>
      <li style="margin-top: 0.5em;">
        To support upload progress bars.
      </li>
    </ul>
  </li>
  
  <li style="margin-top: 0.5em;">
    <b>MySQL</b>&nbsp;5.0 or newer (details);
  </li>
  <li style="margin-top: 0.5em;">
    <b>Web browser</b>&nbsp;with cookies enabled.
  </li>
</ul>
Press ALT + CTRL + T.
You will get the Terminal window.
Type the command shown below.

sudo apt-get install phpmyadmin

... [READ MORE]

Toggle Element visibility using a little piece of code – Jquery Toggle

You might wanted to Show/Hide element based on the visibility of the element. If the visibility is block  , hide the element and if visibility is noneshow the element.
You can do this without the if statement. You can do this in just a line of code.
For example : if we want to toggle the visibility of a div with the id sh.

$("#sh").toggle();

If the div #sh is hidden the code above code will make it visible and if it is visible the code will hide the div #sh.

... [READ MORE]

20,000 Views. Thank you.

Hello Visitors. I am very excited to tell you that my blog has reached 20,000 views. Thanks to everyone who visited my blog. Hope the posts helped you. Thanks for this amazing achievement. Hope my blog would get more views and someday my blog will reach 1,00,000 views. Thank you guys. You were amazing.

... [READ MORE]

Keypad not working in Ubuntu fix

Some can’t type numbers using keypad. This because you enabled the Pointer cab be controlled using keypad. To disable it there are two ways.

  • By Keyboard
<p>
  <b>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CTRL + SHIFT + NUM LOCK</b></div> 
  
  <div style="text-align: left;">
    <ul style="text-align: left;">
      <li>
        <b>By Terminal</b>
      </li>
    </ul>
    
    <p>
      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Command :-
    </p>
  </div>
  
  <blockquote class="tr_bq">
    <p>
      gnome-keyboard-properties
    </p>
  </blockquote>
  
  <div style="text-align: center;">
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<u><b>OR</b></u>
  </div>
  
  <div style="text-align: left;">
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;go to&nbsp;<b style="background-color: white; color: #333333; font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif; font-size: 15px; line-height: 20px;">System ▸ Preferences ▸ Keyboard</b>
  </div>
  
  <p>
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;You will get a window.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Under <b>Mouse Keys </b>tab there is a option called&nbsp;<b>Pointer cab be controlled using keypad</b>.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Uncheck it as shown in the image below.
  </p>
  
  <div class="separator" style="clear: both; text-align: center;">
    <a href="//4.bp.blogspot.com/-DAekZTlaHRA/UHll83cXVAI/AAAAAAAACAs/5l65kPO3Pxk/s1600/numpad.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="//4.bp.blogspot.com/-DAekZTlaHRA/UHll83cXVAI/AAAAAAAACAs/5l65kPO3Pxk/s1600/numpad.png" /></a>
  </div></div>
... [READ MORE]

Install a RPM file in Ubuntu/Linux – Convert RPM files to DEB packages

Some programs will only have an RPM file which can be downloaded and can be installed. But most of the people don’t know how to install. If you open the RPM file you will see the archive in Archive Manager.

This post will help you to convert RPM files to DEB packages which we can install in Linux.
Open the terminal (Applications ▸ Accessories ▸ Terminal) or by pressing CTRL + F2.
Install Alien package to convert the RPM file by using the following command.

... [READ MORE]

How to take a screenshot in Ubuntu/Linux

You can take screenshots of your desktop in Linux. For taking screenshots you can use Take Screenshot application.

  • Use shortcut keys

To take a screenshot, use the following shortcut keys:

  <td width="50%">
    <b>Function</b>
  </td>
</tr>

<tr valign="TOP">
  <td width="50%">
    Print Screen
  </td>
  
  <td width="50%">
    Takes a screenshot of the entire screen.
  </td>
</tr>

<tr valign="TOP">
  <td width="50%">
    Alt+Print Screen
  </td>
  
  <td width="50%">
    Takes a screenshot of the window which is active.
  </td>
</tr>
Default Shortcut Keys

... [READ MORE]

Know/Check Ram Type in Linux

If you want to know what type is your RAM. This command will help you in Linux.

sudo dmidecode –type 17

Type your password and press Enter. The details of your ram will be shown.

You can now see the DDR of your Ram as shown in the picture above.
... [READ MORE]

Can’t boot into Ubuntu after upgrading.

When you upgrade to any new version of Ubuntu you will not be able to open Ubuntu. There might be a number of reasons. This post will help you to solve the problem of not completing the 
installation of new packages.


To solve this, boot in to Ubuntu. You will be stuck in the Ubuntu Logo.

In there press ALT + CTRL + F1.
You will get a terminal.
Login to your account there in the terminal by typing your username first and password second.
Then Enter the following commands in the terminal.

... [READ MORE]

Removing HTML tags in an input element.

index.html (Removing HTML in INPUT element).






in" value="Subin">

If the code above didn’t worked try placing the script after the input element.
This is the script

 

... [READ MORE]

How to make a text bold in Google + post.

How to make a text bold in Google + post.


Did you ever see some post with bold text. Do you want to add this to your Google + post. Here’s How.
When typing a text add "*" to the starting word and ending word.
For example type "*Text*" without the quotations and when you post the word, "Text" will change to a bold text.

DEMO

... [READ MORE]

Follow/Subscribe

Telegram 

Mastodon  Twitter

GitHub GitLab

Subdomains

Demos  Lab

Past

This blog was once on WordPress. Now a static site. See source code on

GitLab