Author Archives: Ahmed Tawfik

Unknown's avatar

About Ahmed Tawfik

Cybersecurity Professional, Systems Engineer, OSS & Linux Geek

Installing a Text-based Browser on AIX (Lynx)

If you want a very simple text-based web browser in order to test responses on an AIX server and don’t want to waste time and bandwidth using Firefox – if it exists – and an X-session, use “Lynx”, Here are … Continue reading →

Posted in Unix | Tagged , , , , | 2 Comments

Install NFS Client on Windows Server 2008 R2

Steps: 1. Launch the “Server Manager”   2. Click Role, Click “Add Roles” in the right panel   3. Click Next, Select the checkbox of “File Services”, Click Next.   4. When the “Select Role Services” appears, select the checkbox … Continue reading →

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

Force install Oracle 10g Client on Redhat 5

Source: http://publib.boulder.ibm.com/infocenter/director/v6r1x/index.jsp?topic=/director.tbs_6.1/fqm0_r_tbs_oracle_10gR2_client_will_not_install.html

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

How to overcome NFS through firewall issues using NFS4, while maintaining compatibility with NFS3 clients (Draft)

NFS4 server uses port 2049 only, no port mapping Run “startsrc -s nfsrgyd” on client and server Must use public file system, list the available using “nfsd -getnodes”, or else you’ll get an error indicating “No such filesystem or directory” … Continue reading →

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

Solution to Virtualbox Shared Folders “request not supported” error when accessing/copying files on Windows Guests

Just disable the “Offline Files” Open Windows Explorer -> Tools -> Folder Options -> Offline Files Remove the tick from “Enable Offline Files” There you go! Source: http://forums.virtualbox.org/viewtopic.php?f=2&t=27062&p=188821#p188821

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