Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Lock Tmux Session With Vlock
Put the following in the
.tmux.conf
:
set-option -g lock-command vlock
Tags:
Command Line
Tmux
Lock Screen
Lock
Related
Can I install extra drivers via the command prompt?
How to control fan speed?
Meaning of "i" in "MiB"?
How can I suspend using a keyboard shortcut, without administrator privileges?
Aliases not available when using sudo
How to log CPU load?
Is there an SSH connection manager?
How do I customize the context menu in Nautilus?
How to change the binding of Windows key which runs Unity's Dash?
Error after sudo-ing "sudo: must be setuid root"
How can I make NetworkManager ignore my wireless card?
Man pages offline for e-reader?
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python