Home
Dynamic Address Static DNS Order
By default, you can add name servers to your /etc/networking/interfaces file, but you'll still get the DHCP supplied ones first. To change that, you must supercede that in the /etc/resolv.conf options. |
Unknown USB bridge
When checking a disk with smartmontools, you may get this
Check the page below and add the -d option.
If that fails, you may need to switch from the newer 'uac' usb driver back to the old one |
HPDBA0235I The server lost the client's authentication
When configuring ISIM to talk to ISAM, you have to deploy and configure the Java Run Time. If you get the above exception when issuing the
com.tivoli.pd.jcfg.SvrSslCfg it's likely because your local copy of PD.jar is out of date. The answer is to download the most recent pdjrte from the ISAM appliance and redeploy. https://www-304.ibm.com/connections/blogs/havan/entry/debugging_an_isam_java_runtime_ssl_handhake_in_websphere?lang=en_us |
NXLOG Couldn't read next event
If you see this error message from nxlog:
Congrats - you've hit a bug.
The work-around is to limit your log event subscriptions on the input side by using a query. Example:
|
Kibana rounding to 16 significant digits
Turns out, if you have a value of type integer, that's just the limit. While elasticsearch shows you this:
Kibana shows you this Looking at the JSON will give you the clue - it's being treated as an integer and not a string. "_source": { "requester_name": "8163783564660983218", "request_num": 8163783618037079000, "started": "2016-04-07 15:16:16:139 GMT", "completed": "2016-04-07 15:16:16:282 GMT", Mutate it to string in logstash to get your precision back. https://github.com/elastic/kibana/issues/4356 |
Reset Chrome Magnet Link Handling
Picked the wrong thing when chrome first asked you, or chrome is just opening a new window on ubuntu? Have it ask you again by deleting the file that tells it what to do with external protocols
|
Ubuntu Rotate Login Screen Multiple Monitors
There's a thread from which I've tried all the methods. Only one worked with a multi-monitor setup
|
Booting with software raid
Since Ubuntu 12, 'fakeraid' employing dmraid on the boot disk has failed. Recent attempts to use admdm have also failed. However, if you're interested in the outcome more than file system, you can use btrfs for less configuration. |
The encoder 'aac' is experimental
If you see this when encoding, it's because you didn't specify the Fraunhofer codec. Simply googling this error will tell you how to override it, but it turns out that doesn't lead to the best results. ffmpeg ships with several, but according to them you should use the Fraunhofer one for best results. https://trac.ffmpeg.org/wiki/Encode/AAC See Convert One Stream for an example |
Teamviewer Alternative - autossh
There is no better remote administration tool for the price (free) than Teamviewer. However, if don't have a GUI on your remote clients or can't install it the teamviewer package, you can get close with autossh. |
1-10 of 42