Thanks to antville.org
Tuesday, 10. September 2019
Use SNS topic to send marbot alarms by email

1. Open the AWS SNS Management Console
2. Create and select a SNS topic
3. Click on Actions > Subscribe to Topic

4. Choose HTTPS as the protocol and set the endpint to:
https://api.marbot.io/v1/sns/ea5e

5. Configure your CloudWatch Alarms to send notifications to the SNS topic.

... Link (0 comments) ... Comment


Managing EBS volumes

lsblk prints all block devices in a tree-like format.

lsblk
NAME    MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
xvda    202:0    0   8G  0 disk
└─xvda1 202:1    0   8G  0 part /
xvdf    202:80   0  90G  0 disk

If file command on the disk identifier "xvdf" shows simply "data", then there is no file system on the device and you need to create one.

file -s /dev/xvdf
/dev/xvdf: data

... Link (0 comments) ... Comment


Wednesday, 28. August 2019
download food 11 dataset

The total file size of the Food-5K dataset is about 1.16 GB. Here are steps to download food 11 dataset.

https://mmspg.epfl.ch/downloads/food-image-datasets/

Use these commands at linux prompt:

ftp
open tremplin.epfl.ch
FoodImage@grebvm2.epfl.ch
Cahc1moo
get Food-11.zip

... Link (0 comments) ... Comment


Wednesday, 7. August 2019
Remove old backup files

Cron entry to remove all files in /home/ folder that starts with 'bk_all_dbProdSlave' and not created in the last 2 days.

59 22 * * * find /home/ -name bk_all_dbProdSlave_\* -mtime +2 -exec rm -f {} \;

Similar as above to remove compressed files:

find /home -type f \( -name "*.sql.gz" -o -name "*.tar.gz" -mtime +10 \) -exec rm -rf {} \;

... Link (0 comments) ... Comment


Monday, 5. August 2019
Types in AWS CNF

List of important Types in Amazon Cloud Formation tool:

IAM (User, Group, Policy, AccessKey, Role)
Athena (NamedQuery)
Route53 (RecordSetGroup)
EC2 (SecurityGroup::Id, KeyPair::KeyName, SpotFleet)
Lambda (Function, Permission)
Events (Rule)
ApiGateway (RestApi, Method, Deployment)
Logs (LogGroup)

... Link (0 comments) ... Comment


Tuesday, 25. June 2019
codes used for classification

Standard codes used for classification:
1 SC
2 OBC
3 SBC
4 VJNT
5 ST
6 OPEN
7 Orphan

... Link (0 comments) ... Comment


Sunday, 2. June 2019
Shell scripting basics

Here are 8 important concepts of Shell scripting that everyone should know.

1) Exit Code Status $?
2) here_doc
3) if_else

if [[ $mystatus = 'No' ]];then
echo "slave down"
else
echo "slave ok"
fi

4) For loop

for i in `ls`
do
cp $path$i $new_path
done

5) Positional Parameters $1, $2, $#, $@

6) Variables

7) Functions
stop()
(
for socket in {2..9}
do
mysqladmin shutdown $socket
done
)

8) Globbing - t?est [ab]* [a-c]* [^ab]* {b*,c*,*test*}

... Link (0 comments) ... Comment


Saturday, 30. March 2019
schema conversion tool

This seems to be a useful tool to convert mysql or oracle schema to redshift. select queries can also be migrated easily using...

http://www.sqlines.com/online

... Link (0 comments) ... Comment


Tuesday, 26. March 2019
Install packetbeat

In order to install packetbeat, you may need to change the windows security setting.

C:\packetbeat> Set-ExecutionPolicy

Supply values for the following parameters:
ExecutionPolicy: unrestricted

Now you can install packetbeat using...
C:\packetbeat> .\install-service-packetbeat.ps1

... Link (0 comments) ... Comment


Sunday, 17. March 2019
python itertools module

from itertools import groupby
s = 'abcccccbba'

for w, v in groupby(s):
print (''.join(w), ''.join(v))

a a
b b
c ccccc
b bb
a a

... Link (0 comments) ... Comment


Online for 8601 days
Last modified: 12/29/25, 8:42 AM
Status
Youre not logged in ... Login
Menu
... Home
... Tags

Search
Calendar
March 2026
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
293031
December
Recent updates
easyphone features for senior citizens
Auto Answer This service lets an authorised user listen discreetly...
by shantanuo (12/29/25, 8:42 AM)
install ubuntu GUI on EC2
instance #!/bin/bash set -e echo "===> Switching to text mode...
by shantanuo (11/27/25, 3:43 AM)
Extract words Extract all incorrect
words in first.txt file and all correct ones in second.txt...
by shantanuo (10/13/24, 10:18 AM)
Remove hyperlink in LO writer
1) Select "Internet Link" from Character styles. 2) Right click...
by shantanuo (10/9/24, 8:09 AM)
Templates in LO writer 1)
File > Templates > Save as Template 2) Give it...
by shantanuo (10/9/24, 8:07 AM)
discretize continuous features You can
"discretize" or "bin" continuous features into categorical features. from sklearn.preprocessing...
by shantanuo (4/24/24, 9:33 AM)
User Defined Property You
can create User Defined Property in libreoffice writer. File – Properties...
by shantanuo (1/9/23, 8:52 AM)
Arranging Chapters in the Navigator
To use a custom paragraph style for a heading, choose...
by shantanuo (1/4/23, 8:26 AM)
Use focus mode using Android
phones Settings > Digital Wellbeing and parental controls. Tap your...
by shantanuo (1/1/23, 3:59 AM)
Embed Fonts in document If
you use a font that the recipient is unlike to...
by shantanuo (12/18/22, 10:07 AM)
Using Navigator in Writer To
open the Navigator, select View > Navigator, or press the...
by shantanuo (12/18/22, 10:06 AM)
More about hyphenation The settings
for Tools > Options > Language Settings > Writing Aids...
by shantanuo (12/18/22, 10:04 AM)
link or unlink template If
you are using Libre office then template changer extension is...
by shantanuo (12/16/22, 5:27 AM)
Finding Styles you can select
Edit > Find and Replace > Other Options > Paragraph...
by shantanuo (12/14/22, 7:17 AM)
regex in clac In LibreOffice
Calc, you can use function REGEX for e.g. Begins with...
by shantanuo (12/14/22, 4:40 AM)
Libre Calc tips Turn Off
Grid Lines If you want to turn off grid lines...
by shantanuo (12/13/22, 8:14 AM)
More about Styles You can
goto View - Styles and change "All Styles" to "Applied...
by shantanuo (12/13/22, 7:49 AM)
Page Break Before Every Chapter
If your chapter titles are using the "Heading 2" Style:...
by shantanuo (12/13/22, 6:36 AM)
View and print in different
color Displaying Color in LO but Printing as White Page...
by shantanuo (12/13/22, 6:26 AM)
Change Normal Template in Libreoffice
Writer 1) Open a new file and set your font;...
by shantanuo (12/12/22, 8:45 AM)
Short english words in Devanagari
The list of short english words written in Devanagari. #...
by shantanuo (10/5/22, 9:05 AM)
Card issuing banks CITI
Standard Chartered HSBC American Express HDFC ICICI AXIS INDUS IND Kotak...
by shantanuo (7/16/22, 4:46 AM)
Activate IAM Access To activate
the Activate IAM Access setting, you must log in to...
by shantanuo (7/12/22, 5:52 AM)
use cheat instead of man
wget https://github.com/cheat/cheat/releases/download/4.2.3/cheat-linux-arm64.gz gunzip cheat-linux-arm64.gz chmod 770 cheat-linux-arm64 ./cheat-linux-arm64 mv cheat-linux-arm64...
by shantanuo (7/4/22, 8:53 AM)
python module itertools list of
useful methods of itertools module. permutations combinations combinations_with_replacement zip_longest count...
by shantanuo (9/8/21, 7:50 AM)

RSS feed

Made with Antville
Helma Object Publisher