Follow those instructions:
- under Opera, export your bookmarks (e.g. to /tmp/bookmarks.adr file)
- into a console, parse the file like that :
cat /tmp/bookmarks.adr |tr -d '\n' |sed -e 's/#/\n/g;' |grep "SHORT NAME" |sed -e 's/.*URL=\([^ \t]*\)[ \t].*SHORT[ ]NAME=\([^ \t]*\)[ \t].*$/\2\t\1/g;' > /tmp/urlAlias.txt
- under Firefox, go to Preferences of Url Alias add-on
- copy/paste contents of /tmp/urlAlias.txt in "Configuration" panel
sharing knowledge earned into design/development/technical delicate and/or difficult situations ...
Labels
Gnu/Linux
(95)
Administration
(83)
StorageHardware
(17)
Programming
(16)
WebBrowser
(15)
General
(11)
GNU/Bash
(7)
Solaris
(7)
Virtualization
(7)
C
(6)
Domotics
(6)
Musics
(5)
Raspberry
(5)
Desktop
(4)
Java
(4)
VersionControlSystems
(4)
ArtificialIntelligence
(2)
Optimization
(2)
multimedia
(2)
Arduino
(1)
Electronics
(1)
LTS
(1)
MacOS
(1)
Mechanics
(1)
Processing
(1)
Robotics
(1)
Ubuntu
(1)
Upgrade
(1)
ez-robot
(1)
23 April 2010
Firefox add-ons providing more or less same Opera functionalities
Those are Firefox add-ons which fit more or less some Opera functionalities I found the most useful:
20 April 2010
Goodbye Opera, Welcome back my Beloved Firefox Web Browser
I'd used Opera from May of 2008 to March of 2010, against my strong philosophy of open-source software use.
Flush a queue of e-mails
For various reasons it's possible that some e-mails are queued (for instance because of issue into an element of a full and safe emails server - e.g. too old packages, broken anti-virus, broken anti-spam ...).
After having fixed the issue, it's interesting to flush all queued e-mails, which can easily be done with the following command:
postqueue -f
After having fixed the issue, it's interesting to flush all queued e-mails, which can easily be done with the following command:
postqueue -f
Subscribe to:
Posts (Atom)