start new:
tmux
start new with session name:
tmux new -s myname
| from pathlib import Path | |
| from typing import Any, Callable, Dict, Iterator, List, Optional, Union | |
| from openpyxl import load_workbook | |
| def xlsx_dictreader( | |
| filename: Union[str, Path], | |
| sheet_index: int = 0, | |
| header_row_index: int = 1, |
| # | |
| # INPUT - Logstash listens on port 8514 for these logs. | |
| # | |
| input { | |
| udp { | |
| port => "8514" | |
| type => "syslog-cisco" | |
| } | |
| <?php | |
| class SecureSessionHandler extends SessionHandler { | |
| protected $key, $name, $cookie; | |
| public function __construct($key, $name = 'MY_SESSION', $cookie = []) | |
| { | |
| $this->key = $key; | |
| $this->name = $name; |