Archives For November 30, 1999

Xfce4 Composite Editor is a simple GUI tool that allows to configure the various Xfce4 Window Manager compositor settings that are not available via the Window Manager Tweaks control panel.

xfce4-composite-editor

The developer of Xfce Theme Manager wrote this simple tool, and it has the ability to control below settings:

  • Shadow opacity.
  • Shadow delta X, Y, width and height.
  • move window opacity.
  • inactive window opacity.
  • frame opacity.
  • resize window opacity.
  • popup opacity.

Also it provides options to swich on / off composite, dock shadow, frame shadow, pop-up shadow and Restart VM to apply changes.

xfce4 composite window

Below is what the developer said in GTK-Apps, “These settings are available via the xconf settings editor but that is one of the most awkward GUI’s I have ever used as you have to select the xfwm4 channel, expand the tree, scroll to the option you want, select it, click edit, change the setting and click save, then the tree gets collapsed and you have to start again! So this nice simple GUI to control the composite manager, the settings are self explanatory.”

Install Xfce4 Composite Editor

The PPA repository has been created to make it easy to install for (X)Ubuntu users. So far, it supports 13.04 Raring, 12.10 Quantal, and 12.04 Precise.

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

sudo add-apt-repository ppa:rebuntu16/other-stuff
sudo apt-get update
sudo apt-get install xfce4-composite-editor

Once it is installed, open it from the Xfce Settings Manager.

BitDefender Anti-virus is available for Linux from its official repository. Here I’ll show you how to install it on Ubuntu 13.04 Raring Ringtail.

Ubuntu itself has few virus, you can install anti-virus program on Ubuntu Linux to scan USB devices or Windows NTFS partitions.

Objectives:

  • Install BitDefender on Ubuntu from official repository
  • Enjoy!

To get started, press Ctrl+Alt+T key combination to open terminal, then run below command to add BitDefender official repository for Linux.

sudo sh -c 'echo "deb http://download.bitdefender.com/repos/deb/ bitdefender non-free" >> /etc/apt/sources.list.d/bitdefender.list'

Then download and install the key via below command:

wget -O- -q http://download.bitdefender.com/repos/deb/bd.key.asc | sudo apt-key add -

After adding the repository, use your package manager to install BitDefender. Or run below commands to update packages list and do install:

sudo apt-get update; sudo apt-get install bitdefender-scanner-gui

Once installed, run GUI via below command. Read this tutorial to manually add a launcher.

/opt/BitDefender-scanner/bin/bdgui

bitdefender

CherryTree is a hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.

CherryTree is perfectly suitable not only for taking notes, but also for managing code snippets. The application supports syntax highlighting for many popular programming languages, so you can use the application as a programmer’s scratchpad. You can also insert code snippets directly into notes using so-called code boxes.

cherrytree-main_window_code

Features:

  • rich text (foreground color, background color, bold, italic, underline, strikethrough, small, h1, h2, h3, subscript, superscript, monospace)
  • syntax highlighting (only when the rich text is disabled in the current node)
  • images handling: insertion in the text, edit (resize/rotate), save as png file
  • lists handling (bulleted, numbered, to-do and switch between them, multiline with shift+enter)
  • simple tables handling (cells with plain text), cut/copy/paste row, import/export as csv file
  • codeboxes handling: boxes of automatically highlighted text into normal rich text
  • alignment of text, images, tables and codeboxes (left/center/right)
  • hyperlinks (links to webpages, links to nodes/nodes + anchors, links to files, links to folders)
  • intra application copy/paste: supported single images, single codeboxes, single tables and a compound selection of rich text, images, codeboxes and tables
  • cross application copy/paste (tested with openoffice and gmail): supported single images, single codeboxes, single tables and a compound selection of rich text, images, codeboxes and tables
  • copying a list of files from the file manager and pasting in cherrytree will create a list of links to files, images are recognized and inserted in the text
  • print & save as pdf file of a selection / node / node and subnodes / the whole tree
  • export to html of a selection / node / node and subnodes / the whole tree
  • export to plain text of a selection / node / node and subnodes / the whole tree
  • toc generation for a node / node and subnodes / the whole tree, based on headers h1, h2 and h3
  • find a node, find in current node, find in all nodes
  • replace in node names, replace in current node, replace in all nodes
  • iteration of the latest find, iteration of the latest replace, iteration of the latest applied text formatting
  • import from basket, cherrytree, gnote, keepnote, knowit, mempad, notecase, tomboy, treepad lite, tuxcards, zim
  • export to cherrytree file of a selection / node / node and subnodes / the whole tree
  • password protection (using http://www.7-zip.org/)
  • tree nodes drag and drop

Install CherryTree on Ubuntu:

CherryTree is available in Ubuntu’s universe repository since Ubuntu 12.04 Precise. Search for and install it from Ubuntu Software Center.

For the latest version, press Ctrl+Alt+T to open terminal and run below commands:

sudo add-apt-repository ppa:vincent-c/cherrytree

sudo apt-get update; sudo apt-get install cherrytree

In this tutorial I’ll show you a lightweight sticky notes software for Ubuntu users. It’s indicator-stickynotes which allows you to jot down thoughts, lists, and reminders on your desktop. This simple tool works on Unity, Gnome Shell, XFCE/Xubuntu, with partial support for KDE/Kubuntu and Linux Mint (MATE and Cinnamon).

Sticky-Notes-indicator

Objectives:

  • Install Indicator Stickynotes on Ubuntu and Linux Mint.
  • Enjoy!

To get started, add the ppa repository which supports Ubuntu 13.04 Raring, 12.10 Quantal, 12.04 Precise and Linux Mint 13 Maya, 14 Nadia, 15 Olivia. To do so, press Ctrl+Alt+T to open a terminal window, run below commands:

sudo apt-add-repository ppa:umang/indicator-stickynotes

Then update the package lists and install the software:

sudo apt-get update; sudo apt-get install indicator-stickynotes

Sticky-Notes-indicator-unity-dash

Enjoy!

When you’re running your laptop on battery, Ubuntu dims the screen after a few seconds of inactivity. It annoying and here’s how to increase the timeout.

Objectives:

  • Increase Ubuntu screen dimming timeout on your laptop
  • Enjoy!

To get started, open dconf Editor from the dash search results.

dconf editor in unity dash

In next window, navigate to org -> gnome -> settings-daemon -> plugins -> power. You’ll find the key which says “idle-dim-time”, change its value to what you want.

change idle screen timeout

Enjoy!

How to Flush DNS Cache on Ubuntu 13.04, 12.10

Last updated: July 18, 2013

This simple tutorial will show you how to flush or clear your system’s DNS records on Ubuntu 13.04 Raring and 12.10 Quantal.

Objectives:

  • Flush DNS records on Ubuntu 13.04 or Ubuntu 12.10
  • Enjoy!

To get started, press Ctrl+Alt+T to open a terminal window.

Open Terminal to run commands

Then run command to flush dns:

sudo /etc/init.d/dns-clean restart

You can also use this command:

sudo /etc/init.d/networking force-reload

In addition, to flush nscd dns cache:

sudo /etc/init.d/nscd restart

To flush dnsmasq dns cache:

sudo /etc/init.d/dnsmasq restart

DownVerter is a popular Youtube downloader which also has the ability to convert videos to MP3, M4A, MPEG, 3GP, OGG and other formats. It’s free!

Objectives:

  • Install DownVerter Youtube downloader and fix can not open error.
  • Enjoy!

To get started, download DEB package from the official site. You may check 32-bit or 64-bit via ‘Details’ utility.

DownVerter for Linux

Then press Ctrl+Alt+T to open terminal.

Open Terminal to run commands

Run below command to install the package:

sudo dpkg -i ~/Downloads/downverter*.deb

That’s it. The installed executable script is /opt/downverter/Downverter. But Ubuntu keeps looking for /opt/downverter/downverter when you open Downverter from Unity Dash. To fix this problem, run below commands to rename it:

sudo mv /opt/downverter/Downverter /opt/downverter/downverter

Then give executable permission:

sudo chmod +x /opt/downverter/downverter

Enjoy!

downverter

Install uTorrent on Ubuntu 13.10

Last updated: November 3, 2013

This tutorial shows you how to easily install uTorrent sever on Ubuntu and Linux Mint. There’s no command, just a few clicks!

First, download uTorrent server: http://www.utorrent.com/downloads/linux. Check 32-bit or 64-bit by top-right corner shutdown menu (gear icon) -> About This Computer.

download-utorrent

After downloading, navigate to the package in Nautilus file browser. Then decompress it.

Go into the extracted folder, right-click on utserver and select Properties.

utserver-executable

Make sure that the box before “Allow execute as a program” is checked.

utserver-executable1

Before starting this service, search for and install libssl0.9.8 (SSL shared libraries) from Ubuntu Software Center.

NOTE: If you’re on 64-bit Ubuntu, press Ctrl+Alt+T and install the libssl0.9.8 with command below in terminal to fix utserver not launching problem:

sudo apt-get install libssl0.9.8:i386

Then double click utserver to start uTorrent server (or run ~/Downloads/utorrent-server-v3_0/utserver command to start it). That’s right you see nothing happens because the server is running as a background program.

Launch your web browser and go to http://localhost:8080/gui/. Type:

username: admin
password: leave password empty

You’re done!

utorrent client in firefox

Create Desktop Shortcuts on Ubuntu 13.04 Unity

Last updated: November 1, 2013

This brief tutorial is going to show you how to create application shortcuts on Unity Desktop in Ubuntu 13.04 Raring. You can just drag and drop icons to your desktop, but it won’t always work. Some of them have the permission issues which can be fixed by below steps:

UPDATES: For Ubuntu 13.10 Saucy, copy and paste the programs .desktop file from /usr/share/applications to user’s Desktop folder

1.) Search for applications from Unity Dash, drag and drop them onto desktop:

drop app icon to desktop

2.) After added all app icons to your desktop, press Ctrl+Alt+T to open a terminal.

Change the ownership of them. My username is handbook, in below command change it to yours.

sudo chown handbook ~/Desktop/*.desktop

change-the-ownership

Make sure all icons are executable:

sudo chmod +x ~/Desktop/*.desktop

make-them-executable

You are done. Enjoy!