Proxmox – destroy cluster
Proxmox – destroy cluster Read More »
Prepare disk, volumes etc. Identify disk where you wand create an additional directory Mark the device where you want to create an additional storage directory for example sdb. Next, we need to format the disk and partition so we make sure to have parted installed. Then create a filesystem on that device etc. Ok the
Proxmox – add space/device to node Read More »
Network netstat -tulpn | grep LISTEN show all opened TPC/UDP sockets sudo ip link set eth0 up enable/disable network interface eth0-interface name up/down cat /etc/services | less list of services and ports find . -mmin -60 -type f -exec ls -l {} + list changed files in last 60 min find . -type f -newermt
Linux cheatsheet – usefull commands Read More »
If you boot to cmd line If you need to change the timeout after what raspberry blank(turn off) connected displays. You need modify the config file /boot/cmdline.txt and add parameter consoleblank=xxx (replace x with desired value) for example the cmdilne.txt shlould looks like: If you boot to xdesktop If you boot to desktop enviroment you
RPI – Display blank timeout Read More »
First you need to open commmand line and navigate to office installation directory. If you installed the 64-bit version of Office 2016, move to the following folder: C:\Program Files\Microsoft Office\Office16 If you installed the 32-bit version of Office 2016, move to the following folder: C:\Program Files (x86)\Microsoft Office\Office16 Display the current licences Remove the Licences
Remove and Re-add License Key for Office 2016 on Office 365 Read More »
exit Exit actual session, exit from the program whatis [command] Show a one-line description of the command clear clear terminal window man [command] show manual page for command less [file] allow you to view, search in many ways in text files pwd print current working directory ls list files/folders in the directory cd change directory
Essentials linux commands Read More »
Sometimes you need to mount some Windows PE ISO and modify it to match your needs. For example, add your tools to bootable iso. I will show you how mount that iso to Windows, make the required changes and unmount. Prerequisites Install the Windows Assessment and Deployment Kit (Windows ADK) Technical Reference, with Windows Preinstallation Environment. If you’re using the
Mount and edit Windows PE iso Read More »
A Standard Linux Directory Structure Below is a reference to the basic structure of directories for most Linux distributions. Find more at the Linux Filesystem Hierarchy Standard, on Wikipedia. / – the root or base of the filesystem /bin – operating system binaries /boot – Linux kernel and programs run at startup /dev – devices /etc – system configuration files /home –
When you try to print a webpage in Microsoft Edge or print a mail from the built-in Mail app, error 0x8007007e may occur. However, the classic desktop programs (a.k.a Win32 apps) can print correctly. The problem is restricted to modern or Universal Web Apps (UWP) like Edge, Mail, OneNote, etc. Copy the file from WinSxS
Error 0x8007007e when Printing from Microsoft Edge or any other Windows APP Read More »
Default log paths /var/log/http/access_log [For RedHat based systems] /var/log/apache2/access.log [For Debian based systems] /var/log/http-access.log [For FreeBSD] Command Output 5482 103.28.37.1785356 66.249.78.1681977 66.249.93.1451962 157.55.39.2511924 66.249.93.1421921 66.249.93.1481890 64.233.173.1781860 108.61.183.1341841 64.233.173.1821582 157.55.39.251 Command explain awk ‘{ print $1}’ access.log – take the access.log and print first group (separated by white space) sort – sort records uniq -c –
Apache – Top 10 IP addresses accessing your Apache webserver Read More »