Resolve Hostname on AIX

host “hostname”

e.g.

host “myhost”

Output:

myhost is 10.11.212.134,  Aliases:   wkms2

Posted in Unix | Tagged , | Leave a comment

How to enable telnet in Windows Server 2008

http://www.elmajdal.net/win2k8/how_to_enable_telnet_in_windows_server_2008.aspx

Posted in Uncategorized | Tagged , | Leave a comment

Mounting Unix-based NFS Share on Windows Server 2003 (Draft)

http://bhanderi.dk/how-tos/sfu_nfs_client.php

Posted in Windows | Tagged , | Leave a comment

Password-less logins with OpenSSH on AIX

http://www.debian-administration.org/articles/152

Posted in Unix | Tagged , , | Leave a comment

Adding multiple rows/columns to a spreadsheet in LibreOffice Calc

Inserting more than one row/column at a time

  • To insert multiple rows into a Calc spreadsheet at one time, select the same number of rows as you want to add, beginning at the row AFTER where you want the insertion to be, then
    • Ctrl-click/right-click on the row header (where the row numbers are) within your selection, and choose Insert Rows from the contextual menu, or
    • Click on the “Insert Rows” button in your toolbar (if it’s visible there), or
    • Choose Rows from the Insert menu.
  • To insert multiple columns, just follow the above instructions subtituting ‘columns’ for ‘rows’ – it works exactly the same way.

Source: http://neowiki.neooffice.org/index.php/Adding_multiple_rows/columns_to_a_spreadsheet_in_Calc

 

Posted in Ubuntu | Tagged , , | 1 Comment