woensdag 26 oktober 2011

Computacenter app

webmail is currently not available due to security issues at server side ! Enable Notes Traveler in the setup panel if installed.

Latest version 0.7
Click here to download the latest version.

As I was bored to use multiple apps to consult my iNotes mail and company blog, I decided to build something myself to have it all under one hood. If you think you can benefit from it, please feel free to install and use it. Feedback is always welcome. :-)

Changelog V0.7
New - enable other Traveler functionalities
New - add links to CC Eshop and ING CarLease
Changelog V0.6
New - Support to launch Notes Traveler Mail iso webmail
New - Facebook Share button to promote the app ;-)
Changelog V0.5
New - checkbox added to disable splashscreen
Update - buttons resized
Changelog V0.4
New - setup panel
New - splashscreen
Changelog V0.3
Rebuild app using google appinventor
Changelog V0.2
New - access to extranet via tabs
Changelog V0.1
Firdt build using Appgeyser.com
Only showing the blog

maandag 10 oktober 2011

YLMF OS

If you have someone who is scared to switch to unix then this linux version might be helping.

YLMF is a ubuntu derivate with a XP (version 3) or WIN7 (version 4) look.

The installation is very fast and also the OS afterwards.

zondag 9 oktober 2011

Exorcist 2011


Even in heaven they don't let him rest


What if your server won't boot due to diskspace issues ?

Let's assume our server paniced and rebooted but then fails because the filesystem is complete full.

From the xscf prompt reboot the system by sending a panic signal.
reset -d 0 panic

Once the system starts rebooting, take a close look to the console.
console -d 0 -y

Jumping back to the xscf console (#.) can allow you to perform a sendbreak. Multiple attempt might be needed.
sendbreak -d 0 -y

Once you are on the OK prompt you can boot as next to correct the problem:
Boot in single usermode : boot -sw
Boot in failsafe mode : boot -F failsafe

Happy recovering :-)

4M4Z1N6 7H1N65

‎7H15 M355463 53RV35 70 PR0V3 H0W 0UR M1ND5 C4N D0 4M4Z1N6 7H1N65! 1MPR3551V3 7H1N65! 1N 7H3 B361NN1NG 17 W45 H4RD BU7 N0W, 0N 7H15 L1N3 Y0UR M1ND 15 R34D1N6 17 4U70M471C411Y W17H 0UT 3V3N 7H1NK1N6 4B0U7 17, B3 PR0UD! 0N1Y C34R741N P30PL3 C4N R34D 7H15. R3 P057 1F U C4N

Copy data while maintaining all details

cd /sourcedir ; tar cEf - subdir1 subdir2 | ( cd /destdir ; tar xf - )

zaterdag 8 oktober 2011

maandag 8 augustus 2011

mount windows share

sudo smbmount //<hostname>/<sharename> <mounting point> -o username=<username>,password=<password>,uid=1000,mask=000

donderdag 16 juni 2011

Level 2 network info (physical status)

#dladm show-dev
bge0 link: up speed: 1000 Mbps duplex: full
bge1 link: up speed: 100 Mbps duplex: half
nxge0 link: up speed: 1000 Mbps duplex: full
nxge1 link: unknown speed: 1000 Mbps duplex: full
nxge2 link: unknown speed: 1000 Mbps duplex: full
nxge3 link: down speed: 1000 Mbps duplex: full
nxge4 link: up speed: 1000 Mbps duplex: full
nxge5 link: unknown speed: 1000 Mbps duplex: full
nxge6 link: up speed: 1000 Mbps duplex: full
nxge7 link: up speed: 100 Mbps duplex: full
clprivnet0 link: unknown speed: 0 Mbps duplex: unknown

dinsdag 14 juni 2011

How to check status of cluster and network

when there were issues on the network, it could be that your devices went bezerk and the networkdevices are loosing their IP. plumbing could fail and the only thing you can do is to reboot via "init 6".
Best to check via the console the bootsequence in order to trace duplicate IP's
once the machine is rebooted you can perform next commands:
ifconfig -a
cluster status
scstat
Here you will see the current status whether or not it is all returned to OK.