- maim
- xclip
Set this on your i3 config file ~/.i3/config
# Screenshots
Application security is a unique and challenging undertaking. It is important to stress that it is absolutely critical in today's world. Applications that manage valuable data are increasingly exposed to potential attackers.
The critical nature of application security in today's world is evinced daily in the news. Every day brings news of a newly-discovered vulnerability in popular software or operating systems, a new style of attack that results in the successful breaching of an organization's systems, the discovery of malware in government computer systems...a seemingly endless stream of "bad news." Indeed, such news will never end. The motivation for many attacks now is financial, and an attacker with a profit motive will not simply go away. We will briefly examine a few examples of disclosed vulnerabilities and breaches of systems that were made possible by inadequ
#include <string> | |
#include <cstring> | |
#include <typeinfo> | |
#include <iostream> | |
#include <list> | |
#include <vector> | |
using namespace std; | |
class Object{ |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
Make sure there is at least one file in it (even just the README.md)
ssh-keygen -t rsa -C "[email protected]"
package io.github.sandornemeth.spring; | |
import java.util.Arrays; | |
import java.util.stream.StreamSupport; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import org.springframework.context.event.ContextRefreshedEvent; | |
import org.springframework.context.event.EventListener; | |
import org.springframework.core.env.AbstractEnvironment; |
Basic | |
===== | |
[Shift]+[Mod]+[Enter] - launch terminal. | |
[Mod]+[b] - show/hide bar. | |
[Mod]+[p] - dmenu for running programs like the x-www-browser. | |
[Mod]+[Enter] - push acive window from stack to master, or pulls last used window from stack onto master. | |
[Mod] + [j / k] - focus on next/previous window in current tag. |
/etc/pki/ca-trust/source/anchors
on your CentOS machineupdate-ca-trust extract
wget https://thewebsite.org