Entries Tagged as 'xclouds'

ora-28001

ora-28001- the password has expired! Changing password for New password: **** Retype new password: **** Password changed Connected.

ora 28000

ora 28000! – SQL> alter user account unlock;

apachectl

Errors have been made. Other will be blamed! apachectl -t saves you !

error 28

Got error 28 from storage engine….-> Disk full, you idiot !

xpenguins

sudo apt-get install xpenguins – really made the day fun @ work :)

sendmail trick :)

The sendmail usage message is confusing! It needs a — not a – before the sendmail options: mail email@xxx — -f email2@xxx Took me 1 hour.

from win to linux

From Linux to Windows :) -> smbclient \\\\IP\\share -c “put filename” -U ‘username%pass’

cp -Rf?

cp -Rf did not work. Even though it is deprecated, it did the job : cp –reply=yes -> no more asking for confirmation…

/dev/shm

mount -t tmpfs shmfs -o size=16384m /dev/shm – FIXED !!!!

9.04 VPN

New 9.04 VPN interface setting: under routes, check “use this connection…” otherwise VPN route will take over local routes.

slow ssh

Slow ssh to ask for password in Ubuntu -> edit ssh_config, comment out GSSAPIAuthentication yes
GSSAPIDelegateCredentials no.

Back to work.

sysv-rc-conf

There is an alternative for editing runlevels that can be used just like chkconfig–> sudo apt-get install sysv-rc-conf

OpenOffice 3 on Ubuntu

How to Install OpenOffice.org 3.0 on Ubuntu 8.10 -> http://tinyurl.com/5zfzh4

from nano to vim

From nano to vim in Ubuntu: ~#sudo update-alternatives –config editor

alltray

Thunderbird – minimize to tray feature with sudo apt-get install alltray