Skip to main content

Installing Dansguardian Webmin Module

Download the webmin module and run the following:


cd /usr/share/webmin/install-module.pl dgwebmin-0.7.0beta1b.wbm # <-- webmin dansguardian module location
$ sed -i "s|autorestart=0|autorestart=1|" /etc/webmin/dansguardian/config
$ sed -i "s|file=/sbin|file=/usr/sbin|" /etc/webmin/dansguardian/config
$ sed -i "s|/rc.d/init.d|/init.d|" /etc/webmin/dansguardian/config
$ sed -i "s|/rc.d/init.d|/init.d|" /etc/webmin/dansguardian/config

Comments

Popular posts from this blog

NOCOPY Parameter Hint in PL/SQL

Before we get to understanding the NOCOPY parameter hint in PL/SQL, it would help to first look at PL/SQL parameter modes and the ways in which they pass values in and out of a subprogram. PL/SQL subprograms have three parameter modes: IN parameter mode is used to send values into the subprogram from the calling program. An IN parameter can only be read, its value cannot be modified inside the subprogram. OUT parameter mode is used to return values from the subprogram to the calling program. IN OUT parameter mode is a hybrid of IN and OUT. It is used to send values into the subprogram, and its value can be modified within the subprogram. On exit, the subprogram returns the updated value of the IN OUT parameter to the calling program.  Continue reading at Source :  NOCOPY Parameter Hint in PL/SQL

Ben Youssef Madrasa

The Ben Youssef Madrasa was an Islamic college in Marrakech and was named after the amoravid sultan Ali ibn Yusuf (reigned 1106–1142), who expanded the city and its influence considerably. The college was founded during the period of the Marinid (14th century) by the Marinid sultan Abu al-Hassan and allied to the neighbouring Ben Youssef Mosque. The building of the madrasa, as it is now, was (re-)constructed by the Saadian Sultan Abdallah al-Ghalib (1557–1574). It is the largest Medrasa in all of Morocco. In 1565 the works ordered by Abdallah al-Ghalib were finished, as confirmed by the inscription in the prayer room. Its 130 student dormitory cells cluster around a courtyard richly carved in cedar, marble and stucco. The carvings contain no representation of humans or animals as required by Islam, and consist entirely of inscriptions and geometric patterns. This madrasa was one of the largest theological colleges in North Africa and may have housed as many as 900 students. One of its...

What is Bitnami ?

                                            What is Bitnami ? Bitnami makes it easy to run your favorite server apps anywhere Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud. We take care of compiling and configuring the applications and all of their dependencies (third-party libraries, language runtimes, databases) so they work out-of-the-box. The resulting packaged software (a 'stack') is then made available as native installers, virtual machines and cloud images. These Bitnami application packages provide a consistent, secure and optimized end-user experience when deploying any app, on any platform. Bitnami Cloud Hosting Bitnami Cloud Hosting is a server management solution that makes it incredibly simple to launch and...