gpg cli cmd tl;dr
gpg kreiranje ključa RSA 4096 sve funkcije, nema rok trajanja gpg –quick-gen-key <%ime.prezime@domena.tld%> rsa4096 cert,auth,sign,encr never gpg izvoz, privatni ključ gpg –armor –export-secret-key <%ime.prezime@domena.tld%> gpg…
Ubuntu jebeno ide u sleep svakih X minuta
..a /var/log/syslog ti se pojavljuje ovo govno “non-stop”: Oct 22 14:16:41 <%ComputerName%> systemd[1]: Reached target Sleep. Oct 22 14:16:41 <%ComputerName%> systemd[1]: Starting Record successful boot…
kde “mail.google.com” “You need to supply a username”
sudo apt remove –purge plasma-gmailfeed -y
WordPress – “.. exceeds the maximum upload size for this site”
Problem Rješenje Editiraj /public_html/wp-config.php i/ili /public_html/<%web%>/wp-includes/ @ini_set( ‘upload_max_size’ , ‘123M’ ); @ini_set( ‘post_max_size’, ‘123M’); @ini_set( ‘memory_limit’, ‘123M’ ); @ini_set( ‘max_execution_time’, ‘300’ ); ..i možda proradi…..
Otvori “OUTLOOK:” linkovlje
Npr. link tipa “OUTLOOK:12345612345612345612345612345612345600002” Importiraj ovo u Registry: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\outlook] @="\"URL:outlook folders\"" "URL Protocol"="" [HKEY_CLASSES_ROOT\outlook\DefaultIcon] @="\"C:\\Program Files (x86)\\Microsoft Office\\root\\Office16\\OUTLOOK.EXE\",0" [HKEY_CLASSES_ROOT\outlook\shell] [HKEY_CLASSES_ROOT\outlook\shell\open]…
IBKR API error warning
Problem [13:22:55] ERROR ERROR 1 10314 End Date/Time: The date, time, or time-zone entered is invalid. The correct format is yyyymmdd hh:mm:ss xx/xxxx where yyyymmdd…
IBKR API error warning
Problem [HH:MM:SS] ERROR ERROR 1 2176 Warning: Your API version does not support fractional share size rules. Please upgrade to a minimum version 163. Trimmed…
Microsoft Outlook drekstop – Macrosi odjednom više ne rade
Problem Je li to zbog Windows 11, nekog Outlook apdejta ili climate change – ne znam, sumnja je usmjerena na Win11. Jedino što znam je…
Hyper-V – “Connect…” – Rezolucija je kao i Microsoft, još u 1970-ima
Set-VMVideo -VMName "UbuntuDesktop" -HorizontalResolution 1920 -VerticalResolution 1080 -ResolutionType Single hyperv hi, perv resolution connect xhyperv hi, perv xresolution xconnect
Hyper-V – Virtualization disabled
Problem Pokeneš SystemInfo.exe i on kaže “Virtualization Enabled in Firmware: No” Pokreneš Task Manager >> Performance: “Virtualization: Disabled” Rješenje Otvori BIOS i uključi jedno od…
Instalacija ili nadogradnja Windows 11 je usrala Windows Explorer context menu, točnije “Show more options”
Problem Rješenje Apliciraj neku od Personalization >> Themes Odaberi npr. temu “Plava Vulva” i primijeni je. Usrane su ove teme dostupne po defaultu, ali barem…
Your Windows 11 does not meet the minimum hardware requirement for Windows 11
Windows Explorer Alt+Tab – Ikone umjesto slika
Start >> Regedit Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer AltTabSettings (Dword32) 1 windows explorer alt tab ikone icons xwindows xexplorer xalt xtab xikone xicons
Linux – Instaliraj VSCode
wget https://go.microsoft.com/fwlink/?LinkID=760868 -O vscode.deb sudo dpkg vscode.deb vscode xvscode visual studio code xvisual xstudio xcode install xinstall
Ubuntu – XRDP – Terminal – Svaki puta pogrešna tastatura
Rješenje nano ~/.profile dodaj setxkbmap hr setxkbmap xsetxkbmap kbd xkbd keyboard xkeyboard tastatura xtastatura layout xlayout tipkovnica xtipkovnica
Powershell – Update-Help fuckery
Situacija update-help -UICulture en-US Problem Update-Help: Failed to update Help for the module(s) ‘AngleParse, Send-MailKitMessage’ with UI culture(s) {en-US} : The value of the HelpInfoUri…
Gajim – Ubuntu – Omemo fuckery
Poruka TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must…
IT security rule #1: “Users must not try to circumvent IT security!”
VBA Visual Basic for Applications – Outlook – Promijeni izgled označenom tekstu
outlook_macro.vba ‘ SWID-2023082911113901-SWP6MNG-SomwareHR /// Mijenja font- i paragraf-formatting za označen tekst u Outlooku /// v.23.0829.11 Sub FormatSelection() ‘ Poor man’s trace-debug: MsgBox ("Radim…") Dim Selection…