Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux decode base64 terminal

//Encode
echo  'linuxhint.com' | base64

//Decode
echo 'bGludXhoaW50LmNvbQo=' | base64 --decode
Comment

linux decode base64 string

echo -n 'bXktc3RyaW5n' | base64 --decode
Comment

PREVIOUS NEXT
Code Example
Shell :: oh my zsh update 
Shell :: installing xournal++ in ubuntu 
Shell :: homebrew restart redis 
Shell :: pip install django-allauth 
Shell :: upgrade ubuntu version command line 
Shell :: install keras anaconda jupyter notebook 
Shell :: how to install podman in ubuntu 
Shell :: django-cors-headers 
Shell :: install yacc on ubuntu 
Shell :: how to reload bashrc 
Shell :: adb logcat unity 
Shell :: ! [rejected] master - master (fetch first) 
Shell :: linux enable scroll lock 
Shell :: how to commit code to bitbucket first time 
Shell :: restart nautilus from terminal 
Shell :: see all apps linux 
Shell :: you must sign up for private packages 
Shell :: how to uninstall openjdk in linux 
Shell :: how to install grub customizer 
Shell :: -bash: git: command not found 
Shell :: give write-access of a folder to all users in linux? 
Shell :: install gunicorn 
Shell :: certbot add new domain pache 
Shell :: voice recorder for ubuntu 
Shell :: scan network for devices linux 
Shell :: bash check if process is running by name 
Shell :: search for a package name in conda 
Shell :: install jupyter notebbok in pip 
Shell :: ubuntu software not opening 
Shell :: install using dpkg 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =