Showing posts with label 18. Show all posts
Showing posts with label 18. Show all posts
Sunday, February 15, 2015
HowTo Install VLC on Fedora 18 19
Step1:
su -
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
** if you are getting a "Couldnt resolve host" response to this then simply do Step1a
Step1a:
gedit /etc/resolv.conf
look for the list of the nameserver and add the line below to the top of the list
nameserver 8.8.8.8
your /etc/resolv.conf should look something like this
# Generated by NetworkManager
domain smartbro.net
search smartbro.net
nameserver 8.8.8.8
nameserver 121.1.3.81
nameserver 121.1.3.16
nameserver 121.1.3.66
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 192.168.1.1
Step2:
yum install vlc -y
Enjoy!!
Read more »
su -
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
** if you are getting a "Couldnt resolve host" response to this then simply do Step1a
Step1a:
gedit /etc/resolv.conf
look for the list of the nameserver and add the line below to the top of the list
nameserver 8.8.8.8
your /etc/resolv.conf should look something like this
# Generated by NetworkManager
domain smartbro.net
search smartbro.net
nameserver 8.8.8.8
nameserver 121.1.3.81
nameserver 121.1.3.16
nameserver 121.1.3.66
# NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 192.168.1.1
Step2:
yum install vlc -y
Enjoy!!
Saturday, February 14, 2015
Internet Download Manager 6 18 Build 7 full version with crack or serial

Review:
Internet Download Manager (IDM) is a tool to increase download speeds by up to 5 times, resume and schedule downloads. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Simple graphic user interface makes IDM user friendly and easy to use.Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.
Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when its done.
Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.
Version 6.18 adds Windows 8 compatibility, adds IDM download panel for web-players that can be used to download flash videos from sites like MySpaceTV, and others. It also features complete Windows 7 and Vista support, video page grabber, redeveloped scheduler, and MMS protocol support. The new version also adds improved integration for IE 10 and IE based browsers, redesigned and enhanced download engine, the unique advanced integration into all latest browsers, improved toolbar, and a wealth of other improvements and new features.
Screen Shots:
Download
click to begin
6 MB
I hope you like it......!
Thursday, February 12, 2015
New Features in 14 06 18 14 07 29 Quick Introduction of Bootstrap Column Properties Bootstrap Panlel in LayOut section of Pentaho CDE
Hi Guys,
Guys, who work on Pentaho C-Tools should be up to date yourself on its new releases. The latest stable version of C-Tools in this week is : 14.07.29. (blog written date : 4th Aug 2014)
I dont remember exactly, but Pedro somewhere on social networking has informed the community that the C-Tools are up-datable over the time for every 6 weeks.
This post will cover my sample work out on 14.06 & 14.07 releases especially about the column properties & built in bootstrap panel.
These new features will reduce writing Bootstrap html code in HTML section either for rows or columns & increase the development speed of project.
We get information like below for columns with bootstrap latest releases..
Bootstrap is of 12 columns based grid system ..and the above table implementation in CDE is similar to below
i.e.,
Large Devices =3
Medium Devices=6
Small Devices=9 or 12
Extra Small Devices=12

14.07 added bootstrap panel concept in its Layout section & it can be implemented as shown in below image.

Notes:
# Find Bootstrap Panel icon on the Layout Structure tool bar.
# Click on it (for a column) and itll be having 3 sections. They are Header, Body & Footer.
# Give all the properties(for instance, name, height, corners and etc).
# Similarly for the Body & Footer.
# You can remove any of the 3 sections for Bootstrap Panel.. highlight the section & click on X mark on the tool bar of Layout structure.
Sample Layout Design Download : Click Me
Deployment :
1) Your environment should be of 14.07.29 version of C-Tools or later before deploying this example.
2) Pentaho Server version : 5.x version.
3) Upload example using Uploader utility of server.
Sample output:
Extra Large Devices :


References :
1) http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-grid-system.php
2) http://scotch.io/bar-talk/understanding-the-bootstrap-3-grid-system
Guys, who work on Pentaho C-Tools should be up to date yourself on its new releases. The latest stable version of C-Tools in this week is : 14.07.29. (blog written date : 4th Aug 2014)
I dont remember exactly, but Pedro somewhere on social networking has informed the community that the C-Tools are up-datable over the time for every 6 weeks.
This post will cover my sample work out on 14.06 & 14.07 releases especially about the column properties & built in bootstrap panel.
These new features will reduce writing Bootstrap html code in HTML section either for rows or columns & increase the development speed of project.
We get information like below for columns with bootstrap latest releases..
| Features Bootstrap 3 Grid System | Extra small devices Phones (<768px) | Small devices Tablets (≥768px) | Medium devices Desktops (≥992px) | Large devices Desktops (≥1200px) |
|---|---|---|---|---|
| Max container width | None (auto) | 750px | 970px | 1170px |
| Class prefix | .col-xs- | .col-sm- | .col-md- | .col-lg- |
| Max column width | Auto | ~62px | ~81px | ~97px |
| Gutter width | 15px on each side of a column (i.e. 30px) | |||
Bootstrap is of 12 columns based grid system ..and the above table implementation in CDE is similar to below
i.e.,
Large Devices =3
Medium Devices=6
Small Devices=9 or 12
Extra Small Devices=12

14.07 added bootstrap panel concept in its Layout section & it can be implemented as shown in below image.

Notes:
# Find Bootstrap Panel icon on the Layout Structure tool bar.
# Click on it (for a column) and itll be having 3 sections. They are Header, Body & Footer.
# Give all the properties(for instance, name, height, corners and etc).
# Similarly for the Body & Footer.
# You can remove any of the 3 sections for Bootstrap Panel.. highlight the section & click on X mark on the tool bar of Layout structure.
Sample Layout Design Download : Click Me
Deployment :
1) Your environment should be of 14.07.29 version of C-Tools or later before deploying this example.
2) Pentaho Server version : 5.x version.
3) Upload example using Uploader utility of server.
Sample output:
Extra Large Devices :

Large Devices :
Medium & Small Devices:

References :
1) http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-grid-system.php
2) http://scotch.io/bar-talk/understanding-the-bootstrap-3-grid-system
Subscribe to:
Posts (Atom)