-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (32 loc) · 1.8 KB
/
index.html
File metadata and controls
46 lines (32 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
D:\Server\xampp\mysql\bin>mysql -u root -p dbname <C:\Users\sohel\Desktop\filename.sql
CREATE TRIGGER insert_guid BEFORE INSERT ON tablename FOR EACH ROW SET NEW.coloumname = UUID();
Nodejs : https://drive.google.com/drive/folders/1LHs-cntZnbJe2v_4LreW2mTBkpifZH4G
https://drive.google.com/drive/folders/16FSqHwNfw5Z6kp4PNlBPabU4dJPYO9_T
react : https://coursehunters.net/course/mastering-react-mosh-hamedani
How to install docker : https://www.youtube.com/watch?v=WRVe1lc3Mdw
.conf
<VirtualHost *:80>
ServerAdmin webmaster@localhost
ServerName coi.l.com
DocumentRoot /var/www/html/project_name/
<Directory /var/www/html/project_name>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
We can use the a2ensite tool to enable each of our sites like this:
# sudo a2ensite example.com.conf
When you are finished, you need to restart Apache to make these changes take effect:
# sudo systemctl restart apache2
In other documentation, you may also see an example using the service command:
# sudo service apache2 restart
127.0.0.1 localhost /hosts file add
Behavior subject : https://github.com/techsithgit/update-data-service
https://stackoverflow.com/questions/2015232/database-design-for-audit-logging
https://www.youtube.com/watch?v=tTK2B7DD1yU
https://www.youtube.com/watch?v=guft6sKYcjA
git clone git@github.com:kpolakowski/Registration-form-Material-UI.git