- temporary:
sudo service stop mydesktop
- permanent:
sudo systemctl disable mydesktop
- get local DNS server address:
cat /etc/resolv.conf
- get list of DNS servers:
netplan get all
- show who is listening on port 53
netstat -peanut
(withoutlsof
)
What is OpenGrok
xrandr --addmode DP-2 1440x900
mediator-version
with mediator-implementation
in Solaris IPS a good idea ?TLDR answer: no, generally it's not
Suppose we have 2 packages that mediate usr/include/moomin
(also they deliver symlinks in lib
which is not really mediated since the link names differ), the foo
package mediates using the mediator-version
, the bar
package mediates using mediator-implementation
:
uls-0:/builds/vkotal/ips$ grep -v ^# foo.p5m
set name=pkg.fmri [email protected],5.11-0
https://stackoverflow.com/questions/23111631/cannot-download-docker-images-behind-a-proxy
mkdir /etc/systemd/system/docker.service.d
cat << EOF > /etc/systemd/system/docker.service.d/http-proxy.conf
[Service]
Environment="HTTP_PROXY=http://proxy.example.com:80/"
The LSI card does not support disks larger than 2 GiB.
nice infographics on https://www.reddit.com/r/MechanicalKeyboards/comments/jihbhi/custom_mechanical_keyboard_infographic_v30_is_now/
Cherry MX Brown - to make it similar to the Sun Type 7 keyboard I was using previously (excellent keyboard however too wide).
Fn key - the "house/home" key
This is a story about an operating system problem that occupied me at work in 2015 for couple of days. The goal is to give you an overview of debugging techniques and associated tools. I'd like to use this opportunity (writing this article for my students of the Unix programming class at the Mathematical-physical faculty of the Charles university in Prague in 2021) to provide some historical points, some background and some details about operating system work (I feel old writing this). As a bit of a spoiler, the cause of the problem turned out to be completely different than what it seemed initially and involved traversing multiple layers in the operating system. I love this kind of problems because it is fun and great learning experience. I vaguely remember a job advertisement in Netfix bunch of years back that demanded that the applicants posses intimate knowledge of the operating system internals down to (