From Boldcore's wiki
- 03:05, 10 July 2020 Tyt th258 programming software (hist) [269 bytes] Admin (Talk | contribs) (Created page with "= TYT TH-258 Programming Software = It is very hard to obtain official programming software for that cute little radio. Here: [https://git.boldcore.eu/jhenzely/pub/raw/branch...")
- 06:39, 15 May 2018 Lvm fsck in rescue mode (hist) [198 bytes] Admin (Talk | contribs) (Created page with "In rescue mode on RedHat/CentOS LVs are in "INACTIVE" mode. To "activate" them enter the following commands: <pre> ## Scan for LVs lvm vgscan -v ## Make them "active": lvm...")
- 16:32, 9 May 2018 Allow app in selinux (hist) [335 bytes] Admin (Talk | contribs) (Created page with "Usually, we just disable SELinux, instead of configuring it --lazy way :D <br> I think, that enabling application using the following commands is better approach. <pre> ause...")
- 04:25, 26 April 2018 Vapormemo (hist) [1,612 bytes] Admin (Talk | contribs) (Created page with "Me was trying to explain to my colleague what is vaporwave. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Sa...")
- 01:56, 19 April 2018 Windows install telnet client (hist) [544 bytes] Admin (Talk | contribs) (Created page with "Whoooa ! <br> Yes, it is possible. <br> Telnet protocol is now obsolete (or lets say forbidden) because it does not provide any level of security. Data are simply transfered...")
- 05:33, 13 April 2018 Openvswitch vxlan hello world example (hist) [1,325 bytes] Admin (Talk | contribs) (Created page with " == Openvswitch VXLAN Hello World example == This is very cool. You can create simple and efficient L2 ethernet tunnel between two hosts with L3 (IP) connection.<br> Later yo...")
- 05:46, 15 March 2018 Dns spf record (hist) [117 bytes] Admin (Talk | contribs) (Created page with "This one is working so far so good... <pre> v=spf1 a mx ip4:87.236.196.25 ip6:2a01:5f0:c001:106:59:0:2:3 -all </pre>")
- 07:05, 2 March 2018 Compile git with ssl https support (hist) [901 bytes] Admin (Talk | contribs) (Created page with "=Compile git with https support= After installing git from source code, I encountered with the following error when trying to clone (or whatever) repository from https. <pre>...")
- 09:08, 31 December 2017 Zello android vox (hist) [2,145 bytes] Admin (Talk | contribs) (Created page with "=Zello Android VOX Support= ==Intro== Zello is frequently used to link two-way radios with mobile phones or computers via the Internet. TX and RX control is usually controlle...")
- 03:03, 31 May 2017 Pysnmp otheroids (hist) [648 bytes] Admin (Talk | contribs) (Created page with "==PySNMP do not dive to other OIDs== I am new to this topic, but lets say, that I want from PySNMP only one OID "tree". By default, it will jump to another and print all remai...")
- 05:40, 26 April 2017 Linux proxy variables (hist) [380 bytes] Admin (Talk | contribs) (Created page with "==Linux Proxy variables== If You are connecting to the Internet thru proxy. <pre> export http_proxy=http://8.8.8.8:8080/ export https_proxy=https://8.8.8.8:8080/ export ftp_...")
- 05:28, 26 April 2017 Fail2ban unban ip (hist) [337 bytes] Admin (Talk | contribs) (Created page with "Well, sometimes it happens... <pre> fail2ban-client set sshd unbanip 8.8.8.8 fail2ban-client set FILTER_NAME unbanip 8.8.8.8 </pre> Instead of FILTER_NAME there could be: -...")
- 07:37, 25 April 2017 Windows putty ssh tunnel (hist) [203 bytes] Admin (Talk | contribs) (Created page with "This is so far the most POWERFUL feature of SSH. /etc/ssh/sshd_config <pre> AllowTcpForwarding yes GatewayPorts clientspecified PermitTunnel yes </pre> File:Example.jpg")
- 06:55, 25 April 2017 Esxi mac error (hist) [952 bytes] Admin (Talk | contribs) (Created page with "==Intro== In vmware ESXi You can get some auto-generated address when creating new VM NIC. ==The weird issue== This works just fine, unless You want to import the VM on diffe...")
- 07:32, 24 March 2017 Apache https www (hist) [1,095 bytes] (username removed) (edit summary removed)
- 08:54, 15 March 2017 Mongodb (hist) [510 bytes] Admin (Talk | contribs) (Created page with "=MongoDB= ==Nothing useful== Raised on MySQL, I am new to mongo, and I need to get more familiar with the syntax. Just a random pastes from cmdline. <pre> →Insert shit: ...")
- 09:14, 13 March 2017 Squid proxy (hist) [2,587 bytes] Admin (Talk | contribs) (Created page with "Another config. This one just for fun ! <pre> acl localnet src 10.0.0.0/8 # RFC1918 possible internal network acl localnet src 172.16.0.0/12 # RFC1918 possible internal...")
- 03:44, 8 March 2017 Wordpress obvious workaround (hist) [313 bytes] Admin (Talk | contribs) (Created page with "= Wordpress obvious workaround = == Intro == By default, I don't know why on the f****** world, Wordpress wants to use FTP to write content.<br> Don't worry, this stupid beha...")
- 02:34, 8 March 2017 Change apache umask for modified files (hist) [1,306 bytes] Admin (Talk | contribs) (Created page with "= Change umask (privileges) for files modified by Apache = == Intro == By default, umask is set to 022, which means 755 for folders and 644 for non-executable files.<br> In t...")
- 04:31, 7 March 2017 Firewalld rich rule (hist) [688 bytes] Admin (Talk | contribs) (Created page with "= Firewalld rich rule example= Allow connection to IP address and specific port only from specified source IP. <pre> firewall-cmd --add-rich-rule='rule family="ipv6" source...")
- 03:33, 17 February 2017 Add this to Your vimrc (hist) [282 bytes] Admin (Talk | contribs) (Created page with "= My favorite addition to vimrc = <pre> cat >> /etc/vimrc set number set tabstop=3 set softtabstop=3 </pre")
- 03:18, 17 February 2017 VirtualHost reverse proxy (hist) [999 bytes] Admin (Talk | contribs) (Created page with "= Working VirtualHost config for reverse proxy = <pre> <VirtualHost address.tld:443> ServerName address.tld ServerAlias address.tld ProxyPass / https://reverse.proxy.addr...")
- 02:27, 17 February 2017 Main Page (hist) [565 bytes] Admin (Talk | contribs) (Created page with "= Welcome to Boldcore's wiki ! = I am using this wiki on my server to store useful information. When I was poor, young ang nice (now I am 23), without server in DC, simple pa...")