Můj blog o práci a zábavě

Web o práci a zábavě

Window a WPA2-Enterprice EAP-TTLS Let`s Encrypt

Jak nastavit naší sít SSPUPrivate ve škole a na Window X. Změna po update windows způsobila nekontrolování Root certifikatů a je nutné toto nastavit v konfiguraci. Viz. přiložené video. nastavení najdete v Ovládacích panelech- položka síť. Pokud jste již měli nastavení  SSPUPrivate je nutné toto nastavení smazat ve známích sítích WPA2-enterprices-LetsEncrypt  

Read more →

Enable network connection for MSSQL SQLEXPRESS

https://blogs.msdn.microsoft.com/sqlexpress/2005/05/05/how-to-configure-express-to-accept-remote-connections/ STEP 1: Enabling TCP/IP First we must tell SQL Server Express to listen on TCP/IP, to do this perform the following steps: 1. Launch the SQL Server Configuration Manager from the “Microsoft SQL Server 2005 CTP” Program menu 2. Click on the “Protocols for SQLEXPRESS” node, 3. Right click on “TCP/IP” in the list […]

Read more →

Backup and restore All DB Microsoft SQL server

Make Backup in SQL script DECLARE @name VARCHAR(50) — database name DECLARE @path VARCHAR(256) — path for backup files DECLARE @fileName VARCHAR(256) — filename for backup DECLARE @fileDate VARCHAR(20) — used for file name — specify database backup directory SET @path = 'C:\Backup\' — specify filename format SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112) DECLARE db_cursor CURSOR FOR […]

Read more →

OpenVPN na windows

Pro instalaci stáhněte balíčky ze serveru https://openvpn.net/index.php/open-source/downloads.html musíte mít nainstalovaný i tap driver do windowsu následně do adresáře C:\Program Files\OpenVPN\config rozbalte a nakopirujte tyto soubory client upravte soubor heslouzivatele.txt na Vase prihlasovaci jmeno a heslo na panelu ikon prava dolni lista je ikona openvpn a spustte connect

Read more →

Compile thinstation 5

download mirrot thinstation git clone –depth 1 git://github.com/Thinstation/thinstation.git -b 5.4-Stable cd thinstation ./setup-chroot The easiest way to change the configuration is to get the kernel to start building and cancel it, so that it unpackages and applies patches: cd /ts/ports/kernel-modules/kernel-TS # nebo jiny kernel treba SMP… pkgmk -d -kw -f (download the sources, keep work, […]

Read more →

Ubuntu, windows připojení na Zimbru

aneb jak na sdílení dokumentu ala google drive ale na privátním zimbra hostingu v ubuntu připojení webdav adresaře připojit se k serveru a format připojení: davs://[domenove jmeno]:[port]/dav/[username]/Briefcase ukázka pro náš hosting davfs://mail.iservery.cz:443/dav/admin@iservery.com/Briefcase ve Windows systémech můžeme použít menu připojení ke sdílené jednotce (disku) a použijeme tento přihlašovací řetězec https://mail.iservery.cz/dav/admin@iservery.com/Briefcase

Read more →