Thanks to antville.org
Turn off Windows Updates in Windows 10

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...
Control Panel > Administrative Tools, you can access Services. In the Services window, scroll down to Windows Update and turn off the process by right-clicking on the process, click on Properties and select Disabled.

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


RSS extension for chrome

RSS Subscription Extension (by Google) is a must have chrome extension if you read RSS feeds.
When you click on RSS feed icon, you will get only "Bloglines" and "My Yahoo" sites. But you can add more sites if you click on "Mange" option. For e.g. add feedspot with the following URL...

http://www.feedspot.com/search?type=site&q=%s

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


use putty for presentation

Config - Change settings... - Window - Colours - Use system colours
Config - Change settings... - Window - Appearance - Change... - 12 point

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


linguistics using Python

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


Type Marathi on Ubuntu

Here are the steps to install Marathi input method for Ubuntu.

sudo apt-get install ibus
sudo apt-get install ibus-m17n ( this package contains tables for Indic languages)
sudo apt-get install ibus-qt4 (if you are using KDE desktop)
sudo apt-get install ibus-gtk (if you are using GNOME desktop)
sudo apt-get install im-config

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


connect to remote windows server

You need to go to start - run and type this command:
mstsc

This will start Remote Desktop connection wizard that will allow you to connect to remote windows server.

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


Adding swap

The following example will add 1 GB of swap file to your Linux system.

dd if=/dev/zero of=/root/myswapfile bs=1M count=1024
chmod 600 /root/myswapfile
mkswap /root/myswapfile
swapon /root/myswapfile

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


Gmail search for superstars by name

Enabling superstars in gmail Settings gives you 11 more ways to star your messages. You can use star names, like "has:yellow-star" or "has:red-bang". In Settings, just hover your mouse over each superstar icon to find the star names.

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


Changing document root

We need to change DocumentRoot variable in the configuration file.

vi /etc/httpd/conf/httpd.conf

DocumentRoot /mnt
serverName rredis.mycompany.com
ErrorLog /var/log/httpd/error_log

Make sure serverName does not conflict and ErrorLog path exist.

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


Creating nagios filter

If you are getting too many emails from nagios service, you can create a filter in gmail.
From: nagios@company.com
to: shantanu.oa+nagios@gmail.com
Doesn't have : (db1 OR db2 OR localhost)

Do this: Skip Inbox, Apply label "company/nagios", Never send it to Spam

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


Online for 7913 days
Last modified: 4/24/24, 9:33 AM
Status
Youre not logged in ... Login
Menu
... Home
... Tags

Search
Calendar
April 2024
SunMonTueWedThuFriSat
123456
78910111213
14151617181920
21222324252627
282930
January
Recent updates
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)
Preserve seeds 6 types of
seeds to be preserved for next season. 1) laal Mula...
by shantanuo (5/7/21, 5:46 AM)
Why do I care for
Linux? I don't care that much for other software. Linux...
by shantanuo (12/17/20, 9:27 AM)
important leafy vegetables 1. Amaranthus
caudatus: rajgira. 2. Amaranthus tricolor: Math.  (Chhoti Chulai- Hindi, Cheera-...
by shantanuo (4/12/20, 2:01 PM)

RSS feed

Made with Antville
Helma Object Publisher