Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uname linux

uname #Returns keyname of Operating System in Linux
uname -mp 
x86_64 i386
# m -> shows hardware name: x86_64
# p -> prints processor architecture name: i386
# s -> prints Operating System name.
# r -> prints last release
# v -> prints version
# n -> prints node network names
# a -> prints all available information
Comment

PREVIOUS NEXT
Code Example
Shell :: git merge branch into another branch 
Shell :: github show current branch 
Shell :: raspberry pi remote desktop 
Shell :: remove a git remote origin 
Shell :: give sudo permission to vim ubuntu 
Shell :: how to delete branch on git 
Shell :: get until last match 
Shell :: get previous git stash 
Shell :: conda install django-cors-headers 
Shell :: linux curl get request 
Shell :: how to copy a file in ubuntu 
Shell :: docker push image 
Shell :: clean linux 
Shell :: how to git clone a branch github 
Shell :: git remove file from repository 
Shell :: allow a port in centos 8 stackoverflow 
Shell :: Add OMV repository ro Debian 
Shell :: apache2 enable xml extension 
Shell :: restart nginx windows 
Shell :: zsh get first line 
Shell :: Target DEP-11-icons-small (stable/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/archive_uri-https_download_docker_com_linux_ubuntu-groovy.list:1 and /etc/apt/sources.list.d/docker-ce.list:1 
Shell :: Show Commit Log as Graph For Current or All Branches in git command 
Shell :: amend commit change description 
Shell :: install styletron 
Shell :: batch rename files fish 
Shell :: how to compare differences between two files in linux 
Shell :: install composer per project in multiple php version 
Shell :: bash run until success or timeout 
Shell :: certbot command 
Shell :: path folder after generate ssh-keygen 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =