1. type “nautilus” into a terminal
2. in the edit menu select PREFERENCES
3. under ICON VIEW DEFAULTS and LIST VIEW DEFAULTS change the zoom level to 66% / 50 % or …
4. DONE!
1. type “nautilus” into a terminal
2. in the edit menu select PREFERENCES
3. under ICON VIEW DEFAULTS and LIST VIEW DEFAULTS change the zoom level to 66% / 50 % or …
4. DONE!
Here is a tutorial for installing awstats to work with DirectAdmin:
Get the directadmin plugin and install it via Plugin Manager from Extra Features section:
http://www.fusion-ict.nl/da_plugin/awstats.tar.gz
Log into the server via ssh and modify /etc/cron.d/directadmin_cron by adding this line:
0 */4 * * * root /usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats_updateall.pl now awstatsprog=/usr/local/directadmin/plugins/awstats/hooks/cgi-bin/awstats.pl
You can do quick by copy/paste:
Read the rest of this entry
Linux is a robust and stable operating system kernel, but there are instances where it can panic, be it due to bad hardware or bad software. It does not happen often, but it can happen.
If you’re running a server or some other always-on system that you may not have easy access to, a kernel panic typically means an inconvenient trip to reboot a system or a phone call to inconvenience someone else. You can, however, configure Linux to automatically reboot on a kernel panic by making a small modification to /etc/sysctl.conf, a configuration file that tweaks many kernel operating parameters.
Add the following to /etc/sysctl.conf: Read the rest of this entry
kernel.panic = 30
Download PuTTY freely at: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Download RealVNC freely at: http://www.realvnc.com/download.html.Install both programs as instructed.
Open PuTTY.Enter your IP address in the Host Name box and Port should be 22. You can find your IP address by typing ‘ipconfig’ at your command prompt.
Select SSH as your Protocol.
Enter a name for your session (to be saved later for quick recall in subsequent sessions) in the Saved Sessions box.
Click Save.
Click Open.
Read the rest of this entry
If you are on an RPM installation of Apache you will find the apache configuration file here:
/etc/httpd/conf/httpd.conf
If you are using apache from the source tar balls probably you will find the configuration file here:
/usr/local/apache/conf/httpd.conf
Using an editor, edit the httpd.conf file and scroll until you find a line like this:
Options All Indexes FollowSymLinks MultiViews
To disable directory browsing carefully remove the line that says: Indexes and leave the line like this:
Options All FollowSymLinks MultiViews
Restart your apache webserver