Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Sublime Text Build 3114

Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance.





What is new in Sublime Text Build 3114
  • New C++, JavaScript and Rust syntax definitions with improved accuracy and performance
  • Many other syntax highlighting improvements 
  • OSX: Improved rendering performance, especially on high resolution screens 
  • Improved word wrap behavior
  • Improved file indexing behavior with multiple windows open
  • Themes may now be switched on the fly without artifacts 
  • HTML: Pressing enter when between a tag pair will increase indentation
  • Some snippets have have been moved into a sub-directories, so custom overrides and key bindings that reference them will need to be updated 
  • show_scope_name command shows the scope in a popup
  • Package Development: Added 'Syntax Tests - Regex Compatibility' build variant for evaluating syntax definition performance
  • Package Development: Expanded the set of regexes the new regex engine is able to handle
  • Syntax Definitions: Fixed some cases where pop matches with back references weren't working correctly
  • Fixed some Unicode handling issues in Goto Anything
  • Fixed a scenario where changes to tmPreferences files weren't being picked up 
  • Fixed a 3096 rendering performance regression
  • Fixed a 3096 regression in regular expressions when using \x{nnnn} escapes 
  • Fixed a crash that could occur with an invalid result_file_regex settings
  • API: Added window.status_message
  • API: Changes to how plugins are loaded. This should be transparent, but resolves a number of corner cases
  • API: Updated to Python 3.3.6, and now includes the _ssl module on Linux, plus sqlite3 and bz2 on all platforms
  • API: Updated OpenSSL to 1.0.2h
If you wanna download, follow link below :
Read More..

Packet Tracer 6.2 and 6.3

Cisco Packet Tracer is a powerful network simulation program that allows students to experiment with network behavior and ask “what if” questions. As an integral part of the Networking Academy comprehensive learning experience, Packet Tracer provides simulation, visualization, authoring, assessment, and collaboration capabilities and facilitates the teaching and learning of complex technology concepts.

You can download both the Packet Tracer application and tutorial files in one download package. However, due to the large file size it is faster to download the application by itself, if that is all you need. Choose the download option appropriate for your needs.

for those of you who use Windows OS, the download options here :
  • Cisco Packet Tracer 6.2 for Windows Student Version (no tutorials)
http://adf.ly/1cu5WD




  •  Cisco Packet Tracer 6.2 for Windows Student tutorial add-ons
http://adf.ly/1cu5ni





  •  Packet Tracer 6.3 for Windows
http://adf.ly/1cu6Df





for those of you who use Linux OS, the download options here :
  • Cisco Packet Tracer 6.2 for Linux - Ubuntu installation - Student version no tutorial
http://adf.ly/1cu6V6
  • Cisco Packet Tracer 6.2 for Linux - Ubuntu installation - Student version tutorial add-ons
http://adf.ly/1cu6f3





  • Cisco Packet Tracer 6.2 for Linux - Ubuntu installation - Student version
http://adf.ly/1cu6ps
  • Packet Tracer 6.3 for Linux
http://adf.ly/1cu73R

Read More..

Wine 1.9.4 Released



development version 1.9.4 of the Wine app released,

What's new in this release (see below for details):
  • Support for color glyphs and font fallbacks in DirectWrite.
  • Improvements to the WebServices reader.
  • Support for more formats in Direct3D 11.
  • Simplified syntax and clean up of tests marked todo.
  • Various bug fixes.
For more details about,  view the changelog 
http://adf.ly/1cu3RG
http://adf.ly/1cu3WX

Read More..

Wine 1.9.3 Released

The Wine development release 1.9.3 is now available.

What's new in this release:
  •  A number of fixes that were deferred during code freeze.
  • WSAPoll implementation.
  • Standard font dialog fixes.
  • X11 drag&drop improvements.
  • Various bug fixes.
For more details about,  view the changelog 
http://adf.ly/1cu2NU
http://adf.ly/1cu2fw

Read More..

Wine 1.8.3

development version 1.8.3 of the Wine app,
What's new in this release (see below for details):
  •  Various bug fixes.
  • A lot of NVidia cards added to the GPU description table.
  • Updates to the National Language Support files.
For more details about,  view the changelog 
http://adf.ly/1ctwaS


  
http://adf.ly/1ctwqB

Read More..

Wine 1.5.12 Brings D3DX9

development version 1.5.12 of the Wine app, which brings assorted bugfixes and improvements, among which we can mention :
• Individual joysticks can now be disabled;
• Improved support for D3DX9 constant tables;
• Various XRandR improvements;
• Lots of other small bug fixes.

Wine 1.5.12 also brings bug fixes for the following Windows games: Rayman 2, Pro Evolution Soccer 2010/2011 demo, Victoria 2 demo, Dragon Age 2 demo, NightSky HD, Cave Story+, Diablo III, Beyond Divinity, And Yet It Moves, and Patrizier 2 Gold.

For more details about,  view the changelog
Read More..

how to add refresh menu on ubuntu

If you usually use the windows, of course, accustomed to using the right click menu and then refresh, this time I will give tips on adding a refresh menu on ubuntu, to make new users more convenient to try Ubuntu.

The following are the step by step:

you should first go to the root "sudo su"

after entering the root, type the following command :
  • # sudo apt-get install nautilus-actions
  • # sudo apt-get install xdotool


after both are installed, open the nautilus actions .
On the action tab :
  • klick define a new action,
  • replace the new nautilus action to refresh,
  • mark on theDisplay item in location context menu. 

On the command tab :
  • In the Path column, fill xdotool 
  • In the Parameters column, fill key F5 


after everything is done, do not forget to save. ^_^
Please to try it
Read More..

How To Make Alias ​​from Terminal In Ubuntu

In this tutorial we will see how to create aliases in Ubuntu 12.04/11.10. Alias ​​will help you set a brief word to terminal commands of your choice.

The first time we create a hidden file called bash_aliases in your home directory with type this command:

# > ~/.bash_aliases; gedit ~/.bash_aliases

Here are some examples of aliases that can be added to the file bash_aliases ~ /:
  • alias bld=blender
  • alias inks=inkscape 
  • alias upgrade=’sudo apt-get upgrade’ 
  • alias inst=’sudo apt-get install’ 
  • alias autorm=’sudo apt-get autoremove’



To test your alias, close the terminal and run it again, then test by running a command alias that you created earlier.
Read More..

how to easily change the splash, grub and plymouth on ubuntu

for those who are still confused to change the look of the splash, grub and plymouth on ubuntu, here I will give you easy step by step to change it.

To allow you to change it, you first install remastersys 3.0.3-1. For the uninitiated how to install remastersys, please click here

open the remastersys application, and select customize

now you just choose what you want changed. for images that made a splash, grub or plymouth should use *.png
 good luck ^_^
Read More..

How to Install Remastersys 3.0.3-1 on Ubuntu

To my friends who are still confused how to install remastersys 3.0.3-1 in Ubuntu, follow these step by step:

As root -  'sudo su' in the terminal window prior to the following command.




Add the following line that corresponds to your version of Ubuntu to your 
# gedit /etc/apt/sources.list

#Remastersys Lucid
deb http://www.remastersys.com/ubuntu lucid main

#Remastersys Maverick
deb http://www.remastersys.com/ubuntu maverick main

#Remastersys Natty
deb http://www.remastersys.com/ubuntu natty main

#Remastersys Oneiric
deb http://www.remastersys.com/ubuntu oneiric main

#Remastersys Precise
deb http://www.remastersys.com/ubuntu precise main



after that save, and then type the following command at the terminal
# wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -


Now just apt-get update or reload in Synaptic, for installing a remastersys, you type a command at the terminal # sudo apt-get install remastersys-gui 

Note : 
if you install remastersys just by typing # sudo apt-get install remastersys
then remastersys installed, only the shape of the console
Read More..

GNS3 v0.8.2

GNS3 is an excellent complementary tool to real labs for network engineers, administrators and people wanting to pass certifications such as CCNA, CCNP, CCIP, CCIE, JNCIA, JNCIS, JNCIE. It can also be used to experiment features of Cisco IOS, Juniper JunOS or to check configurations that need to be deployed later on real routers. This project is an open source, free program that may be used on multiple operating systems, including Windows, Linux, and MacOS X.

GNS3 v0.8.2 Internet software developed by GNS3 Team. The license of this internet software is freeware, the price is free, you can free download and get a fully functional freeware version of GNS3. Do not use warez version, crack, serial numbers, registration codes, pirate key for this internet freeware GNS3. Always use genuine version that is released by original publisher GNS3 Team.

Download GNS3 v.0.8.2 for windows
New users to GNS3, it is recommended to download the all-in-one package below.
 Download GNS3 v.0.8.2 for Linux
  Download GNS3 v.0.8.2 for Mac OS X
Read More..

how to install cairo dock in ubuntu 12.04

cairo dock installed by typing the command
# sudo apt-get install cairo-dock 

but, you should first go to the root.
 
if asked for confirmation like below :
Do you want to continue [y/n]? y

* Type y and press enter key

 Screenshoot:


view cairo dock on my desktop
cairo dock in Ubuntu 12.04 LTS


when complete ... then logout

Before you enter the password your laptop on the home page screen, there are sign of a circle, click> and select Cairo-Dock (GNOME + Effect). then enter your password, and the result is the same as the picture.

finish,,,,,,,

please feel free to try it .... ^ _ ^
Read More..

Add Cinnamon 1.4 on Ubuntu 12.04 LTS

Cinnamon is actually Used in Linux Mint, but we will try to use it on ubuntu 12.04 LTS

Cinnamon image 1.4 in Ubuntu 12.04 LTS

step by step to intstal Cinnamon :

Open a terminal in linux, or press on the keyboard ctrl + alt + t

type the following command  :

1. # sudo add-apt-repository ppa: gwendal-lebihan-dev/cinnamon-stable
2. # sudo apt-get update


3. # sudo apt-get install cinnamon


4. # sudo reboot



Wait Until selseai then Restart your Laptop or PC.......

Before you enter the password your laptop on the home page screen, there are sign of a circle, click> and select Cinnamon. then enter your password, and the result is the same as the picture.
Read More..

how to install compiz on ubuntu 12.04 LTS

I'll share a little how to install compiz on ubuntu 12.04 LTS.

the first step you should go to the root, by typing sudo su.
then you type # sudo apt-get install compizconfig-settings-manager to install compiz.


if asked for confirmation like below :
Do you want to continue [y/n]? y

* Type y and press enter key

finish ....

Screenshoot:


may be useful .......
Read More..

Ubuntu 12.04 LTS Officially Released

The new Ubuntu 12.04 operating system is the 16th release of the Ubuntu OS and it will be supported for five years on both desktops and servers.

Powered by Linux kernel 3.2 and the GNOME 3.4 desktop environment, with the powerful and greatly improved Unity interface on top of it, the Ubuntu 12.04 LTS (Precise Pangolin) release brings overall improvements, updated apps, and new features.

Precise Pangolin comes in the following editions: Ubuntu Desktop, Ubuntu Server, Ubuntu Cloud Server, Ubuntu Netboot, Ubuntu Core, Ubuntu Studio, Edubuntu, Kubuntu, Xubuntu, Lubuntu, and Mythbuntu.

Under the hood of Ubuntu 12.04 (Precise Pangolin):
· Unity 3D interface 5.10;
· Unity 2D interface 5.10;
· GNOME 3.4.1;
· Linux kernel 3.2.12;
· X.Org 7.6;
· Xorg Server 1.11.4;
· Upstart 1.5;
· GCC 4.6.3 toolchain;
· Python 2.7.3 and Python 3.2.3;
· Compiz Fusion 0.9.7.6.


The Ubuntu 12.04 LTS feature tour:
· Improved desktop experience.
· Unity configuration.
· Head-Up Display - or HUD for short, offers a new way to quickly search.
· Intelligent login screen - powered by LightDM.
· Rhythmbox.
· 14 new beautiful wallpapers.
· Updated web browser - Mozilla Firefox 11.0.
· Updated email and calendar client - Mozilla Thunderbird 11.0.
· New video lens - linked to YouTube and other video hosting sites.
· ClickPad support - enhanced support for trackpad devices.
· Ubuntu One improvements - including a new Control Panel and proxy support.
· ...and many more...

Ubuntu 12.04 LTS (Precise Pangolin)
           i386                    amd64
 

Ubuntu DVD 12.04 LTS (Precise Pangolin)
           i386                    amd64


Ubuntu Server 12.04 LTS (Precise Pangolin)
           i386                    amd64


Kubuntu 12.04 LTS (Precise Pangolin)
           i386                    amd64


Lubuntu 12.04 LTS (Precise Pangolin)
           i386             amd64+MAC


Read More..

Linux Mint User Guide

This is the official Linux Mint User Guide, available in many languages in both PDF and ODT formats.

For download click here

Table of contents:
Introduction to Linux Mint
    History
    Purpose
    Version numbers and codenames
    Editions
    Where to find help

Installation of Linux Mint
    Download the ISO
    Via Torrent
    Install a Torrent client
    Download the Torrent file
    Via a download mirror
    Read the Release Notes
    Check the MD5
    Burn the ISO to CD
    Boot the LiveCD
    Install Linux Mint on your Hard Drive
    The Boot sequence

Introduction to the Linux Mint Desktop
    The Gnome Desktop
    mintDesktop
    mintMenu
        Getting to know mintMenu
        The “Places” menu
        The “System” menu
        The “Applications” menu
        The “Search” field
        Define your favorite applications
        Make your own shortcuts
        Launch applications automatically when you log in
        Change the appearance of mintMenu
        Activate the Recent plug-in
        Restore the default settings
        Replace mintMenu with the default Gnome menu

Install/Remove Applications
    Package Management in Linux Mint
        MintInstall, the Software Manager
        mintMenu
        Synaptic & APT
    Remove applications
        mintMenu
        APT
        Synaptic
    Update your system and your applications
        Using mintUpdate

Make the most of your desktop
    Copy and paste with the mouse
    Takes notes with Tomboy
    Archive emails and websites as PDF

Conclusion
Read More..

Linux Mint Debian Edition 201204 Officially Released

 Linux Mint is and will always be an elegant, easy-to-use, up-to-date, 100% free and comfortable Linux operating system based on the very popular Ubuntu OS.

Linux Mint Debian Edition is not compatible with the Ubuntu-based Linux Mint distributions, but it is 100% compatible with the software repositories designed for Debian Squeeze or Debian Testing.

LMDE is a semi-rolling operating system, which means that "Update Packs" are provided frequently, containing regressions, bugfixes and improvements from Debian Testing or Debian Unstable.
 
Screenshot:
Linux Mint Debian Edition 201204 with Cinnamon

Linux Mint Debian Edition 201204 with MATE

Linux Mint Debian Edition 201204 with Xfce


Linux Mint Debian Edition 201204 incorporates three of the best and popular desktop environments available at the moment for the Linux platform: the beautiful and innovative Cinnamon 1.4, the functional and traditional MATE 1.2 and the rock-solid and lightweight Xfce 4.8.

Linux Mint Debian Edition 201204 is distributed as two different Live DVD ISO images, one with both the MATE/Cinnamon desktop environments, and the other one with the Xfce desktop environment.

The MDM login manager is used on Linux Mint Debian Edition 201204, which is actually based on GDM 2.20, brining features like theme-ability, remote login, fast-user switching, configuration tools, and language selection.

Highlights:
· Linux kernel 3.2;
· MATE 1.2;
· Cinnamon 1.4;
· Xfce 4.8;
· MDM login manager;
· Yahoo search engine;
· Includes Update Pack 4;
· Hybrid ISO images.



Download Linux Mint Debian Edition 201204 MATE/Cinnamon
          32bit                     64bit
    

Download Linux Mint Debian Edition 201204 xfce
            32bit                  64bit
    

Read More..
Prev home