tips

tips

May
03
[linux] Scrape entire website with a single line command

[linux] Scrape entire website with a single line command

I've tried many online tools in order to scrape an entire website but none of them allow me to freely
Apr
26
Use apt behind proxy server on Ubuntu 18.04

Use apt behind proxy server on Ubuntu 18.04

How to Set the Proxy for APT on Ubuntu 18.04 [https://www.serverlab.ca/tutorials/linux/administration-linux/how-to-set-the-proxy-for-apt-for-ubuntu-18-04/]
Apr
26
NVM (curl) behind corporate proxy server

NVM (curl) behind corporate proxy server

Problem Considering that NVM use curl, the problem is the same executing curl behind a corporate proxy server. curl proxy
Apr
06
Netdata | what a FREE tool! [DEMO]

Netdata | what a FREE tool! [DEMO]

Monitor your containers with netdata
1 min read
Mar
01
Fix "Attribute meta-data#android.support is also present.." on Ionic camera preview plugin

Fix "Attribute meta-data#android.support is also present.." on Ionic camera preview plugin

Problem Attribute meta-data#android.support.VERSION@value value=(26.1.0) from [com.android.support:support-v4:26.1.0] AndroidManifest.
Feb
06
[SOLVED] ERROR: Error response from daemon: Get https://myregistry:5000: http: server gave HTTP response to HTTPS client

[SOLVED] ERROR: Error response from daemon: Get https://myregistry:5000: http: server gave HTTP response to HTTPS client

This is a solution for both: Linux and Windows. You maybe came across this error pushing or pulling to/from
1 min read
Feb
01
Develop a chatroom using Ionic3, socket.io and Nodejs

Develop a chatroom using Ionic3, socket.io and Nodejs

Socket.io Socket.io is a Javascript library that enables real-time, bidirectional and event-based communication. Sometimes we hear that socket.
2 min read
Jan
31
Solve "The image you uploaded was larger than the maximum file size your server allows" on NGINX+Ghost

Solve "The image you uploaded was larger than the maximum file size your server allows" on NGINX+Ghost

Simply add client_max_body_size 5M; (replace 5M with your needs) on nginx.conf Example { listen 80; .. server_name
Jan
31
Use ncftpput instead of ftp for recursive uploads

Use ncftpput instead of ftp for recursive uploads

Problem I came across this problem when i had the need to transfer a Wordpress site from a server to
1 min read
Jan
29
Set SASS the default style format on Angular/Ionic

Set SASS the default style format on Angular/Ionic

Angular 6+ ng config defaults.styleExts sass Ionic 4+ ionic config set defaults.styleExts sass
Tweets by YBacciarini