My server was recently hacked through a shell. Now there are some folders and files deleted from the server and I would like to get them back. Because I know that you can recover deleted files through certain ways… I have searched online for good tools, but nothing that brings […]
Rubin
Consider the file Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non velit sem. Fusce rhoncus eros eget mi blandit, in ultricies mi sollicitudin. Nam nec justo sollicitudin, varius dolor ut, dapibus neque. Nulla pharetra aliquet augue at facilisis. Proin efficitur metus sed condimentum ornare. Quisque condimentum tortor a […]
I used the built-in Mac screenshooting features quite a bit to take screen grabs in order to illustrate software feature descriptions and bug reports. I say used because recently the keyboard shortcuts that initiate this have stopped working reliably for me. When I press one of these key combos (command-shift-4 […]
I have a master worksheet I’d like to update, which will update multiple worksheets with the same data. If I enter data on the master I want it to insert it in the top row of a specified table on another worksheet, and another worksheet, etc however the location on […]
I’m running Windows 11 Pro, and have set up a FreeBSD VM under Hyper-V. Initially, the VM was using the default virtual switch, and internet access from the VM worked correctly. But in an attempt to prevent the VM’s IP address from changing on each reboot, I attempted to create […]
This may be a silly question but I’m asking in desperation as I don’t want to return my RAID controller card (I’m finding them difficult to source as i need PCIe 3.0 and hardware RAID). I stupidly asked for a PC to be built by gamers and I received a […]
I’m trying to access Ubuntu WSL (2) files from Windows. Until recently, I was able to do so by accessing \wsl$Ubuntu, but now, I need to manually start Ubuntu WSL by launching the Ubuntu WSL app or by typing wsl in PowerShell or in CMD. \wsl$Ubuntu is not available after […]
I have a fairly convoluted formula but for the problem at hand, it really only concerns the 2nd If statement. =IF(OR($H24="",I$18=""),"",IF(I$18="Additional Notes",IF(ISERROR(MATCH($H24,AdditionalNotes!$H$16:$H445,0)),"", HYPERLINK("#AdditionalNotes!I"&MATCH($H24,AdditionalNotes!$H:$H,0),"Additional Notes")), IF(INDEX(MasterSheet!$B$4:$AG$500,MATCH($H24,MasterSheet!$D$4:$D$500,0), MATCH(I$18,MasterSheet!$B$4:$CF$4,0))=0,"",INDEX(MasterSheet!$B$4:$AG$500, MATCH($H24,MasterSheet!$D$4:$D$500,0), MATCH(I$18,MasterSheet!$B$4:$CF$4,0))))) Basically, if a column contains “Additional notes”, it’ll search a sheet called AdditionalNotes for a name. If that name exists, then I […]
I want to use proxy only for one website URL, and if the proxy is disabled or down, the URL blocked by a firewall So in my mac os, I connect to a proxy server somewhere, and then if I open, for example, google.com, all the traffic pass from the […]