Thanks to antville.org |
... Previous page
Wednesday, 10. May 2017
Amazon Web Services
shantanuo
10:35h
Here are some of the important Amazon products to use. cloudTrail + ES + cloudWatch List of important google products those I use frequently. 1) Popular services: search 2) Maps services: maps 3) Domain specific API: 4) Machine Learning: 5) Mobile: 6) web: 7) Utilities: ... Link (0 comments) ... Comment Saturday, 14. January 2017
Self signed security certificate
shantanuo
11:11h
http://www.thegeekstuff.com/2009/07/linux-apache-mod-ssl-generate-key-csr-crt-file/ openssl genrsa -out 34.195.94.88.key 1024 openssl req -new -key 34.195.94.88.key -out 34.195.94.88.csr echo subjectAltName = IP:34.197.71.213 > extfile.cnf openssl x509 -extfile extfile.cnf -req -days 365 -in 34.197.71.213.csr -signkey 34.197.71.213.key -out 34.197.71.213.crt /srv/docker/gitlab/gitlab/certs -rw-r--r-- 1 root root 749 Jan 14 11:05 34.195.94.88.crt ... Link (0 comments) ... Comment Wednesday, 23. November 2016
docker and aws
shantanuo
13:01h
Before starting docker daemon, add the aws credentials. vi /etc/init/docker.override env AWS_ACCESS_KEY_ID= ... Link (0 comments) ... Comment Sunday, 30. October 2016
Turn off Windows Updates in Windows 10
shantanuo
12:43h
There is no option to turn off Windows Updates in Windows 10 (it used to be with earlier versions of Windows). Here is a work-around... ... Link (0 comments) ... Comment Saturday, 9. July 2016
RSS extension for chrome
shantanuo
06:28h
RSS Subscription Extension (by Google) is a must have chrome extension if you read RSS feeds. http://www.feedspot.com/search?type=site&q=%s ... Link (0 comments) ... Comment Monday, 23. May 2016
use putty for presentation
shantanuo
12:26h
Config - Change settings... - Window - Colours - Use system colours ... Link (0 comments) ... Comment Saturday, 21. May 2016
start with docker
shantanuo
07:10h
# create a docker file vi dockerfile COPY php.ini /usr/local/etc/php/ FROM php:5.6-apache
# build an image # run an image docker run -it --rm --name my-running-app my-php-app ... Link (0 comments) ... Comment
docker command examples
shantanuo
07:00h
# options for running docker docker run -d --name abcd2 -p 23:23 -v /var/lib/mysql tutum/ubuntu:trusty docker run -d --volumes-from abcd2 -p 3306:3306 tutum/mysql:5.5 docker run -d --name abcd5 -p 24:24 -v /var/lib/mysql ubuntu:trusty docker run -d --volumes-from abcd5 -p 3306:3306 mysql:5.5 docker run -d -v /path/in/host:/var/lib/mysql tutum/mysql /bin/bash -c "/usr/bin/mysql_install_db" docker run -d -p 3306:3306 -v /path/in/host:/var/lib/mysql tutum/mysql docker run -d -p 3301:3306 --cpu-shares=512 --blkio-weight=250 --memory=512M --cpuset-cpus=0 -v ~/mdbdata/mdb55:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=admin --name mdb55 mariadb:5.5 # start docker with host address ... Link (0 comments) ... Comment
Start 2 containers at once
shantanuo
06:29h
Here is how you can start neo4j as well as scipy notebook. vi docker-compose.yml neo4j: docker-compose up -d ... Link (0 comments) ... Comment Tuesday, 9. February 2016
linguistics using Python
shantanuo
14:46h
These are the 4 libraries apart from standard library nltk are useful to analyze natural languages using python. 1) from corenlp import StanfordCoreNLP https://github.com/stanfordnlp/CoreNLP 2) from gensim.models import word2vec https://github.com/piskvorky/gensim/ 3) import divisi2 https://github.com/commonsense/divisi2 4) from sklearn.naive_bayes import MultinomialNB https://github.com/scikit-learn/scikit-learn ... Link (0 comments) ... Comment ... Next page
|
Online for 8127 days
Last modified: 10/13/24, 10:18 AM Status
Youre not logged in ... Login
Menu
Search
Calendar
Recent updates
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)
wikipedia tools 1) Collection of
useful utilities https://wikipediatools.appspot.com/ 2) all history of a user https://xtools.wmflabs.org/ec/mr.wikisource.org/Shantanuo...
by shantanuo (8/20/21, 6:36 AM)
Duration/Term of Copyright In the
case of original literary, dramatic, musical and artistic works, the...
by shantanuo (8/20/21, 6:26 AM)
|