Archives For jimingkui

This simple tutorial shows you how to install Sigil WYSIWYG epub editor on Ubuntu 13.04 Raring, 12.04 Precise via Sigil PPA repository.

sigil epub editor for ubuntu

Sigil is a free and open-source EPUB ebook editor. It runs on Linux, Windows and Mac with full EPUB 2 spec and UTF-16 support.

  • Multiple Views: Book View, Code View and Preview View
  • WYSIWYG editing in Book View
  • Complete control over directly editing EPUB syntax in Code View
  • Table of Contents generator with multi-level heading support
  • Metadata editor with full support for all possible metadata entries (more than 200) with full descriptions for each
  • User interface translated into many languages
  • Spell checking with default and user configurable dictionaries
  • Full Regular Expression (PCRE) support for Find & Replace
  • Supports import of EPUB and HTML files, images, and style sheets,
  • Documents can be validated for EPUB compliance with the integrated FlightCrew EPUB validator
  • Embedded HTML Tidy: all imported files have their formatting corrected, and your editing can be optionally cleaned

Install Sigil Epub Editor:

There is only a personal Sigil PPA for Ubuntu users. Now supports Ubuntu 14.10 and Ubuntu 14.04. Supports Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10. Use it at your own risk!

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to add the ppa:

sudo add-apt-repository ppa:sunab/sigil-release

For Ubuntu 12.10, Ubuntu 12.04, you’ll need the Ubuntu SDK PPA:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa

After adding the ppa repository, you’re able to install the editor via below commands:

sudo apt-get update; sudo apt-get install sigil

Want to watch Live TV Channels on your Ubuntu desktop? Well, here I’ll give a list of free software to do it. I’ve tested them in my 32-bit Ubuntu 13.04 laptop. Feel free to leave a comment if you have a good suggestion.

1. Me TV

Me TV is a user-friendly desktop application for watching digital television services that use the DVB standard. It works with DVB-T, DVB-S, DVB-C and ATSC devices that are supported by Linux kernel drivers. Application uses GTK+ libraries for user interface and VLC or Xine libraries for DVB TV.

Me TV is available in Ubuntu Software Center by default. Just search for and install the package. Or click the link below:

click to install Me TV

2. FreetuxTV television channels player

FreetuxTV is a free GTK+ WebTV and Web Radio player for Linux. It can be used by french people to watch ADSL TV on the PC with ISPs or by other people to watch WebTV and Web Radio in many languages. The GUI is developed in GTK2+ and is using the VLC engine to display the channels.

FreetuxTV is available in Ubuntu Software Center. Just search for and install the package. Or click the below link:

Click to install FreetuxTV

3. Livestation

Livestation is a platform for distributing live television and radio broadcasts over a data network. A number of channels can be watched for free on the Livestation website or on their desktop player, a freely downloadable video application that presents all the channels through one interface. You need to register (for free) to use this software.

To install it in Ubuntu:

For 32-bit, run below 2 commands:

wget http://updates.livestation.com/releases/Livestation-3.2.0-i386.deb
sudo dpkg -i Livestation-3.2.0-i386.deb

For 64-bit, run below 3 commands:

wget http://updates.livestation.com/releases/Livestation-3.1.0.run

chmod +x Livestation-3.1.0.run

./Livestation-3.1.0.run

4. Zattoo

Zattoo is a free Live TV on PC and Mac. Zattoo service is currently restricted to Switzerland, Denmark, Spain, Germany, Norway (closed again in 2008), United Kingdom and France, but was in 2007 expected to expand to other European countries, (with Austria and Poland being at the top of that list) then to Canada and the US while adding fee-based channels to its list.

Zattoo only provides 32-bit app , download and install it via below 2 commands:

wget http://download.zattoo.com/zattoo-4.0.5-i386.deb
sudo dpkg -i zattoo-4.0.5-i386.deb

5. Sopcast Player

Sopcast is a free P2P internet service. It is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. Adopting P2P(Peer-to-Peer) technology, It is very efficient and easy to use. Let anyone become a broadcaster without the costs of a powerful server and vast bandwidth.

Sopcast is available from the PPA repository, but only support from Ubuntu 8.04 to Ubuntu 12.04:

sudo add-apt-repository ppa:jason-scheunemann/ppa
sudo apt-get update
sudo apt-get install sopcast-player

I can install this player in Ubuntu 13.04 by downloading and installing the sopcast-player and sp-auth packages from the ppa, but it doesn’t player channels for me.

This simple tutorial shows you how to repair your Windows 7 boot loader (MBR) from Ubuntu dual boot or Ubuntu Live CD / USB. This can be useful if you don’t have a Windows CD or DVD on hand.

To do so, first boot into your Ubuntu system. When you’re in Ubuntu, press Ctrl+Alt+T on your keyboard to open terminal and follow below steps:

1.) First run below command to check your disk:

sudo fdisk -l

The output tells you the disk information:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x016c8108

Device Boot Start End Blocks Id System
/dev/sda1 * 63 39054014 19526976 7 HPFS/NTFS/exFAT

2.) Now run commnad to install syslinux, which is a suite of lightweight IBM PC MBR bootloaders for starting up computers with the Linux kernel.

sudo apt-get update; sudo apt-get install syslinux

3.) Once installed, you can fix your Windows bootloader by running below command in terminal:

sudo dd if=/usr/lib/syslinux/mbr.bin of=/dev/sda

Replace the startup disk name /dev/sda in the above command according to the output in step 1.

Enjoy!

Here I’ll show you how to connect to Ubuntu 13.04 Raring Ringtail from Windows 7 via Remote Desktop Connection. All you need to do is install xRDP server in Ubuntu, then use Windows RDP to connect to Ubuntu without any configuration.

xRDP is a rdesktop project which uses the Remote Desktop Protocol (RDP) to make it easy to connect Ubuntu from remote client especially not having to log into Ubuntu first.

xRDP is available in the universe repository, just search for and install it from Ubuntu Software Center.

Or you can install it via below command in terminal:

sudo apt-get install xrdp

After that, open Windows 7’s Remote Desktop Connection and type in Ubuntu hoastname or IP address.

Then type in Ubuntu username and password to login to xrdp:

You’re done. Enjoy!

This simple tutorial shows you how to install Facebook Messenger App in Ubuntu 13.10 Saucy, 13.04 Raring, 12.04 Precise and 12.10 Quantal via PPA repository.

As you may know, Facebook Messenger is an instant messaging service and software application which provides text and voice communication. Integrated with Facebook’s web-based Chat feature and built on the open-source MQTT protocol.

Here’s a Linux clone of Facebook Messenger for Windows. It gives you a chat sidebar, chat popup windows, and notification toasts outside of the browser. Ubuntu users can install it from a PPA created by Webupd8Team.

To get started installing this app, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to add the PPA:

sudo add-apt-repository ppa:nilarimogard/webupd8

Then update your package lists and install:

sudo apt-get update; sudo apt-get install fbmessenger

Project Homepage:https://github.com/oconnor663/linuxmessenger

This simple tutorial is going to introduce you an Ubuntu radio automation software Airtime. It is a free and open source radio management application for remote broadcast automation, and program exchange between radio stations.

Airtime has been intended to provide a solution for a wide range of broadcast projects, from community to public and commercial stations. The scalability of Airtime allows implementation in a number of scenarios, ranging from an unmanned broadcast unit accessed remotely through the Internet, to a local network of machines accessing a central Airtime storage system. Airtime supports the playout of lossy compressed audio files in both MP3 and AAC formats and the open, royalty-free equivalent Ogg Vorbis. It also supports playout of lossless FLAC and WAV format audio files.

Airtime has been intended to provide a solution for a wide range of broadcast projects, from community to public and commercial stations. The scalability of Airtime allows implementation in a number of scenarios, ranging from an unmanned broadcast unit accessed remotely through the Internet, to a local network of machines accessing a central Airtime storage system. Airtime supports the playout of lossy compressed audio files in both MP3 and AAC formats and the open, royalty-free equivalent Ogg Vorbis. It also supports playout of lossless FLAC and WAV format audio files.

Install Airtime on Ubuntu Desktop:

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to download airtime-easy-setup:

wget http://apt.sourcefabric.org/misc/airtime-easy-setup.deb

Install the package via:

sudo dpkg -i airtime-easy-setup.deb; sudo apt-get -f install

Then you’ll be able to install Airtime from Ubuntu Software Center or Synaptic Package Manager.

For Web version, go to http://airtime-demo.sourcefabric.org/

How to Install Cool Reader 3 in Ubuntu 13.10

Last updated: July 31, 2013

This simple and brief tutorial shows you how to install Cool Reader 3 in Ubuntu 13.10 Saucy Salamander.

As you may know, CoolReader is fast and small cross-platform XML/CSS based E-Book reader for desktops and handheld devices. Supported formats: FB2, TXT, RTF, DOC, TCR, HTML, EPUB, CHM, PDB, MOBI. Platforms: Win32, Linux, Android. Ported on some eInk based devices.

Without adding a ppa repository, we can directly download and install the Deb package to get Cool Reader on your Ubuntu system. To do so, first open System Settings -> Details to check out your OS type (32-bit or 64-bit).

Then press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to download the reader:

For 32-bit system:

wget https://launchpad.net/~vovansrnd/+archive/coolreader/+files/cr3_3.0.59.2-1_i386.deb

For 64-bit system:

wget https://launchpad.net/~vovansrnd/+archive/coolreader/+files/cr3_3.0.59.2-1_amd64.deb

Once the downloading process finished, both 32-bit & 64-bit run below command to install Cool Reader 3:

sudo dpkg -i cr3_3.0.59.2-1_*.deb; sudo apt-get -f install

This simple tutorial shows you how to properly enable the 3D Desktop Cube effect in Ubuntu 13.04 Raring Ringtail.

Note that you need a video card that can render this and to have the drivers correctly installed.

1.) Ubuntu 13.04 by default has only one workspace, so first we need to enable multi workspaces to get started. To do so, go to Unity Dash -> Appearance -> Behavior tab. Check the box which says ‘Enable workspaces’

2.) Then installed required packages which allows you to configure Unity desktop effects. Search for and install compizconfig-settings-manager, compiz-plugins, compiz-plugins-extra from Ubuntu Software Center. Or you can run below command in terminal (Ctrl+Alt+T) to install these packages:

sudo apt-get install compizconfig-settings-manager compiz-plugins compiz-plugins-extra

3.) Open CompizConfig Settings Manager from Unity Dash Home. Let’s do some settings via this tool.

4.) Go to Preferences in left bar.

5.) Under Plugin List tab, uncheck “Automatic plugin sorting” and accept the warning that will appear after trying to disable it.

From the Disable Plugins List, Enable the following plugins: cube, rotate
From the Enable Plugins List, Disable the following plugins: wall

6.) Go back from the Preferences menu to the Main Compiz Menu and select General Options -> Desktop Size tab and change the Horizontal Virtual Size to 4, and Vertical size to 1.

You can also add background, top and bottom colors for the cube from Desktop Cube configuration window.

Now you can press down Ctrl+Alt, and drag your mouse to see the magic!

(Optinal) To revert back to default, press Ctrl+Alt+T to open terminal. When it opens, run below commands:

dconf reset -f /org/compiz/; setsid unity

Done!

The Qupzilla web browser will be available by default in Ubuntu 13.10 Saucy’s universe repository. Since then, you can directly install it from Ubuntu Software Center.

Below is the discription from the Ubuntu Software Center:

QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

QupZilla has all standard functions you expect from a web browser. It includes bookmarks, history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager.

QupZilla’s main aim is to be a very fast and very stable QtWebKit browser available to everyone.

Once installed the browser, you’ll be able to open it from the Unity Dash. Enjoy!

This simple tutorial will show you how to install the QupZilla Web Browser from its ppa repository in Ubuntu 13.04 Raring Ringtail.

As you may know, QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser available through all major platforms. This project has been originally started only for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.

News:QupZilla will be available in upcoming Ubuntu 13.10 Saucy’s default repository. Just search for and install it from Ubuntu Software Center

Install QupZilla:

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the ppa repository:

sudo add-apt-repository ppa:nowrep/qupzilla

Update package lists and install the browser:

sudo apt-get update; sudo apt-get install qupzilla

Once installed, you’ll be able to open it from Unity Dash.