BlogHide Resteemsmlibregop (30)in ultimate • 4 years agodeleteddeletedmlibregop (30)in lbry • 5 years agodeleteddeletedmlibregop (30)in dtube • 5 years ago[Deleted][Empty]mlibregop (30)in dtube • 6 years agodeleteddeletedmlibregop (30)in dtube • 6 years agodeleteddeletedmlibregop (30)in dtube • 6 years agoDisplay all open ports in linux using netstatDisplay all open ports in linux using netstat. commands: sudo netstat -anltp sudo netstat -anltp | grep "LISTEN" Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoHow to use systemd to manage services in ubuntuHow to use systemd to manage services in ubuntu Linux. commands: sudo systemctl start mysqld sudo systemctl stop mysqld sudo systemctl restart mysqld sudo systemctl enable mysqld sudo…mlibregop (30)in dtube • 6 years agoHow to cancel a shutdown in Linux TerminalHow to cancel a shutdown in Linux Terminal. commands: shutdown +10 shutdown -c Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoRun a command or shell-script even after you log out in Linux TerminalRun a command or shell script even after you log out in Linux Terminal. Command: nohup xed Yourube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoList all shell builtin commandsList all shell builtin commands in Linux Terminal Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoSearch in whole manual pages in Linux TerminalSearch in whole manual pages in Linux Terminal. Command: man -k rename Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoHow to make a file unrecoverable in LinuxHow to make a file unrecoverable in Linux. Commands: shred -zuv test Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoHow to kill a process in Linux using TerminalHow to kill a process in Linux using Terminal. Commands: pidof xed # output: 8768 sudo kill -KILL 8768 Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoSearch for a particular text in every fileFind if there are files containing a particular text using grep in Bash Terminal. Command: sudo grep -ir "AMD Radeon" /var/ Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoEmpty a file without deleting itHow to empty a file without deleting it. Explain: Use right arrow character before the file name. Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoCopy and paste in terminal, Linux Ubuntu Bash TerminalCopy and paste in Bash Terminal. Commands: CTRL + SHIFT + C CTRL + SHIFT + V Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoReuse the last argument from the previous command with !$Reuse the last item from the previous command in bash Terminal. Commands: ls Pictures/ cd !$ Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoReading a log file that is changing continuouslyReading a log file that is changing in real time. Command: tail -f syslog Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoRunning multiple command in one single commandRunning multiple command in one single command. Commands: ls du -sh date ls ; du -sh ; date Youtube Link: ▶️ DTube ▶️ IPFSmlibregop (30)in dtube • 6 years agoBring suspended program to the foregroundBring a suspended program to the foreground. Commands: sudo find /usr/ -name "something*" Press CTRL + Z fg Youtube Link: ▶️ DTube ▶️ IPFS