Archivo del Autor: carlosap
grep -RHIni \»GNU\» .
grep -RHIni \»GNU\» .
Bateria UPS
GP 1272 F2
Adding a putty .ppk key to MacOS SSH terminal.
Converting .ppk key to .pem key on a Mac macOS by default doesn’t recognize .ppk files, so for that, we need to convert it into a .pem file. It can be done easily via homebrew & putty. Install Homebrew if you are booting into a fresh version of macOS there is a fair chance that… Leer más »
How can I prevent an SSH session from hanging in OS X Terminal?
Why SQL is beating NoSQL, and what this means for the future of data
https://blog.timescale.com/blog/why-sql-beating-nosql-what-this-means-for-future-of-data-time-series-database-348b777b847a/
Azure Data Studio for linux macos windows
https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15
3 handy command-line internet speed tests – bandwidth
Speedtest Speedtest is an old favorite. It’s implemented in Python, packaged in Apt, and also available with pip. You can use it as a command-line tool or within a Python script. Install it with: or Then run it with the command speedtest: $ speedtestRetrieving speedtest.net configuration…Testing from CenturyLink (65.128.194.58)…Retrieving speedtest.net server list…Selecting best server based on ping…Hosted by… Leer más »
How to Install MongoDB 3.2 on CentOS 7.x and RHEL 7.x
Step:1 Configure MongoDB 3.2 yum Repository. In both Operating system RHEL7.x and CentOS 7.x yum repositories are kept in ‘/etc/yum.repos.d/’ directory. Create the mongodb repository file with the name “mongodb-org.repo”. [root@mongodb ~]# cd /etc/yum.repos.d/ [root@mongodb yum.repos.d]# vi mongodb-org.repo name=MongoDB 3.2 Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc Step:2 Install MongoDB package using yum command. To install MongoDB… Leer más »
Migrate Your SQLSERVER Data To MongoDB Using Mongify Utility
Install Ruby 2.5 gem list yum install freetds freetds-devel yum -y install nano wget gdbm-devel libdb4-devel libffi-devel libyaml libyaml-devel ncurses-devel openssl-devel readline-devel tcl-devel zlib-devel mysql-devel activerecord-sqlserver-adapter (4.2.0)mongify (1.3.2)tiny_tds (2.1.2) gem install activerecord-sqlserver-adapter -v 4.2