There is something out there and if you follow the white rabbit you might just find something, even if it isn’t what you were orginaly looking for. With that I offer you the blue pill to some Ubuntu terminal fun. The program name is cmatrix. What a fitting name because what the terminal program does is scroll matrix code text […]
Tag: Ubuntu
There are those times you need the service tag from a system such as a noteboot, server, or pc and just can’t get to it. Or… taking the “I’m not getting up for this method”. Using the Windows Management Instrumentation Command-line (WMIC) you can pull this information right from the command prompt. Simply type the following: […]
It’s been about 2 years now and well it was time for me to rebuild my PS3 Media Server The last time I made a write up about this; I gave a few steps and left some out. Here is my rebuild and steps I took to get it working. I started off by installing […]
To install ClamAV run the following command apt-get update apt-get install clamav Manually update virus databases freshclam You will see ClamAV update process started To manually scan files/folders for viruses clamscan -r /location_of_files_or_folders Sample Output ———– SCAN SUMMARY ———– Known viruses: 1184347 Engine version: 0.97.3 Scanned directories: 60 Scanned files: 334 Infected files: 0 Data scanned: 309.25 […]
Webmin is a web interface for configuring your linux box. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more, and all can be done remotely. I am new to this and will update more as time goes by. For now this is rather nice But first you […]
Byobu is a light, powerful, text-based window manager based on GNU Screen. Using Byobu, you can quickly create and move between different windows over a single SSH connection or TTY terminal, monitor dozens of important statistics about your system, detach and reattach to sessions later while your programs continue to run in the background. Byobu can […]