Category: IT, Internet, Gadgets

Proxmox NAT network with MASQUERADE

If you need for whatever reasons to have a NAT behind the vmbr0 default bridge do this: On host machine create a vmbr1 interface  Don’t forget to apply the changes. From ssh edit /etc/network/interfaces and add netmask to vmbr1 and following lines: auto vmbr1 iface vmbr1 inet static address 10.10.10.1/24…

Citeste tot / Read all Proxmox NAT network with MASQUERADE

Firefox Vertical Tabs

If you have V 129+ then you can activate Vertical Tabs in Firefox. Type in address bar: about:config and search the next 2 parameters and change the value to true: sidebar.revamp and sidebar.verticalTabs

Citeste tot / Read all Firefox Vertical Tabs

Waze – coduri “secrete”

##@restorefav: resetează locurile favorite la zero ##@coord: enable/disable coordonatele GPS ale locației dumneavoastră; ##dbg@tts: enable/disable modul de depanare pentru funcția text-to-speech; ##@tts: enable/disable funcția text-to-speech; ##@asr: enable/disable comenzile vocale; ##@username: afișează numele dumneavoastră de utilizator într-un pop-up; ##@@eng: schimbă limba în engleză; ##@heb: schimbă limba în ebraică; ##@@debuglang: schimbă șirurile…

Citeste tot / Read all Waze – coduri “secrete”

How to bypass YouTube adblocker check

The solution is a combo of Firefox+uBlock Origin plugin with some twiking. This is the plugin you need: and add in Setting of the plugin in My Filters the following code: www.youtube.com##+js(set, yt.config_.openPopupConfig.supportedPopups.adBlockMessageViewModel, false) www.youtube.com##+js(set, Object.prototype.adBlocksFound, 0) www.youtube.com##+js(set, ytplayer.config.args.raw_player_response.adPlacements, []) www.youtube.com##+js(set, Object.prototype.hasAllowedInstreamAd, true) If it is still not working, also…

Citeste tot / Read all How to bypass YouTube adblocker check
cmatrix

Homeassistant – change IP address in CLI – nmcli

I am using now for more than 1 year Homeassistant, installed on a RasberryPi, to manage all the smart devices in my home in a unique platform instead of using each device application. …and not only on my home. Recently I implemented this solution in the new DataCenter of my…

Citeste tot / Read all Homeassistant – change IP address in CLI – nmcli

ISPConfig3 – Postfix Improvement

I am using ISPConfig for years now. It is a good management software for hosting servers. Not as good and stuffy as CPanel, but it will do the job. Because we don’t have MailScanner out-of-box in ISPConfig and because I don’t want to configure it manually for all the websites,…

Citeste tot / Read all ISPConfig3 – Postfix Improvement

Fun with Linux Terminal

Linux terminal doesn’t need to be boring. There are some things that you can do just for fun. 1. Change the PS1 root@ionutd:~# export PS1=”root@nasa.gov:~# ” root@nasa.gov:~# 2. The “sl” command Many linux guys, in a fast typing fever, are writing sl instead of ls Install the sl package from…

Citeste tot / Read all Fun with Linux Terminal
raspberrypilogo

RaspberryPi – USB SSD boot – howto and troubleshooting

By default, the latest versions of bootloaders for RaspeberryPi 4 can boot directly on USB without a presence of a SDCard. You can just “burn” the image on the USB external storage and boot it up. The thing is that it is booting without any problems on HDD but it…

Citeste tot / Read all RaspberryPi – USB SSD boot – howto and troubleshooting
linux logo

init 0 init 1 init 2 init 3 init 4 init 5 init 6

În linux sunt 8 “runlevels” sau în romgliș, inituri. Fără prea multe introduceri, here they are: init 0 – shutdown (acceseaza /etc/rc0.d/* scripts și halt) init 1 – single user mode sau emergency mode – fără network, fără multitasking init 2 – fără network, cu multitasking init 3 – cu…

Citeste tot / Read all init 0 init 1 init 2 init 3 init 4 init 5 init 6