GnuCash, free and open-source accounting software, reached the 3.0 stable release series a few days ago.
GnuCash 3.0 now uses the Gtk+-3.0 toolkit and the WebKit2Gtk API. It also features:
New editors to remove outdated or incorrect match data from the import maps.
New user interface for managing files associated with transactions
Improved facility for removing old prices from the price database
Ability to remove deleted files from the history list in the file menu.
A new CSV importer largely rewritten in C++, adding new features including the ability to re-import CSV files exported from GnuCash, along with a separate CSV price importer.
A new preference panel for the Alphavantage API key
A Reconciliation Report based on the Transaction Report,a Income GST Report, and a Cashflow Barchart report.
There’s no PPA repository contains GnuCash 3.0 package or updated snap package at the moment of writing, other than building it from the source tarball:
Linux Kernel 4.16 was released yesterday. Linus Torvalds announced in lkml.org:
So the take from final week of the 4.16 release looks a lot like rc7, in that about half of it is networking. If it wasn’t for that, it would all be very small and calm.
We had a number of fixes and cleanups elsewhere, but none of it made me go “uhhuh, better let this soak for another week”. And davem didn’t think the networking was a reason to delay the release, so I’m not.
End result: 4.16 is out, and the merge window for 4.17 is open and I’ll start doing pull requests tomorrow.
Outside of networking, most of the last week was various arch fixlets (powerpc, arm, x86, arm64), some driver fixes (mainly scsi and rdma) and misc other noise (documentation, vm, perf).
The appended shortlog gives an overview of the details (again, this is only the small stuff in the last week, if you want the full 4.16 changelog you’d better get the git tree and filter by your area of interest).
Linux Kernel 4.16 release highlights:
Spectre / Meltdown mitigation & other security updates.
L2 CDP support for L2 cache partitioning on Intel CPUs
Correct AMD Zen temperature reporting for the Ryzen Threadripper 1900X processor.
P-State driver support for Skylake X servers.
POWER memory protection keys support
Oracle DAX driver for SPARC co-processor
Jailhouse guest support for non-root users
How to Install Kernel 4.16 in Ubuntu:
Other than using a graphical tool UKUU to install the latest mainline kernel packages, following steps will tell you how to manually download and install it in all current Ubuntu releases.
The mainline kernel PPA has made the new kernel binaries for Ubuntu, available for download at the link below:
Depends on your OS type, download and install the packages in turns:
Select generic for common system, and lowlatency for a low latency system (e.g. for recording audio), amd64 for 64bit system, i386 for 32bit system, or armhf, arm64, etc for other OS types.
To get the Kernel 4.16 from the command console, run the commands below one by one:
Start/restart your machine and select boot with the previous kernel in Grub2 -> Advanced menu. Then use Ubuntu Tweak, or other system tool to remove the Kernel 4.16, or you may see this how to remove old kernels tutorial.
This quick tutorial is going to show you how to install the latest TeXstudio, a full featured LaTeX editor, in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via PPA.
The latest release so far is TeXstudio 2.12.8. It’s the first release after moved the development to Github.
The developer offers a PPA repository with the latest packages for all current Ubuntu releases. You can do following steps to add the repository and install the latest TeXstudio.
1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:sunderme/texstudio
Input your password (no visual feedback while typing due to security reason) when it prompts and hit enter.
2. Then you can upgrade the LaTeX editor via Software Updater if an old version was installed.
or run commands one by one in terminal to install (or upgrade) the software: