Advanced Search
Search Results
244 total results found
General Linux Commands
Commands and General functions | In Terminal
Linux
Anything Linux.
General Linux Commands | In terminal
Check operating systemcat/etc/*rel* Check system info CPU cat /proc/cpuinfo Memory cat /proc/meminfo ports - Check for listening ports. netstat -tulpn Check users and passwords (PUID and)getent passwd change ownership of dir...
Samba
File sharing, copying and sync
HubSpot
Phones
Time In Linux | setting time zones
Check your timezone on Linux by typing in timedatectl command. Output: $ timedatectl Local time: Wed 2019-10-16 22:26:23 UTC Universal time: Wed 2019-10-16 22:26:23 UTC RTC time: Wed 2019-1...
SSH | Secure Shell
Windows
BASH | General commands
When running bash scripts, you can include other commands on the same line by using these at the end of each "line" command. bash: A; B # Run A and then B, regardless of success of A A && B # Run B if and only if A succeeded A || B # Run B if and only ...
RAID | MDADM
Health
Anything that has to do with your body and mind.
Nginx | General Commands
A few commands Nginx systemctl start nginxsystemctl stop nginxsystemctl restart nginxsystemctl status nginx Troubleshooting Nginx sudo tail -f /var/log/nginx/error.log sudo tail -f /var/log/odoo/odoo.log Check connection curl -I http://<your-extern...
SSL
Web Development
Docker | General Commands
Do you have docker? docker -v Install Docker: apt install docker Do you have docker-compose? docker-compose -v Docker in Linux Commands (From outside containers):docker imagesdocker ps -adocker psdocker Go into a Container Standard login: sudo docker ex...
Apache
Server and Proxy server