Firefox 3.2 Alpha release is now available! Not sure yet what is new with this release but I'm sure to give it a try, might break a lot of extensions though.
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
#! /bin/bash
startx
clear
exit
xscreensaver &
exec opera -kioskmode -noexit -nomenu -nosysmenu etc...
Re: How to Create Local Repository on Hard Disk
I'll describe a few steps I made to construct my personal repository. My current setup is:
- Ubuntu 'Warty' installed with Internet access (at work)
- Ubuntu 'Warty' installed without Internet access (at home)
Using the usual Ubuntu repositories, I updated the system and installed some packages I wanted (ruby, apache, mysql, etc). You don't need to install that on the host system, just use the apt-get's download only option. All files downloaded from repositories are in the /var/cache/apt/archives directory in the host system. I did these steps:
1. Created /opt/repo directory (could be the home directory)
2. Created the directory /opt/repo/binary (copied from Debian specs)
3. Copied all debs from my update from /var/cache/apt/archives to /opt/repo/binary
4. Executed dpkg-scanpackages like this:
# pwd
/opt/repo
# dpkg-scanpackages binary /dev/null | gzip -9c > binary/Packages.gz
5. Burned a CD with its contents
For use that in my standalone host, I did this:
# apt-cdrom add
...
I think it's all.
Cya.
Firefox 3 Beta 5, is now out, but you should probably wait before updating to the newest release. Cause this one breaks a lot of plugins and not even the lifehacker hack can enable them. Adblock appears on the toolbar but is completely worthless, it DOES NOT work!!!
Fix it!!!!Fix it!!!! Fix it!!!! Fix it!!!! Fix it!!!! Fix it!!!! NOW!!!
What is ImageHost Grabber?
ImageHost Grabber is a firefox extension that will download all images on a page that are hosted on an image host. You find this often in web forums where people will use a free image host to post a gallery of pictures. This extension will allow you to download all the images on the current page.
Powered by ScribeFire.