Skip to content

Curly Braces

Golden nuggets where no entry is longer than my expected attention span

  • Articles
  • Contact Me!
  • Policy
  • Internal

Month: March 2018

Setting up a DNS-server on Ubuntu 16.04

Posted on March 30, 2018 by Peter Andersson

ref: https://tecadmin.net/configure-dns-server-on-ubuntu-linuxmint/ BIND9 If you have a “normally complex” network at home, You usually have an internet router which takes care of DNS-resolutions. However the downside […]

Continue reading »
0
Linux

Java 11 is here!

Posted on March 28, 2018 by Peter Andersson

In accordance with the new policy of releasing a new Java version every 6 months, we now have a fresh installation of Java 11 to […]

Continue reading »
0
Development, Java

Installing node.js on Ubuntu (16.04 specifically)

Posted on March 26, 2018 by Peter Andersson

how-to-install-node-js-on-ubuntu-16-04 has a great explanation, but long, about the details. The short version come here: Do NOT use the ubuntu package version. It´s old and named […]

Continue reading »
0
Javascript, Linux

Can´t get Gigabit connection?

Posted on March 26, 2018 by Peter Andersson

Do you get 100Mbps link speed when you expected Gigabit? In my experience, it´s always the cable to blame, 9 times out of ten. The […]

Continue reading »
0
Network

Don’t like Java? Create your own language!

Posted on March 26, 2018 by Peter Andersson

Nowadays, it’s easier than ever to create your own computer language. Whether it’s a simple rule-system, or a full-blown language, you can create the tokenizer […]

Continue reading »
0
Development, Java, Thoughts

Using microservices when building large-scale systems

Posted on March 25, 2018 by Peter Andersson

Microservices, when supported by a robust framework, is a incredibly productive way of building large-scale services. You get a lot of support from the framework, […]

Continue reading »
0
Development, Google, MIcroservices, Microsoft

Video editing! In Linux !! from the Terminal !!!!

Posted on March 25, 2018 by Peter Andersson

I love this blog post from Daniel Clark, who normally writes little nuggets about Ruby on Rails. But here he describes how to edit video […]

Continue reading »
0
Linux, Video

Some great WordPress-tips

Posted on March 22, 2018 by Peter Andersson

https://www.facebook.com/groups/wpsvse/permalink/10156211401199699/ https://www.facebook.com/groups/wpsvse/permalink/10156215396494699/

Continue reading »
0
Wordpress

Sending mail from Ubuntu 16.04

Posted on March 20, 2018 by Peter Andersson

This worked for me: https://askubuntu.com/questions/522431/how-to-send-an-email-using-command-line With CERT fixes from here: https://stackoverflow.com/questions/39341137/postfix-must-issue-a-starttls-command-first  

Continue reading »
0
Linux, Network

Setting up multiple WordPress sites

Posted on March 14, 2018 by Peter Andersson

This is a good overview, but with some syntactical mistakes: https://hostpresto.com/community/tutorials/how-to-deploy-multiple-wordpress-sites-on-a-single-ubuntu-16-04-host/ Whats strange is that my installation on CAESAR gives error ERROR 1698 (28000): Access […]

Continue reading »
0
Wordpress

Setting up a root user in MySQL/MariaDB

Posted on March 12, 2018 by Peter Andersson

CREATE USER ‘admin’@’%’ IDENTIFIED BY ‘mysecretpassword’; GRANT ALL PRIVILEGES ON *.* TO ‘admin’@’%’ WITH GRANT OPTION; FLUSH PRIVILEGES;  

Continue reading »
0
MySQL

Installing Oracle Java 9 on OSX/macOS

Posted on March 8, 2018 by Peter Andersson

For macOS/OSX all you need to do is download and run the DMG from http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html

Continue reading »
0
Development, Java, OSX

Creating a Ubuntu/Linux user

Posted on March 8, 2018 by Peter Andersson

sudo adduser alpha Answer all quesions, I isually hit Enter on all except Full Name If you want to make this a sudo-able user, add […]

Continue reading »
0
Linux

Från bloggen

AI Ajax Apache bash Development Docker Git Google Gradle Heroku HTML and CSS Imaging IOS Java Javascript Linux Math MIcroservices Microsoft MySQL Network Node OSX Palmemordet Patterns Photo PHP Python Raspberry Pi React Ruby Ruby on Rails Samba Spring Boot Tankar Thoughts Trading Uncategorized Video Visual Studio Code Vue Web Wordpress XCode
March 2018
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Feb   Apr »

Articles

Favourite Links

  • A Rock Solid Rails 5 API App with a React Frontend
  • Rails 5.1's form_with tag
  • Complex Rails forms
  • Rails is scalable

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Powered by WordPress and Momentous.