by prettyscripts on 2011-11-24 10:25:00 • Leave a comment »
unix • windows
ever since upgrading my pc to win7, i'm always asked to enter my login to a network drive connected to a linux server via samba even everytime i restarted my pc, though the option Remember my credentials is checked.
why does window provides an option t…
more »Tags: credential, linux, login, network, samba, win7, windows
by prettyscripts on 2011-04-27 10:44:00 • Leave a comment »
unix
by default when fedora / redhat linux is installed, a 'fedora test page' is displayed when apache server is started.
or when websites are configured on server, denying ip address via .htaccess, the same default page is displayed.
to disable this page,…
more »Tags: apache, default, deny, fedora, htaccess, linux, red hat
by prettyscripts on 2009-10-15 10:23:11 • Leave a comment »
unix
there are 2 commands to add user: userad and adduser. (the commands could be the same for other linux.)
adduser is easier to use. it prompts for relevant information.
to allow new user to run sudo, run:
$ usermod -G admin <username>
more »Tags: linux, ubuntu, user
by prettyscripts on 2008-05-28 00:22:51 • Leave a comment »
unix
to find out the ubuntu version the server is running, the information can be found in file /etc/issue.
alternatively, run this command:
$ lsb_release -a
to find out the kernel version, run this command:
$ uname -a
these commands are probably appl…
more »Tags: linux, unix, version