Linux
Create file with full directly listing (Linux)
by techie.g33k on Sep.06, 2020, under Linux, Techie
If you need a full listing of all the files in a folder saved to a file then use the following from a shell:
'ls' > file_list.txt
NOTE: In this case the file_list.txt file will be listed in the file_list.txt file, and to avoid this, just save the file_list.txt file to a different location than you are running the ‘ls’ command in.
Backing up folder with symlinks in it
by techie.g33k on Sep.06, 2020, under Linux, Techie
If you need to backup a folder with symlinks and keep them intact use the following from the shell:
tar -csf folder.tar /folder/location/with/symlinks/
Windows gaming on Solus Budgie Linux
by techie.g33k on Sep.11, 2017, under Linux, Techie, Video Games
I recently moved my main workstation over to using Solus Budgie. Well I’m loving it, but one issue I found was playing some of my Steam games that were Windows only. I installed and tried to use PlayOnLinux and Lutris to load Grim Dawn or EverQuest 2 and the WINE containers they built would never work and have different issues. So in the long-run I just used PlayOnLinux to install Steam and then from inside of that copy of Steam (ie the Mono WINE) I have been downloading/installing my Windows only games.
EverQuest 2 – I had to set it to Extreme Performance to make it play smooth, but it does play smooth.
Grim Dawn – I cranked the setting pretty much up to max (2K resolution; fullscreen) and that is also a great play.
…I’ll update this list with any other Windows-only games I try this way, but so far it looks like most/all will work.
NOTE: Not to bash on Lutris or PlayOnLinux as I think both are great, but limited by Windows-only games.