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

Articles

Time Stamp in R

How to make a nice time stamp with date and time in R:

now <- strptime(Sys.time(), "%Y-%m-%d%T")
time_stamp <- sprintf("%s", now )

 

Drupal 8 Bootstrap 3 sub theme setup

Here is a quick guide and notes for myself to be able to setup Bootstrap 3 in Drupal 8. :-)

  • Copy the sub-theme from the starterkit in the bootstrap theme folder to the sub-theme folder.
  • Rename all files to the sub-theme name.
  • Copy the info file from the boostrap theme to the sub-theme.
  • Setup the theme in /admin/appearance/settings
Glxgears No Vertical Synchronization

Glxgears is a very simple benchmarking tool for your graphics card.

Running glxgears with no vsync (vertical synchronization) is a great simple way to do a very simple benchmark of your graphical situation when you are testing out drivers on your linux system.

You just run the command: vblank_mode=0 glxgears

Easy way to see current graphics driver in use in Xorg: egrep -i " connected|card detect|primary dev|Setting driver" /var/log/Xorg.0.log

Downloading Facebook Videos

Downloading videos from Facebook: http://fbdown.net/down.php

I did not succeed with youtube-dl unfortunately.

Nordic Stocks

I enjoy to take money from the rich and give to the less fortunate.

I trade my stocks and shares at NordNet.dk

Here are some cool links you can check out if you want the latest news regarding the Nordic stock markets:

http://www.redeye.se/

http://www.aktienyt.dk/

https://www.americanbulls.com has swedishbulls, danishbulls, finnishbulls, and norwegianbulls too. :-)

Forerunner 910XT Linux downloading files from device
Forerunner 910XT In Linux - Garmin Connect

Holy molly. I thought Garmin would provide a fancy and "updatede" procedure for uploading and/or extracting data from the fancy Garmin 910XT... but no. You need to search for a while before you find the gold. First I thought you could find a garmin connect tool or plugin for Firefox, but that failed completely. Then I narrowed down my search to "forerunner 910xt linux" (without the quotation marks in google). I found some sites that suggested to download a lot of python stuff and get things directly from Git.

Screen Capture In Linux With Audio From Microphone and System Sounds

My random notes regarding screen capture. The screen capture is not hard, and it is not hard to have one source of audio like the microphone. The hard part is to have multiple audio sources, like the microphone and the system sounds.

I use Cheese for the built in webcam capture. Here are the random links:

Design Colors Palette

It is not always easy to find the right design colors for your project. A little cool website that can help you is: http://paletton.com/

 

Append Multiple MOV Files and Edit Video

Appending MOV files efficiently can be a challenge. The only "safe" and easy way without destroying the video or the sound is done by using Avidemux which is a free video editing tool for Linux.

Here is my modified image-convert bash script used for the appending all .MOV files in a folder and have the full video ready for editing in the Avidemux graphical user interface (GUI).

Pagination

  • First page
  • Previous page
  • …
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Page 16

Review Greg on Google

Greg Nowak Google Reviews

 

  • AI Voice Agents Need More Than a Number and a Realtime Model
  • Drupal 8: Change Existing Content Language Safely
  • ChatGPT apps need a permissions map before they touch company data
  • AI automations need a spend dashboard before the first runaway bill
  • When AI writes JSON, one bad field can break the workflow
RSS feed

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