Login
Discover
Waves
Communities
Write
Login
Signup
deleted
@mlibregop
30
Followers
25
Following
19
Follow
Email digest
Resource Credits
Available
Used
Created
2019-03-26 11:58
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
mlibregop
lbry
7y
[deleted]
[deleted]
$ 0.000
1
mlibregop
dtube
7y
[deleted]
[Deleted[
$ 0.000
2
mlibregop
dtube
7y
deleted
deleted
mlibregop
dtube
7y
[deleted]
[deleted]
mlibregop
dtube
7y
Display all open ports in linux using netstat
Display all open ports in linux using netstat. commands: sudo netstat -anltp sudo netstat -anltp | grep "LISTEN" Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
How to use systemd to manage services in ubuntu
How 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 systemctl disable
mlibregop
dtube
7y
How to cancel a shutdown in Linux Terminal
How to cancel a shutdown in Linux Terminal. commands: shutdown +10 shutdown -c Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Run a command or shell-script even after you log out in Linux Terminal
Run a command or shell script even after you log out in Linux Terminal. Command: nohup xed Yourube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
List all shell builtin commands
List all shell builtin commands in Linux Terminal Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Search in whole manual pages in Linux Terminal
Search in whole manual pages in Linux Terminal. Command: man -k rename Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
How to make a file unrecoverable in Linux
How to make a file unrecoverable in Linux. Commands: shred -zuv test Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
How to kill a process in Linux using Terminal
How to kill a process in Linux using Terminal. Commands: pidof xed # output: 8768 sudo kill -KILL 8768 Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Search for a particular text in every file
Find if there are files containing a particular text using grep in Bash Terminal. Command: sudo grep -ir "AMD Radeon" /var/ Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Empty a file without deleting it
How to empty a file without deleting it. Explain: Use right arrow character before the file name. Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Copy and paste in terminal, Linux Ubuntu Bash Terminal
Copy and paste in Bash Terminal. Commands: CTRL + SHIFT + C CTRL + SHIFT + V Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Reuse 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 ▶️ IPFS
mlibregop
dtube
7y
Reading a log file that is changing continuously
Reading a log file that is changing in real time. Command: tail -f syslog Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Running multiple command in one single command
Running multiple command in one single command. Commands: ls du -sh date ls ; du -sh ; date Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Bring suspended program to the foreground
Bring a suspended program to the foreground. Commands: sudo find /usr/ -name "something*" Press CTRL + Z fg Youtube Link: ▶️ DTube ▶️ IPFS
mlibregop
dtube
7y
Change to directory you were last in, Bash Terminal
Change to the directory you were last in, Linux Bash Terminal. Commands: cd /etc/NetworkManager/ cd - cd - Youtube Link: ▶️ DTube ▶️ IPFS
Older →