Quote from: roberts on January 09, 2010, 01:37:39 PMIf we have multiple definitions of a 'base' system it will reign confusion when there is an issue with no way to boot to the pristine state know as Tiny Core/Micro Core as officia...
If you're toying with the idea of creating a document management solution using OpenOffice.org Base, you don't have to start from scratch. Sergio Corato, the developer of the nifty FastMailMerge extension, has released a beta version of a simple document management database built with OpenOffice.org Base.
Hi everybody
I install postfix, just basic thing for local network ( to receive from other machine in my local area : 192.168.100.0/24)
from other machine for example 192.168.100.25 I receive mail if I use telnet
telnet 192.168.100.100 25
but with mail bela@192.168.100.100
I want to type only the filename of a gcc source that has ".syn" as an extension and copy it, changing the extension to ".c" so it can be compiled.
I do it as follows:
Code:
if (-e $1.syn) then
/bin/cp $1.syn $1.c
endif
This works fine, but if I want to repeat the compilation by recovering the previous call using history, t
Not even sure how I found the reason: mime type of *.r files (plain text R scripts) got set to "application/x-extension-r". (by ~/.local/share/mime/packages/user-extension-r.xml) . I checked update logs but couldn't determine the origin of this file. Interestingly, that happened only on one of two similar installations with the same 64bit Fedora 11.
Just in case somebody wants to turn of blanking of the screen (beyond disabling the screensaver) here is a failsafe :P method:- edit your autostart and addxset -dpms &
xset s noblank &
xset s off &- if you have an xorg.conf file, edit it as root and add in the section "ServerLayout":Option "BlankTime" "0"
Option "StandbyTime"
OTP (aka "onetimepad") is a very simple and very cool XOR encryption/decryption method.as long as the key is truly random and gets only used once (!), it is definitely unbreakable.http://en.wikipedia.org/wiki/One-time_padwhile feeding my curiosity from the web, i stumbled upon these scripts, which i would like to share with you:http://pastebin.com/SGCaYKCGhttp://pastebin.com/eW2evxC2real
Hello, I'm writing simple script to automate splitting and tagging audio files.Here's the code:#!/bin/bash
cuefile=$1
extension=${cuefile##*.}
basename=${cuefile%.*}
if [[ $# -eq 1 ]] && [[ $extension = "cue" ]]; then
if [ -e "$basename.flac" ]; then
type="flac"
elif [ -e "$basename.ape" ]; then
type="ape"
I don't know this method has been already posted or not..
I was very eager to change my s2's DPI..and I could not able to find any proper and simple method..
Then I was going through build.pro and eventually I changed the DPI by editing build. pro..
Here is a simple guide..
1. Open root explorer..
2.