Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

Linux

By Greg Nowak, 11 January, 2019

Enable TLS on a Linux Mail Server Without Breaking Delivery

A practical TLS checklist for Linux mail servers: separate public SMTP from authenticated submission, configure Postfix and Dovecot, renew certs, and align DNS.

Tags

  • Linux
  • Email
  • TLS
  • Postfix
  • Dovecot
By Greg Nowak, 4 April, 2018

Mounting External USB Drive Attached To Router

sudo mount -t cifs -o username=[USERNAME],password=[PASSWORD],vers=1.0 //192.168.1.1/samba [MOUNT-FOLDER]

Router: ZTE F600W with USB mount and Samba service enabled.

Tags

  • Linux
By Greg Nowak, 16 February, 2018

WordPress Backup Solutions: A Practical Setup for Real Sites

A practical guide to WordPress backup solutions: what to back up, how often, where to store copies, and how to test restores before trouble hits.

Tags

  • Web
  • Linux
  • wordpress
  • Backups
By Greg Nowak, 22 January, 2018

Big Data

Statistics R-project

https://www.rstudio.com/

Apache

https://spark.apache.org/

https://kafka.apache.org/

https://hadoop.apache.org/

Tags

  • Statistics
  • Web
  • Linux
By Greg Nowak, 12 December, 2017

Free Virtual Lightroom For Raw Images

Free alternative to Adobe Lightroom: http://www.darktable.org/

Tags

  • Free
  • Linux
By Greg Nowak, 9 November, 2017

Fix mailR Java Issues on Ubuntu Servers

A practical checklist for fixing mailR and rJava errors on Ubuntu, including libjvm.so, javareconf, Java paths, and production checks.

Tags

  • Linux
  • R Project
  • Java
  • Ubuntu
  • Automation
By Greg Nowak, 14 October, 2017

Directory Statistics Linux Terminal

Took me a while to find the perfect command for finding the biggest directory in the linux terminal. I was looking for something similar to the graphical tools like QDirStat and K4DirStat (Directory Statistics). In windows you can achieve this with windirstat.

Use find:

Tags

  • Linux
By Greg Nowak, 13 June, 2017

CSV Kit Notes Tips and Examples

Nice thing to use when working with CSV-files is CSV Kit.

See the file statistics: csvstat -e UTF-16 test.csv

Merge all files in a folder: csvstack -e UTF-16 -t *.csv > all.csv

Save column 2 to output .csv: csvcut -c 2 -e UTF-8 all.csv > output.csv

Tags

  • Linux
  • csv
  • Data
By Greg Nowak, 1 May, 2017

Check version of pip installed python package CSVkit

pip show csvkit

Tags

  • python
  • Linux
By Greg Nowak, 12 April, 2017

Shutdown Linux Machine At Specific Time

Here is a useful command when you need to shutdown you machine at a specific time of the day. For example after a specific event you needed to log.

shutdown -h hh:mm

Shutdown scheduled for ons 2017-04-12 22:35:00 ICT, use 'shutdown -c' to cancel.

Remark, you can can always cancel the shutdown with "shutdown -c".

Example:

shutdown -h 22:35

Get more info with "shutdown --help".

 

Tags

  • Linux

Pagination

  • Previous page
  • 4
  • Next page
Linux

Review Greg on Google

Greg Nowak Google Reviews

 

  • Let's Encrypt Profiles Put Renewal Assumptions Under the Microscope
  • Moving Drupal Blocks on Mobile: CSS, Regions, and Safer Tradeoffs
  • Unzip with PHP on Shared Hosting: A Safer Way to Extract ZIP Files
  • Tidy Up composer.json with Composer Normalize
  • Before OpenAI agents touch the CRM, map the boring boundaries
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.