User login |
Keeping a central file repositoryI have multiple computers for which I would like to keep files in sync. 3 Sweden and Samsung Galaxy I7500Finally I got my Samsung Galaxy GT-I7500. When I inserted my SIM it directly connected me to my operator here in Sweden (which is 3). Setting up the APN for data connection gave me some minor problems.
Use PC Speaker from JavaGetting the PC speaker to emit a annoying beep might seem to be a quite easy task. And it is provided that you are in a graphical environment such as X.org och MS Windows™. Then using this easy bit of code will do: SVN by ExampleThe example setupThe following test repository was created and used in the following examples. $ cd /tmp $ svnadmin create `pwd`/testrepo $ svn mkdir -m "Added trunk" file:///tmp/testrepo/trunk/ $ svn co file:///tmp/testrepo/trunk/ testwc $ echo "Added file in revision 2" > testfile.txt $ svn add testfile.txt $ svn ci -m "Rev 2" Sending testfile.txt Transmitting file data . Committed revision 2. $ echo "Added a new line in rev 3" >> testfile.txt $ svn ci -m "Rev 3" Sending testfile.txt
Project IdeasBelow are some ideas on projects I would like to get started on (when time comes).
Open Nautilus 2.6 in browse modeStuck on a machine with Gnome 2.6 and want Nautilus to open in browser mode by default ?
My Oracle NotesHere are some quick memos about Oracle. They are mostly here to be a place where I can refresh my memory. Start a Oracle databse instance* Setup paths and SID * Start TNS Listner * Startup the instance $ sqlplus "/ as sysdba" SQL*Plus: Release 9.2.0.8.0 - Production on Mon Dec 3 11:51:25 2007 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. Connected to an idle instance. SQL> startup MS Windows Commandline TipsAs a *nix user I'm used to the "powers of command line". Despite the rumors of being a GUI only OS MS Windows(C) you can do useful things from the command line. SysteminfoThe equivalent to *nix command such as uptime, vmstat, uname is one command systeminfo C:\>systeminfo systeminfo Host Name: MACHINE1 OS Name: Microsoft Windows XP Professional OS Version: 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation
JUCpioProject summary!SVN What is JUCpio ?JUCpio stands for Java Util CPIO and is a set of classes (a API) for reading and writing cpio files. It is designed to be similar to java.util.zip. The primary reason I started this project was to learn more about the CPIO file format. The API is currently in a very early stage of development. FeaturesImplemented* Gives a interface to extract data from cpio files.
Installing Windows XPWhile I was installing Windows XP as a VirtualBox guest operating system I got the following error message from the Windows XP installer "No valid system partitions were found. Setup is unable to continue." The solution was to start the installer with the '/syspart:c:' argument. Select Disk 0 Clean Create Partition primary Active Assign Letter=C Detail Disk exit format c: /fs:ntfs /x /q winnt32.exe /syspart:c:
|