Dhiraj Rokade

Data Science, Machine Learning, Natural Language Processing, Text Analysis, Recommendation Engine, R, Python

Monday, 30 April 2012

Procedure To Increase Swap File Under Linux

›
Type the following command to create 512MB swap file (1024 * 512MB = 524288 block size): # dd if=/dev/zero of=/swapfile1 bs=1024 count=5...
Wednesday, 7 March 2012

Learning about SS7 and SIGTRAN protocols...

›
SCTP - A TCP like protocol for reliable transportation between two signaling nodes M3UA - Provides Network Routing between SS7 signaling no...
Wednesday, 14 December 2011

Dump table and database to a file in MySQL

›
For DB Backup : - mysqldump -d -h HOST -u USER -p PASSWORD DBNAME > dumpfile.sql For Table Backup : - mysqldump -d -h HOST -u USER ...
3 comments:
Thursday, 8 September 2011

How to enable swap on Red Hat Linux

›
Before formatting swap partition please disable that partition.To do that step1: #fdisk -l   Device Boot      Start         End      B...
Wednesday, 7 September 2011

Increasing upload size in PHP and MySQL

›
PHP.ini You need to change the following bits of code in your PHP.ini file: upload_max_filesize = 16M max_execution_time = 120 max_inpu...
Saturday, 3 September 2011

If you are looking to compress a file or folder

›
To create compress backup tar -cvzf home.tar.gz home/ For extracting compressed backup tar -xvzf home.tar.gz home/

Zip Files & Folder

›
To zip a Folder: zip -9 -r <zip file> <folder name> To zip a single file: zip -9 <zip file> <filename>

About Me

›
Hi, I am Dhiraj Rokade, Working as a System Administrator. Providing IT solutions such as customised system development, web design and de...
‹
Home
View web version

About Me

My photo
Dhiraj Rokade
Building Machine Learning Models, Natural Language Processing and Statistical Algorithms in various data types and structures, extensive experience in integrating data, profiling, validating and cleansing data using R and Python. Experience in MySQL, PostgreSQL, mongoDB, SQLite,NoSQL with expertise in Deployment of various applications in production environment, System and Integration Testing of large-scale applications primarily focused in the Telecommunication Sector.
View my complete profile
Powered by Blogger.