Today many people need to authenticate users to the proxy using accounts created in Active Directory. For doing this task squid itself must be compiled with support for basic authentication and external groups in LDAP …
There are three ways to install 3rd party applications and programs in FreeBSD. Ports collection – Packages from source code. Binary packages – Pre-built binary packages. Compiling an application from source code. How to find …
Launcher Super (Press) Open Launcher, displays shortcuts. Alt + F1 Open Launcher keyboard navigation mode. Super + Tab Switch application via Launcher. Super + 1 to 9 Same as clicking on a Launcher icon. Super …
Solve the problem of support php-zip-extension in Fedora-16 Problem If you install PHP from the standard repository found no support php-zip-extension, Moodle 2.2 will not run on the server. This is a problem for some …
Enabling ALPM will save 1-2 W power, but may cause corruption of data for some devices. echo SATA_ALPM_ENABLE=true | sudo tee /etc/pm/config.d/sata_alpm Change your desktop background to a lighter color for the notebook LCD-screen increases …
dhcpd server is designed for automatic and dynamic assignment of: IP-addresses wins dns default gateway time server subnet mask Dhcp does not require a server on each subnet, it can work through the relay agent. …
Installing openssh server (SSH). and type sudo apt-get install openssh-server if need any configuration changes open SSH configuration file and edit: sudo vim /etc/ssh/sshd_config
/etc/group is a text file which defines the groups to which users belong under Linux and UNIX operating system. Under Unix / Linux multiple users can be categorized into groups. Unix file system permissions are …