Follow
GREPPER
SEARCH SNIPPETS
PRICING
FAQ
USAGE DOCS
INSTALL GREPPER
Log In
All Languages
>>
Shell/Bash
>>
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
“Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)” Code Answer’s
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
shell by
Bewildered Beaver
on Mar 20 2020
Donate
3
lsof -wni tcp:3000 kill -9 PID_number
address already in use ruby
ruby by
Dark Donkey
on Nov 30 2020
Donate
0
#get list of process running on tcp:3000 lsof -wni tcp:3000 #you will get something like this COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 2401 ubuntu 10u IPv4 805038 0t0 TCP 127.0.0.1:3000 (LISTEN) ruby 2401 ubuntu 15u IPv6 805039 0t0 TCP [::1]:3000 (LISTEN) #now kill process. #by running this command ->$ kill -9 <PID> kill -9 2401 #now try to start your server again.
Shell/Bash answers related to “Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)”
address already in use
address already in use :::3000
address already in use :::8081 windows
bind failed address already in use mac
code: 'EADDRINUSE', [0] errno: 'EADDRINUSE', [0] syscall: 'listen', [0] address: '::', [0] port: 5000
Could not create server TCP listening socket *:6379: bind: Address already in use
EADDRINUSE: address already in use
EADDRINUSE: address already in use :::5000
Error: listen EADDRINUSE: address already in use
error: listen eaddrinuse: address already in use 0.0.0.0:5555
Error: listen EADDRINUSE: address already in use :::3000
Error: listen EADDRINUSE: address already in use :::31641
Error: listen EADDRINUSE: address already in use :::8080
Error: listen EADDRINUSE: address already in use :::9000
Failed binding to auth address * port 1812 bound to server default: Address already in use /etc/freeradius/3.0/sites-enabled/default[59]: Error binding to port for 0.0.0.0 port 1812 matthias@ThinkPad-T580:~$
Failed to set up listener: SocketException: Address already in use
jquery-3.4.1.js:9837 POST http://127.0.0.1:8000/updatetest/ 500 (Internal Server Error)
nginx: [emerg] bind() to 0.0.0.0:8080 failed (48: Address already in use)
OSError: [Errno 98] Address already in use
Starting inspector on 127.0.0.1:9229 failed: address already in use
Uncaught Error: listen EADDRINUSE: address already in use 0.0.0.0:3000
uvicorn ERROR: [Errno 98] Address already in use
windows Jmeter java.net.BindException: Address already in use: connect
[Errno 98] Address already in use
[Thu Nov 5 15:20:23 2020] Failed to listen on localhost:3200 (reason: Address already in use)
Shell/Bash queries related to “Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)”
address already in use 127.0.0.1:3000 npm
rails address already in use
ddress already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
error listen EADDRINUSE: address already in use 127.0.0.1:8080 codserver
listen EADDRINUSE: address already in use 127.0.0.1:9000
Error: listen EADDRINUSE: address already in use 127.0.0.1:5000
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
Some error occurred Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
Failed to listen on 127.0.0.1:8000 (reason: Address already in use)
puma Address already in use - bind(2) for "127.0.0.1" port 8080
Errno::EADDRINUSE: Address already in use - bind(2) for "127.0.0.1" port 3000
Address already in use - bind(2) for "127.0.0.1" port 9292 (Errno::EADDRINUSE)
address already in use ruby
initialize Address already in use - bind port 9506 rails
already address address rails
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE) ruby
address already in use rails s
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
puma bind already in use
puma Address already in use - bind
"errno": "EADDRINUSE",
`initialize': Address already in use - bind(2) for "127.0.0.1" port 3000
Address already in use - bind(2) for "127.0.0.1" port
Address already in use - bi nd(2) for "127.0.0.1" port 9393 (Errno::EADDRINUSE)
`initialize': Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
initialize': Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
Address already in use - bind(2) for "0.0.0.0" port 3005
Address already in use - bind(2) for "127.0.0.1" port 3000
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE) rails
Address already in use - bind(2) for 127.0.0.1:4000 (Errno::EADDRINUSE)
ruby 127.0.0.1:3000 (Errno::EADDRINUSE)
address already in use :::3001
Address already in use - bind(2) for "0.0.0.0" port 3000 (Errno::EADDRINUSE)
Errno::EADDRINUSE: Address already in use - bind(2) for 127.0.0.1:3000
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\PPETrackerApp\email.php on line 21
Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\PPETrackerApp\email.php on line 25
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
Learn how Grepper helps you improve as a Developer!
INSTALL GREPPER FOR CHROME
More “Kinda” Related Shell/Bash Answers
View All Shell/Bash Answers »
how to host a discord bot on a raspberry pi
build.ps1 fie cannot be loaded the file is not digitally signed you cannot run this script on the current system
how to start nginx in linux
debian disable ipv6
linux install ping
ubuntu 14 apache2 graceful restart
apache check config
apache2 does not start xampp mac
Address already in use - bind(2) for "127.0.0.1" port 3000 (Errno::EADDRINUSE)
list all services using systemctl
list used ports on mac
Starting Apache...fail.
rails server already running
mac terminal find process by port
how to copy contents of ssh key into clipboard
netstat install
firewalld not running centos 7
linux check cronjob log
bitnami restart
apache enable mod reqrite
Invalid command 'Header', perhaps misspelled or
checking for existing ssh keys
certbot remove domain
certbot apache install
An error occurred while uploading the sketch avrdude: ser_open(): can't open device "/dev/ttyUSB0": Permission denied
view log apache 2
Error starting daemon: error while opening volume store metadata database: timeout
bitnami restart apache
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
raspberry pi set wifi headless
apache enable site
ifconfig command not found
ps not found
kubectl change namespace
linux view services
Wrong permissions on configuration file, should not be world writable!
display nginx logs
permission denied running shell script
ubuntu check ssh login log
show internet password
cat ~/.ssh/id_rsa.pub
find out which procses is using port linux
aws cloudfront invalidation cli
refresh cloudfront cache
NotImplementedError: OpenSSH keys only supported if ED25519 is available net-ssh requires the following gems for ed25519 suppor
check redis version
find my ip mac terminal
ngrok invalid host header
free port in linux
ubuntu check public ip command line
firewall-cmd add port 8080
arreter apache debian
dhcp on cisco router
serverless not using aws profile
Could not open a connection to your authentication agent.
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included
laravel create controller
apache restart ubuntu
Invalid command 'RewriteEngine'
disable ssh login for user
fatal: invalid upstream 'master'
which user apache runs as ubntu
copy ssh key mac
serverless log fucntion
configure epel repo rhel 8
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
ip address ubuntu
linux telnet port
Invalid command 'ProxyPass', perhaps misspelled or defined by a module not included in the server configuratio
nginx: [alert] could not open error log file: open() "/var/log/nginx/error.log" failed (13: Permission denied)
post with httpie
\Activate.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170
how to start a web server linux
nonexistentpath data directory /data/db not found
netstat -tulpn | grep :80
linux mesuare request time http
list all ssh connections ubuntu
hyper-v enable
curl post request
certbot renew
macbook get my public ssh key
port already in use windows 10
get public ip linux
copy my ssh key
crontab use nano
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
Failed to restart apache2.service: Unit not found.
could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
certbot apache site
how to add existing heroku remote
error failed to launch the browser process puppeteer
How to start apache2 server
chmod 777 ubuntu xampp
copy ssh key to remote server
process runninng on particular port
XAMPP: Starting Apache...fail.
ftp: connect: Connection refused
nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory)
kubectl switch namespace command
how to check if ip is up bash script
show port list in centos
apache show active sites
netstat listening port 8080 mac
mac error that port is already in use
how to secure letsencrypt on ubuntu 20.04 with nginx
Ansible ping hosts
permission denied bash
firewalld permanent rules
macos create ssh key
a2ensite example
Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable.
how to find public ip address in linux
kubectl copy secret namespace
ubuntu delete from ssh known hosts
gpg: can't connect to the agent: IPC connect call failed
Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
add user to group
could not connect to development server
generate ssh key paitr
Cipher algorithm 'AES-256-GCM' not found (OpenSSL)
linux scp with password
start fast api server
ping a port linux
Load key ".pem": bad permissions
sudo: traceroute: command not found
subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1.
linux check what process is using port
driver hosts file
Failed to start gunicorn daemon ubuntu
chrome remote device debugging
check redis server status
apache server not starting in xampp ubuntu
ailure [INSTALL_FAILED_USER_RESTRICTED: Install canceled by user]
iterm ftp command not found
firewall status on ubuntu
default solidus credentials
running ports in mac
how to check running services in linux
certbot list all domains
open port 22 centos 7
bash how to leave a process running on remote server
can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock'
Permissions 0644 for '/root/.ssh/id_rsa' are too open.
ssh login windows
linux check ip address command
apache .htaccess Option ubuntu
centos change hostname
fatal error: portaudio.h: No such file or directory
trocar user name e emailgit
Unit mongodb.service could not be found ubuntu
chmod 777
linux query port use by pid
ping raspberry pi
sudoers nopasswd
raspberrypi open ports
magento 2 file permissions
avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied ioctl("TIOCMGET"):
NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/var/www/html/index.html'
echo aws profile
ssh-add could not open a connection to your authentication agent centos
Although GNOME Shell integration extension is running, native host connector is not detected.
how to convert openssl to keytool
add a cookie to curl
check active cron jobs linux
ufw allow postgresql
ubuntu root login ssh
firebase login no localhost
openssl view certificate
add dns in ubuntu permanently
enable apache2 site
Why does terminal say: “You have mail”?
debian netstat command not found
unable to start ssh-agent service, error :1058
locale-gen fa_IR.UTF-8 ubuntu
fatal: unable to access Could not resolve host wsl
scp ssh stackoverflow
could not connect to server: Connection refused Is the server running on host and accepting TCP/IP connections on port 5432?
ssh add new key
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem
sudo nano /etc/hosts
run ngrok on spesific website ubuntu 20.04
AD user turn off MFA
cpanel error fatal: bad config value for 'receive.denycurrentbranch' in config
serverless invoke local file
The requested apache plugin does not appear to be installed
Create A Shared Folder On Linux With Samba
INSTALL_FAILED_USER_RESTRICTED: Install canceled by user
change permissions pem
pm2 show command
copy ssh keys
Failed to start The Apache HTTP Server.
netstat command in linux to check specific port
ENOSPC
remote: HTTP Basic: Access denied fatal: Authentication failed for
firewall-cmd status
is firewall running centos 7
ufw allow port
cisco save running config
ssh get key
Failed to start cron.service: Unit not found. in centos7
certbot nginx new domain
"crontab" change dynamically shell
ssl security check ats
permission denied: ./deploy.sh
search by netstat by port
ubuntu shutdown computer from ssh
mariadb galera cluster exists on first sync
linux execute permission denied
sdyhfbso
crontab do action inside folder
check connectivity if access other ip address centos 7
ssh-copy-id windows10
ssh run single command
npm install behind proxy
how to check mongodb status in ubuntu
connect wifi using command line
linux ipconfig
Got error: 1698: Access denied for user 'root'@'localhost' when trying to connect
change sshd config
ssh connect to host bitbucket.org port 22: Connection timed out
connection failed blueman.bluez.errors.dbusfailederror protocol not available
Homebrew PHP appears not to be linked. Please run [valet use php@X.Y]
upload with httpie
certbot renew single domain
angular create a service
react-devtools agent got no connection
how to scp or ssh to gcp instance
where is the crontab log
edit sshd_config
scp with ssh key
install flask_cors
bash script to restart elasticsearch
google cloud set project id
certbot remove certificate nginx
json-server
magento 2 configure cron command line
nmcli connect wifi
copy from local to ssh ubuntu
ansible-galaxy init
how to copy ssh key
echo to file permission denied
bitnami lamp restart apache
not digitally signed
sshpass example scp
dpkg: error: requested operation requires superuser privilege
vncserver kali linux
database metasploit kali linux
how to change remote origin guit
aircrack-ng rtl8812au
passport deploy to server
Failed to set up listener: SocketException: Address already in use
popwershell add local user
ubuntu install apache mod_proxy
kubectl use context
Fatal error in launcher:
This system is not registered with an entitlement server. You can use subscription-manager to register.
vestacp wordpress permissions
aws cli s3 bucket list
linux create public key
dns_probe_finished_nxdomain linux ubuntu
how to know on which port my mongodb server is running
pm2 adonisjs
raspberry pi wifi setup wpa_supplicant
.htaccess
ifconfig not found
aws instance creation using terraform
debian 10 isc dhcp server status
django-cors-headers
scp to remote server
check all the ports in use mac
linux curl follow redirect
systemctl status apache2.service
Invalid command 'ProxyPass',
ssh agent remember passphrase
netstat centos ports
enable ssh raspberry pi without monitor
how to use sed output to overwrite existin file
Key path "file:///home/user/projectname/storage/oauth-public.key" does not exist or is not readable
kubectl list context
crt secure no warnings
How to tell ping to exit after a specified number of ECHO_REQUEST packets
ufw allow http and httpw connections
curl get example
ubuntu generate ssh key
connect emulator to localhost
how to vcode on server
git clone permission denied (publickey)
start apache service
set hostname on command line ec2
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
angular serve open
error ppa.launchpad.net/certbot/certbot/ubuntu focal Release
"at" ubuntu script dschedule
how to allow traffic on port 8080 in centos 7
redis get all data
host file in ubuntu
Curl default connect-timeout
ansible hosts
bash How To Transfer Files From a Remote Server to another Remote Server
curl ignore certificate
allintext:ubuntu services status
bash: syntax error near unexpected token 'do'
laravel remote: error: unable to unlink old 'public/.htaccess': Permission denied
crontab execute et boot
netstat check port
IP adress terminal
remote origin already exists.
apache basic auth setup
ould not change directory to "/root": Permission denied
certbot delete certificate
apache2 More information about this error may be available in the server error log.
enable epel repo centos 7
ERROR 2002 (HY000): Can
Permissions 0664 for '/home/kapua/keys/dev11' are too open.
aws cli profiles list
ansible playbook enable service
reverse ssh
cat ssh key
CommandNotFoundError: Your shell has not been properly
configure a webserver with ansible
how to know the fields for an hget key in redis
check that redis is running
how to copy a file to a remote server using the command line
heroku check error
see ssh key
lets encrypt nginx
how to edit crontab in linux
how to generate ssh key in linux
certbot dry run renew
ssh keygen
ask vault pass ansible
ssh key mac
kubectl create namespace
usermod: group 'sudo' does not exist
apache2 change directory root
kubernetes /bin/bash
certbot remove certificate for domain
find logs in kubernetes pods
openssl command to check tls version
secure letsencrypt on ubuntu 20.04
nginx certbot ubuntu
ssh transfer file from local to remote
djanog shell change password
scp local to remote
You don't have permission to access this resource.
certbot configure
virtual host apache
redis-cli port host
npm install Unable to authenticate, need: Bearer authorization_uri
aws configure profile
linux get ip by domain
scp folder from server to local
Failed to start redis-server.service: Unit redis-server.service is masked.
heroku cli login
kubectl exec ls -lah
ssh config
kubectl get pods
fatal: the remote end hung up unexpectedly
connect ps4 controller to pc linux
ERROR 2003 (HY000): Can
cli check what is listening on port
create a ssh key
pi samba config
add new cron job in linux
ps1 file not digitally signed
ssh save password
lsof port
code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
host key verification failed
kubernetes get deployments
private key is too open
send file to aws ec2 termnal
Error: listen EADDRINUSE: address already in use :::9000
kubernetes get namespace
allow users ssh
zsh: command not found: aws
check what is running on port linux
mamp connect to mysql
WARNING: UNPROTECTED PRIVATE KEY FILE
set hostname centos 7
get your ip address from terminal
change dns linux
start redis server
apache restart
validate ssl certificate on website using curl
sudo service ssh start
Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80
find apache virtualhost file
set permanant environemt variable
command to know disk ussage in ec2 instance
convert pem to private key openssl
how to access remote pstgres
command line ip
edit default port for linux server
static ip debian
ubuntu certbot nginx
ubuntu create a ssh key
see journalctl running logs
angular add service worker
ubuntu 20.04 ssh keygen
If your system is using EFI Secure Boot you may need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them.
allow ip through ufw
best free web hosting online
linux get signing certificate SHA-1
checking service status in linux
generate key and certificate openssl
how to get server ip address centos
device or resource busy
Failed to start nginx.service: Unit nginx.service not found.
/usr/bin/ssh-copy-id: ERROR: No identities found
check on which domain apache is running
YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/
curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it.
copy from remote to local
sudo systemctl restart networking
how to copy directory to a ssh server
ssh generate key
nginx ppa debian
letsencrypt auto renew nginx
scp HostKeyVerification=false
aws config kubectl
sshpass mac os x brew
using wget with a proxy
nslookup all dns entries
remote desktop connection wsl2
ubuntu 20.04 how to check dns server
curl post
wireless adb
linux ssh keygen
service ssh start
how to deltyer remote origin
uvicorn ERROR: [Errno 98] Address already in use
ssh key
open firewall port in linux
firewall port open centos
aws cli config profile
no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-group14-sha1
no dns lookup cisco
grant current user access to /dev/kvm
macos create new public key
SSL certificate problem: self signed certific
fatal: remote origin already exists.
resolvconf set dns
ssh download file
ssh without password
it is required that your private key files are not accessible by others
get jq command
find which service is using port
change dns resolver linux
htaccess route to index.php
netstat command in linux
ssh custom port fla
minikube without sudo
crontab file location
bash how to log in to remote server
read fingerprint ssh-keygen
# /bin/bash for launching ec2
how to generate curl command from postman
where are nginx logs?
scp server to local
how to configure httpd in amazon ec2 instance
php make server
mysql default user password
ssh add key to authorized_keys
fatal: unable to access
cannot connect to daemon at tcp:5037: Connection refused
ssh agent start
Cannot retrieve metalink for repository: epel/i386. Please verify its path and try again
redisclient apt get
apache reverse proxy
aws extend volume ubuntu
ubuntu mysql-server default root password
firebase only hosting command
ubuntu add public key to server
Illuminate\Http\Exceptions\PostTooLargeException Ubuntu
nginx letsencrypt
how to connect to the database as root user in linux
rsync ssh
login to ssh with password
keytool list certificates
ssh find function
htaccess deny all but
kubernetes get services
ssh alias example
live-server command
ssh list port forwards
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
It is required that your private key files are NOT accessible by others ubuntu
set up openssh
permission denied /dev/kvm
how to transfer data using ssh
bash send email from script
gen ssh key
Bind for 0.0.0.0:5000 failed: port is already allocated
how to install ssh server on ubuntu 16.04
check logstash config
firewall allow port ubuntu
kubectl exec bash
how to enable ssh on pi
ssh
ERROR: database "backend" is being accessed by other users DETAIL: There are 3 other sessions using the database.
testing cors
access-control-allow-origin htaccess
copy from remote server
how to revoke permissions from group and others
serverless deploy function
apache2 .htaccess not writable
kubectl get logs of deployment
Redis::CommandError: MISCONF Redis is configured to save RDB snapshot
valet allow phpmyadmin route
what is ssh key
raspberry pi change permissions /var/www
pm2 status
pm2 logs
secrets kv-v2 in vault
what is the ssh credentials for minikube
ssh login
ionic.ps1 is not digitally signed.
postgresql user permissions to database
linux check which app is using network
run command to open remote desktop connection
aws cli s3 list buckets
netstat pid
Can't open C:\ci\openssl_1581353098519\_h_env\Library/openssl.cnf for reading, No such file or directory
RHEL check the firewall status
Access denied for user 'root'@'localhost' (using password: YES)
execute command over ssh
ssh-copy-id windows
curl I flag
change process name pm2
error: refs/remotes/origin/PLAT-4366 does not point to a valid object!
ubuntu 18.04 jenkins The following signatures couldn't be verified because the public key is not available:
ssh-add could not open a connection to your authentication agent
Add your SSH private key to the ssh-agent. If you created your key with a different name, or if you are adding an existing key that has a different name, replace id_rsa in the command with the name of your private key file.
openssl generate self signed certificate
apache virtual host
[Thu Nov 5 15:20:23 2020] Failed to listen on localhost:3200 (reason: Address already in use)
sshfs
how to setup a web server
How to check if ssh-agent is already running in bash
Error: .ini file does not include supervisorctl section
gunicorn port 8080
xampp apache not starting
http status codes
curl check response headers
awk bash
approle hashicorp vault
what is my ip address ?
ssh file transfer putty
scan and print all keys redis shell
linux send syslog message to remote server
how to generate ssh key
linux start simple http server
create self signed certificate for localhost ubuntu
your connection attempt failed for user 'root' ubuntu workbench
how to find ip adress of a web side kali linux
linux change default gateway
start redis ubuntu
ssh tunnel port
check if apache new config is running centos
permission denied directory linux
apache reset default configuration
redis quicstart
awk
env variable for access key and secret key in terraform
browser sync for linux
no ip raspberry manually update
macos netcat start listening
require php mailer
npm install not workjing behind proxy
install tomcat on centos 7
redis cli connect to remote server with password
how to define provider in resource block
check if kubernetes is running
flutter enable web command
git bash Could not open a connection to your authentication agent. when adding ssh
lite-server
ping madule for ansible
ssh-keygen and ssh-copy-id
ssh copy folder from local to remote
redis show all keys
kubectl without sudo
Permission denied (publickey) github error
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
Module not found: Can't resolve 'http2' in
ssh into directory
how to find my apache server ip address
pymongo.errors.ServerSelectionTimeoutError: localhost:27017
curl get url https
how to create a mongo db database digital ocean nginx
download folder ssh command line other ssh
https degitalocen
, you need to import the CA certificate in ~/.valet/CA into Ubuntu's certificate store.
list of created ssh port forwarding
wireguard ubuntu
copy files from local to host ssh
connect mariadb debian
copy ssh key from windows to linux
removing letstencrypt from domain
ssl erzwingen htaccess
ps1 is not digitally signed. thinwgworx
disable heroku router logs
chaneg default port on nginx
emporary failure resolving
crontab is not running my shell script
ubuntu dns server
raspberrypi open port
Unable to boot device due to insufficient system resources.
generate pgp key linux
apache port forwarding virtual host
linux set ip static
how to get ssh access to a computer
how to log into a remote linux server
raspberry pi scan networks
WARNING: UNPROTECTED PRIVATE KEY FILE!
install signal desk
how t oadd ssl to a subdomain in nginx
error: insufficient permissions for device
no ip linux
Error: listen EADDRINUSE: address already in use
create a virtual host in apache
awk command
kubectl logs with grep
ubuntu 18.04 get public ip address
how to get root password
centos 8 force update ip address
psycopg2.OperationalError: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.
virtualbox bridged network not working
linux rsync example
nginx config multiple upstream
aspnet new api
allow a port in centos 8 stackoverflow
cd ~/.ssh on mac
how to check ip addres on manjero
bbb secret key
ssh option to send null packets
create a tunnel via permanently
For HTTPS URLs, you need to make sure your proxy configuration ignore host setting in Eclipse includes the domain name of the GitHub Enterprise (on premise) private server, or it will try to contact the proxy every time (and fail
resart network
check default gateway ubuntu
check active number of ssh connections
configure samba on RPI
kubernetes on windows 10
apache disable autostart linux
Skipping acquire of configured file 'multiverse/binary-1386/Packages' as repository 'http://archive.ubuntu.com/ubuntu focal-security InRelease' doesn't support architecture '1386'
apache2 disable site
monit network request in ubuntu
check postgres process in mac
mailutils check mail
InnoDB: Check that you do not already have another mysqld process using the same InnoDB data or log files.
very strong ssh encryption key
run redis-server in background
AWS EC2 Stress tool activate on command line
uws firewall commands
-bash: bin/startup.sh: Permission denied
firewall cmd add zone
bluetooth linux protocol not available
chmod: cannot access 'adb':
--no-check-certificate while running a script
generate pkcs12 certificate using keytool
ssh open tunnel command line
Endpoint Security VPN build 986000724 is already installed on this computer.
env: ‘/etc/init.d/tomcat’: No such file or directory
luminati proxy manager
Failed to start firewalld - dynamic firewall daemon.
create virtual host for magento 2
install concrete 5 on ec2 instance
conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: could not connect to server: Connection refused Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?
bind failed address already in use mac
activar htaccess en apache
Error: serverless-domain-manager: Plugin configuration is missing.
ERR_NO_CERTIFICATES: Encountered adb error: NoCertificates. ionic
fenicsproject no active host found
laravel add to path ubuntu
top running port
uid : unable to do port forwarding: socat not found
how to pull apk of any app through adb
chown: invalid user: ‘www-data:www-data’
sshpass execute command
how to send email with body and attachment in unix
set node role kubernetes
download file via ssh with port
htaccess error
unable to resolve dns when kubernetes is running on ubuntu
add role to node kubernetes
rolling restart kubernetes gke
hide ls: cannot read symbolic link Permission denied
app store allow from anywhere
set hostname in centos 7
failed to open stream: Permission denied in path on mac
minishift admin-user addon
react htaccess
get serial number for server using powreshell
running wordpress locally with valet
command to reload firewalld
opensuse package manager command line
rc.local not running
Running a local script on a remote machine (or remote on local)
start systemctl service
installing mysql on aws using putty terminal
pbcopy ~/ssh ed_25519.pub
whereis supervisord.conf ?
ssh could not open a connection to your authentication agent
openssl list certificate chain
check memcached status
linux curl upload file ftp
wireless network disconnected ubuntu
bitnami wordpress enable ssh
linux spotify client
apache you don't have access to this resource
aws cli create ecr repository if not exists
how to keep name for ec2 instance running
kubectl
aws ubuntu file upload
mkdocs gh-deploy
ssh connection timeout
Private DNS EC2 BASH
nginx local setup https
how do you stop your ngrok tunnel
aws cli on heroku
understanding tcpdump output
shell redirect all to /dev/null
too many security failures vnc
azure key vault command line
error: eaccess: permission denied ionic
how to import OpenSSl
change apache page
scp send file to remote
chmod: Unable to change file mode Operation not permitted
cisco router command create subinterface as dot1q
aws instance agent installation on command line (cloudwatchlogs)
jboss keycloak admin console https
how to hide hostname mac terminal
start bungeecord server
run cron job as specific user
rsync remotely
jenkinsfile run curl in a function
add key file to ssh
copy remote ssh key mac
psycopg2 error
warning unprotected private key file problem on aws instance
how to create a virtual host in centos
ssh command
CPANEL AUTO DEPLOYMENT WITH GITLAB
ssh into vagrant
how to connect my ubuntu server to ssh
enable wifi raspberry pi headless
insert file key file ssh
join linux to ad domain
sshpass example
setup logrotate
ssh paswordless
digitalocean ftp
list s3 aws-cli
download file on linus ssh
vpn server setup
how to rsync linux
kubectl run create service
hide permission denied ~/.bash
ADB exited with exit code 1 Performing Streamed Install
connect to amazon aws linux
nmap port scan
ubuntu psql: error: FATAL: Peer authentication failed for user
powershell import-certificate trusted publisher
rsync sync remote dir
setting up the ssh keys
rsync backup
how to end localhost
IBM rpc mount export: RPC: Unable to receive; errno = No route to host
open usb on virtual masin host
ews address already in use :::9000
servicenow curl authentication
Port 5000 is not open on localhost, could not start functions emulator
postfix mail server configuration in linux step by step
connectify alternative for linux
* Connection #0 to host artifactory-us.cytiva.net left intact
sshpass freezing
digitalocean redirect http to https nginx
kubernetes using hyper v
tcpdump localhost
kubernetes cert kubeconfig
login to linux server from windows putty
keeping web server alive when terminal is off
how to port-forward k8s on server
dbeaver see real password
instagram "error_type": "OAuthException", "code": 400, "error_message": "Invalid authorization code"}%
How to Use SSH to Connect to a Remote Server in Linux
curl test https
TOTP secret engine in hashicorp vault
istio setup ssl
get-adcomputer servers only
how to deploy
sourcetree asking for bitbucket password credential helper selector
how to connect mongocell in ubuntu
sudo systemctl enable journalbeat sudo systemctl start journalbeat
gh config ssh protocol
remove passphrase from ssh key
octoprint ssh credentials
why kubectl command not working for describe pod
how to open port by fuser
beanstalk no log in cloudwatch
heroku process
bash create jks from cert and key
how do i ftp from one server to another ubuntu
linux show mail server
kibana should not be run as root
a2ensite example.
how to assign more than one ip address in linux
Connection Log connecting to sesman ip l27.0.0.1 port 3350 sesman connect ok sending login info to session manager, please wait... login failed for display 0
28 essential aws s3 command line
copy file from ssh server to local
tools for debuging a server
nopasswd
mysqltuner mysql administrator password in plesk server
errno -l
gh create alias
apache allow overwrite all bash befehl
cognito terraform module
ssh conf
how to make ngrok not expired
No such file or directory: 'cookie/token.log'
or create a self signed certificate openssl in csr
linux restart sendmail
solr cloud cluster setup
how to install aws-jumpclous
/var/spool/cron/: mkstemp: Permission denied
sslkeylogfile not working linux
dhcp relay option 82 aruba
change hostname rhel 6
role ansible update apt
netstat -anp | grep :80 | wc -l
secrets kv-v1 in vault
twisted.internet.error.ReactorAlreadyInstalledError: reactor already installed [5804] Failed to execute script main
cisco wlc show client detail
powershell set register this connection's addresses in dns
get client secret azure app registration powershell
linux monitor outgoing https requests
multiple aws accounts terraform
wsl2 curl localhost
stackdriver kubernetes gcp
rails server localhost use ip
fatal: unable to access 'https://tfs.ups.com/tfs/UpsProd/P02AGit_eCMS/_git/SearchComponent/': The requested URL returned error: 502
change replication factor hadoop cluster command
scp permission denied (publickey) but ssh works
uwsgi service
vmware can't edit vm settings
remote root directory jenkins centos
contare numero client connessi al server apache
how to restore default apache httpd conf file
how to reset password for ubuntu GCP instance
configure a subdomain apache windows
magento ssh commands
making password sensitive/hide in terraform
not found 91.189.88.142 ubuntu
"/usr/java/latest/jre/lib/security/cacerts -storepass changeit"
Error: error installing: the server could not find the requested resource
homebrew terraform
user no login centos
tor router raspberry pi
how to enable ftp on centos 7
elastic beanstalk installation problem
disable swap kubernetes ansible
wheres i3 config file
-b command ansible
errimagepull in kubernetes
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2
curl tcp handshake ssl handshake time
how to set path openssl@1.1 on mac zsh
got push SSH
sshfs syntax with ssh key
aws cli create sqs queue
CEDAR:6001:Failed to connect to <127.0.0.1:9618>
netstat column headers
ansible select inventory file to adhoc command
cat: /var/jenkins_home/secrets/initialAdminPassword: No such file or directory
how to edit etc/hosts linux error readonly
the remote end hung up unexpectedly
rsync as sudo
bash cd root permission denied
No such remote 'upstream'
fatal: authentication failed for bitbucket after password change
add rule ubuntu firewall
bash create user with encrypted password
Errno::EPERM: Operation not permitted @ dir_s_mkdir - /usr/local/Cellar
enable vault autocomplete
caddy default tls folder
gh_token environment variable powershell
aws ssm agent installed but does not show in managed instances
gcloud cd /root permission denied
how to connect ssh to virtualbox ubuntu
keep ec2 instance connected on command line
git clone the certificate chain was issued by an authority that is not trusted
ubuntu ssh add rsa id
ssh rembeber password
ansible store shell return code
how to take two ip addresses and perform arithemetic bash
how to edit etc/hosts linux error readonly e45
ng serve ---Mg:server fundamental error
raspi ssh passwort vergessen
using centos 7 as haproxy 1.8
kubectl connect eks
valet phpmyadmin 404
exit telnet
generate jks certificate
include nsis plugin in install.nsh
steps to assign mfa using aws cli
nc http server
ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block
\'trunk' is not a complete URL and a separate URL is not specified
start a local SMTP debugging server in linux
vnc not working ubuntu dconf
ubunt server 20.04 dns tuto
certificate openvpn client
locate redis.conf on ununtu / linux
step by step configuring ssl under apache
ifconfig wlan0 hw ether not working
wireshark export list of ip addresses
letsencrypt windows tomcat
unique IP active connections on server
[ec2-user@ip- *]$ * : * : command not found
ubuntu restart network manager when ping is low
how to join any cluster redis
asp.net core linux systemd
createing strong swan firewall centos 7
see tcl version
tor new identity command line
terminate gitpod ports
how to add source ip in firewalld
how to use https in npm install instead of ssh
debian buster add ip alias
curl with regex
debian ssh authorized_keys
proxy ssl certificate to jira centos8
asus router reset cache
openssl dhparam isn't saved
Running modprobe bridge br_netfilter failed with message: ip: can't find device
ssh permissions too open
ssh welcome message ubuntu
redis show key value
how to renew let's encrypt certificate nginx
certbot
how to check 504 response using curl
copie fichier de server vers linux
docker network Rabbitmq
ssh to a machine and run a command
amazon cli on commadline
list auths in vault
insert key file ssh linux
default port ftp
The specified path to the kube config '/Users/christopherwoo/.minishift/machines/minishift_kubeconfig' does not exist
curl multiple requests
def_daemon[19685]: segfault at 7f4d6811b7f0 ip 00007f4d6811b7f0 sp 00007f4d65bcc808 error 15
bash: $'\302\226git': command not found
virtuaboxl with kubernetes
tracker-miner-fs ubuntu 20.04
crosh hacking commands
react native cannot connect to metro server
redirect folder to 403
enter passphrase is asking for password
whats the internet
how to start hiveserver2 manually
service version nmap sqitch
is a command to create a user account named serena, including a home directory and a description.
serverless invoke sqs
how to set up password ssh access askubuntu
http-server
debian buster add ip alias cli
curl parallel requests
"serverless-prune-plugin" not found.
tzutil command
openssl crl on apache server
busca de ficheiro em linux sem access denied e com data
scp command show status
apache rewrite rule backslash not working
check apache running port ubuntu
mariadb galera cluster exists on initial sync
user cisco list command
failed (Result: start-limit-hit)
ngrok run in background and get link
shell script for aws lightsail launch
check if server has alreday AD
ssh tunel
upload zip file to ec2
use file connect ssh
Cannot destructure property 'client_secret' of 'credentials.installed'
Error: Unable to find a match: centos-release-openstack-queens
wget -O /etc/enigma2/iptv.sh
sslciphersuite apache 2.4 recommended
upload to aws
Peer's Certificate issuer is not recognized
bash script to generate a private/public key pair.
install google client api individually
laravel install valet
canonicalgrouplimited.ubuntu on windows parameter is incorrect
ssh copy past
ssh allow password login subnet
auto use ssh key for ip address
%2F apache rewrite
rsync
create image ec2 aws cli
ssh command to put file from local to remote
vault installation
start up chronyd
aws elastic container service login
create symbolic link linux apache
file connection ssh
using both ca cert and certificate between server and client
kubeadm get discovery-token-ca-cert-hash command openssl
open firewall run command
how to create a new instance from cli in cf
give names to ips on local machine ubuntu
ansible only disable service if installed
citrix restart vm command
ssh on specify port
router interface down cisco
windows fatal: unable to access SSL certificate problem: unable to get local issuer certificate
amazon linux wireguard
localhost:/framework-4.0.3/
letsencrypt raspberry pi
angular firebse via github action
get ip address for domain in shell
curl certificate and password
who uses redis
dev/kdm device permission error android studio
connect to aws ubuntu gui from windows
push my logs to elk using filebeat
write-only cloudtrail event filter aws cli
xargs example with curl
the --plain command does not exist
how to check bit file private key
apache enable module
fatal: unable to access 'https://gitlab.operasolutions.com/poc/jpm-demo.git/': SSL certificate problem: unable to get local issuer certificate
linux ping options
nginx increase upstream size in conf
npm install proxy
how to install open media vault on raspberry pi
start tomcat 9 as a service windows
apache ubuntu Generate CSR stack overflow
how to chanbge port number on centos8
Err:15 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release 404 Not Found [IP: 91.189.95.83 80]
woeusb open command
redis scan keys and print values shell
powershell system.net.dns gethostaddresses error
xargs curl url
https ssh
service dead but pid file exists
rasberry pie gsm internet browsing
kubernetes auto complete
curl put file
haproxy in centos 7
bash list process on port
api to access nexus repository manager
Hashicorp Vault create encryption key in transit from CLI
permission denied while doing set-executionpolicy
redis: command not found
ubunto END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE
Apply executable permissions to the binary: permission denied
centos who connected to server
connect 1password cli to 1pass
selinux apache 403
add platform toolchain to linux
cisco source ping from interface
check if service is running server
rsync follow symlink
on-root/non-service/non-daemon users
get sha1 terminal
send file from pc to raspberry pi
find top 10ip access apache
Starting doesn't work: sudo systemctl start coturn
su: failed to execute /bin/bash: Resource temporarily unavailable
Redis
localhost8080
kubernetes while true sleep
how to expose external ip in kubernetes
umount device is busy
raspberry pi ssh
replace password root
force https htaccess
how to create dhcp server in cisco packet tracer using router
repetitive resource use in different region terraform
always asks for ssh-add
create public key linux
show saved network connections linux
https force htaccess
redirect http to https apache2 ubuntu 20.04
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
sudo ufw status Status: inactive
adding jars to classpath in linux
linux install pip
wget ignore ssl cert error
how to open bash_profile
how can I see my gatsby version
installing react router dom with yarn
running docker in wsl
check what ports are open linux
ubuntu find file with text
docker -it exec bash
bash command to empty textfile
access windows files from windows ubuntu
revert commit git
how to remove file changes in git
add user to sudoers
github delete branch remote
ssh without password
git config core.autocrlf true
remove directory and contents linux
how to kill a process in linux
npm
how to install cab file in ubuntu
how to change branch name
Browse Other Code Languages
Abap
ActionScript
Assembly
BASIC
C
Clojure
Cobol
C++
C#
CSS
Dart
Delphi
Elixir
Erlang
Fortran
F#
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
PostScript
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
Smalltalk
SQL
Swift
TypeScript
VBA
WebAssembly
Whatever