Posts

Showing posts with the label tips

Resolving System Interrupts CPU hell on beefy Gaming Laptop

Image
I recently had an issue with my laptop caused most likely by some software conflict or update. It's not the first time it happened so I document it here in the event it happens again. I'm also not the only one going through this, hopefully it is useful to others as well.

Best Free VPS Virtual Private Server (Cloud) providers

Image
Having briefly discussed how to choose a virtual private server (VPS), we have experimented with a number of (hosting?) providers, some providing limited-time free service, some providing rock-bottom prices, and we are now ready to make a recommendation. We started this overview in 2020 and finished it in 2022.

Rediscovering Tmux and Screen

Image
I have recently resurrected some older devices with flaky connectivity and while ssh-ing into them had to use some terminal tricks (aka multiplexers ) to restore connections if disconnected (or to purposely disconnect/reconnect on long commands). I used tmux where possible, but occasionally only GNU screen was available, making a summary of features opportune.

Metasploit on Windows and Android

Image
I recently went to the trouble of installing Metasploit Framework (MSF) on a few devices (Android smartphone, Windows laptop, Kali on multiboot), with various degrees of success. My experiences may be helpful for others attempting the same, as well as for me, so that I can finish it later.

Benchmarking a Windows 10 Home Laptop

Image
I recently had the opportunity to benchmark two very similar Acer computers, differing mostly in the kind of Intel processor they shared. I found that only Novabench is worth using.

Converting text files between Windows, MacOS and Linux

Image
Each operating system has different special characters to mark the end of line (EOL) or end of file (EOF) in simple text files. If transferring by FTP, the file conversion may be done automatically by your client based on the file extension or you could force it using the ascii command before the transfer; if not, you may have to employ the methods we discuss below.