Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- gcc
1. what is !! (double exclamation mark) in C language? | |
It is just a unary NOT then a unary NOT again. | |
The effect of this is that it will transform the output of that incredibly long-named function | |
into either 1 or 0. If the return value of the function is greater (or less) than 0, double NOT | |
will produce 1. If it is 0 then double NOTing it will produce 0. | |
2. Why do a lot of #defines in the kernel use do { ... } while(0)? |
our WORKING code is in ~/code/milestone141117/linux-kvm-arm/exynos5250-arndale.dts | |
$ ./scripts/dtc/dtc -O dtb -o [nama dtb].dtb \ | |
[lokasi dts].dts |
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.