Mar 12 10:09:45 vault1 1 2023-03-12T10:09:45.621829+05:30 vault1.nas avahi-daemon 1495 - - Found user 'avahi' (UID 200) and group 'avahi' (GID 200).
Mar 12 10:09:45 vault1 1 2023-03-12T10:09:45.621975+05:30 vault1.nas avahi-daemon 1495 - - Successfully dropped root privileges.
Mar 12 10:09:45 vault1 1 2023-03-12T10:09:45.621994+05:30 vault1.nas avahi-daemon 1495 - - avahi-daemon 0.8 starting up.
Mar 12 10:09:45 vault1 1 2023-03-12T10:09:45.622097+05:30 vault1.nas avahi-daemon 1495 - - Loading service file /usr/local/etc/avahi/services/DEV\_INFO.service.
Mar 12 10:09:45 vault1 1 2023-03-12T10:09:45.622150+05:30 vault1.nas avahi-daemon 1495 - - Loading service file /usr/local/etc/avahi/services/HTTP.service.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use an official lightweight Linux distribution as a base image | |
FROM ubuntu:latest | |
# Update package lists and install necessary packages | |
RUN apt-get update && apt-get install -y \ | |
sudo \ | |
util-linux \ | |
curl \ | |
mount \ | |
&& rm -rf /var/lib/apt/lists/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Set Timezone | |
sudo timedatectl set-timezone Asia/Kolkata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
BASE_DOC_ROOT="/var/www" | |
echo "Enter New Site Domain :" | |
read | |
DOMAIN_NAME=$REPLY | |
# Create Required Folders & Update Permissions | |
mkdir -p "${BASE_DOC_ROOT}/${DOMAIN_NAME}/public" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
TIMEZONE="Asia/Kolkata" | |
apk add tzdata | |
ls /usr/share/zoneinfo | |
cp "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime | |
echo "$TIMEZONE" > /etc/timezone | |
date | |
apk del tzdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🇮🇳India 7 minutes ago | |
🤒Active: 709,668 | |
😌Recovered: 28,836,529 | |
💀Deaths: 388,164 | |
💉Tests: 391,019,083 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copy A Attr Value From 1 To Another | |
*/ | |
domQ( "p" ).copyAttr( "data-existingName", "data-newName"); |
I hereby claim:
- I am varunsridharan on github.
- I am varunsridharan (https://keybase.io/varunsridharan) on keybase.
- I have a public key ASDlQz1qEl_aQo2B9VF-1gWCJBuYk5jibSBhpoTa2SZq7wo
To claim this, I am signing this object:
NewerOlder