Terminal emulators | + font size | - font size |
---|---|---|
xterm | Shift + Keypad Plus(+) | Shift + Keypad Minus(-) |
GNOME terminal | Control + Shift + Plus(+) Do not use keypad. |
Control + Minus(-) Do not use keypad. |
Terminator | Control + Shift + Plus(+) Do not use keypad. |
Control + Minus(-) Do not use keypad. |
Konsole | Control + Mouse Wheel Scroll Up, or Control + Plus(+) |
Control + Mouse Wheel Scroll Down, or Control + Minus(-) |
lilyterm | Control + Plus(+) Do not press Shift, or use keypad. |
Control + Minus(-) Do not use keypad. |
xfce4-terminal | Right Click/Preferences/Appearance. No keyboard or mouse shortcut. | |
lxterminal | Edit/Preferences/Style. No keyboard or mouse shortcut. | |
mlterm | Control + Right click to bring up settings. Encoding tab/Font Size. No keyboard or mouse shortcut. | |
kterm | Control + Right click to bring up font size menu. | |
rxvt-unicode (urxvt) | Doable but archaic. Issue printf command inside terminal window. Eg: printf '\33]50;%s\007' "xft:DejaVu Sans Mono-8" |
Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream. Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...
Comments
Post a Comment
https://gengwg.blogspot.com/