Showing posts with label os. Show all posts
Showing posts with label os. Show all posts

Monday, March 6, 2017

Make a Bootable ISO from OS CD DVD in a few minutes with a free software

Make a Bootable ISO from OS CD DVD in a few minutes with a free software


How to make a bootable iso from OS CD/DVD (Works for Windows 10, 8.1, 8, 7, XP & other linux too)

For making bootable iso from OS CD/DVD you need the following things:

  1. A valid windows CD/DVD media (e.g- windows xp, 7, 8, 8.1, 10, ubuntu 14). Remember - if the installation media is corrupted, then we cannot make the bootable iso.
  2. An application called Windows Bootable Iso Creator. Download   WBICreator.

Now watch the following tutorial.

Open the WBICreator application

Then follow the instruction of the following images. Now click Go for creating iso. Wait until 100% Complete.



Then the dialog box appears. Just click the Yes button. Now you get your iso.



I am choosing WBICreator application for making bootable ISO because it is very simple to use, free, lighter and faster than any others. But you can choose your own favourite application. Currently this application has no any updates.

Thanks for visiting


Available link for download

Sunday, December 18, 2016

Mosquito S1 18 Os Homens Futuros 1936

Mosquito S1 18 Os Homens Futuros 1936


Titulo: Mosquito S1 18: Os Homens Futuros (1936)
Formato(s):
CBR
Idioma(s):
PT-PT
Scans:
BD+
Restauro:
BD+
Num. Paginas:
8
Resolucao (media):
1419 x 1830
Tamanho:
7.62MB

Download

Agradecimentos: Obrigado ao/a BD+ pelo trabalho de digitalizacao e tambem ao/a BD+ pelo restauro!

Gostaste deste Post? Ajuda o
blog fazendo um Like! Obrigado!

Available link for download

Saturday, December 17, 2016

Making your Ubuntu 7 10 Desktop look like MAC OS X Leopard

Making your Ubuntu 7 10 Desktop look like MAC OS X Leopard


Making your Ubuntu 7.10 Desktop look like MAC OS X Leopard

READ THE UPDATED VERSION OF THIS ARTICLE FOR UBUNTU 8.04 HERE


MAC OS has been traditionally known for their impressive graphical interface and stability . Now even though i have been an avid Linux follower over the past 9 years I have been using Linux , still i find my self attracted to MAC OS .
Now even though these days its possible to run Hackintosh on normal Intel hardware , but still its not stable and well there are hardware compatibility issues . So well other alternative to using MAC OS is either to purchase MAC hardware(which would be naturally expensive) and run full fledged MAC OS or you could tweak and customize your Ubuntu desktop to look more like MAC OS X .

In this tutorial i describe step by step how to make your ubuntu desktop look more like MAC OS X Leopard :) .


Step 1 :- Downloading LeopardX Icon Theme

First you need to download LeopardX theme (hosted on gnome-looks.org) from the following website : -

or you could download directly from this link :

http://rapidshare.com/files/73251200/LeopardX-V2.6.tar.gz

Gnome - Looks page : http://gnome-look.org/content/show.php/LeopardX?content=64070

It will download a file named
LeopardX-V2.6.tar.gz , now extract this file using file-roller to any temporary directory that you would use to house the files we would be using for the customization.(In my case its $HOME/Leopard) or if you want to use console application you could use the following command to extract the file to Leopard directory (Make sure you create the directory before doing this step)

For me to extract the file to $HOME/Leopard directory(already created) command would be : -

tar -xvzf LeopardX-V2.6.tar.gz $HOME/Leopard

2. Downloading Mac4Lin GTK Theme

Now similarly download Mac4Lin GTK theme from the following website and extract it to the folder created above ($HOME/Leopard)


Download : http://rs18.rapidshare.com/files/71511264/Mac4Lin_GTK_Aqua_v0.3.tar.gz

and to extract it to $HOME/Leopard director(already created)

tar -xvzf Mac4Lin_GTK_Aqua_v0.3.tar.gz $HOME/Leopard

3. Download Cursor Theme Package

We need to download the cursor set for our new theme , you can download the cursor set from t he following website :

http://gnome-look.org/content/show.php/Shere+Khan+X?content=57588


After downloading the cursor set extract cursors to the directory created in the first step.

4. Combining the Downloaded Files into a Single Theme Package

Now after completing the above steps go to the directory( cd $HOME/Leopard for me ) in the Terminal and issue the following command to combine the three theme files into a single .tar.gz archive .
tar cvfz MyTheme.tar.gz LeopardX Mac4Lin_GTK_Aqua_v0.3 Shere_Khan_X/


5. Installing Theme Package
Now to install the theme package we have created in the above step , go to
(System -> Preferences -> Appearance) and click Install and point to our newly created MyTheme.tar.gz archive.

This should start installing the theme package (Cursors/Icons/Theme) once installation is completed . Chose Custom in theme and click on Customize .You will find a window like this:
Customize Dialog Box
In this window in Icons chose LeopardX , in Controls Mac4Lin_GTK_Aqua_v0.3 , in Window Border Mac4Lin_GTK_Aqua_v0.3 and in Pointers White Cursor .


If you have followed the steps properly the theme and icons should have been installed , and you should be able to see the new theme applied to your default desktop .


6. Changing the Log In Screen / GDM Theme


To change the Log In Screen/GDM Theme download the package from website listed below :
http://gnome-look.org/content/show.php/OSX+Session+Login?content=68346

After downloading the package , open (System -> Administration -> Log in Window ) and there go to Local and click on Add and point to the downloaded theme package (osx-login.tar.gz) . Now you would find OSX-Login theme listed in the window , select OSX-Login and close the window . Logout and Login again you should find the new theme installed .

Log-in Window allows easy changing of the Login Screen Theme


7. Enabling Compiz-Fusion

IMPORTANT : - Enabling Compiz-Fusion is essential if you want to use Screenlets , Avant Window Manager Properly .

Unlike previous releases of Ubuntu where one had to manually download and install compiz,beryl etc (Compiz Fusion is composite window manager that provides best features of Compiz and Beryl) from Repositories if one wanted to have glitzy visual effects .

Ubuntu 7.10 comes with Compiz Fusion pre-installed and on supported hardware offers a wide array of Visual Effect . Now depending on graphic hardware of computer one could chose from three level of Visual Effect (From
System -> Preferences -> Appearance )

None : - This mode causes Ubuntu to use Metacity instead of Compiz Fusion , with no visual effect


Basic : - Has only simple visual effects like shadows , fading windows-menus etc


Advanced : - Recommended for PC with descent graphic hardware , enables effects like wobbly windows, transparency , animated workspace switching etc
Visual Effect Dialog Box


However , compiz-fusion is capable of much more and you can enable more desktop effects /customize compiz by typing the following command in the terminal window : -
sudo apt-get install compizconfig-settings-manager
After completing above step , you can customize compiz by going to System > Preferences > Advanced Desktop Effects Settings .
After installation is over , open Terminal from (Applications -> Accessories -> Terminal ) and issue the following command to install emerald which is necessary for using themes in compiz .

sudo apt-get install emerald


After installation is over download MacOS X Emerald theme from this link : http://gnome-look.org/content/show.php/Mac4Lin+Leopard+Emerald+Theme?content=68409

Now open (System -> Preferences -> Emerald Theme Manager )

After Emerald theme manager opens click on import and point to the downloaded theme package from withing the Theme Manager , you will find Mac4Lin Theme listed select the theme , click on refresh and quit the application .

Emerald Theme Manager


8. Installing Avant Windows Navigator

IMPORTANT : - To use AWN Compiz-Fusion should be up and running as mentioned in the step above


Avant Windows Navigator is cool little tool that allows you to have a cute looking dock at the bottom of the screen . Even though AWN is still very buggy, still because it is so feature rich and cool looking you could install it .

Before we begin installing first ensure Software Sources are in order by going to ( System -> Administration -> Software Sources ) go to the Updates and the window should like the image below with in Ubuntu updates box " first , second and fourth option " enabled .

Software Sources Dialog box


To install add in the following line at the end of file /etc/apt/sources.list by opening the gedit editor with the following command .

gksu gedit /etc/apt/sources.list


and LINE TO ADD : -
deb http://download.tuxfamily.org/syzygy42/ gutsy avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42/ gutsy avant-window-navigator

and after adding the above line issue the following command in the terminal window (Applications -> Accessories -> Terminal )

wget http://download.tuxfamily.org/syzygy42/reacocard.asc -O- | sudo apt-key add -

sudo apt-get update

sudo apt-get upgrade
Now we begin installing AWN by issuing the following command in the terminal window :

sudo apt-get install avant-window-navigator-bzr
and , To install additional applets for AWN

sudo apt-get install awn-core-applets-bzr
Now after completing above mentioned steps AWN should be properly installed , To Launch AWN go to (Applications -> Accessories -> Avant Window Navigator )


Now you could customize AWN by choosing to add more applets , configuring 3D effects for AWN etc by going to AWN Manager (
System -> Preferences -> Awn Manager )


Three ScreenShots of AWN Manager , one with Applets Tab opened and other with Themes tab opened

Though the theme which AWN comes with preinstalled is also good , you might like to try this its cool and very Mac like

http://rapidshare.com/files/71511920/Transparent.tgz.html

you could install this theme through AWN Manager .

This is how my AWN Dock looks(with the above theme installed) like : -


AWN-DOCK

9. Installing Screenlets

IMPORTANT : - To use Screenlets Compiz-Fusion should be up and running as mentioned in the step above

Screenlets gives user a collection of impressive widgets that can be placed on desktop this is similar to feature available on Windows Vista and Mac OS X Dashboard , it gives impressive look to the desktop.
To install Screenlets type in the following command in the terminal window :

First we need to add repository where the Screenlets binary is located , to do so open gedit with superuser permission by typing the following command in the terminal window :

gksu gedit /etc/apt/sources.list


and add the following line at the bottom of the file :

deb http://download.tuxfamily.org/screenlets gutsy screenlets
Now quit the gedit text editor and type in the following command in the terminal window :

sudo apt-get update

sudo apt-get install screenlets
Now , After the installation is over you can add Widgets/Screenlets on your desktop by going to (System -> Preferences -> Screenlets ) , you will find a dialog box like this from where you could add Screenlets onto the desktop .
Screenlets configuring dialog box



10. Getting MAC OS X Leopard Wallpaper

Finally you can get MAC OS X Leopard wallpaper from the following website : http://appleology.com/images/space-desktop.png


Finally this is how my desktop looks after all the tweaking and installing : -

My Ubuntu Desktop

and


Another screenshot showing Menu in the AWN Dock




Technorati Tags:
Ubuntu, Themes, Ubuntu Themes, Mac OS X, Ubuntu Customization, Linux, Desktop Linux, compiz, beryl



Article Written by : Ambuj Varshney (blogambuj@gmail.com)
For Desktop on Linux Blog , http://linuxondesktop.blogspot.com
(C) 2007 , Ambuj Varshney


Available link for download

Saturday, December 10, 2016

Microsoft office 2016 For Mac OS X Incl License Key

Microsoft office 2016 For Mac OS X Incl License Key


Microsoft office 2016 Full Version For MAC OS X With Patch & Serial Key
http://softwarecracker24.blogspot.com/2016/01/microsoft-office-2016-for-mac-os-x-incl-license.html
Microsoft office 2016
Microsoft office 2016 Final full version is now available for MAC Os x. Microsoft developed this office software with lot of new features & tool. MS office 2016 multilingual for Mac is here. Free download Office 2016 for Mac with license & crack for free. Free download office 2016 final with original volume full edition with serial key for Mac from here. Direct download link is given below. Just download & enjoy.

Microsoft office 2016 (Mac OS) Includes:
  • Microsoft Word 2016
  • Microsoft Excel 2016
  • Microsoft PowerPoint 2016
  • Microsoft OneNote 2016
  • Microsoft OutLook 2016
Homepage : https://products.office.com/en-us/mac/microsoft-office-for-mac
 
SHA-1: fcb4860799f12ad00cd8d58a687f4631278c84bd 
Download Links
BINBOX PASS: 0vTA7XoE
RAR Password

 Microsoft office 2016 Installer 15.14 Download
UsersClouds | UpToBox

Update 15.18 PKG
OutLook | PowerPoint | Word | Excel | OneNote
 

Available link for download

Wednesday, October 19, 2016

Maxwell for SketchUp 3 2 5 Crack Mac OS X Download Free

Maxwell for SketchUp 3 2 5 Crack Mac OS X Download Free


Maxwell for SketchUp 3.2.5 + Crack Mac OS X Download Free Version


Maxwell SketchUp 3.2.5 Crack Mac OS X it’s perfect for design, architectural and engineering visualization. it is simple to use. Maxwell SketchUp is a useful plugin that professionally build for rendering in SketchUp. It give you outstanding outputs and fast due to its latest features which is Maxwell Render technology , self-conta, very simple and self contain package.Maxwell SketchUp 3.2.5 Crack has its outstanding features built-in which is render engine, so not one other programs or programs are essential. And its not necessary to export your moments anywhere, everything happens straight from your SketchUp interface.


MAXWELL FOR SKETCHUP 3.2.5 SERIAL KEY FEATURES:


Maxwell SketchUp is perfect for any SketchUp user who would like to visualize their three dimensional models easily rich in quality, photorealistic images. So it’s ideal for design, architectural and engineering visualization. Maxwell SketchUp 3.2.5 for Mac Crack is ideal for artists, designers, designers and freelancers working by themselves.

Using the licensed version, you may enjoy full HD resolution (1920×1080), both draft and production render engines, along with a license which you’ll install on your workstation as well as your laptop.

Installation Instructions:

1- Unzip the downloaded zip file “Maxwell_for_SketchUp-3.2.5-osx.zip” to your Desktop.
2- Double-click to run Maxwell_for_SketchUp-3.2.5.app.
3- Choose the desired SketchUp versions and click Install.
4- Copy over the RLM crack to RLM folder.
5- Enjoy jv16 PowerTools X 4.1 Final Full Version.

Maxwell for SketchUp 3.2.5 + Crack Mac OS X Download Free

Available link for download