Saturday, September 26, 2009
Automount - Persistent mount shared folders in VirtualBox (ubuntu as gest, in xp host)
With the command 'id' you can see the user and group id which are needed in the mount command.
The file /etc/rc.local is executed at the end of the boot sequence, hence the vboxsf file system is defined. Add the mount command(s) in the rc.local file:
sudo vi /etc/rc.local
add the following line before the 'exit 0' statement:
sudo mount -t vboxsf -o uid=1000,gid=1000 xp_C /mnt/xp_C
where 1000 is the uid and gid of the default user in the ubuntu gest
xp_C is the name of the shared folder e.g. the disk C which you have to define first in the Devices/Shared Folders...
/mnt/xp_C is the directory you have to create first where the share folder is mounted
Wednesday, July 29, 2009
Bookmark A Page In Your PDF
ditto:
-------
With the long, yet wonderful, books in PDF format these days, there needs to be a better way to digitally bookmark where you left off. For some reason Adobe Reader (Acrobat Reader) doesn’t have this capability built in. I found a plugin for Acrobat Reader to do multiple bookmarks per document from PDF Hacks. However, I really just want it to be simple like a physical book – you bookmark the page you’re on when you stop and go to that page when you pick back up. So here is my plugin to bookmark your page in Adobe Reader.
Saturday, February 28, 2009
Privoxy
http://www.privoxy.org
Secure Gmail access on public networks
https://gmail.google.com
. You'll be encrypted with SSL throughout your entire e-mail session.source
Monday, February 16, 2009
Saturday, February 14, 2009
SnortSnarf
http://www.snort.org/dl/contrib/data_analysis/snortsnarf/
Usage:
perl -w \snortsnarf.pl -d
Installation errors
Can't call method "first_last" on an undefined value at include/SnortSnarf/HTMLMemStorage.pm line 220.
Add in
snortsnarf.pl
the lineuse lib qw(./include/SnortSnarf);
bellow the line
use lib qw(./include);
Using an array as a reference is deprecated at include/SnortSnarf/HTMLMemStorage.pm line 290.
Replace
@
with $$
in line 290 of include/SnortSnarf/HTMLMemStorage.pm
Using an array as a reference is deprecated at include/SnortSnarf/HTMLAnomMemStorage.pm line 266.
ditto
Friday, February 13, 2009
MSConfig
http://en.wikipedia.org/wiki/MSConfig
How to install and configure SNORT on an XP machine
http://www.youtube.com/watch?v=nAWN989WA0A
Run programs as another user in Windows 2000 / Windows XP
runas /user:waynesdomain\myadminaccount regedt32.exe
Runas can be used to start any program, MMC console, or Control Panel item as long as the following requirements are met:
- You provide the appropriate user account and password information.
- The user account has the ability to log on to the computer.
- The program, MMC console, or Control Panel item is available on the system and to the user account.
http://www.windowsnetworking.com/nt/nt2000/atips/atips12.shtml
UPDATE
At a CMD prompt I enter:
runas /env /user:Administrator explorer.exe
I get the prompt to enter the password for Administrator and enter it (I set the PC up so I'm definite that I'm entering the correct password)
I see 'Attempting to start explorer.exe as User "A12345\Administrator".. but nothing happens, I'm just returned to the prompt.
Solution
I always use the following command to launch a separate explorer shell on XP/IE7. Looks like /separate switch is undocumented. Haven't seen it much on web.
Run this command: runas /u:administrator "explorer.exe /separate"
Enter the password and you should see the separate explorer shell running under the administrator account.
http://www.google.com/url?sa=U&start=2&q=http://stackoverflow.com/questions/13805/opening-explorer-shell-with-admin-priveleges-on-xp-with-ie7-installed&ei=OgCWSZ-JIsmH-gbY-aSPCQ&usg=AFQjCNFHpCNAOhBZqOvH_HsdVAcLrzK8IA
Friday, January 30, 2009
-------------------------------------
…καταχωρίζουμε ορισμούς αδόκιμων όρων, εναλλακτικούς ορισμούς δόκιμων όρων και λήμματα της αργκό, με χιουμοριστικό ή και σοβαρό ύφος. Προς το παρόν, έχουμε 8784 ορισμούς για 7900 λήμματα από 2421 χρήστες.
Βοήθησε την ανάπτυξη του μεγαλύτερου ελληνικού λεξικού του είδους καταχωρίζοντας τους δικούς σου ορισμούς, ή συμπληρώνοντας λήμματα που έχουν καταχωρίσει άλλοι. Για παράδειγμα, αν γνωρίζεις τη σημασία κάποιων από τα εξής λήμματα:
- οντισιόν
- Ψώλλυγουντ
- νωχελίμ
- κρανούμπα
- στα μέσα και στα έξω
- δεν ξερει τι να βαλη η γρια στο καρναβαλη
τότε μπορείς να συνεισφέρεις! Η εγγραφή μέλους διαρκεί περίπου 6 δευτερόλεπτα.
Thursday, January 29, 2009
Google Launches Gmail Offline
switch on Gmail Offline (as usual it’s in the labs tab under settings)