├── 03356_haystacksunset_1920x1080.jpg ├── 03520_londonskies_1920x1080.jpg ├── 15thingsArch ├── 1920x1080-World-HD-Wallpaper.jpg ├── AddAppsToPanel ├── ArchInstall ├── BattleNetFixJuly29_2016 ├── BattlenetUbuntu ├── BlizzardAppInstall ├── CenterWindowsLXDE ├── CreateSwapFile ├── DebGaming ├── DebUbuntuFonts ├── DebianJessieThingsToDo ├── DebianPlank ├── Hover_Option.png ├── LXDEvolkeys ├── LXDEvolumekeymapping ├── Linux my Friend Wallpapers de distribuciones linux.png ├── LinuxTimeFormat ├── LxdeScreenTearing ├── ManjIcons ├── 1389393760.png ├── 2Rtml6M.png ├── BigManjaroIcon.png ├── eb14def256db517cebf99616fa7f38b246155b61.png └── manjaro_logo_blue_by_tefrem34-d5wvyii.png ├── ManjaroBootFix.txt ├── ManjaroInfinality ├── OB_CenterNewWindows ├── README.md ├── Screenshot from 2017-05-02 18-18-37.png ├── TweakLXDE ├── WhiskerDark ├── YuGothB.ttc ├── YuGothL.ttc ├── YuGothM.ttc ├── YuGothR.ttc ├── arch-crazy-hd-wallpapers.jpg ├── archlinux4k.jpg ├── compton.conf ├── conkyrc ├── debfontsmoothing ├── debianlxde.png ├── desktop-hd-birds-photo-free-download.jpg ├── infinity.jpg ├── meiryo.ttc ├── meiryob.ttc ├── msgothic.ttc ├── msmincho.ttc ├── pkgmgtshownotes ├── smartyoutubetv_latest.apk ├── wall_lubuntu.png ├── watersail.jpg ├── wheretocopyjapfontsinwine ├── xfceterminaldropdown ├── yumin.ttf ├── yumindb.ttf └── yuminl.ttf /03356_haystacksunset_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/03356_haystacksunset_1920x1080.jpg -------------------------------------------------------------------------------- /03520_londonskies_1920x1080.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/03520_londonskies_1920x1080.jpg -------------------------------------------------------------------------------- /15thingsArch: -------------------------------------------------------------------------------- 1 | 15 things to do after installing Arch Linux: 2 | 3 | 4 | 1. Add user to sudoers file: 5 | -sign in as root 6 | -open the sudoers file: (leafpad /etc/sudoers) 7 | -add user below sudoers section same format as file 8 | 9 | 2. Install gksudo command: (graphical frontend for the su command) 10 | sudo pacman -S gksu 11 | 12 | 3. Sync fastest mirrors: 13 | sudo pacman -S reflector 14 | 15 | Verbosely rate and sort the five most recently synchronized mirrors by download speed, and overwrite the file /etc/pacman.d/mirrorlist: 16 | sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist 17 | 18 | Select the 200 most recently synchronized HTTP or HTTPS mirrors, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist: 19 | sudo reflector --latest 200 --protocol http --protocol https --sort rate --save /etc/pacman.d/mirrorlist 20 | 21 | Select the HTTPS mirrors synchronized within the last 12 hours and located in the US, sort them by download speed, and overwrite the file /etc/pacman.d/mirrorlist: 22 | sudo reflector --country 'United States' --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlist 23 | 24 | 4. Update your Arch install 25 | sudo pacman -Syu 26 | 27 | 5. Add yaourt to pacman: 28 | sudo leafpad /etc/pacman.conf 29 | add to bottom of file: 30 | 31 | [archlinuxfr] 32 | SigLevel = Never 33 | Server = http://repo.archlinux.fr/$arch 34 | 35 | go to next step (enable multilib) 36 | 37 | 6. ** Before saving file enable multilib 38 | 39 | save file 40 | 41 | note: sudo pacman -Syu (update system) 42 | 43 | 44 | 7. Install wireless drivers: 45 | yaourt -S broadcom-wl 46 | 47 | 48 | 8. Add update utility to system tray: 49 | yaourt -S pamac-aur 50 | 51 | 9. Add downgrade ability: 52 | yaourt -S downgrade 53 | sudo pacman -S expac 54 | 55 | 10.Install user folders: 56 | sudo pacman -S xdg-user-dirs 57 | 58 | 11.Install File Utilities: 59 | sudo pacman -S file-roller p7zip zip unzip unrar 60 | 61 | 12.Install your printer: 62 | sudo pacman -S system-config-printer cups 63 | sudo systemctl start org.cups.cupsd.service 64 | sudo systemctl enable org.cups.cupsd.service 65 | yaourt -S brother-mfc-j870dw 66 | yaourt -S brscan4 67 | sudo brsaneconfig4 -a name=Brother model=mfcj870dw ip=192.168.1.6 68 | 69 | 13.Install multimedia codecs: 70 | sudo pacman -S gstreamer0.10-bad-plugins gstreamer0.10-base-plugins gstreamer0.10-ffmpeg 71 | sudo pacman -S gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gst-libav gst-plugins-bad 72 | sudo pacman -S gst-plugins-base gst-plugins-good gst-plugins-ugly ffmpegthumbnailer 73 | 74 | 14.Install proprietary video drivers: 75 | sudo pacman -S nvidia nvidia-libgl nvidia-settings lib32-libldap lib32-nvidia-utils lib32-nvidia-libgl 76 | sudo pacman -S lib32-alsa-lib lib32-alsa-plugins lib32-libpulse lib32-alsa-oss lib32-openal 77 | 78 | 15.Install audio apps: 79 | sudo pacman -S pulseaudio pavucontrol pulseaudio-alsa alsa-utils 80 | 81 | 82 | 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /1920x1080-World-HD-Wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/1920x1080-World-HD-Wallpaper.jpg -------------------------------------------------------------------------------- /AddAppsToPanel: -------------------------------------------------------------------------------- 1 | Add launchers to panel: 2 | 3 | right click on existing app icon in panel and select "Application Launch bar Settings" 4 | 5 | 6 | Select apps in right column and click "add" 7 | then reposition with arrows if necessary. 8 | 9 | Or add "App Launch Bar" to panel and then same as above. -------------------------------------------------------------------------------- /ArchInstall: -------------------------------------------------------------------------------- 1 | Install Plain Vanilla Arch 2 | ========================= 3 | 1. These install instructions assume that you already have your partition designated and already have another Linux distro 4 | that boots from that drive. In this case you do not need to install grub to your new Arch install. You will just need to boot 5 | into your prime distro and run "os-prober" and "update-grub". 6 | 7 | IF YOU ARE USING YOUR ETHERNET CONNECTION TO DO THIS INSTALL, MAKE SURE IT IS CONNECTED BEFORE YOU BOOT INTO YOUR INSTALL USB. 8 | IF YOU NEED TO USE WIFI, AFTER YOU BOOT INTO YOUR USB, TYPE "wifi-menu" AT THE COMMAND LINE TO SEE IF YOUR WIFI IS RECOGNIZED. 9 | IF IT IS, YOU WILL BE ABLE TO SELECT YOUR NETWORK, AND ENTER YOUR WIFI PASSWORD TO CONNECT. 10 | 11 | Download Arch - Copy to USB using in terminal: (rename downloaded iso to "arch" - right click the iso file, then select "rename" 12 | 13 | sudo dd bs=4M if=arch.iso of=/dev/sxx (xx=your device name) 14 | 15 | Once done copying, reboot (go into bios and select to boot from USB) 16 | 17 | Once booted you will already be logged in as root. 18 | 19 | In terminal run the following commands in order: 20 | 21 | mkfs.ext4 /dev/sxx (change xx to your install device) 22 | 23 | mount /dev/sxx /mnt (this mounts the install partition) 24 | 25 | pacstrap -i /mnt base base-devel (installs the base arch system) 26 | 27 | genfstab -U /mnt > /mnt/etc/fstab (generates your fstab file) 28 | 29 | arch-chroot /mnt /bin/bash (enables you to modify the files in config of your system) 30 | 31 | nano /etc/locale.gen (opens locale.gen file) 32 | * once the file is open, uncomment your country entries. Then ctrl-o then enter to save. Then control-x to exit. 33 | 34 | locale-gen (generates your locale config file.) 35 | 36 | echo LANG=en_US.UTF-8 > /etc/locale.conf (writes your locale.conf file and saves) 37 | 38 | ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime (this is my timezone. Substitute your info after zoneinfo) 39 | 40 | hwclock --systohc --utc 41 | 42 | mkinitcpio -p linux 43 | 44 | echo "pick your hostname" > /etc/hostname 45 | 46 | ip link (lists your network devices) (if your wifi device is listed, you may use that for install) 47 | 48 | systemctl enable dhcpcd@"your eth device name".service (if using ethernet) 49 | systemctl enable dhcpcd@"your wifi device name".service (if using wifi) 50 | 51 | pacman -S dialog iw networkmanager network-manager-applet gnome-keyring 52 | 53 | passwd (you will now set the root password) 54 | * enter password twice 55 | 56 | exit 57 | 58 | umount -R /mnt 59 | 60 | **REBOOT** (when you boot into your main distro, run os-prober and update-grub to make your new arch install appear in your grub list) 61 | 62 | Note: sign in as root with your new password 63 | 64 | commands: 65 | 66 | useradd -m -g users -s /bin/bash (your new user name) 67 | 68 | passwd (your new user name) 69 | * enter password twice 70 | 71 | pacman -S sudo 72 | 73 | EDITOR=nano visudo 74 | *sudoers file will open.scroll down below "user privelege specification". 75 | Under the root line add another line 76 | to read same as the root line but with your new user name. Example: len ALL=(ALL) ALL 77 | Cotrol-o to save, then enter, then control-x to exit. 78 | *logout as root, then login as your new user. 79 | 80 | sudo nano /etc/pacman.conf (opens your pacman config file) 81 | * uncomment multilib both lines (not testing) then 2 lines below add the following: 82 | archlinuxfr (enclose this in brackets-Youtube would not let me post brackets) 83 | SigLevel = Never 84 | Server = http://repo.archlinux.fr/$arch 85 | * then control-o to save, then enter, then control-x to exit back to command line. 86 | 87 | sudo pacman -Syyu 88 | 89 | sudo pacman -S yaourt 90 | 91 | sudo pacman -S multilib-devel fakeroot git jshon wget make pkg-config autoconf automake patch 92 | 93 | sudo pacman -S alsa-utils 94 | 95 | alsamixer 96 | * (entering the letter M mutes and unmutes the channels. Mute the channels you don't need and set the 97 | levels of the ones you need. Then "escape" to exit) 98 | 99 | 100 | sudo pacman -S xorg-server xorg-xinit xorg-server-utils mesa 101 | 102 | sudo pacman -S nvidia lib32-nvidia-utils (assuming you have nvidia gRaphics) 103 | 104 | sudo nvidia-xconfig 105 | 106 | *IF YOU HAVE BROADCOM WIFI* yaourt -S broadcom-wl (only if you have a broadcom wifi card installed) 107 | 108 | **REBOOT** 109 | 110 | sudo systemctl enable NetworkManager 111 | 112 | sudo systemctl start NetworkManager.service 113 | 114 | ip link (note your wifi interface device name if it is not already configured i.e. broadcom) 115 | 116 | sudo systemctl enable dhcpcd@(device name).service (SELECT EITHER YOUR WIFI OR ETHERNET DEVICE) 117 | 118 | sudo wifi-menu (should find your wifi network, then connect to your network) 119 | 120 | sudo pacman -S xorg-twm xorg-xclock xterm 121 | 122 | startx (you should see 3 open windows. (hover your mouse over each one at a time and type exit to close all 3) 123 | 124 | sudo pacman -S lxdm xfce4 xfce4-goodies 125 | 126 | sudo systemctl enable lxdm.service 127 | 128 | sudo systemctl start lxdm.service 129 | 130 | 131 | *****reboot into LXDM login screen. Once at login screen select your preferred desktop 132 | from the dropdown list on the lowerleft. (XFCE should be listed.) 133 | 134 | sudo pacman -S gvfs (to show all mounted devices) 135 | 136 | sudo pacman -S xdg-user-dirs ( TO CREATE YOUR USER FOLDERS, I.E PICTURES, VIDEOS, DOCUMENTS, ETC) 137 | 138 | sudo pacman -S file-roller unrar p7zip pulseaudio pulseaudio-alsa pavucontrol 139 | 140 | Enjoy Arch Linux! 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | -------------------------------------------------------------------------------- /BattleNetFixJuly29_2016: -------------------------------------------------------------------------------- 1 | Install wine and winetricks 2 | Arch: sudo pacman -S wine winetricks 3 | Ubuntu/Debian: sudo apt-get install wine winetricks 4 | 5 | Install Core TTF Fonts from Microsoft 6 | Arch: 7 | yaourt -S ttf-ms-fonts 8 | 9 | Debian/Ubuntu: 10 | sudo apt-get install ttf-mscorefonts-installer 11 | 12 | Extra audio and video files to install if you are using Arch or Manjaro: 13 | sudo pacman -S lib32-libldap 14 | sudo pacman -S lib32-nvidia-utils lib32-nvidia-libgl (if you have Nvidia card) 15 | sudo pacman -S lib32-alsa-lib lib32-alsa-plugins lib32-libpulse lib32-alsa-oss lib32-openal 16 | 17 | NOTE: Reboot may be necessary for changes to take effect. 18 | 19 | Alternatively you can install corefonts using winetricks: 20 | 21 | type at command line: 22 | winetricks corefonts 23 | 24 | Then type at command line: 25 | winetricks vcrun2015 26 | 27 | Alternatively you can add the libraries individually to wine: 28 | 29 | Open winecfg. Go to Libraries tab and add libraries with default (native, builtin) setting 30 | api-ms-win-crt-runtime-l1-1-0.dll 31 | api-ms-win-crt-stdio-l1-1-0.dll 32 | ucrtbase.dll 33 | vcruntime140.dll 34 | 35 | Download and install Battle.net app 36 | Right click on downloaded file and select install using Wine File Installer 37 | 38 | 39 | 40 | Download latest Battle.net installer 41 | Install Battle.net (right click file and select Wine Installer) -------------------------------------------------------------------------------- /BattlenetUbuntu: -------------------------------------------------------------------------------- 1 | Ubuntu 16.10 BattleNet Install Procedure: 2 | 3 | 1.update and upgrade 4 | sudo apt-get update 5 | sudo apt-get upgrade 6 | 7 | 2.enable 32bit: 8 | dpkg --add-architecture i386 9 | 10 | 3.sudo apt-get update 11 | 12 | 4.Install 32 bit libraries 13 | sudo apt-get install libc6:i386 libstdc++6:i386 14 | 15 | 5.install proprietary video drivers 16 | 17 | 6.install codecs: 18 | sudo apt-get install ubuntu-restricted-extras 19 | note: (ttf-mscorefonts-installer is required but installed via ubuntu-restricted-extras) 20 | sudo apt-get install ttf-mscorefonts-installer (to verify install) 21 | 22 | 7.sudo apt-get install vlc (pulls in more codecs by default) 23 | 24 | 8. Install wine-development and winetricks 25 | sudo apt-get install wine-development winetricks 26 | 27 | 9.winetricks corefonts 28 | 29 | 10.winetricks vcrun2015 30 | 31 | 11. Verify libraries 32 | winecfg 33 | 34 | add libraries: 35 | 36 | api-ms-win-crt-runtime-l1-1-0.dll 37 | api-ms-win-crt-stdio-l1-1-0.dll 38 | ucrtbase.dll 39 | vcruntime140.dll 40 | d3dcompiler_47 (for diablo3) 41 | 42 | set to Windows Vista 43 | 44 | right click on exe file, then select wine installer 45 | -------------------------------------------------------------------------------- /BlizzardAppInstall: -------------------------------------------------------------------------------- 1 | #If you want to replace the default with 32 bit, 64 bit is default 2 | #This deletes everything in the default wine prefix 3 | 4 | rm -fr ~/.wine 5 | export WINEARCH=win32 6 | export WINEPREFIX="/home/len/.wine" 7 | 8 | 9 | For Ubuntu Install: 10 | ++++++++++++++++++++++++++++++++++++++++ 11 | sudo dpkg --add-architecture i386 12 | sudo apt-get install ttf-mscorefonts-installer 13 | sudo apt-get install wine-development winetricks playonlinux steam vlc smplayer gimp ubuntu-restricted-extras ubuntu-restricted-addons 14 | 15 | 16 | For Arch/Manjaro Based Install: 17 | ++++++++++++++++++++++++++++++++++++++++++++ 18 | Make sure you enable Multilib in /etc/pacman.conf 19 | 20 | yaourt -S ttf-ms-fonts 21 | sudo pacman -S wine winetricks 22 | sudo pacman -S playonlinux steam vlc smplayer gimp 23 | sudo pacman -S lib32-libldap lib32-gnutls lib32-lcms2 24 | yaourt -S gstreamer0.10-{{bad,good,ugly,base}{,-plugins},ffmpeg} **Note:- very long install process. 25 | 26 | with nvidia in Arch/Manjaro: 27 | 28 | sudo pacman -S lib32-nvidia-utils lib32-nvidia-libgl lib32-alsa-lib lib32-alsa-plugins lib32-libpulse lib32-alsa-oss lib32-openal 29 | 30 | Steps to follow in both Ubuntu and Manjaro/Arch installs: 31 | 32 | Winecfg Libraries: 33 | 34 | Run in terminal: 35 | winetricks corefonts hosts winhttp wininet vcrun2015 36 | 37 | Rune winecfg in terminal: 38 | 39 | overrides winecfg libraries: 40 | winhttp - native, builtin 41 | wininet - native, builtin 42 | dnsapi - native, builtin (remove if Blizzard app does not run) 43 | rasapi32 - native (remove if Blizzard app does not run) 44 | 45 | windows version: Windows XP 46 | 47 | works in 32 and 64 bit prefix. If you have problems in 64 bit, switch to a 32 bit wine prefix using instructions above. 48 | 49 | Check your winecfg libraries to make sure these exist at minimum: 50 | 51 | api-ms-win-crt-runtime-l1-1-0.dll 52 | api-ms-win-crt-stdio-l1-1-0.dll 53 | ucrtbase.dll 54 | vcruntime140.dll 55 | d3dcompiler_47 (add this to Libraries for Diablo 3) -------------------------------------------------------------------------------- /CenterWindowsLXDE: -------------------------------------------------------------------------------- 1 | Center new windows: 2 | 3 | 4 | paste just above next to last line of "~/.config/openbox/lubuntu-rc.xml" file 5 | 6 | 7 | 8 | center 9 | center 10 | 11 | -------------------------------------------------------------------------------- /CreateSwapFile: -------------------------------------------------------------------------------- 1 | How to Create and Enable a Swap File in Linux 2 | 3 | 1. In this example, we will create a swap file of size 2GB using the dd command as follows. 4 | Note that bs=1024 means read and write up to 1024 bytes at a time and count = (1024 x 2048)MB size of the file. 5 | 6 | logon as root 7 | 8 | # dd if=/dev/zero of=/mnt/swapfile bs=1024 count=2097152 9 | 10 | Alternatively, use the fallocate command as follows. 11 | 12 | # fallocate --length 2GiB /mnt/swapfile 13 | 14 | And then set the appropriate permissions on the file; make it readable only by root user as follows. 15 | 16 | # chmod 600 /mnt/swapfile 17 | 18 | 2. Now setup the file for swap space with the mkswap command. 19 | 20 | # mkswap /mnt/swapfile 21 | 22 | 3. Next, enable the swap file and add it to the system as a swap file. 23 | 24 | # swapon /mnt/swapfile 25 | 26 | 4. Afterwards, enable the swap file to be mounted at boot time. 27 | Edit the /etc/fstab file and add the following line in it. 28 | 29 | /mnt/swapfile swap swap defaults 0 0 30 | 31 | In the line above, each field means: 32 | 33 | /mnt/swapfile – device/file name 34 | swap – defines device mount point 35 | swap – specifies the file-system type 36 | defaults – describes the mount options 37 | 0 – specifies the option to be used by the dump program 38 | 0 – specifies the fsck command option 39 | 40 | 6. To set how often the swap file can be used by the kernel, 41 | open the /etc/sysctl.conf file and add the line below. 42 | 43 | vm.swappiness=10 44 | 45 | Note that the default value of how frequent swap space can be used is 60 (maximum value is 100). 46 | The higher the number, the more frequent swap space utilization by the kernel. 47 | When the value is set to 0, the swap file will only be used if the operating system has fully utilized memory. 48 | 49 | 6. Now verify the swap file was created using the swapon command. 50 | 51 | # swapon -s 52 | 53 | # Your new swap file will be active after each reboot. -------------------------------------------------------------------------------- /DebGaming: -------------------------------------------------------------------------------- 1 | Screen Tearing Fix for XFCE (insert command in Autostart: 2 | 3 | nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }" 4 | 5 | 6 | Gaming in Debian Linux: 7 | 8 | 9 | For Debian Install: 10 | 11 | Install Proprietary Graphics Drivers 12 | 13 | 14 | Run in Terminal: 15 | 16 | sudo dpkg --add-architecture i386 17 | sudo apt-get install ttf-mscorefonts-installer 18 | sudo apt-get install wine-development winetricks steam vlc gimp 19 | 20 | 21 | Additional Codecs: 22 | 23 | sudo apt-get install libavcodec-extra 24 | 25 | To fix steam: 26 | 27 | sudo apt-get install libgl1-nvidia-glx:i386 28 | 29 | 30 | In terminal run: 31 | 32 | winecfg 33 | 34 | windows version: Windows XP 35 | 36 | 37 | Works in 32 and 64 bit prefix. If you have problems in 64 bit, switch to a 32 bit wine prefix: 38 | 39 | #If you want to replace the default with 32 bit, 64 bit is default 40 | #This deletes everything in the default wine prefix 41 | 42 | rm -fr ~/.wine 43 | export WINEARCH=win32 44 | export WINEPREFIX="/home/len/.wine" 45 | 46 | 47 | Winetricks commands: 48 | 49 | winetricks corefonts 50 | winetricks hosts 51 | winetricks vcrun2015 52 | 53 | 54 | Check your winecfg libraries to make sure these exist at minimum: 55 | 56 | api-ms-win-crt-runtime-l1-1-0.dll 57 | api-ms-win-crt-stdio-l1-1-0.dll 58 | ucrtbase.dll 59 | vcruntime140.dll 60 | d3dcompiler_47 (add this to Libraries for Diablo 3) 61 | 62 | 63 | -------------------------------------------------------------------------------- /DebUbuntuFonts: -------------------------------------------------------------------------------- 1 | Debian 2 | Ubuntu font install: 3 | 4 | $ wget http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip 5 | $ unzip ubuntu-font-family-0.80.zip 6 | $ mkdir -p ~/.fonts 7 | $ mv ubuntu-font-family-0.80/*.ttf ~/.fonts/ -------------------------------------------------------------------------------- /DebianJessieThingsToDo: -------------------------------------------------------------------------------- 1 | THINGS TO DO AFTER INSTALLING DEBIAN JESSIE: 2 | 3 | 4 | ADD TO SUDOERS FILE: 5 | open leafpad as root 6 | /etc/sudoers 7 | username ALL = (ALL) ALL 8 | 9 | 10 | FIREWALL: 11 | 12 | sudo apt-get install gufw 13 | 14 | Enable 32bit Architecture: 15 | sudo dpkg --add-architecture i386 16 | 17 | sudo apt-get update 18 | sudo apt-get install netselect-apt 19 | 20 | sudo netselect-apt 21 | 22 | COPY RESULTING SOURCES TO SOURCES.LIST 23 | 24 | ADD CONTRIB AND NON-FREE TO SOURCES 25 | 26 | Add deb-multimedia to sources 27 | 28 | 29 | RUN : sudo apt-get update 30 | 31 | 32 | sudo apt-get install gdebi gksu firmware-linux firmware-linux-nonfree intel-microcode 33 | 34 | 35 | DRIVERS: 36 | 37 | sudo apt-get install nvidia-driver nvidia-settings nvidia-xconfig 38 | 39 | sudo nvidia-xconfig 40 | 41 | *** REBOOT to enable Nvidia drivers 42 | 43 | 44 | sudo apt-get install psensor clipit redshift caffeine smplayer kodi openshot shotwell rapid-photo-downloader 45 | 46 | EXTRA SCREENSAVERS: 47 | 48 | sudo apt-get install xscreensaver xscreensaver-gl 49 | 50 | 51 | Install Wine etc.: 52 | 53 | 54 | sudo apt-get install wine playonlinux 55 | 56 | 57 | Enable flash in iceweasel: sudo apt-get install flashplugin-nonfree 58 | 59 | Enable flash in Chromium: sudo apt-get install pepperflashplugin-nonfree 60 | 61 | Enable Java applets: sudo apt-get install icedtea-plugin 62 | 63 | 64 | APPLICATIONS: 65 | 66 | sudo apt-get install file-roller rar unrar 67 | 68 | 69 | FOR XFCE: 70 | 71 | sudo apt-get install pavucontrol (Pulseaudio volume control) 72 | 73 | ADD THEME SOURCES: 74 | 75 | 76 | Install Arc-themes 77 | 78 | sudo apt-get install faenza-icon-theme 79 | 80 | FONTS: 81 | 82 | sudo apt-get install ttf-freefont ttf-bitstream-vera ttf-dejavu ttf-liberation 83 | 84 | 85 | Cleanup desktop/panel 86 | 87 | Add themes/icons 88 | 89 | Change wallpaper 90 | 91 | 92 | 93 | -------------------------------------------------------------------------------- /DebianPlank: -------------------------------------------------------------------------------- 1 | Debian Install PLank: 2 | 3 | Download latest tar file: 4 | https://launchpad.net/plank 5 | 6 | Download link on right. 7 | 8 | Install dependencies: 9 | sudo apt-get install automake gnome-common intltool pkg-config valac 10 | libbamf3-dev libdbusmenu-gtk3-dev libgdk-pixbuf2.0-dev 11 | libgee-dev libglib2.0-dev libgtk-3-dev libwnck-3-dev libx11-dev libgee-0.8-dev 12 | 13 | go to where the file was saved. 14 | 15 | untar the file (right click, "extract here") 16 | 17 | cd into the new directory ( cd Downloads/plank-0.11.2 ) 18 | 19 | ./configure 20 | 21 | make 22 | 23 | sudo make install 24 | 25 | sudo ldconfig 26 | 27 | add to autostart -------------------------------------------------------------------------------- /Hover_Option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/Hover_Option.png -------------------------------------------------------------------------------- /LXDEvolkeys: -------------------------------------------------------------------------------- 1 | 2 | Open File Manager , show hidden files. 3 | open .config/openbox/lxde-rc.xml with text editor. 4 | 5 | 6 | 7 | Then add this code before line: 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | amixer set Master 5%+ unmute 16 | 17 | 18 | 19 | 20 | amixer set Master 5%- unmute 21 | 22 | 23 | 24 | 25 | xbacklight -20 26 | 27 | yes 28 | Decrease screen brightness 29 | 30 | 31 | 32 | 33 | 34 | xbacklight +20 35 | 36 | yes 37 | Increase screen brightness 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /LXDEvolumekeymapping: -------------------------------------------------------------------------------- 1 | Create LXDE Fn Key Shortcut for Volume on Archlinux 2 | 3 | By default, if you using LXDE desktop environment, you can brightness/volume up or down using Fn + Key. To make 4 | these key work on LXDE you must edit some file. 5 | 6 | Open File Manager , show hidden files. 7 | open .config/openbox/lxde-rc.xml with text editor. 8 | 9 | 10 | 11 | Then add this code before line: 12 | 13 | 14 | 15 | amixer set Master 5%+ unmute 16 | 17 | 18 | 19 | 20 | amixer set Master 5%- unmute 21 | 22 | 23 | 24 | 25 | xbacklight -20 26 | 27 | yes 28 | Decrease screen brightness 29 | 30 | 31 | 32 | 33 | 34 | xbacklight +20 35 | 36 | yes 37 | Increase screen brightness 38 | 39 | 40 | 41 | 42 | Save, logout, and login again, then test it out. 43 | 44 | -------------------------------------------------------------------------------- /Linux my Friend Wallpapers de distribuciones linux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/Linux my Friend Wallpapers de distribuciones linux.png -------------------------------------------------------------------------------- /LinuxTimeFormat: -------------------------------------------------------------------------------- 1 | Best Format: %a %h %d %l:%M %p 2 | 3 | 4 | 5 | %% a literal % 6 | %a locale's abbreviated weekday name (e.g., Sun) 7 | %A locale's full weekday name (e.g., Sunday) 8 | %b locale's abbreviated month name (e.g., Jan) 9 | %B locale's full month name (e.g., January) 10 | %c locale's date and time (e.g., Thu Mar 3 23:05:25 2005) 11 | %C century; like %Y, except omit last two digits (e.g., 21) 12 | %d day of month (e.g, 01) 13 | %D date; same as %m/%d/%y 14 | %e day of month, space padded; same as %_d 15 | %F full date; same as %Y-%m-%d 16 | %g last two digits of year of ISO week number (see %G) 17 | %G year of ISO week number (see %V); normally useful only with %V 18 | %h same as %b 19 | %H hour (00..23) 20 | %I hour (01..12) 21 | %j day of year (001..366) 22 | %k hour ( 0..23) 23 | %l hour ( 1..12) 24 | %m month (01..12) 25 | %M minute (00..59) 26 | %n a newline 27 | %p locale's equivalent of either AM or PM; blank if not known 28 | %P like %p, but lower case 29 | %r locale's 12-hour clock time (e.g., 11:11:04 PM) 30 | %R 24-hour hour and minute; same as %H:%M 31 | %s seconds since 1970-01-01 00:00:00 UTC 32 | %S second (00..60) 33 | %t a tab 34 | %T time; same as %H:%M:%S 35 | %u day of week (1..7); 1 is Monday 36 | %U week number of year, with Sunday as first day of week (00..53) 37 | %V ISO week number, with Monday as first day of week (01..53) 38 | %w day of week (0..6); 0 is Sunday 39 | %W week number of year, with Monday as first day of week (00..53) 40 | %x locale's date representation (e.g., 12/31/99) 41 | %X locale's time representation (e.g., 23:13:48) 42 | %y last two digits of year (00..99) 43 | %Y year 44 | %z +hhmm numeric timezone (e.g., -0400) 45 | %Z alphabetic time zone abbreviation (e.g., EDT) 46 | As an example, I entered this for my Custom clock format. 47 | 48 | %l:%M %p 49 | 50 | That's a lower case "L" not a capital "i". The resulting time display looks like this. 51 | -------------------------------------------------------------------------------- /LxdeScreenTearing: -------------------------------------------------------------------------------- 1 | Fix screen tearing in LXDE with Nvidia: 2 | 3 | Install Compton 4 | 5 | Add compton.conf file to /home/.config file 6 | 7 | Add startup command: 8 | compton --config /home/len/.config/compton.conf 9 | 10 | -------------------------------------------------------------------------------- /ManjIcons/1389393760.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/ManjIcons/1389393760.png -------------------------------------------------------------------------------- /ManjIcons/2Rtml6M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/ManjIcons/2Rtml6M.png -------------------------------------------------------------------------------- /ManjIcons/BigManjaroIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/ManjIcons/BigManjaroIcon.png -------------------------------------------------------------------------------- /ManjIcons/eb14def256db517cebf99616fa7f38b246155b61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/ManjIcons/eb14def256db517cebf99616fa7f38b246155b61.png -------------------------------------------------------------------------------- /ManjIcons/manjaro_logo_blue_by_tefrem34-d5wvyii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/ManjIcons/manjaro_logo_blue_by_tefrem34-d5wvyii.png -------------------------------------------------------------------------------- /ManjaroBootFix.txt: -------------------------------------------------------------------------------- 1 | Ok got Manjaro booting again.The error during boot was "end kernal panic not syncing. 2 | 3 | This fixed it. 4 | https://forum.manjaro.org/t/restore-manjaro-boot/3350 5 | 6 | You know how you mentioned Manjaro likes to control the Grub boot menu in a previous video, it is true. 7 | 8 | From the Xubuntu grub boot menu if you type 'c' you get the grub prompt grub >. From the prompt type the commands in the link and it makes Manjaro's grub boot menu come up. So after booting Manjaro from the command prompt you can run the update grub command and it will restore Manjaro grub boot menu where you can boot Manjaro or Xubuntu. 9 | 10 | Should work if you install additional Linux distros. along side Manjaro and Xubuntu. 11 | 12 | Regarding the usb wi-fi adaptor, when I type mhwd -li -d to list installed drives I get, no installed configs for usb devices found. So looks like no drivers for the usb wi-fi adaptor installed. Xubuntu installed the Realtek rtl8712u driver, Windows 10 the rtl8191su driver. Will try and work this out. 13 | Show less 14 | 15 | 16 | -------------------------------------------------------------------------------- /ManjaroInfinality: -------------------------------------------------------------------------------- 1 | Manjaro Infinality Fonts: 2 | 3 | sudo leafpad /etc/pacman.conf 4 | 5 | add to end of file: 6 | 7 | [infinality-bundle] 8 | Server = http://bohoomil.com/repo/$arch 9 | 10 | 11 | sudo pacman-key -r 962DDE58 12 | 13 | sudo pacman-key --lsign-key 962DDE58 14 | 15 | sudo pacman -Syy 16 | 17 | sudo pacman -S infinality-bundle 18 | 19 | Steps to configure font rendering 20 | 21 | cd /etc/fonts/conf.d/ 22 | 23 | sudo ln -s ../conf.avail/11-lcdfilter-default.conf 24 | 25 | Fonts & Hinting 26 | You may choose different font as per your preference and may use "slight or full" hinting depending on your preference. 27 | 28 | Xfce 29 | 30 | Go to Settings -> Appearance -> Fonts 31 | 32 | 33 | MATE 34 | 35 | System -> Preferences -> Look & Feel -> Appearance 36 | 37 | 38 | Infinality - Custom Styles (Optional) 39 | 40 | sudo cp /usr/share/doc/freetype2-infinality-ultimate/infinality-settings.sh /etc/X11/xinit/xinitrc.d/ 41 | 42 | sudo leafpad /etc/X11/xinit/xinitrc.d/infinality-settings.sh 43 | 44 | In that file you can see that 2 levels of customization are available. 45 | 46 | A set of 7 preconfigured styles selectable by name. 47 | You can create your own custom style. 48 | In this tutorial, we are going to see only the first level customization, which is changing the preconfigured styles. 49 | 50 | ### Available styles: 51 | ### ultimate1 <> extra sharp 52 | ### ultimate2 <> sharper & lighter ultimate 53 | ### ultimate3 <> ultimate: well balanced (default) 54 | ### ultimate4 <> darker & smoother 55 | ### ultimate5 <> darkest & heaviest ("MacIsh") 56 | ### osx <> Apple OS X 57 | ### windowsxp <> MS Windows XP 58 | 59 | ### If you want to use a style from the list, uncomment the variable below 60 | ### and set its name as the value. 61 | 62 | 63 | #export INFINALITY_FT="ultimate3" 64 | We have to uncomment the last line, i.e. remove the # symbol before the export INFINALITY_FT="ultimate3", 65 | 66 | ### Available styles: 67 | ### ultimate1 <> extra sharp 68 | ### ultimate2 <> sharper & lighter ultimate 69 | ### ultimate3 <> ultimate: well balanced (default) 70 | ### ultimate4 <> darker & smoother 71 | ### ultimate5 <> darkest & heaviest ("MacIsh") 72 | ### osx <> Apple OS X 73 | ### windowsxp <> MS Windows XP 74 | 75 | ### If you want to use a style from the list, uncomment the variable below 76 | ### and set its name as the value. 77 | 78 | 79 | export INFINALITY_FT="ultimate3" 80 | Now you can choose either of the styles available which are, 81 | 82 | ultimate1 83 | ultimate2 84 | ultimate3 85 | ultimate4 86 | ultimate5 87 | osx 88 | windowsxp 89 | so, if you want to use extra sharp fonts, then the export option should look like the following, 90 | 91 | export INFINALITY_FT="ultimate1" 92 | 93 | Reboot to see the new font rendering. -------------------------------------------------------------------------------- /OB_CenterNewWindows: -------------------------------------------------------------------------------- 1 | Tweaking Openbox or LXDE desktop: 2 | 3 | Center new windows: 4 | 5 | 6 | paste just above next to last line of "~/.config/openbox/lubuntu-rc.xml" file 7 | 8 | 9 | 10 | center 11 | center 12 | 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # linuxstuff 2 | 3 | In this github I will provide instructions related to my You Tube videos. 4 | Please be careful when using these files/info. 5 | I am not responsible for any harm done to your computer as a result of using my help files. 6 | 7 | Hope you enjoy! 8 | 9 | Len 10 | -------------------------------------------------------------------------------- /Screenshot from 2017-05-02 18-18-37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/Screenshot from 2017-05-02 18-18-37.png -------------------------------------------------------------------------------- /TweakLXDE: -------------------------------------------------------------------------------- 1 | Tweaking LXDE desktop: 2 | 3 | Center new windows: 4 | 5 | paste just above next to last line of "~/.config/openbox/lubuntu-rc.xml" file 6 | 7 | 8 | 9 | center 10 | center 11 | 12 | 13 | 14 | Add launchers to panel: 15 | 16 | right click on existing app icon in panel and select "Application Launch bar Settings" 17 | 18 | 19 | Select apps in right column and click "add" 20 | then reposition with arrows if necessary. 21 | 22 | Or add "App Launch Bar" to panel and then same as above. 23 | 24 | ************************************************************************************ 25 | 26 | Install "obconf" for more config options: sudo pacman -S obconf 27 | 28 | Install themes: sudo pacman -S openbox-themes 29 | -------------------------------------------------------------------------------- /WhiskerDark: -------------------------------------------------------------------------------- 1 | Whisker Menu Dark Theme: 2 | 3 | save in ~/.gtkrc-2.0 4 | 5 | 6 | style "mydarktheme" 7 | { 8 | base[NORMAL] = "#2B2B2B" 9 | base[ACTIVE] = "#606060" 10 | text[NORMAL] = "#ccc" 11 | text[ACTIVE] = "#fff" 12 | bg[NORMAL] = "#2B2B2B" 13 | bg[ACTIVE] = "#606060" 14 | bg[PRELIGHT] = "#808080" 15 | bg[SELECTED] = "#606060" 16 | fg[NORMAL] = "#ccc" 17 | fg[ACTIVE] = "#fff" 18 | fg[PRELIGHT] = "#fff" 19 | } 20 | widget "whiskermenu-window*" style "mydarktheme" 21 | 22 | 23 | DarkBack Theme: 24 | 25 | style "darkback" 26 | { 27 | bg[NORMAL] = "#404040" 28 | bg[ACTIVE] = "#606060" 29 | bg[PRELIGHT] = "#808080" 30 | fg[NORMAL] = "#ccc" 31 | fg[ACTIVE] = "#fff" 32 | fg[PRELIGHT] = "#fff" 33 | } 34 | widget "whiskermenu-window*" style "darkback" 35 | 36 | 37 | All Dark Theme: 38 | 39 | style "darktree" 40 | { 41 | base[NORMAL] = "#404040" 42 | base[ACTIVE] = "#606060" 43 | text[NORMAL] = "#ccc" 44 | text[ACTIVE] = "#fff" 45 | } 46 | widget "whiskermenu-window*TreeView*" style "darktree" 47 | 48 | -------------------------------------------------------------------------------- /YuGothB.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/YuGothB.ttc -------------------------------------------------------------------------------- /YuGothL.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/YuGothL.ttc -------------------------------------------------------------------------------- /YuGothM.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/YuGothM.ttc -------------------------------------------------------------------------------- /YuGothR.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/YuGothR.ttc -------------------------------------------------------------------------------- /arch-crazy-hd-wallpapers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/arch-crazy-hd-wallpapers.jpg -------------------------------------------------------------------------------- /archlinux4k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/archlinux4k.jpg -------------------------------------------------------------------------------- /compton.conf: -------------------------------------------------------------------------------- 1 | backend = "glx"; 2 | paint-on-overlay = true; 3 | glx-no-stencil = true; 4 | glx-no-rebind-pixmap = true; 5 | vsync = "opengl-swc"; 6 | 7 | # These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method. 8 | # The other options are smaller performance tweaks that work well in most cases. 9 | # You can find the rest of the options here: https://github.com/chjj/compton/wiki/perf-guide, and here: https://github.com/chjj/compton/wiki/vsync-guide 10 | 11 | 12 | # Shadow 13 | shadow = true; # Enabled client-side shadows on windows. 14 | no-dock-shadow = true; # Avoid drawing shadows on dock/panel windows. 15 | no-dnd-shadow = true; # Don't draw shadows on DND windows. 16 | clear-shadow = true; # Zero the part of the shadow's mask behind the window (experimental). 17 | shadow-radius = 7; # The blur radius for shadows. (default 12) 18 | shadow-offset-x = -7; # The left offset for shadows. (default -15) 19 | shadow-offset-y = -7; # The top offset for shadows. (default -15) 20 | shadow-exclude = [ 21 | "! name~=''", 22 | "n:e:Notification", 23 | "n:e:Plank", 24 | "n:e:Docky", 25 | "g:e:Synapse", 26 | "g:e:Kupfer", 27 | "g:e:WC_Cronograph", 28 | "g:e:Conky", 29 | "n:w:*Firefox*", 30 | "n:w:*Chrome*", 31 | "n:w:*Chromium*", 32 | "class_g ?= 'Notify-osd'", 33 | "class_g ?= 'Cairo-dock'", 34 | "class_g ?= 'Xfce4-notifyd'", 35 | "class_g ?= 'Xfce4-power-manager'" 36 | ]; 37 | 38 | # The shadow exclude options are helpful if you have shadows enabled. Due to the way compton draws its shadows, certain applications will have visual glitches 39 | # (most applications are fine, only apps that do weird things with xshapes or argb are affected). 40 | # This list includes all the affected apps I found in my testing. The "! name~=''" part excludes shadows on any "Unknown" windows, this prevents a visual glitch with the XFWM alt tab switcher. 41 | 42 | # Fading 43 | fading = true; # Fade windows during opacity changes. 44 | fade-delta = 4; # The time between steps in a fade in milliseconds. (default 10). 45 | fade-in-step = 0.03; # Opacity change between steps while fading in. (default 0.028). 46 | fade-out-step = 0.03; # Opacity change between steps while fading out. (default 0.03). 47 | #no-fading-openclose = true; # Fade windows in/out when opening/closing 48 | 49 | detect-client-opacity = true; # This prevents opacity being ignored for some apps. For example without this enabled my xfce4-notifyd is 100% opacity no matter what. 50 | 51 | # Window type settings 52 | wintypes: 53 | { 54 | tooltip = { fade = true; shadow = false; }; 55 | }; 56 | -------------------------------------------------------------------------------- /conkyrc: -------------------------------------------------------------------------------- 1 | 2 | alignment top_middle 3 | background false 4 | border_width 2 5 | cpu_avg_samples 2 6 | default_color navy 7 | default_outline_color white 8 | default_shade_color white 9 | draw_borders no 10 | draw_graph_borders no 11 | draw_outline no 12 | draw_shades no 13 | use_xft yes 14 | xftfont Bitstream Vera Sans Mono:size=8 15 | gap_x -60 16 | gap_y 100 17 | minimum_size 560 200 18 | net_avg_samples 2 19 | double_buffer yes 20 | out_to_console no 21 | own_window yes 22 | own_window_argb_visual yes 23 | own_window_argb_value 0 24 | own_window_transparent yes 25 | own_window_type normal 26 | own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager 27 | stippled_borders 0 28 | update_interval 1.0 29 | uppercase no 30 | use_spacer none 31 | show_graph_scale no 32 | show_graph_range no 33 | own_window_colour 000000 34 | 35 | TEXT 36 | ${voffset 20}${color}${font Ubuntu:pixelsize=22}${alignc}Kernel: ${kernel} 37 | ${voffset -8}${offset 20}${font Ubuntu:pixelsize=90}${time %I:%M}${font}${voffset -65}${offset 10}${color #EC0F2D}${font Ubuntu:pixelsize=40}${time %d}${voffset -8}${color} ${font Ubuntu:pixelsize=24}${time %B }${time %Y}${font}${voffset 20}${font Ubuntu:pixelsize=34}${offset -160}${time %A}${font} 38 | ${voffset 10}${font Ubuntu:pixelsize=17}${offset 75}${color}${offset 6}HD${offset 6}${color #0066FF}${fs_used /home} / ${fs_size /home}${offset 8}${color}RAM${offset 6}${color #0066FF}$mem / $memmax 39 | ${offset 180}${color}CPU:${offset 20}${color #0066FF}${cpu cpu0}% ${offset 20}Temp: ${hwmon 0 temp 3}°C 40 | ${alignc}${color}Desktop:${color} ${desktop_name} 41 | -------------------------------------------------------------------------------- /debfontsmoothing: -------------------------------------------------------------------------------- 1 | Create a file called .fonts.conf in your home directory, and put the following contents in it: 2 | 3 | 4 | 5 | 6 | 7 | 8 | rgb 9 | 10 | 11 | 12 | 13 | true 14 | 15 | 16 | 17 | 18 | hintslight 19 | 20 | 21 | 22 | 23 | true 24 | 25 | 26 | 27 | 28 | lcddefault 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | This will enable subpixel-hinting and font-smoothing. 37 | Now just restart X.org (log out, then back in again). 38 | Read more here: 39 | https://wiki.debian.org/Fonts -------------------------------------------------------------------------------- /debianlxde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/debianlxde.png -------------------------------------------------------------------------------- /desktop-hd-birds-photo-free-download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/desktop-hd-birds-photo-free-download.jpg -------------------------------------------------------------------------------- /infinity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/infinity.jpg -------------------------------------------------------------------------------- /meiryo.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/meiryo.ttc -------------------------------------------------------------------------------- /meiryob.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/meiryob.ttc -------------------------------------------------------------------------------- /msgothic.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/msgothic.ttc -------------------------------------------------------------------------------- /msmincho.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/msmincho.ttc -------------------------------------------------------------------------------- /pkgmgtshownotes: -------------------------------------------------------------------------------- 1 | pkg mgt show notes: 2 | 3 | Installing pacaur (yaourt helper) 4 | Install the key: 5 | sudo gpg --recv-keys --keyserver hkp://pgp.mit.edu 1EB2638FF56C0C53 6 | Install pacaur: 7 | yaourt -S cower-git pacaur-git 8 | Pacaur usage: 9 | pacaur -S 10 | 11 | Downgrading a package: 12 | yaourt -S downgrade 13 | sudo pacman -S expac 14 | Command to see recent upgraded packages: 15 | expac --timefmt='%Y-%m-%d %T' '%l\t%n' | sort | tail -50 16 | sudo downgrade Then pick the version you want to roll back to. 17 | 18 | Links: 19 | https://wiki.archlinux.org/index.php/list_of_applications 20 | https://wiki.manjaro.org/index.php?title=Pacman_Tips 21 | https://www.youtube.com/watch?v=_ZXcmYIUk-s 22 | -------------------------------------------------------------------------------- /smartyoutubetv_latest.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/smartyoutubetv_latest.apk -------------------------------------------------------------------------------- /wall_lubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/wall_lubuntu.png -------------------------------------------------------------------------------- /watersail.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/watersail.jpg -------------------------------------------------------------------------------- /wheretocopyjapfontsinwine: -------------------------------------------------------------------------------- 1 | Copy MS Japanese Fonts into 2 | ~/.wine/drive_c/Windows/fonts 3 | -------------------------------------------------------------------------------- /xfceterminaldropdown: -------------------------------------------------------------------------------- 1 | xfce4-terminal --drop-down 2 | 3 | Shortcut: Settings Manager > Keyboard > Application Keyboard Shortcuts). 4 | 5 | 6 | The command bellow will add F4 as the key to summon the terminal; you can edit it to use any other key. 7 | 8 | 9 | xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/F4 -n -t string -s "xfce4-terminal --drop-down" 10 | -------------------------------------------------------------------------------- /yumin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/yumin.ttf -------------------------------------------------------------------------------- /yumindb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/yumindb.ttf -------------------------------------------------------------------------------- /yuminl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lend27/linuxstuff/280be2905458a1633b894b991be961dc1e163ac9/yuminl.ttf --------------------------------------------------------------------------------