Install And Configure LTSP Server In Ubuntu 12.04 with Dnsmasq

LibreOffice 4.0.4 Has Been Released. Install It On Ubuntu 13.04 , 13.10

Install Skype 4.2 in Ubuntu 13.10/13.04/12.10 and 12.04

Skype allows people to communicate with each other by messaging, voice calling and video calling over internet. Skype also provides services for phone calls on the telephone networks ....

Display Username On Unity Panel In Ubuntu 13.04 and Ubuntu 13.10

Showing posts with label tutorials. Show all posts

[How To] Display A Message At Terminal login On Ubuntu


If you want to see the message when you open the terminal or after you are login in tty1-6, just put this line at the end of ~/.bashrc file (open it from terminal with gedit ~/.bashrc):

echo "Welcome $USER, today's date is $(date +"%A, %d-%m-%y")"

If you want to see the message after you are login in GUI, do the following:


Create a new file name_and_date.sh:

gedit ~/bin/name_and_date.sh

Put next 2 lines inside:

#!/bin/bash

notify-send "Hello" "Hello $USER, today's date is $(date +"%A, %d-%m-%y")"

Save the file and close it.

Make the file exacutable:

chmod +x ~/bin/name_and_date.sh

Search in Dash for Startup Applications, open it and click Add.

Under name type "Show my name and date" or something you will recognise.

Under command type: /home/$USER/bin/name_and_date.sh (change $USER with your user name).

Under comment (if you want), type a brief description.

Linux Short-Cut Control Key Commands In Terminal


UNIX understands several control-key commands, commands you enter by holding down the control key (Ctrl) while striking a second key.




CTRL + U - cut text from cursor position to the beginning of the command line

CTRL + S - freezes the screen and stops any display on the screen from continuing

CTRL + Q - un-freezes the screen and lets screen display continue

CTRL + C - interrupts a running program

CTRL + \ - same as CTRL - C but stronger (used when terminal doesn't respond)

CTRL + Z - suspends a running program (use the fg command to continue the program)

CTRL + H - deletes last character typed

CTRL + W - deletes last word typed

CTRL + U - deletes last line typed

CTRL + R - searches text from history

CTRL + D - ends text input for many UNIX programs, including mail and write.

CTRL + Y - paste the string in buffer/clipboard


[How To] Install OpenShot Video Editor In Ubuntu 13.10,13.04,12.10,12.04 and Linux Mint 15,14


OpenShot is a Linux based application, it is also a open source video editor. It is licensed with GPL, version 3.0 and built with Python, GTK, and the MLT Framework. By using application you can feed your favorites on the Operating System like; videos, photos, and music files etc. Some applications are too difficult to install and use in other operating systems but in OpenShot, you can easily import and use sub-titles, transitions, effects, and then export your film to DVD, YouTube, Video, Xbox 360, and many other common formats.



Features

 

*  Support for many videos, audio and image formats
*  Gnome integration
*  Unlimited tracks and layers
*  Chip resizing, scaling, trimming, snapping, and cutting
*  Video transitions with real time previews
*  Compositing, image overlays, watermarks
*  Title templates, title creation, sub-titles
*  3D Animated Titles
*  Solid color clips (including alpha compositing )
*  Support for Rotoscoping / Image sequences
*  Advanced Timeline (including Drag & drop, scrolling, panning, zooming, and snapping)
*  Video encoding (based on FFmpeg )
*  Key Frame animation
*  Digital zooming of video clips
*  Speed changes on clips (slow motion etc)
*  Audio mixing and editing
*  Presets for key frame animations and layout
*  Ken Burns effect (artistic panning over an image)
*  Digital video effects , including brightness, gamma, hue, greyscale, chroma key (bluescreen / greenscreen) , and over 20 other video effects

How to Install OpenShot on Ubuntu

 

Open the terminal then type the commands

sudo apt-get install openshot openshot-doc



[How To] Install Nemo File Manager In Ubuntu 13.10, 13.04, 12.10, 12.04

Nemo is a complete fork of Nautilus 3.4 and its goal is to extend the Cinnamon user experience to desktop and file management.


It has many features:


    * Compact view
    * All desktop icons,  these are missing in nautilus 3.6 vervion
    * Open terminal and open as root
    * Copy or move files shows percentage and details while file operation
       progress
    * Better search
    * It has a cute and nice bookmark management
    * It has UP, FORWARD, BACK and REFRESH buttons
    * Proper status bar
    * Better widgets

And NEMO offeres these too :-


* It has built in "Open as root" context menu item
* Detachable tabs
* You can add/remove the up icon, refresh icon, toggle button for the location 
   bar or path bar, home icon, computer icon and search icon.
* Title bar and tab bar contains a option to show the full path.
* If it running as root, it display the elevated privileges
* It built "Open in terminal" context menu item
* It add a new option on the context menu ("set as wallpaper")
* It add GTK bookmark with move to/copy to option to context menus
* Have switch view button on the toolbar for Grid, List and compact views
* sidebar with collapsable category
* It support sidebar for drag and drop bookmark
* Sidebar indicates under each drive and display the free or used space
* It is very supportive to sending files via Thunderbird and xdg-email
* It improved the properties for image
* Memory leaks fixes

To install the stable version of Nemo:


sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install nemo

To install the bleeding edge version:


sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-nightly
sudo apt-get update
sudo apt-get install nemo

[How To] Install Sublime Text 2 On Ubuntu 13.10, 13.04, 12.10, 12.04 and Linux Mint 14, 15

Sublime Text is a sophisticated text editor for code, markup and prose. Its a closed source editor. The first version of sublime was released in five years ago. It is very extensibility and cross platformability, this means you can use this on ubuntu on the desktop, OS X on the laptop, Windows at work and have the same theme, plugin, and keybinding across all platforms.

Features of sublime text 2


      * Autosave
      * Bookmark within files
      * Multi-panel editing
      * Ability to select multiple sections of code
      * It has a Minimap. It show the full source code
      * It has native support for 27 programming languages included,
         with additional available
      * It has a custom key for binding
      * Brace matching, autocomplete
      * Support for macros and python-based plugins
      * RegEx-based find and replace
      * Fully customizable syntax highlighting

Install Sublime text 2 on Ubuntu/Linux Mint


Open Terminal and follow the commands to install Sublime Text 2.  
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

[How To] Install uTorrent On Ubuntu 13.10, 13.04, 12.10, 12.04 And Linux Mint 14, 15

uTorrent is a lightweight and efficient BitTorrent client, currently there is only command-line version of Utorrent for Ubuntu. uTorrent work as a web server in Linux. You can access uTorrent from your browser after you started uTorrent using command in Terminal.


Install uTorrent Client on Ubuntu/Debian/Linux Mint 


Please run the below command to install the dependency library first.
sudo apt-get install libssl0.9.8:i386
Now Open a Terminal(Alt + Ctrl + T) and paste the following command to download the uTorrent server.
wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz
Then use the following command to move the file to /opt
sudo mv utorrent-server-3.0-25053.tar.gz /opt/
Now move to the opt directory to extract the tar file.
cd /opt/
sudo tar -xvf utorrent-server-3.0-25053.tar.gz
Then remove the source file.
sudo rm -rf utorrent-server-3.0-25053.tar.gz
Change the permission of the extracted folder.
sudo chmod 777 -R utorrent-server-v3_0/
Create a symbolic link so that you can run the torrent server from terminal.
sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver

Our uTorrent Server is ready. Enter the following command to start the server.
utserver -settingspath /opt/utorrent-server-v3_0/ &

Access the uTorrent Server


Open a browser and type:
http://localhost:8080/gui/

Type the User Name as admin and leave the password field as empty and click Ok.


If you want to avoid every time starting uTorrent via command line, create a startup application and enter the command in command field as follows. 


[How To] Install Mozilla Firefox 22 In Ubuntu 13.10, 13.04, 12.10, 12.04 and Linux Mint 14, 15

Now Mozilla Firefox 22 is a high performance web application. Which support web applications, 3D gaming, Video calls and file sharing. It does not need any other softwares or plugins to maintain applications. Now Mozilla has a  new feature, WebRTC(Web Real-Time Communication). Which allows developers to create web apps with built-in video and audio calls, as well as file sharing without the need for any plugins or third-party software. With these additions, Firefox is better equipped than ever to challenge Chrome for the web app and gaming performance crown.

Features of Mozilla Firefox 22

    * WebRTC
    * Display scaling options for high-resolution displays (Windows only as of now)
    * Mac OS X:Download progress in dock application icon
    * Changed the HTML5 audio/video playback rate
    * Social service manager implemented in Add-ons manager
    * asm.js optimizations enabled for major performance improvements
    * Asynchronous canvas updated
    * plain text files display with word-wrap
    * for user security, object is no longer accessible from web content
    * pointer lock API used outside of fullscreen
    * CSS3 firefox implemented and enabled by default
    * Added new web notifications
    * Added clipboardData API for javascript access to a user's clipboard
    * Built-in font inspector

Install Firefox 22 in Ubuntu and Linux Mint


Open Terminal(Alt + Ctrl + T) and paste the following commands
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa

sudo apt-get update

sudo apt-get install firefox



[How To] Install GUFW Firewall On Ubuntu 13.10 , 13.04, 12.10 and 12.04

GUI for Uncomplicated Firewall, which is shortly called GUFW, the name states, Graphical User Interface for Uncomplicated Firewall. It already provides a simple code and interfaces, it uses the UFW Python modules directly, for prevent code duplication, avoid unnecessary code and it provide a extra layer of execution. It is mainly designed for Ubuntu, and is also available for Debian based distribution and Arch Linux. It is the easy way to manage the Ubuntu Firewall.
New Features:

 * Defualt incoming policy
 * Allow/deny Incoming rules
 * IPv6
 * Enable or Disable firewall
 * Configure firewall default settings
 * Add, Edit  and Remove rules
 * Settings for some Iptables module
 * Filtering by interface
 * Reset command
 * Per rule logging
 * Reject incoming rules

Install GUFW Firewall on Ubuntu

Open terminal and paste the following commands
wget -c https://launchpad.net/gui-ufw/gufw-13.10/13.10/+download/gufw_13.10.0-0ubuntu2_all.deb
sudo dpkg -i gufw_13.10.0-0ubuntu2_all.deb
sudo apt-get install -f



[Solved] Display Username On Unity Panel In Ubuntu 13.04 and Ubuntu 13.10

In Ubuntu 13.04 and Ubuntu 13.10, displaying Username on Unity panel has disabled by default.

To add your Username on the Unity Panel, Open a Terminal (Alt + Ctrl + T) and paste the following commands.

gsettings set com.canonical.indicator.session show-real-name-on-panel true

If you want to remove the Username from the panel, do the following in Terminal.

gsettings set com.canonical.indicator.session show-real-name-on-panel false
Enjoy..

[How To] Install Skype 4.2 in Ubuntu 13.10/13.04/12.10 and 12.04

Skype allows people to communicate with each other by messaging, voice calling and video calling over internet. Skype also provides services for phone calls on the telephone networks. Everybody can call on Skype network free of charge there is no limit of call, on the other side Skype charge users for calling to land-line and mobile phones. Skype becomes popular among users for its additional features, like file sharing, screen sharing, video conferencing. Now we are going to install it on Ubuntu.

First you have to enable the Canonical repository.

Open Terminal(Alt + Ctrl + T) and paste the following command to enable the repository.

You can also use this commands in Linux Mint to enable the repository and you are able to install Skype in it.

sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"

Update the repository.

sudo apt-get update

Finally after all the updates, paste the following command to install Skype.

sudo apt-get install skype && sudo apt-get -f install

You have successfully installed Skype 4.2 in your system.


Select Dash -> type "skype" on the space of search -> Click the icon of Skype to start the Skype.