Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get OS name uname

case $(uname -m) in
x86_64)
    BITS=64
    ;;
i*86)
    BITS=32
    ;;
*)
    BITS=?
    ;;
esac
Comment

PREVIOUS NEXT
Code Example
Shell :: yes/no dialog shell 
Shell :: how do confirm a commit revert git 
Shell :: centos 8 gui 3 
Shell :: team viewer centos 
Shell :: manjaro set to never sleep 
Shell :: exit server freeze 
Shell :: start up chronyd 
Shell :: split large file into smaller files 
Shell :: Não é possível excluir uma partição protegida sem o parâmetro de proteção forçada definido. 
Shell :: powershell script to copy mutliple files into a single file 
Shell :: ubuntu syslog.2.gz 
Shell :: deploy docker on digital ocean 
Shell :: osp it digital solutions 
Shell :: shell script for aws lightsail launch 
Shell :: Error: Account is not an upgradeable program or already in use 
Shell :: delelte snap install cmd 
Shell :: bash how to find all pdf file in subdir and copy 
Shell :: youtube-dl Video Selection:: 
Shell :: how to install openjdk17 ubuntu server 
Shell :: eacces permission denied when remove item 
Shell :: github link to commit in another repository 
Shell :: install figlet centos 8 
Shell :: upstream revert merge 
Shell :: install tripwire in linux 
Shell :: install slurm ubuntu 20.04 
Shell :: k logs 
Shell :: The following packages have unmet dependencies: phpmyadmin : Depends: php-twig ( 2.9) but 2.6.2-2 is to be installed Recommends: php-bz2 Recommends: php-gd Recommends: php-tcpdf but it is not going to be installed 
Shell :: install mana in kali complete method 
Shell :: inpm install 
Shell :: how to copy all branch commits to a whole new branch 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =