OS Categories

Where almost everything resides.

If found, this message is stating that the emlxs driver has determined that the firmware kernel component needs to be updated. To perform this update, execute luxadm -e forcelip on Solaris 10 (or a fcadm force-lip on Solaris 11) against each emlxs instance that reports the message. As stated in the documentation: This procedure, while disruptive, will ensure that both driver and firmware are current. The force lip will temporarily disrupt I/O on the port. The disruption and firmware upgrade takes Read more...
God mode in windows 7 can be unhidden with this little trick. First step, create a folder in the Desktop and set next name to it: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Now this folder will change its icon to tooks like: There are a lot of new features to play with after that... But becarefull, with power comes big responsibility.   Read more...
Working with multiple files in vi it's possible... :e filename - Edit a file in a new buffer :bnext (or :bn) - go to next buffer :bprev (of :bp) - go to previous buffer :bd - delete a buffer (close a file) :sp filename - Open a file in a new buffer and split window ctrl+ws - Split windows ctrl+ww - switch between windows ctrl+wq - Quit a window ctrl+wv - Split windows vertically hide - close current window :only - keep only this window open :ls - show current buffers :b 2 - open buffer Read more...
If you have an issue booting your xen 5 because you have loose MBR information, here is how you can restore it very quickly. Proceed booting your server with a live cd distribution, like wifiSlax, and run the next commands. mount the necessary partitions in your harddisk to have / and /boot mounted. Let's say you have sda1 assigned to boot and sda2 to root partition. # mount /dev/sda2 /mnt # mount /dev/sda1 /mnt/boot or like in my case, mount your RAID1 partitions to access to yor root Read more...
Enabling SSH service from command line in MacOS can be done using with some brief commands without using the GUI (Sytem preferences). To do that, open an Terminal window and run the following commands: $ systemsetup -setremotelogin on $ sudo sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist To disable remote login (SSH): $ systemsetup -setremotelogin off Do you really want to turn remote login off? If you do, you will lose this connection and can only turn it back on locally Read more...