Linux : Flash fullscreen doesn’t work on Ubuntu 10.10

Flash fullscreen doesn’t work on Ubuntu 10.10

Reason :

The problem has something to do with flash having hardware acceleration enabled

Solution :

Open a terminal and type the following: sudo mkdir /etc/adobe sudo su sudo echo \”OverrideGPUValidation = 1\” >> /etc/adobe/mms.cfg

After executing the code above, we haven’t had a problem viewing flash [...]

VCP Home LAB – part-2

I am using in this LAB for all are trail version applications . Few application will work for 180 days few less than 3 months .

 

Software Collection :

Operating Systems    :  Windows 7 64 bit

Virtual layer               :  Vmware [...]

Linux : HowTo check the DNS server entries?

You can simply use that commands to find your DNS servers on a Linux/Unix/BSD based OS

by usign: # cat /etc/resolv.conf

or

using: # less /etc/resolv.conf

Possibly Related Posts:

Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
Cisco Datacenter /Nexus 1000V Videos

Security : fail2ban and dependencies

I like to install fail2ban on my Server for securing ssh and Asterisk .

Installed: fail2ban.noarch 0:0.8.4-23.el5

Dependency Installed: shorewall.noarch 0:4.0.15-1.el5       shorewall-common.noarch 0:4.0.15-1.el5 shorewall-perl.noarch 0:4.0.15-1.el5  shorewall-shell.noarch 0:4.0.15-1.el5

Possibly Related Posts:

Linux local privilege escalation via SUID CisCo : Installing the VSG ( Virutual Security Gateway ) Software from an ISO File CisCO UCS Required Documentation listed
Cisco : How to install SSL cert on Cisco ACS ?
News : Have Facebook accounts been hacked in Bangalore?

Linux : How to setup Static IP Address in Ubuntu 10.10

Setup Static IP Address

If you want to setup a Static IP Address in your system , Modify the file  /etc/network/interfaces.  If your First Ethernet  Interface is eth0 ,see the following Example.  Just add the following lines in the file with the help of an Editor and Restart the network or system.

auto eth0 iface [...]