Blog Archives

HOW TO INSTALL ADOBE FLASH PLAYER PLUGIN IN CENTOS|RHEL|FEDORA

Howto install Adobe Flash Player Plugin version 11.2 (32-bit and 64-bit) with YUM on Fedora 17/16/15/14/13/12, CentOS 6.3/6.2/6.1/6/5.8 and Red Hat (RHEL) 6.3/6.2/6.1/6/5.8. For installation via bash script, download your copy from here. and installing yourself follow these steps.. STEP

Tagged with: , , , , ,
Posted in Linux

BASH SCRIPTING

CREATE INFINITE WHILE LOOP WITH EMPTY EXPRESSION================================================== #!/bin/bash while :do echo “infinite loops [ hit CTRL+C to stop]”done OR #!/bin/bash chekpt=5 while [ “$chekpt” -lt 6 ]do echo “infinite loops [ hit CTRL+C to stop]” done CREATE A FILE WITH

Tagged with: , , , , ,
Posted in shell scripting
  • An error has occurred; the feed is probably down. Try again later.
  • An error has occurred; the feed is probably down. Try again later.
  • An error has occurred; the feed is probably down. Try again later.