24
2010
Install ies4linux on Ubuntu 9.10 Karmic Koala
Wine and cabextract are needed to run ies4linux So install them like this : Next download and unpack ies4linux like this : Run setup like this If you get errors like unknown option: T unknown option: menubar then simply edit the file ui/kommander/kommander.sh Towards the end you would see a line like this konsole -T “${GUI_TITLE}” –nomenubar –notabbar –noclose –schema BlackOnWhite –icon “$IES4LINUX/lib/ies4linux.svg” –vt_sz 60×30 -e “$IES4LINUX/lib/install.sh” remove the -T , –nomenubar , –notabbar , [...]
21
2010
Cgi bin directory for each user in Apache
This page http://httpd.apache.org/docs/2.2/howto/cgi.html describes how to give each user his own cg-bin directory. The following lines should be added to the Apache configuration file http.conf : Along with this there are some more points to be kept in mind. If you .htaccess file has a section like this : then putting the cgi configuration will give this error : Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden and the cgi [...]
Subscribe
Recent Posts
- Compile wxwebconnect on Ubuntu 11.04 64 bit
- Disqus Comments Importer Script in PHP
- Beginners’ guide to socket programming with winsock
- Handle multiple socket connections with fd_set and select on Linux
- Beginners guide to socket programming in C on Linux
- Gui whois client in python with wxpython
- Whois client code in C with Linux sockets
- str_replace for C
- Easy to use C/C++ IDE for Ubuntu Linux
- Get local ip in C on linux
An article by Binary Tides