Collage maker for linux

Ever want to create collage in linux? Then Shape Collage is the answer. Shape Collage was started by Vincent Cheung in 2007 because he had thousands of photos and didn’t know what to do with them. He thought about making a photo collage with his photos, but didn’t like the existing collage making programs. They required too much work to make a collage, they didn’t look nice, and they didn’t give you enough control. He begin tinkering around and invented a new algorithm for automatically arranging photos in a collage. Vincent then realized that his algorithm wasn’t restricted to just boring rectangular collages like everyone else, and so, Shape Collage was born!

Shape Collage is the only collage maker that:

  • Optimally arranges photos
  • Creates collages in different shapes
  • Can handle thousands of photos
  • Generates super high-resolution images (up to 200 megapixels)
  • Makes collages in just seconds

Download
Shape Collage

Requirements
You need java installed on your machine. To know how to install java you can refer my previous post.

Running Shape Collage:

cd /tmp/
wget http://www.shapecollage.com/2.5/ShapeCollage-2.5.tar.gz
tar zxvf ShapeCollage-2.5.tar.gz
cd "Shape Collage"
./Shape\ Collage

System Task Manager for linux

Most of the Windows user after shifting to Linux miss their Task Manager. They tried to understand top output, but fails to do so. So here are the gui alternatives you can use for process, cpu, memory management in linux.

1. htop
htop is an interactive process viewer for Linux. It is a text-mode application (for console or X terminals)

Features

  • In ‘htop’ you can scroll the list vertically and horizontally to see all processes and complete command lines.
  • ‘htop’ starts faster.
  • In ‘htop’ you don’t need to type the process number to kill a process.
  • In ‘htop’ you don’t need to type the process number or the priority value to renice a process.
  • ‘htop’ supports mouse operation.

(more…)

Installing fonts on linux

To install new fonts on linux you need to run few commands


In ubuntu

apt-get install ttmkfdir

For single user

If ~/.fonts does not exist, create it:

mkdir ~/.fonts

Copy the font, from the command line, run the following:

cp [fontfile] ~/.fonts

From the command line, run the following:

fc-cache -f -v ~/.fonts

or alternatively, log out, and log back in.

For all users

Installing for system wide use As root, create the fonts directory:

mkdir /usr/share/fonts/myfonts

Copy the font files in:

cp [fontfiles] /usr/share/fonts/myfonts

cd into the fonts directory:

cd /usr/share/fonts/myfonts

Make fonts.dir:

ttmkfdir -c

Copy fonts.dir to fonts.scale:

cp fonts.scale fonts.dir

Now update the font-config cache:

fc-cache -f -v

To add fonts in the future, just run:

cp [fontfiles] /usr/share/fonts/myfonts
cd /usr/share/fonts/myfonts
ttmkfdir -c
cp fonts.scale fonts.dir
fc-cache -f -v


In Fedora

For single user

If ~/.fonts does not exist, create it:

mkdir ~/.fonts

Copy the font, from the command line, run the following:

cp [fontfile] ~/.fonts

From the command line, run the following:

fc-cache -f -v ~/.fonts

or alternatively, log out, and log back in.

For all users

Installing for system wide use As root, create the fonts directory:

mkdir /usr/share/fonts/myfonts

Copy the font files in:

cp [fontfiles] /usr/share/fonts/myfonts

cd into the fonts directory:

cd /usr/share/fonts/myfonts

Make fonts.dir:

ttmkfdir -c

Copy fonts.dir to fonts.scale:

cp fonts.scale fonts.dir

Add the font path:

/usr/sbin/chkfontpath -q --add /usr/share/fonts/myfonts

Now update the font-config cache:

fc-cache -f -v

To add fonts in the future, just run:

/usr/sbin/chkfontpath -q --remove /usr/share/fonts/myfonts
cp [fontfiles] /usr/share/fonts/myfonts
cd /usr/share/fonts/myfonts
ttmkfdir -c
cp fonts.scale fonts.dir
fc-cache -f -v
/usr/sbin/chkfontpath -q --add /usr/share/fonts/myfonts

Firefox Sync – Synchronise your Firefox bookmarks

Ever want to sync Firefox bookmarks, and browsing history between your office PC & Home PC, then Firefox Sync is the answer. Firefox Sync (formerly Labs/Weave) gives you secure access to your bookmarks, open tabs, and browsing history from any computer, as well as mobile Firefox and Firefox Home for iPhone.
With Firefox Sync you can access your history, passwords, bookmarks and even open tabs across all your devices.
Firefox Sync is available for Firefox 3.5 and 3.6. If you are using Firefox 4 Beta, Sync is a feature and you don’t need to download the Add-on.

Install and set up a Firefox Sync

  1. Go to the Mozilla Add-ons Firefox Sync page, and click Add to Firefox.
  2. When you have finished installing Firefox Sync, click Restart Firefox. Firefox will restart with the Add-ons window open.
  3. In the Add-ons window, click Preferences to open the Sync panel.
  4. Click Set Up Firefox Sync
  5. Click I’ve never used Sync before.
  6. Create a username and password. Enter your email address, and check “I agree to the Terms of Service and Privacy Policy”. Click Next to continue.
  7. Create a secret phrase, then click Next.
  8. Choose what information to sync. By default, Firefox Sync will sync everything. For Advanced Users, if you really want to customize your settings, you can Click on Sync Everything and set it to Use my custom settings to pick which items to sync, then click Next.
  9. Enter text from the image, then click Next.
  10. You will see a Setup Complete! message. Click Finish to close the setup window and take you back to the Sync panel.
  11. You do not need to do anything else. Firefox Sync will automatically sync your data in the background from here on. Note: The sync should happen very quickly but may take up to 24 hours.
  12. Make sure the initial sync has completed before you use Firefox Sync on another device. To see if the initial sync is complete, mouse over the Firefox Sync icon in the bottom right corner of the Firefox window. A tool tip should appear with a Last Update time. If there isn’t a time listed or the time is a while ago, the Firefox Sync servers will not have your most recent data.

Installing Firefox Sync on another computer for sync

  1. See steps 1-3 above.
  2. In the Sync panel, click Set Up Firefox Sync.
  3. Click I’m already using Sync on another computer.
  4. Enter your Firefox Sync username and password, then click Next.
  5. Enter your secret passphrase, then click Next.
  6. You will be asked to choose what to do with the data.
    • Merge this computer’s data with your Sync data- this option combines the Firefox settings stored on the server with those on this computer.
    • Replace all data on this computer with your Firefox Sync data- this option allows you to restore your Firefox data from the server copy. Great for when you are setting up a brand new computer, for example.
    • Replace all other devices with your local data- this option will erase the settings on all of your other copies of Firefox and replace them with the ones from this computer.

  7. Choose suitable option & press next
  8. Click Next, then confirm to start syncing your data. You can view your Firefox Sync status in the bottom-right corner of the Firefox window.

USB Support in VirtualBox

A very known problem with VirtualBox and attached USB devices. You can see USB device in USB device list of VirtualBox, but you can’t access it through guest OS. This problem will not arise if you are running VirtualBox as a root user. But for normal user you have to add yourself to vbox group.

Adding user to vbox group
For UBUNTU:
Go to System -> Administration -> Users and Groups
Click on Manage Groups

Select vboxusers & select properties

Click on the check mark aginst the user you want to add to vboxusers group

For FEDORA
Go to System -> Administration -> Users and Groups
It will ask you root password
Select Groups tab
Select vboxusers & click on Properties

Select Group Users, add current user to vboxusers group

Find gid of vboxusers

grep vboxusers /etc/group
vboxusers:x:501:vidyadhar

501 is the gid of vboxusers
Add following line in /etc/fstab file

vi /etc/fstab
none                   /sys/bus/usb/drivers    usbfs devgid=501,devmode=664 0 0

Adding USB device to guest OS
Start VirtualBox, Select gust OS, select setting

Select USB, Click on Add Filter From Device

Select your USB device

Start guest OS, to check weather USB device has been added or not, click on USB device from the status bar of guest OS

Page 24 of 27« First...1020«222324252627»
rss twitter facbook

Categories

Archives