Login
Discover
Waves
Decks
Plus
Login
Signup
deleted
@mlibregop
30
Followers
25
Following
19
Resource Credits
Available
Used
Created
March 26, 2019
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
mlibregop
lbry
2019-11-11 19:55
[deleted]
[deleted]
$ 0.000
1
mlibregop
dtube
2019-09-25 09:15
[deleted]
[Deleted[
$ 0.000
2
mlibregop
dtube
2019-05-01 19:16
deleted
deleted
$ 0.000
1
1
mlibregop
dtube
2019-05-01 19:10
[deleted]
[deleted]
$ 0.000
1
mlibregop
dtube
2019-05-01 19:03
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
$ 0.000
1
mlibregop
dtube
2019-05-01 18:56
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
$ 0.000
1
mlibregop
dtube
2019-05-01 18:50
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
$ 0.000
1
mlibregop
dtube
2019-04-14 18:09
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
$ 0.000
2
1
mlibregop
dtube
2019-04-14 18:04
List all shell builtin commands
List all shell builtin commands in Linux Terminal Youtube Link: ▶️ DTube ▶️ IPFS
$ 0.000
2
mlibregop
dtube
2019-04-14 17:58
Search in whole manual pages in Linux Terminal
Search in whole manual pages in Linux Terminal. Command: man -k rename Youtube Link: ▶️ DTube ▶️ IPFS
$ 0.000
2
mlibregop
dtube
2019-04-14 17:53
How to make a file unrecoverable in Linux
How to make a file unrecoverable in Linux. Commands: shred -zuv test Youtube Link: ▶️ DTube ▶️ IPFS
$ 0.000
1
mlibregop
dtube
2019-04-14 17:47
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
$ 0.000
1
mlibregop
dtube
2019-04-14 17:42
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
$ 0.000
1
mlibregop
dtube
2019-04-14 17:37
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
$ 0.031
138
mlibregop
dtube
2019-04-06 22:20
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
$ 0.000
7
1
mlibregop
dtube
2019-04-06 22:13
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
$ 0.000
3
mlibregop
dtube
2019-04-06 21:50
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
$ 0.000
2
mlibregop
dtube
2019-04-06 21:44
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
$ 0.000
1
mlibregop
dtube
2019-04-06 21:36
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
$ 0.000
1
mlibregop
dtube
2019-04-06 21:31
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
$ 0.000
1