Useful tips for everyday
How do I run Python 2 when Python 3 is installed? No matter the order of “pythons” you can: run Python 2. x scripts using…
What is the significance of square brackets around a process when looking at a listing produced by the ps command? Square brackets [] are used…
Can pfSense do load balancing? Configuring pfSense pfSense uses the load balancer to share the load of certain types of traffic over multiple servers, this…
How do I run a batch file on a remote machine using Powershell? ForEach ($comp in (Get-Content “d:\PClist. txt”)) { Invoke-Command -ComputerName $comp …… }…
How do I create a PostScript in PDF? Portable Document Format (. pdf)…This works by opening the file in Document Viewer and “printing” the document…
How do I change my root? How to change root password in Ubuntu Type the following command to become root user and issue passwd: sudo…
Can you clone a 1TB HDD to 500GB SSD? Answer: It is possible to clone 1TB HDD to 500GB SSD At this point, what you…
How do you configure CUPS? To configure CUPS to allow access from remote machines, perform the following steps: Enter the following command to open a…
How can I turn off my phone without the power button? Almost every Android phone comes with scheduled power on/ off feature built right into…
Does YUM install dependencies? Edit Just a clarification, this will automatically install all dependencies that are already available via system YUM repositories. If you have…