Oct 26
I recently wanted to download a file from a Web site without using a browser, just in raw text format. I used the Telnet command to perform the operations normally performed as part of the HTTP download process, which are essentially a series of GET commands. To initiate the connection, telnet to port 80 (instead of the default port 23) of the Web site, as the following example shows:
c:\>telnet www.alibutt.com 80
Read the rest of this entry »
Oct 23
When run on your BlackBerry Enterprise Server the following command line will export your installed licence keys to a text file. Replace c:\beskeys.txt with the path and filename of your choice.
bcp besmgmt..licensekeys out c:\beskeys.txt -c -T
Oct 10
In large organisations large amount of documents have to be uploaded into document libraries. This can be a time consuming task especially if the hierarchy has to be maintained in folders in the document library as well.
A quick fix is to map a drive to your sharepoint site from Windows Explorer. Simply choose Tools, Map Network Drive; choose a letter; and in the Folder field, paste in the full http://….. address for your sharepoint site. Click the “reconnect at logon” option and you’ll always have a drive mapped to sharepoint!
Oct 08
With all the constant put downs of Wordpress by the digg community, I am here to prove that Wordpress can in fact, handle the digg effect
System:
P3 800Mhz
512 Rambus memory
20GB hdd
7392k down / 482k up
Read the rest of this entry »
Oct 01
When you receive a STOP error, Windows displays the STOP on a Blue screen, hence the name BSOD (Blue Screen Of Death).
If you prefer a Red screen with White text, or any other color combination that is easier for you to see:
Read the rest of this entry »
Oct 01
FrontPage lets you create archives of SharePoint sites for backup and restore purposes. To do so, perform the following steps:
1. Use Microsoft Internet Explorer (IE) to open the SharePoint site.
2. From the File menu, select “Edit with Microsoft Office FrontPage.”
3. In FrontPage, select Tools, Server, Backup.
4. Check the “Include subsites in archive” option and click OK.
5. Select a folder and filename for the Web site archive file (.fwp) and click Save.
6. After the backup is complete, click OK to the “Backup completed” dialog box.
Read the rest of this entry »
Recent Comments