An ugly way to auto-refresh a web page
Add inside the <head> tag the following: The value of the content is in seconds. So the above will refresh the page […]
Add inside the <head> tag the following: The value of the content is in seconds. So the above will refresh the page […]
Use the Windows key + R keyboard shortcut to open the Run command. Type regedit, and click OK to open the Registry. Browse the following path:HKEY_CLASSES_ROOT\Directory\shell\cmd Right-click the cmd (folder) key, […]
if blocked remove your ISP IP address from /etc/csf/csf.deny and restart CSF Firewall or via command csf -dr ISPIPADDRESS More info: https://community.centminmod.com/threads/can-not-login-ssh-and-ping-when-csf-enable.8888/
Windows steps Create a shared folder in windows Make it shareable with Full Access to Everyone Create a windows user just for […]
So I tried to connect this drive as a Network file share to my laptop and I was prompted with this error […]
If you just want the ease of switching into that directory, to create a real alias and save keystrokes just type the […]
Run the following command from a cmd window. “C:\Program Files (x86)\VMware\VMware Remote Console\vmrc.exe” vmrc://USER@SERVER/?moid=VMID Replace USER, SERVER, VMID with your details, where […]
Open Windows PowerShell as admin and run the following: PS C:\> Get-ExecutionPolicy Restricted PS C:\> Set-ExecutionPolicy RemoteSigned Execution Policy Change The execution […]
Find the latest version here: https://github.com/creationix/nvm/releases and then run the following command curl https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash where v0.33.11 should be the current latest […]
# yum install -y open-vm-tools Once it’s installed, you should able to see the file: # ls /usr/bin/vmtoolsd After this is done, […]
In order to change or set a CentOS 7 machine hostname, use the hostnamectl command as shown in the below command excerpt. […]
On the computer you want to reboot or shutdown remotely, press Windows key + R, type: regedit then hit Enter on your keyboard. Navigate […]
CREATE DATABASE mydatabase CHARACTER SET utf8 COLLATE utf8_general_ci; or CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
If you try to use PHP Documentor and encounter thw error phpDocumentor – Could not open input file: phpdoc run the command […]
sudo mv /etc/localtime /etc/localtime.bak sudo ln -s /usr/share/zoneinfo/Europe/Athens /etc/localtime
Let’s say you want to map the uploads folder with a folder in a network share drive. Open an Admin cmd and […]
Step 1) Installing VirtualBox Guest Additions is necessary to enable folder sharing between host and guest operating systems on VirtualBox. Start the […]
First generate the locale sudo locale-gen el_GR and then run it like: LC_ALL=el_GR.utf8 wine myapp.exe
sudo rm -f /var/lib/NetworkManager/NetworkManager.state sudo service network-manager restart
Open registry editor (regedit) Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender Create a DWORD (if not exists) with name DisableAntiSpyware Set the value of DisableAntiSpyware to 0 Exit […]