I tried to configure my logrotate.d as below, it generates files with funny names (ex: 0220420-20220421-20220422-20220423-20220424-20220425-20220426), I want to check is it working as expected since it is my first experience? As I am not sure why it creates files with zero sizes? My expectation was: rotate 7 times per […]
Rubin
I have total 4 Interfaces on my VM where enp0s3 is the primary Interface and others are the secondary Interfaces ip a output [root@vm]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever […]
Problem setup I have a PS1 definition using nerdfonts. However, sometimes when ssh’ing into them from some machines, the special characters are not expanded. In this case, I will like to replace the special character for a default one. Question How can I check if a unicode character has a […]
I am running Windows 10 with TWO monitors. When right-clicking the TaskBar on the MAIN Monitor, the TaskBar context menu has a “Toolbars” menu item: But when right-clicking the TaskBar on the SECONDARY Monitor, the TaskBar context menu has NO “Toolbars” menu item: But I need to place a specific […]
During the installation of Parrot on a VirtualBox machine, I manually created a 32 MiB partition (since I don’t intend to multi-boot or upgrade the VM, that’s way more than enough for the single OS) to be used as the EFI system partition and formatted it as FAT32 with the […]
I got a call from HR (some 3rd party HR that works for Morgan Stanley) for a Job application. I shared an updated resume over… Read More The post Morgan Stanley Interview for Software Engineer Manager (Experienced 2021) appeared first on GeeksforGeeks.
I applied to Google IT support Engineering Profile by Referral from one of my friends, Initially, I provided my Resume and Transcript of all my… Read More The post Google Interview Experience for IT Support Engineer appeared first on GeeksforGeeks.
Given a string s of length N, containing digits written in words but in jumbled form, the task is to find out the digits present… Read More The post Find digits present in given jumbled String appeared first on GeeksforGeeks.
Given an integer array arr of size N[], the task is to find the longest equilibrium subarray i.e. a subarray such that the prefix sum… Read More The post Longest equilibrium Subarray of given Array appeared first on GeeksforGeeks.