Category Archives: Uncategorized

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

Enable Right-to-left Support in Lotus Symphony 3 through CTL

I was translating a document from English to Arabic in a Lotus Symphony document and it was really an annoying experience, as pressing the right cursor goes left and vice versa, as well as many other annoyances. I searched the … Continue reading

Posted in Uncategorized | 3 Comments

Create a folder for importing an Oracle dump file

Generally speaking, in Oracle DB, for you to be able to import a dump file, you have to use a predefined list of directories in order to read the dump file from, don’t know why, but that’s how it goes. … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Delete Fonts from Ubuntu

I installed many fonts and many web pages were looking very bad with these fonts, so I decided to remove them Navigate to the “.fonts” folder Delete the font That’s it 🙂 Note: This only applies to user fonts, i.e. … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Temporary Tablespace in Oracle 10g

Temporary tablespaces are used to manage space for database sort operations and for storing global temporary tables. For example, if you join two large tables, and Oracle cannot do the sort in memory, space will be allocated in a temporary … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment