An apt-get wrapper is available, to install new software This is experimental, an sometime doesn’t works But if you want to try it, for exemple, launch “apt-get install nano” It will be asked “Install libncursesw6 ?”, you should always say
Copy ISO to USB
Add swap for LinuxConsole
If you need some swap : boot from liveCD umount the filesystem create a swap partition with mkswap command line https://www.youtube.com/watch?v=YEljYeOLxuQ&feature=youtu.be
Install LinuxConsole ISO from Windows
You can do it with Windows XP/Vista/7 Sometimes in Windows 10 (not if booting UEFI) 1 – Download ISO 2 – Download installer inside the same directory 3 – Run installer .. and enjoy
Install teamviewer
As root, run : /ydfs/add/software teamviewer Then you can use it (if you are root or not)
Install dosbox
You can install Dosbox, then running DOS games as root, run : opkg-cl install dosbox You can see : Installing dosbox (0.74) to root… Downloading now http://opkg.linuxconsole.org/linuxconsole/2.6/x86_64/dosbox_0.74_x86_64.ipk. Configuring dosbox. Note: to fix some game crash, edit $HOME/.dosbox/dosbox-0.74.conf and remplace “core=auto”
Fix running games with some ATI video cards
You can’t start running games, and you have a ATI video card ? Run “glxgears”, if it crashes, then create this file (ex ati-dri2.conf) inside /etc/X11/xorg.conf.d/ Section “Device” Option “DRI3” “False” Identifier “Card0” Driver “radeon” # BusID
Clear wine
You have installed a lot of Windows software, and now you want to delete them ? Then, you can can remove those folders : $HOME/.wine $HOME/.local/share/applications
Add Italian keyboard layout
On LinuxConsole 2.5, Italian keyboard is not available, follow this to fix it : Note : To test accented characters, please run leafpad instead of terminal
Burn mp3 to CD
ls *.mp3| while read file do mpg123 -w “$file.wav” “$file” || exit $? done wodim -v -dev=/dev/sr0 -pad -dao -audio *.wav || exit $? rm *.wav