Cannot write to file (./tmp/send_password_html_admin.html)
Please chmod 777 folder /usr/local/psa/admin/htdocs/powertoys/tmp/ and will work, we fixed in 4.5.0
Posted on 05 February 2009.
Cannot write to file (./tmp/send_password_html_admin.html)
Please chmod 777 folder /usr/local/psa/admin/htdocs/powertoys/tmp/ and will work, we fixed in 4.5.0
Posted in Linux, Plesk0 Comments
Posted on 27 January 2009.
By default AwStats does not show countries visitors are coming from. To enable this feature, GeoIP plugin should be configured. Here is the information about this plugin from /etc/awstats/awstats.conf: Continue Reading
Posted in Linux, Plesk0 Comments
Posted on 27 January 2009.
#update stats
/usr/local/psa/admin/sbin/statistics –-calculate-one –-domain-name=www.www.ww
Posted in Linux, Plesk0 Comments
Posted on 27 January 2009.
Posted in Linux, Plesk0 Comments
Posted on 21 January 2009.
| If you are using FTP software, there is usually a menu option or button that says “Change Permissions,” click this option. You have choices of R(read), W(write), and X(execute)*.If you are using a command line utility such as PuTTy, you need to use the “chmod” command.
If you want to give read permissions, use the command: Continue Reading |
Posted in Linux0 Comments
Posted on 21 January 2009.
Linux / Unix and variant users
Files
Linux / Unix users can delete files through the console by using the rm command. See this page for additional information about this command.
Folders
Linux / Unix users can delete folders through the console by using the rmdir command. See this page for additional information about this command.
Like Microsoft Windows, Linux / Unix users can also delete files through the GUI by locating the file and pressing the delete key on the keyboard.
Posted in Linux0 Comments
Posted on 11 November 2008.
1. Nano Basics
This guide was written to cover basic operations in nano, and is meant to be very concise. For more information about nano check out: Continue Reading
Posted in Linux0 Comments
Posted on 29 October 2008.
mv – move (rename) files Continue Reading
Posted in Linux0 Comments
Posted on 18 September 2008.
Command Library
NAME
halt, reboot, poweroff – stop the system.
SYNOPSIS
/sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h]
/sbin/reboot [-n] [-w] [-d] [-f] [-i]
/sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h]
DESCRIPTION
Halt notes that the system is being brought down in the file /var/log/wtmp, and then either tells the kernel to halt, reboot or poweroff the system.
If halt or reboot is called when the system is not in runlevel 0 or 6, in other words when it’s running normally, shutdown will be invoked instead (with the -h or -r flag). For more info see the shutdown(8) manpage.
The rest of this manpage describes the behaviour in runlevels 0 and 6, that is when the systems shutdown scripts are being run.
OPTIONS
-n
Don’t sync before reboot or halt.
-w
Don’t actually reboot or halt but only write the wtmp record (in the /var/log/wtmp file).
-d
Don’t write the wtmp record. The -n flag implies -d.
-f
Force halt or reboot, don’t call shutdown(8).
-i
Shut down all network interfaces just before halt or reboot.
-h
Put all harddrives on the system in standby mode just before halt or poweroff.
-p
When halting the system, do a poweroff. This is the default when halt is called as poweroff.
Posted in Linux0 Comments
Posted on 26 August 2008.
pecl list-all
pecl install pecl_http
configuration option “php_ini” is not set to php.ini location
You should add “extension=http.so” to php.ini
Posted in Linux, Plesk0 Comments
Posted on 26 August 2008.
After the Mashed Museum day yesterday, I finally got in gear to see what the OpenCalais service could do to enrich the tags upon our blog post archives and forthcoming posts. To do this I used two separate plugins that have already been written and tested out by others (i’ll write about this in a separate post). However, to get this to work, I had to get the Curl library working on our main server (backup already functions) and to do this required a clean install of curl. So first off, I’ll be techie and explain how to get curl working on your linux box post installation of apache and PHP. Most of the articles I found talked about doing this prior to installing PHP. Continue Reading
Posted in Linux0 Comments
Posted on 26 August 2008.
APC,
Alternate PHP Cache, is now the most maintained free/open source op-code cache, and is being used more and more as it emerges to be the
most stable. Continue Reading
Posted in Linux0 Comments
Posted on 26 August 2008.
‘ps’ actually only shows you the tasks started in that shell. To see all running tasks, use:
ps aux
You can then use ‘kill PID’ or ‘killall <process-name>’. Note that the latter will, of course, end all instances of that application.
Posted in Linux0 Comments
Posted on 25 August 2008.
1) vim /etc/yum.repos.d/asl.repo
2) Delete all lines from file
3)Save & quit the doc :wq
more command for VIM
Posted in Linux0 Comments
Posted on 25 August 2008.
Basic “vi” features
One edits a file in vi by issuing the command: vi file-to-edit.txt
The vi editor has three modes, command mode, insert mode and command line mode.
