Online coding test: It consists of 3 questions that were in the medium level. One question was a dynamic programming one. Another was based on… Read More The post HashedIn Interview Experience for SDE-1 (April 2022) appeared first on GeeksforGeeks.
Daily Archives: April 27, 2022
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 […]
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 […]
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 […]