Posts

Showing posts from June, 2023

disk entry in fstab

 UUID=f37c75cd-29d0-4307-a722-444feda837eb none                    xfs    defaults        0 0 [root@mail ~]# sudo blkid /dev/sdb1: PARTUUID="5d8d1913-2c46-4e80-8564-4a8b70c1a516" /dev/sdb2: UUID="c7c1b6d5-0619-45e9-af85-229de5fbbefa" BLOCK_SIZE="4096" TYPE="xfs" PARTUUID="5d29cf1a-9859-4e91-ba9b-1162d0d2a77e" /dev/sdb3: UUID="217ed564-e423-4b78-aab1-ac22170dabcf" TYPE="swap" PARTUUID="1b8f1851-0f06-4838-9cec-5d7d6f471bf6" /dev/sdb4: UUID="7bb2b762-fd83-4241-864e-6552fb3a54eb" BLOCK_SIZE="4096" TYPE="xfs" PARTUUID="168d030a-d12a-4d95-a4fe-2625380a1d43" /dev/sda1: PARTUUID="e498b281-df3e-4431-91df-370fdd917d8a" /dev/sda2: UUID="518387f9-3233-4620-8bb8-38640fd6830e" BLOCK_SIZE="4096" TYPE="xfs" PARTUUID="fc2c3f98-fb9b-4a2c-aa52-5143e5e1ba2e" /dev/sda3: UUID="862ea47e-ade2-4b85-a631-fffd4f28ff2c" TYPE="swap&

PHPMailer setting that work with this Gsuite/workspace

 MAIL_DRIVER=smtp MAIL_HOST="smtp.gmail.com" MAIL_PORT=465 MAIL_USERNAME="info@clickvipool.com" MAIL_PASSWORD="xrcjmtecxzvmgoaq" MAIL_FROM_ADDRESS="info@clickvipool.com" MAIL_FROM_NAME="Click Vipool" MAIL_ENCRYPTION=SSL Create & use app passwords Important:  To create an app password, you need 2-Step Verification on your Google Account. If you use 2-Step-Verification and get a "password incorrect" error when you sign in, you can try to use an app password. Go to your  Google Account . Select  Security. Under "Signing in to Google," select  2-Step Verification . At the bottom of the page, select  App passwords . You must have  2-Step-Verification  enabled before setting up an application password. Visit your  App passwords  page. You may be asked to sign in to your Google Account. At the bottom, click  Select app  and choose the app you’re using. You can also select  Other  and enter you own custom app name. Click

RAM cmd

 PS C:\Users\bumka> wmic memphysical get MaxCapacity MaxCapacity 67108864 PS C:\Users\bumka> wmic memphysical get Memorydevices MemoryDevices 4 PS C:\Users\bumka> wmic memorychip list full BankLabel=BANK 0 Capacity=8589934592 DataWidth=64 Description=Physical Memory DeviceLocator=ChannelA-DIMM0 FormFactor=12 HotSwappable= InstallDate= InterleaveDataDepth=2 InterleavePosition=1 Manufacturer=Samsung MemoryType=0 Model= Name=Physical Memory OtherIdentifyingInfo= PartNumber=M471A1K43DB1-CWE PositionInRow= PoweredOn= Removable= Replaceable= SerialNumber=40CD787F SKU= Speed=3200 Status= Tag=Physical Memory 0 TotalWidth=64 TypeDetail=128 Version= BankLabel=BANK 2 Capacity=8589934592 DataWidth=64 Description=Physical Memory DeviceLocator=ChannelB-DIMM0 FormFactor=12 HotSwappable= InstallDate= InterleaveDataDepth=2 InterleavePosition=2 Manufacturer=Samsung MemoryType=0 Model= Name=Physical Memory OtherIdentifyingInfo= PartNumber=M471A1K43DB1-CWE PositionInRow= PoweredOn= Removable= Rep

Expected response code 354 but got code "503"

  In my case I fixed the issue by assigning  MAIL_FROM_ADDRESS  equal to  MAIL_USERNAME . I don't know the explanation though. MAIL_DRIVER=smtp MAIL_HOST="webmail.clickvipool.fr" MAIL_PORT=587 MAIL_USERNAME="info@clickvipool.fr" MAIL_PASSWORD="ClickViPool143#" MAIL_FROM_ADDRESS="info@clickvipool.fr" MAIL_FROM_NAME="Click Vipool" MAIL_ENCRYPTION=

Creating and Using Profiles for chrome or avast

  Instructions: Windows To create a profile Create a folder on your computer, say  C:\chrome-dev-profile . This folder will hold the data for the new profile. Make a copy of the Google Chrome shortcut on your desktop. (Right-click, then Copy.) Name the new shortcut something like  Chrome Development . Right-click the  Chrome Development  shortcut, choose  Properties , and paste  --user-data-dir=C:\\chrome-dev-profile  at the end of the  Target  field. The result might look like this:  "C:\Documents and Settings\me\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --user-data-dir=C:\chrome-dev-profile Start Google Chrome by double-clicking the  Chrome Development  shortcut. This creates the profile data. To use the profile Just start Google Chrome by double-clicking the  Chrome Development  shortcut. Yep, it's that easy. To clear the profile You might want to clear the profile if you're testing, and you want to start from scratch. Here's how: Cl

lmtp - Not delivering message with duplicate Message-ID zimbra

  lmtp - Not delivering message with duplicate Message-ID outlook issues How to deliver messages with duplicate ids Resolution To enable delivery of messages with duplicate ids, we would need to modify the  zimbraMessageIdDedupeCacheSize  attribute: # su - zimbra $ zmprov desc -a zimbraMessageIdDedupeCacheSize zimbraMessageIdDedupeCacheSize Number of Message-Id header values to keep in the LMTP dedupe cache. Subsequent attempts to deliver a message with a matching Message-Id to the same mailbox will be ignored. A value of 0 disables deduping. type : integer value : callback : immutable : false cardinality : single requiredIn : optionalIn : globalConfig flags : defaults : 3000 min : 0 max : id : 334 From this output we can see that the attribute can be only modified on  globalConfig  level. To enable this  on COS  or  account  level y

pushbluster

Image
License A valid license is required to install PushBluster Invalid http://push.edjsongs.in/admin/install you can check domain is correct   Use new downloaded setup files am using the new ones only but last time i had installed wrong one after that am trying with new one but same error Try to remove the old containers and then try again ok and cmd for that 12:27 if you have docker container stop $(docker container ls -aq) && docker system prune -af --volumes Remove All Docker Containers Step 2:  Upload the setup files to your server. There are two options for uploading the files to your server:  Option 1:  Directly download the setup file to your server using the download link. Use the following commands:  1 mkdir pushbluster && cd pushbluster 2 wget "your-download-link" -O pushbluster.zip Option 2:  Upload the file to your server using FTP or SCP. Step 3:  Now on the Server extract the zip file by running the following command and replace the file name `pushbl