Change ownership of the directory to ensure you have the permissions to modify files within the directory sudo chown -R $USER:$USER /var/www/<your-di…
Read more
Showing posts from June, 2023Show all
export const getSingleTelevist = async ( televisitId : string ) => { const bearer_token = localStorage . getItem ( "auth_token" );…
Read moresudo chown -R mongodb :mongodb / var /lib/mongodb sudo chown -R mongodb :mongodb / var /log/mongodb sudo systemctl restart mongod sudo systemctl status…
Read moreecho "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list sudo apt-get update s…
Read more// Utils for date time format const formatDateAndTime = () => { const now = new Date (); // Extract date components const day = String…
Read more