configure gnome parts

October 29, 2008

- gnome-session-properties
- gnome keyring: seahorse


mac

October 22, 2008

mmc snap-in’s

October 21, 2008

Certificates: certmgr.msc
Indexing Service: ciadv.msc
Computer Management: compmgmt.msc
Device Manager: devmgmt.msc
Disk Defragmenter: dfrg.msc
Disk Management: diskmgmt.msc
Event Viewer: eventvwr.msc
Shared Folders: fsmgmt.msc
Group Policy: gpedit.msc
Local Users and Groups: lusrmgr.msc
Removable Storage: ntmsmgr.msc
Removable Storage Operator Requests: ntmsoprq.msc
Performance: perfmon.msc
Resultant Set of Policy: rsop.msc
Local Security Settings: secpol.msc
Services: services.msc
Windows Management Infrastructure (WMI): wmimgmt.msc
Component Services: comexp.msc

adsiedit.msc
azman.msc
certmgr.msc
certsrv.msc
certtmpl.msc
CluAdmin.msc
comexp.msc
compmgmt.msc
devmgmt.msc
dfsmgmt.msc
dhcpmgmt.msc
diskmgmt.msc
dnsmgmt.msc
domain.msc
dsa.msc
dssite.msc
eventvwr.msc
FailoverClusters.SnapInHelper.msc
fsmgmt.msc
fsrm.msc
gpedit.msc
gpmc.msc
gpme.msc
gptedit.msc
lusrmgr.msc
NAPCLCFG.MSC
ocsp.msc
perfmon.msc
pkiview.msc
printmanagement.msc
rsop.msc
SanMmc.msc
secpol.msc
services.msc
StorageMgmt.msc
taskschd.msc
tpm.msc
tsadmin.msc
tsmmc.msc
uddi.msc
WF.msc
WmiMgmt.msc
WSRM.msc


gwt4nb

October 17, 2008

WARNING: ‘com.google.gwt.dev.GWTCompiler’ is deprecated and will be removed in a future release.
Use ‘com.google.gwt.dev.Compiler’ instead.

# GWT 1.6 is required for compiling custom widgets (optional)

* You need to upgrade GWT
* The GWT Compiler class name has changed:
o Replace com.google.gwt.dev.GWTCompiler → com.google.gwt.dev.Compiler in your widget set build script (Ant) or launch configuration (Eclipse).
o Replace the output directory argument for the compiler with the new WAR output argument: -out → -war. The directory parameter for the argument remains unchanged.
* Possible problems when building widgetset using Windows and JDK 1.5. See Known Problems #2891 below.

http://dev.itmill.com/wiki/Articles/GettingStartedOnNetbeans
http://vaadin.com/home


snmputils

October 8, 2008

http://net-snmp.sourceforge.net/

yum install net-snmp
yum install net-snmp-utils


fedora latest builds

October 4, 2008

vmware: vmware server on vista 64 bit

August 25, 2008

You will have problems with the unsigned vmware drivers.
1) Disable driver signing in Vista 64bit by pressing F8 on boot and turn off driver signing.
2) Or register @ vmware & install VMware Workstation beta
3) Or download Driver Signature Enforcement Overrider 1.0 so vista 64 bit will load the unsigned drivers


vista: no auto reboot after automatic update

August 25, 2008

start gpedit.msc
-> Computer Configuration\Administrative Templates\Windows Components\Windows Update
enable “No auto-restart for scheduled Automatic Updates installation”


vmware: run mac osX

August 24, 2008

http://wiki.osx86project.org/wiki/index.php/Vmware_how_to


mac on windows domain

August 20, 2008

suppose we run OS X
1) -> Directory utility (utilities)-> Services -> Active Directory: Configure -> fill in fields & bind to domain
1.2) -> Directory utility (utilities)-> Services -> advanced options -> administrative: disable allow authentcation from any domain in the forest
1.3) -> Directory utility (utilities)-> Search policy -> remove available directory domais & add you domain

2) -> Directory utility (utilities)-> search policy ->
3)  -> Directory Access-> Services-> Services-> LDAPv3: Configure -> select “Use DHCP-supplied LDAP server”.
4)  -> System Preferences -> accounts remove auto-logon.
5) -> System Preferences -> set date-time server to valid time server for your domain
6) disable ldap,bonjour, etc…
7) connect to share
see also Integrating Macs and Active Directory

short cuts:
\ = option + shift + /
[ = option + shift + 5
] = option + shift + 0
{ = option + 5
} = option + 0
| = option + shift + L


fedora 9: MP3 support

July 30, 2008

rpmfusion.org
rpmfusion FAQ

rpmfusion configuration
fed10: rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg
yum install xine-lib-extras-freeworld

boost the ouput volume: alsamixer -c 0 (yum install alsa-utils)

access your mp3 player:
yum install libmtp libmtp-devel libmtp-examples(mtp-tools)libnjb libnjb-devel
yum install amarok gnomad2
yum install gphoto2 -> fuser mtp mount

mpeg,wmv,dvd,…: yum install vlc xine xine xine-lib-extras-nonfree libdvdcss

http://www.faqs.org/docs/Linux-HOWTO/MP3-HOWTO.html#ss12.3
mimms


vmware: vmware server on fedora

July 29, 2008

vmware server 2 on kernel 2.6.29

wget http://www.saarlinux.de/blog/wp-content/uploads/2009/03/vmware-server-modules-2629tar.gz
cd /usr/lib/vmware/modules/source
mkdir oldsources
mv *.tar oldsources/

tar xzf ../../vmware-server-modules-2629tar.gz
vmware-config.pl

http://www.saarlinux.de/blog/?p=5

stop en restart vmware via rc5.d/S28vmware

fedora 9:
1) download  VMware & install RPM
2) yum install gcc gcc-c++ kernel-devel xinetd perl-devel perl-ExtUtils-Embed
(for PAE kernel install kernel-PAE-devel)
3) run /usr/bin/vmware-config.pl
4) start vmware & create virtual machine
5) Install VMware Tools in the Windows Guest Operating System
-> Power on the virtual machine.

-> When the guest operating system starts, select VM > Install

alt-gr=ctrl+alt

solve problem of keyboard mapping:
vi /etc/vmware/config
add following lines
xkeymap.keycode.108 = 0×138 # Alt_R
xkeymap.keycode.106 = 0×135 # KP_Divide
xkeymap.keycode.104 = 0×11c # KP_Enter
xkeymap.keycode.111 = 0×148 # Up
xkeymap.keycode.116 = 0×150 # Down
xkeymap.keycode.113 = 0×14b # Left
xkeymap.keycode.114 = 0×14d # Right
xkeymap.keycode.105 = 0×11d # Control_R
xkeymap.keycode.118 = 0×152 # Insert
xkeymap.keycode.119 = 0×153 # Delete
xkeymap.keycode.110 = 0×147 # Home
xkeymap.keycode.115 = 0×14f # End
xkeymap.keycode.112 = 0×149 # Prior
xkeymap.keycode.117 = 0×151 # Next
xkeymap.keycode.78 = 0×46 # Scroll_Lock
xkeymap.keycode.127 = 0×100 # Pause
xkeymap.keycode.133 = 0×15b # Meta_L
xkeymap.keycode.134 = 0×15c # Meta_R
xkeymap.keycode.135 = 0×15d # Menu
xkeymap.noKeycodeMap = “TRUE”

remove: xkeymap.useKeycodeMap(????) = “TRUE”


Berdorf: foto’s Paul,Tim,Alain,Geert

June 28, 2008

vista: User Account Control (UAC)

June 22, 2008

Vista: elevate an application to run it with Administrator rights

June 22, 2008

1) right click: run as administrator
2) type in the name of the program and instead of pressing enter press shift+ctrl + enter and the uac will popup
3) start programs from elavated command prompt or taskmgr.
4) take the properties of the exe: -> compatibility -> check run as administrator
5) use task shedular to run elevated task (  http://huddledmasses.org/vista-setuid-how-to-elevate-without-prompting )


Vista: stop / remove windows defender

June 22, 2008

1) start windows defender -> tools -> options -> scroll down to: administrator options ->uncheck use windows defender.

2) disable windows defender service from starting, start msconfig -> startup -> uncheck windows defender