Thanks to antville.org |
... Previous page
Tuesday, 19. February 2013
php variables
shantanuo
09:20h
It is highly recommended to increase the following limits in /etc/php.ini so that uploads through PHP will work as expected. # php -r"phpinfo();" | grep upload Restart http deamon usually using the command: ... Link (0 comments) ... Comment Thursday, 26. July 2012
php cookies
shantanuo
12:30h
The global array $_COOKIE is used to retrieve the cookie value for subsequent page requests. Like... <?php ... Link (0 comments) ... Comment Tuesday, 24. July 2012
managing crons
shantanuo
05:27h
We can use logger command in a crontab. 59 23 * * * /home/john/bin/backup.sh > /home/john/logs/backup.log | logger -t backup 2>&1 It is also possible to skip the standard error and let mailto send you the errors: MAILTO=me@domain.com ... Link (0 comments) ... Comment Thursday, 19. July 2012
innodb metadata
shantanuo
12:07h
Innodb tables queries based on information_schema may be slower. In order to improve the performance, we need to disable metadata updates. set global innodb_stats_on_metadata = 0; http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_stats_on_metadata ... Link (0 comments) ... Comment Thursday, 28. June 2012
scrolling in screen
shantanuo
05:07h
We can not scroll up or down while working in screen mode. Press Ctrl-a, Esc to enter copy mode, then use standard navigation keys. Adding the following to ~/.screenrc will solve this issue. or add this to /etc/screenrc hardstatus on As a quick tip, name your screen windows using Ctrl-a A ... Link (0 comments) ... Comment Tuesday, 26. June 2012
Gmail search for superstars by name
shantanuo
04:52h
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 Wednesday, 4. April 2012
happy swapping
shantanuo
08:24h
# sysctl vm.swappiness With that setting the Linux kernel feels encouraged to use the available swap. On a dedicated MySQL server, swappiness should be set to zero to discourage kernel from swapping out application memory. # sysctl -w vm.swappiness=0 This changes the runtime setting. To allow the change to survive system restarts, just add vm.swappiness=0 as a separate line into /etc/sysctl.conf ... Link (0 comments) ... Comment Friday, 23. March 2012
Changing document root
shantanuo
06:40h
We need to change DocumentRoot variable in the configuration file. vi /etc/httpd/conf/httpd.conf DocumentRoot /mnt Make sure serverName does not conflict and ErrorLog path exist. ... Link (0 comments) ... Comment Tuesday, 24. January 2012
Install latest mysql
shantanuo
01:44h
Set up git: yum install git-core Contents of the file "id_rsa.pub" should be copied to gitHub site. This will allow passwordless access to github site: Global setup: git config --global user.name "Shantanu Oak" Next steps: mkdir syllabalize_unicode Existing Git Repo? cd existing_git_repo clone (download) the source Install MySQL mkdir download The commands are as follows: rpm -iUh * After installing mysql shared compact library, this was working as expected wget ftp://ftp.isu.edu.tw/pub/Unix/Database/MySQL/Downloads/MySQL-5.5/MySQL-shared-compat-5.5.24-1.el6.x86_64.rpm _____ Here is how it can be achieved using remi or epel /usr/bin/wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm Using epel: wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm ... Link (0 comments) ... Comment Thursday, 15. December 2011
SSH Tunneling
shantanu oak
13:29h
Tunneling an ssh connection through an ssh connection is completely lawful, but you need to pick unused ports for your forwarding listeners. ssh user@100.100.100.100 -L 2201:192.168.25.100:22 then You should end up on server B (unless something's already bound to local:2201, in which case, pick another port). There are times when you need to connect to a remote server through some other server. You can skip logging to an intermediate server and connect directly to remote server using SSH like this... ssh -t -t root@192.168.1.1 "ssh -i /root/remote_server.pem ec2-1-2-3-4.compute-1.amazonaws.com" ... Link (0 comments) ... Comment ... Next page
|
Online for 8128 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)
|