public marks

PUBLIC MARKS with search restart

This year

2010

Hacking for Christ: Temporary Mailing Lists

by karlcow

The ad-hoc mailing list is cool. But you never know when a discussion stop and restart. There are some ongoing discussions I have with friends which last for years but at a very irregular pace and sometimes with 6 months of inactivity.

The last year and a half I have been confronted to a similar issue:

1. It costs to create a mailing list (admin work, email addresses, etc.)

2. Archives are good, specifically in a work context. It helps rebuild context for people who are late in the discussion. It helps remembering some decisions.

3. People do not know how to use dynamic folders for managing their emails. (Unfortunately) (All my mails of the last 20 years are in dated space folder with dynamic folders created for the current needs)

4. People do not know how to unsubscribe a mailing-list, but they know how to cc someone.

5. Some mails really belongs to more than one context, and it is a struggle for some people to know where to send them.

Some thoughts about a possible system (all issues not solved)

1. So I was wondering about a system where each mail has a unique id (already the case) and is saved online with its own archive.

2. The mail before being sent to the recipients has its header modified with a Archived-At: containing the URI of this specific mail.

3. It could have another header X-Thread-Archive-at: with the list or content of all emails in this thread.

4. The ACLs are dynamically set on each Web individual archive depending on who has been copied to this email.

5. The ACLs are inclusive for any new persons who is being added to the thread, including previous messages.

6. There is a possibility to tag and/or do positive bias filtering on emails the same way we do with spam, in a working context we would have a kind of shared vocabulary of contexts dynamically created. So the mails would be showing in dynamic contextual views.

Posted by: karl at October 13, 2010 12:54 AM

Access Flickr! :Bypasses the flickr.com filter: Add-ons for Firefox

by decembre
Bypasses the flickr.com filter in Iran, UAE, Saudi Arabia, China and other banned countries and places... Just install the extension and restart your browser. There is no configuration, no menu, no icon... All needed configurations are done automatically! After restarting, you can access flickr.com, without any restriction! Just notice that you should use the basic uploader instead of the flash version. You can find the basic uploader here: http://www.flickr.com/photos/upload/basic And an interview about this extension on "Global Voices": http://www.globalvoicesonline.org/2007/02/14/access-flickr-iran/ History: In my country (Iran), unfortunately, the flickr.com is banned. I'm a fan of that photo-archive website, so I wrote this extension just to help my dear friends who can not access flickr.com from Iran.

Create a DreamLinux USB Flash Drive from CD | USB Pen Drive Linux

by tadeufilippini
Create a DreamLinux USB Flash Drive from CD How to Create a DreamLinux Flash Drive using the Persistent Dreamlinux Installer while running from the Live CD. DreamLinux is a remix based on Debian Linux that features useful applications like Firefox, Thunderbird, Inkscape, Gimp, Open Office, Pidgin, Evince, Gthumb, Xsane, Avant-Window-Navigator, Engage, Rhythmbox, SoundJuicer, SoundConverter, Totem Media Player, Avidemux, EasyTag, Brasero and more. Upon completion of this tutorial, you should end up with a USB DreamLinux Flash Drive that makes use of a persistence feature to save your changes and restore them on subsequent boots. DreamLinux Desktop Screenshot Dreamlinux Desktop Screenshot Distribution Home Page: DreamLinux Minimum Flash Drive Capacity: 2GB Persistent Feature: Yes Essentials to create a DreamLinux Flash Drive * DreamLinux CD * Working CD/DVD Drive * 2GB USB Flash Drive DreamLinux USB Install via the Persistent Dream Script 1. Download DreamLinux Desktop Edition 3.5 XFCE ISO 2. Burn the ISO to a CD and restart your PC, booting from the CD 3. (1) Click the Persistent Dream shortcut from the Desktop (2) Click Next Persistent Dream Installer 4. (1) Type the size of partition you wish to use for DreamLinux (2) Click OkSet DreamLinux Partition Size 5. Once the partition has been setup, Click Next Once Dreamlinux partition has been created, click Next 6. You should see a percentage indicator displaying progress. One the script has finished, Click Done Dreamlinux USB Install Done 7. Shutdown Dreamlinux, Remove the CD, Reboot your computer setting your BIOS or Boot Menu to boot from the USB device. If all goes well, you should now be running Dreamlinux from your USB device. Posted under: Flash drive installs using Live CD Related Portable Linux Posts * No related Portable Linux posts yet. Disclaimer * Portable Linux Categories

Ubuntu Full installation to an external USB Hard drive | USB Pen Drive Linux

by tadeufilippini (via)
Installing Ubuntu 7.04 to a USB Hard Drive A complete Ubuntu install to a USB hard drive is a relatively simple process. As a matter of fact, it is almost as simple as a regular Ubuntu internal hard drive or compact flash card installation. Due to popular e-mail demand from our subscribers, we have decided to write a simple tutorial on the Ubuntu USB hard drive installation procedure. So go grab an available external USB hard drive and a nice cold beverage and lets get started. *Ubuntu is a product of Canonical Ltd Notes: Do be forewarned that this is a full installation (not a compressed Squashfs install) . Due to the extensive read and write operations of a full Linux install, you might want to use an external USB or Firewire Drive with a rotating platter instead of a Flash Drive. Full install Prerequisites: * 8 GB USB hard drive (note "rotating platter" we aren't talking about a flash drive here) * Backup any information on your USB hard drive (device will be formatted during the install process) * Ubuntu ISO (Ubuntu 7.04 was used in this tutorial) however 7.10 should work as well * CD Burner Installing Ubuntu to an external USB hard drive: 1. IMPORTANT: Ensure that all internal hard drives are disconnected from your computer during the install (pull your SATA or IDE cables) 2. Download the Ubuntu 7.04 ISO, burn it to a CD and restart your computer from the live CD 3. Once the Ubuntu Live system is up and running, navigate to System-> Preferences-> Removable Drives and Media and uncheck the following options: Mount removable drives when hot-plugged Mount removable media when inserted Browse removable media when inserted 4. Click the install Ubuntu icon from the desktop to begin the installation 5. At step four Prepare disk space, select the Guided-use entire disk option and elect to install to your USB hard drive: Prepare disk space - Full Ubuntu external hard drive install 6. When the installation has finished, select the option to restart-now 7. Boot into your system BIOS or Boot Menu and elect to boot from your USB Hard drive. If all goes well, you should now be booting into a full installation of Ubuntu from your portable USB device. ;) Posted under: Install Linux to a USB hard drive Related Portable Linux Posts * Pendrivelinux V1 install to a portable USB hard drive * Grub Error 21 after full install to USB hard drive * Use a Floppy to Boot USB Pendrive Linux * USB SUSE Installation to a USB Hard Drive Disclaimer * Portable Linux Categories

Use Greasemonkey Scripts In Google Chrome - But, there are some limitations as well (as with Opera — which also supports some greasemonkey scripts) - Chrome does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs.

by decembre
Well, here is how to run userscripts in chrome : * Add this flag to Google Chrome launcher : --enable-user-scripts - Now, create a folder in your user data directory. Name it as User Scripts. - Save your all GM scripts in this folder. - If you want to import all userscripts from Firefox — you need to do it manually. We have shown you the way to backup your Greasemonkey scripts. Just navigate to your GM script folder in Firefox data directory as describe in this post. Now, you can copy and paste every script’s file manuallyAnd, you are done! Restart the chrome — and visit any related site. It is quite possible that your favorite GM Script will do the magic. - Important fact : Chrome supports “Early Injection” – the ability to run scripts very early in the page’s lifecycle. In Firefox, userscripts run after page load. But in chrome, you can set it to run before page load. For this, you need to add an extra line in scripts meta data section : // @run-at document-start

Robocopy - Wikipedia, the free encyclopedia

by brianwaustin (via)
Robocopy, or "Robust File Copy", is a command-line directory replication command. It was available as part of the Windows Resource Kit, and introduced as a standard feature of Windows Vista, Windows 7 and Windows Server 2008. Robocopy is designed for reliable mirroring of directories or directory trees. It has features to ensure all NTFS attributes and properties are copied, and includes additional restart code for network connections subject to disruption.

Open isn’t so open anymore « Connectivism

by karlcow

karl says:

Your comment is awaiting moderation.

January 3, 2010 at 1:32 pm

When someone says ideology, I often, think « church » and all its derivatives : zealots, blasphemy, etc. An healthy ecosystem has diversity is hackable and makes it possible to have different outcomes.

1. Prehistory: « Open » being a kind of underground culture for a very long time became finally famous. Circumstances of the society, new priorities, new generation of people (geeks) helped to achieve that.

2. The age of iron: For anything which is successful at a macro level in the society come the second generation of people who want benefits of it. First they are the initial « believers » who were living from another activity and wants to live accordingly with their beliefs. It is the first shock and the first softener of the ideology. They have to make compromise with the other markets of the ecosystem. It’s when we start to hear *pragmatic* discourses. Few of them will be successful and then will start bending some rules.

3. The age of industrial revolution: The ecosystem of is here and there are a lot of secondary activities and people. Some people who were not believers but who were just mere employees of the believers. This includes marketers, businessmen, business angels, etc. They want to make a living, they want to invest into it. A lot of tools are available and people using them don’t even know they are the byproduct of this original philosophy. Some people think we have to be careful and keep a minimum of the principles and they organize control organizations (certification, labelling, etc.). It can even reach the legal and political framework of the society.

4. The age of financial market: The original philosophy is gone, the system remains. Some of the original believers think it is a big success for the philosophy. Some getting older became a lot more flexible than when they were young. Some are angry (sometimes very angry) because the principles have been forgotten. They will fork, restart a small group (prehistory) or go on a deserted island and exclude themselves with broken flowers in their dreams.

This happens in many many social groups. Look at organic culture for example, or certain think tanks. It all depends on which levels you want to be, which matters to you. Global or local.

2009

Readme for Windows Media Player 11 for Windows XP

by tadeufilippini
Rolling back to a previous version of the Player Windows Media Player is a feature of the Windows operating system and cannot be removed entirely. However, in Windows XP, you can roll back to the version of the Player that was previously on your computer. You must be logged on as an administrator or a member of the Administrators group to perform the following procedure. 1. Disconnect any portable music or video devices that might be attached to your computer. 2. Click Start, and then click Control Panel. 3. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program. 4. Click Windows Media Player 11, and then click Remove. If Windows Media Player 11 is not displayed in the list of currently installed programs, then try the following: 1. At the top of the list, select the Show updates check box. 2. In the Windows XP - Software Updates section, click Windows Media Player 11, and then click Change/Remove. 5. In each of the two confirmation dialog boxes that appear, click OK. 6. When the rollback process is complete (it might take several minutes), click Restart. 7. Click Start, and then click Control Panel. 8. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program. 9. Click Windows Media Format 11 Runtime, and then click Remove. If Windows Media Format 11 Runtime is not displayed in the list of currently installed programs, then try the following: 1. At the top of the list, select the Show updates check box. 2. In the Windows XP - Software Updates section, click Windows Media Format 11 Runtime, and then click Change/Remove. If you installed a non-US English version of Windows Media Player 11, the instructions in the dialog boxes that are mentioned in steps 9, 10, and 11 might appear in English. 10. In the first confirmation dialog box that appears, click OK. 11. In the second confirmation dialog box that appears, select the Do you want to continue with the rollback? check box, and then click OK. 12. When the rollback process is complete (it might take several minutes to complete), click Restart. 13. Click Start, and then click Control Panel. 14. In the Category View of Control Panel, click Add or Remove Programs, and then click Remove a program.

Blue Joy GNOME-Look.org

by tadeufilippini
Description: Blue-Joy is a combination of the Blue-Junior GTK theme, Azur GTK theme and the Slickness Metacity theme. I have made a lot of special modifications myself. The drop down menus, panel, check boxes, radio boxes, buttons and tabs are all custom designed for this theme. The icon theme used in the desktop screen shot is "Elementary Icons". Because this is a black theme it has some colored text bugs in Firefox 2 (Firefox 3 does not have this problem). In Firefox, some pages have white background with white text,to fix this go to (in Firefox) Edit>Preferences>>Content ,click on colors, Uncheck the "Use system colors" check box Then restart Firefox. To have white text in the Firefox menubar you must modify userChrome.css Add the following code to your userChrome.css file. userChrome.css is located at: /home/{YOUR USERNAME}/.mozilla/firefox/{YOUR PROFILE ID}/chrome/userChrome.css

2008

BurningIsoHowto - Community Ubuntu Documentation

by tadeufilippini (via)
* BurningIsoHowto Conteúdos 1. MD5 Sums 2. Windows 3. In Mac OS X 4. In Ubuntu 5. In Kubuntu 6. In Xubuntu Ubuntu is distributed over the Internet as CD image files, called ISOs. To install Ubuntu, you first need to burn its ISO file onto a CD. You need a working CD/DVD burner and an 80 minute (700 Mb) CD for this. This page explains how you can do it using Windows, Mac OS X, Ubuntu and Kubuntu. If the CD writing fails, try writing at a slower burn speed. The CDIntegrityCheck page describes how to verify the integrity of the finished disk. If your finished disk fails to boot when you restart your computer, please refer to the BootFromCD page. The GettingUbuntu page has links to the ISO image files, as well as other methods of GettingUbuntu. See CdDvd/Burning for information about burning cd or dvd in general

Animated Loading Spinner for Firefox 3 - Loading | Displays a Spinning Animated Firefox Logo (Spinfox) when loading a page in Firefox 3__Userstyles.org

by decembre
Both the Loading New Tab AND the About:blank's background image will be animated. When you open a new tab, it will display this animated image until something from that site is able to be displayed. Features: + Appears when opening new tabs + Appears when loading new tabs content + Appears within loading page contents (a loading div control containing a frame of another site) + Appears when a page transitions to external or new domain + Works in Firefox 3! + Clean and very appropriate animated default image, included with style (Firefox logo Spinning) + Makes your browser look great, and adds that "wow" factor. Additional Information: *NOTE: Please Clear your Cache and Restart your browser after installing or changing this style, your custom image will need to be cached in order for it to be displayed. * You may have to disable the following two styles for this to work: - Custom About:Blank logo - Custom New Tab Loading Image

Caligraft : Hilos

by kruty
This piece is based on the idea of particles swimming along the character outlines. The parameters of the swim are controlled with the position of the mouse, clicking on the applet will restart it with random colors.

Cool Solutions: Configuring a Xen VM for Live Migration within a Cluster

by camel
By default, migrating a Xen Virtual Machine (VM) resource causes it to shutdown on the current node and restart on the new one. Once you configure a Xen VM within the High Availability Storage Infrastructure (HASI), how do you configure the Xen VM resource to live migrate among the cluster nodes?

Firefox 3 Beta: Make Your Extensions Work with the Firefox 3 Beta

by decembre
# Type about:config into Firefox # Right-click anywhere> New>Boolean >new config value >extensions.checkCompatibility and set it to false. # Make another new boolean pair called extensions.checkUpdateSecurity > set the value to false. # Restart Firefox.

sam hipsurfer

by tadeufilippini
SAM Linux Desktop is a self-booting live CD containing a complete and modern desktop OS. You don´t have to install it on your harddisk to try it (but if you wish - you can), it runs completely from your cd drive and your RAM. Ho ho ho! Merry Christmas! After more than half a year without a new SAM disk we are happy to give you a nice Xmas present: SAM 2008 "claw" release candiate 1. Here is the download: klick We wanted to release it as "final", but after such a long time and so much software updates we call it "rc1". We detected only some minor bugs, so there will be no big changes in the final release. What´s new: - SAM uses the newest XFce 4.4.2 as default desktop - SAM now supports around 60 languages out of the box - SAM comes with proprietary Ati and Nvidia drivers on the live cd, and compiz fusion pre-installed - many packages are updated to their newest versions available at the PCLinuxOS repos - OpenOffice was replaced by Gnome-Office (Abiword+Gnumeric) because of disc space limitations - SAM has a new start menu, a "hacked" menu from LinuxMint - the deskbar applet in combination with the tracker search tool gives you a powerful desktop search Note: if you have problems with non-starting SAM menu and deskbar-applet (after killing X or installing the 3rd party video drivers), run "restart XFce4-panel" from the "system" menu. Beside all this, the biggest change is unquestionable the introduction of our own package repositories, basically a slimmed down copy of the PCLinuxOS software source (thanx to Texstar for uncomplicated permission!), enhanced with some new built and some SAM-patched packages. This gives us the possibility to avoid conflicts with PCLOS releated software (i.e. theme packs) and also to make it a bit more easy for normal persons to "not destroy" their SAM desktop by installing the wrong programs (i.e. Nautilus, KDE stuff...). Advanced users who wanna have all the PCLinuxOS packages available still can use the PCLinuxOS software repositories, but wont get full support by our team (because WE use our own sources too). Again many thanks to Texstar and his team at PCLinuxOS and of course to MandrivaLinux for the great work and Server4You for the free server. Now let me come to an end, I wish you all the best and a happy new year, much fun with SAM - and don´t forget the feedback! Hafe fun, Nico

Logmonster FAQ - The Network People, Inc.

by camel
Typical Scenario: You have a web server that serves your domain. You write a simple script to restart apache each night and pipe the logs off to your analyzer. It works. ISP/Hosting Scenario: Each server hosts many domains. You may also have load balanced servers (multiple machines) serving each domain. A tool like this is necessary to: 1. collect all the log files from each server 2. split the logs based on the virtual host(s) 3. discard invalid entries (phishing, referrer spam, etc) 4. sort them into chronological order 5. feed logs into analyzer 6. do something with the raw logs (compress, save to vhost dir, etc) [edit]

Mac OS X 10.5: Finder may restart when trying to change file permissions

by etheriau
Appears to have fixed the Finder hang that my 10.5 box was having after I installed 10.5... Well, no more sudo after this :-( I'm a lowly Standard User.

2007

XP Pro will not recognize USB mass storage devices : usb, storage, mass, xp, device

by nhub (via)
Although it is too late for me, I just received this information from MS support. They said it is OK to post: Dear Stan, Thank you for your reply. According to the information, I recommend you follow these steps to resolve this issue: Step 1: Remove Hidden Devices 1. Click Start. Click Run. Type cmd and press OK. 2. Type "set DEVMGR_SHOW_DETAILS=1" (without quotation marks) and press Enter. 3. Type "set DEVMGR_SHOW_NONPRESENT_DEVICES=1" (without quotation marks) and Press Enter. 4. Type "start devmgmt.msc" (without quotation marks) and click press Enter. 5. Click View. Click Show hidden devices. 6. Click " " to expand Imaging devices, Unknown devices and USB devices. 7. Are there any digital camera devices and unknown devices (including grayed out devices)? If so, please right click it and click Uninstall. Step 2: Remove all oem*.inf files ========================= 1. Click start and click run then under the run line type in the command "cmd" (without the quotation marks) 2. In the command line, type in the following (without the quotes) and press enter after each command: "cd windowsinf" "ren infcache.1 *.old" "ren oem*.inf *.old" "del C:windowssetupapi.log" "exit" Step 3: Removing all entries under HKEY_LOCAL_MACHINE/Enum/USB that start with VID ================================================================== Removing the VID entries from the registry will cause them to be redetected at restart. CAUTION: If you have a USB keyboard or mouse, do not remove the VID entry for these devices, otherwise, Windows may not restart correctly. 1. Click Start and click Run. Type regedit and click OK. The Registry Editor window will open. 2. Go to HKEY_LOCAL_MACHINESystemCurrentControlSetEnumUSB. 3. Highlight and delete all the VID_.... entries. Permissions may be set allowing the deletion of the VID_ entries by following the steps below: a) Right-click the key to be deleted, and then click Permissions. The VID_... Permissions window will open. b) With Everyone highlighted in the Group or User name section, select Full Control in the Permissions section. c) Click Apply, and then click OK. 4. Turn off the computer. Step 4: Reconnect the digital camera to the computer system: ============================= 1. With the computer system turned off, reconnect the Sony DSC-P50 camera to the USB port. 2. Restart the computer. 3. After the Windows operating system has finished restarting, plug the digital camera into the electrical outlet. 4. A New Hardware Detected window should open and reload the drivers. If the camera still cannot work, I recommend you plug the camera to another Windows XP computer (Desktop) to test whether this camera works. I suspect it is an incompatibility issue. Thank you for your time. I look forward to your reply. Best Regards, Microsoft Windows Support Professional

Download Center - Download

by tadeufilippini
Get the latest Java Runtime Environment to use Sun Download Manager Internet Explorer Users: Check the top of this page for a "Java(TM) Web Start ActiveX Control" message in the information bar. If it appears, click it to finish detecting your Java version. We were unable to detect a recent version of Java Runtime Environment (JRE) on your system. With the latest JRE, you can automatically download, install, and run Sun Download Manager (SDM) directly from this page. We highly recommend SDM to easily manage your downloads (pause, resume, restart, verify, and more). Visit java.com for the latest JRE. Java SE Development Kit and NetBeans IDE Cobundle (JDK 6u3 / NB 5.5.1)

Disable Automatic Windows Restart with Auto Reboot Remover

by decembre
Selectively enable or disable the automatic system restart that's applied after certain Windows Updates with freeware application Auto Reboot Remover.Quickest, easiest way to disable the auto reboot process. Auto Reboot Remover is freeware, Windows only.

subcon - Google Code

by camel
Subcon allows you to store your essential system configuration files in a subversion repository and easily deploy different configurations to machines in a cluster. It also features optional integration with SystemImager, enabling the deployment of system images and configuration in a single step. A flexible configuration file provides the ability to start, stop, or restart services or run arbitrary scripts when a change in a file or set of files is detected.

Sparkle - Trac

by mbertier & 4 others (via)
Sparkle is a module that developers can stick in their Cocoa applications (five-step install!) to get instant self-update functionality. Your app will be able to update itself, not just check for new versions: it’ll read the update information from an appcast on your server, download, extract, install, restart, and even offer to show the users release notes before they decide if they want to update.

Active users

vrossign
last mark : 21/01/2012 12:11

karlcow
last mark : 13/10/2010 00:55

decembre
last mark : 22/08/2010 05:37

sdaclin
last mark : 15/06/2010 15:54

tadeufilippini
last mark : 07/05/2010 03:04

brianwaustin
last mark : 17/02/2010 22:26

sammyfisherjr
last mark : 02/12/2009 09:01

kruty
last mark : 25/10/2008 13:00

camel
last mark : 09/07/2008 12:15

etheriau
last mark : 03/03/2008 00:27

nhub
last mark : 26/12/2007 12:10

mbertier
last mark : 13/08/2007 10:46