Knowledgebase
vi helpful commands
to remove ^M in vi type
:%s/[ctrl]v[ctrl]m//g
to save as unix type:
:set filetype=unix
13ww ... more
:%s/[ctrl]v[ctrl]m//g
to save as unix type:
:set filetype=unix
13ww ... more
Post Date: 2015-02-22 18:28:56 · Tags: Knowledgebase,
Oracle 8i adding tablespace
Here's an example of statement that creates a new tablespace and new user that can use it.
It shoul ... more
It shoul ... more
Post Date: 2015-02-22 18:00:27 · Tags: Knowledgebase,
Sharing Linux folder using Samba
install samba first:
sudo apt-get install samba
Edit /etc/samba/smb.conf
[ShareName]
pat ... more
sudo apt-get install samba
Edit /etc/samba/smb.conf
[ShareName]
pat ... more
Post Date: 2018-05-15 13:35:36 · Tags: Knowledgebase,
Setting up directory authentication using .htaccess
Setting up directory security using .htaccess
First create a password file:
> htpaswd -c /var/ww ... more
First create a password file:
> htpaswd -c /var/ww ... more
Post Date: 2015-02-12 13:14:04 · Tags: Knowledgebase,