Created
September 16, 2014 14:11
-
-
Save sr105/38e70dfb8cb219c71621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[30] [lab 21064 NP93-2930 4.4.0-cde4 003018134F17] [192.168.25.105] ~ | |
$ dpkg -l | grep linux-image | |
ii linux-image-3.13.0-34-generic 3.13.0-34.60 i386 Linux kernel image for version 3.13.0 on 32 bit x86 SMP | |
ii linux-image-extra-3.13.0-34-generic 3.13.0-34.60 i386 Linux kernel extra modules for version 3.13.0 on 32 bit x86 SMP | |
ii linux-image-generic 3.13.0.34.40 i386 Generic Linux kernel image | |
[31] [lab 21064 NP93-2930 4.4.0-cde4 003018134F17] [192.168.25.105] ~ | |
$ uname -r | |
3.13.0-34-generic | |
[32] [lab 21064 NP93-2930 4.4.0-cde4 003018134F17] [192.168.25.105] ~ | |
$ cat /etc/issue | |
Ubuntu 14.04.1 LTS \n \l | |
hchapman@ubuntu:/oe/tmp/linux-3.13.0$ head Makefile | |
VERSION = 3 | |
PATCHLEVEL = 13 | |
SUBLEVEL = 11 | |
EXTRAVERSION = .6 | |
NAME = King of Alienated Frog Porn | |
root@ubuntu:/oe/tmp/ubuntu-trusty# git show Ubuntu-3.13.0-34.60:Makefile | head | |
VERSION = 3 | |
PATCHLEVEL = 13 | |
SUBLEVEL = 11 | |
EXTRAVERSION = .4 | |
NAME = King of Alienated Frog Porn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment