Kernel Study Notes

Home Archives
2013-10-07
others

How to make selected tab in terminal more prominent

On ubuntu 13.04, create the file ~/.config/gtk-3.0/gtk.css with following lines

1
2
3
4
5
martin@ubuntu:~$ cat ~/.config/gtk-3.0/gtk.css 
TerminalWindow .notebook tab:active {
background-color: #0000FF;
}
martin@ubuntu:~$
Share
Newer
ipv4 route fib table lookup
Older
IPv4 route fib trie inflate

Recent Posts

  • fib data struct
  • FIB Trie 路由动画演示
  • ping本机网口的IP地址,tcpdump在lo口才能抓到对应报文
  • fib_unmerge:把local路由从main表里切割出来
  • lo口与local路由表

Categories

  • IPv6
  • bpf
  • debug
  • gcc
  • git
  • irq
  • memory
  • neighbour
  • netdev
  • netlink
  • others
  • route
  • sched
  • socket
  • vim
  • xfrm

Tags

  • IPv4
  • IPv6
  • TODO
  • address
  • bh
  • bpf
  • checksum
  • debug
  • epoll
  • fib
  • gcc
  • git
  • ipv6
  • irq
  • kernel
  • memory
  • namespace
  • neighbour
  • netdev
  • netlink
  • network
  • others
  • ovs
  • route
  • sched
  • socket
  • socket, tcp
  • tcp
  • tcpdump
  • vim
  • xdp
  • xfrm
© 2026 Martinbj2008
Powered by Hexo
Home Archives