Lightworks – Free Video editing Software

Lightworks FreeLightworks is award-winning, professional Non-Linear Editing (NLE) software supporting resolutions up to 4K as well as video in SD and HD formats. In the last 25 years Lightworks has been used to edit some of the finest films in cinema history: The Wolf of Wall Street, LA Confidential, Pulp Fiction, Heat, Road to Perdition, Hugo, The King’s Speech and many more! We’re proud of its heritage and we want to share it with you.
There are Free and Pro Versions.

You can get it for Windows/ Linux/ MC

Download from http://www.lwks.com

744 total views, no views today

Holy Mass Songs Selections- 02

1,106 total views, no views today

Wallch – a handy wallpaper changer in Linux Mint 17

Wallch (ver. 4.5) is a handy wallpaper changer that rotates your wallpapers. Here’s how you can install it in Linux Mint 17.

1. Open a terminal window.

2. Type in the following commands then hit Enter after each:

sudo add-apt-repository ppa:wallch/wallch-4.0

sudo apt-get update

sudo apt-get install wallch

3. Use this command to remove Wallch:

sudo apt-get remove wallch

831 total views, no views today

To install “IRFANVIEW” in Linux / Mint

To install “IRFANVIEW” in your linux / Mint you should have installed “wine” on your system.

Get the file “mfc42.dll” from the folder “C:\windows\system32” of a running Windows system.

Copy this file to the analogous wine folder “/home/username/.wine/drive_c/windows/system32”. (If not showing use Cntl + h Key to show hidden files)

Download the setup file (e.g. iview400_setup.exe) for IrfanView (www.irfanview.com This website is available in english and german). Click with the right mouse button on the downloaded file and choose the option “Open with ‘wine'”

When the installation is completed you can start Irfanview by using the following commandline:
wine “C:/Program Files/IrfanView4/i_view32.exe”

To create a starter for IrfanView on your Desktop choose the option “Create Launcher” in the context menue and use the commandline from above as the command:

Create Launcher

Name = Irfanview
command = wine “C:/Program Files/IrfanView4/i_view32.exe”
Comment = Start IrfanView

1,904 total views, 1 views today

Auto Mount Partitions in Linux / Mint

Do you want to Auto Mount the different Partitions in Linux / Mint when the system is started?
the do the following:

Open Terminal (Ctrl + Alt + T)
and type following commands:

1.) ls -l /dev/disk/by-uuid

2.) get the IDS of the partitions to auto Mount (eg.: “48E24944E2493788” )

3.) open startup applications (from Software manager)

4.) add the partitions.

eg: to add sd2 with the ID “48E24944E2493788”

Name= automount sd2

Command= /usr/bin/udisks –mount /dev/disk/by-uuid/48E24944E2493788

comment =

press OK

789 total views, no views today

Install Wine in Linux / Mint

Open Terminal (Ctrl + Alt + T)
and type following commands:

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1.7

You need to add the i386 architecture.
You can add it and then install wine like so:

sudo dpkg –add-architecture i386
sudo apt-get update
sudo apt-get install wine1.6

847 total views, no views today