Posts Tagged ‘Web’
Creating Web Albums with gThumb
Posted by Éverton Arruda in Free Software, Linux, Planet INdT, Planet PSL-AM, Tutorial, Web on December 4th, 2009
If you want to create a web album with some images you have in your computer, with Linux as your OS, i recommend you to use gThumb.
gThumb is, as said in WikiPedia (http://en.wikipedia.org/wiki/GThumb):
… an open-source image viewer and organizer for the GNOME desktop environment released under the GNU General Public License. It was originally based on GQView, and is designed to have a clean, simple interface.
gThumb Homepage: http://gthumb.sourceforge.net/
INSTALLING GTHUMB:
I’m using Ubuntu 9.04, named Jaunty Jackalope, to write this tutorial, so the installation process is very simple, all you have to do is run:
1 | # aptitude install gthumb |
This should work the same way for Debian GNU/Linux, but if you’re using another distro Linux, you might have to compile gThumb.
CREATING WEB ALBUM:
When you run gThumb you’ll see this interface:
I mapped it to make it easier to follow:
The steps to create the Web Album are:
1 – Create directory to keep the images:
First create a directory and put the images you’d like to be in the album in it.
2 – Open directory with gThumb:
In gThumb interface, select the directory in which the images are (#1 in MAP)
3 – Select the images you’d like to show in the album:
After opening the directory, which contains the images, you’ll have to select the images you’d like to show in the album (#2 in MAP)
4 – Open the “Create Web Album” window and configure it:
Now, with all images selected, go to Tools > Create Web Album (#3 in MAP)
Then you should see a window like this:
![]()
This is where you’ll configure your web album. The options are:
#1 – Where the web album files will be saved.
#2 – The name of the page, i recommend you to leave it as it is.
#3 – How many images per line and per column will be shown.
#4 – The title of the page, or header message, if you preffer.
#5 – The footer message of the page.
#6 – The theme that will be used in the web album.
The other options are not so important for me, so i didn’t put them in here.
In the end, you’ll have something like this: http://am.softwarelivre.org/galeria/fedora12releaseparty/
:wq
GooSH.org, my new start page
Posted by Éverton Arruda in Free Software, Linux, Planet INdT, Planet PSL-AM, Web on September 25th, 2009
A friend sent me a link to a webpage, the link was: http://goosh.org. Right after accessing the webpage i decided: “This is going to be my new start page”.
GooSH stands for Google Shell, it is an unofficial Google Product. Written by Stefan Grothkopp, it simulates a Unix Shell with access to some Google Products, simply fantastic!
I recommend it for everyone!
Downloading files from Rapidshare through shell
Posted by Éverton Arruda in Free Software, Linux, Planet INdT, Planet PSL-AM, Tutorial on September 25th, 2009
I’ve seen, at Viva o Linux (http://www.vivaolinux.com.br, in portuguese), a post talking about a ShellScript that downloads files from RapidShare through shell. As, sometimes, i download files from that site, i decided to try it out and it worked fine for me.
This script uses wget to download the first html page, then it gets the link to the page that contains the link to the file, download this second page, checks the timer and waits for it to finish, after it finishes, the script starts the file download. I noticed that, if the download stops, this script continues from where it stopped.
This is how it goes:
1 – Download the ShellScript:
1 | $ wget http://tokland.googlecode.com/svn/trunk/rapidshare/rapidshare-dl.sh |
2 – Set execution permission:
1 | $ chmod +x rapidshare-dl.sh |
3 – Download File:
There are two ways you can do this:
Passing the link as an argument:
1 | $ ./rapidshare-dl.sh http://link.to.rapidshare |
You can also add more than one link:
1 | $ ./rapidshare-dl.sh http://link.to.rapidshare http://another.link.to.rapidshare |
Passing a text file as an argument:
Create a text file, named links.txt for example, and put each link in a different line, like:
1 2 3 | http://link1.to.rapidshare http://link2.to.rapidshare http://link3.to.rapidshare |
Then you run the script with the text file name as an argument:
1 | $ ./rapidshare-dl.sh links.txt |
You can create a link to the script in, or copy it to, the /usr/bin directory, making it executable from everywhere:
1 | # ln -s $PATH_TO_SCRIPT/rapidshare-dl.sh /usr/bin/rapidshare-dl |
1 | # cp rapidshare-dl.sh /usr/bin/rapidshare-dl |
NOTE: This script works only in Unix-like systems.
There is also plowshare, which is another shellscript that does the same thing, and more, but i haven’t tested it yet. In the project page it says that it supports Megaupload, Rapidshare, 2Shared, 4Shared, ZShare, Badongo, DepositFiles and Mediafire, and it also uploads files to those share sites.
PlowShare Page: http://code.google.com/p/plowshare/
Shock ‘n’ Roll with FireFox 3.5
Posted by Éverton Arruda in News, Planet INdT, Web on June 30th, 2009
FireFox 3.5, named ShiretokoShock, is out!
Get it at: http://bit.ly/ShiretokoShock
See also the Shiretoko Shock Campaign: http://www.spreadfirefox.com/shiretokoshock-campaign





