archviet.com
How to Transform GIMP to Photoshop
https://www.archviet.com/2014/05/19/transform-gimp-to-photoshop
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. How to Transform GIMP layout look like Photoshop. Posted by Nguyễn Đình Quân. May 19, 2014. That make it more like Adobe Photoshop and make people more comfortable. GIMP 2.8 layout like Photoshop. The tweaks include Photoshop like toolbox icons, keyboard shortcuts, modified dockable dialogs and even a tweaked background color to match Photoshop. The GIMP 2&...
archviet.com
GNOME 3.12, The reasons you should upgrade your desktop - Arch Việt
https://www.archviet.com/2014/05/12/gnome-3-12-reasons-upgrade-desktop
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. GNOME 3.12, The reasons you should upgrade your desktop. Posted by Nguyễn Đình Quân. May 12, 2014. The GNOME Project has released GNOME 3.12 since March 26th, 2014 and it includes some important changes such as proper HiDPI support, improved Wayland support, various enhancements for the core GNOME applications. Major features for this release include:.
archviet.com
Fix Video Lags/Freezes in Movie Player based mplayer - Arch Việt
https://www.archviet.com/2013/07/03/fix-video-lagsfreezes-in-movie-player-based-mplayer
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. Fix Video Lags/Freezes in Movie Player based mplayer. Posted by Nguyễn Đình Quân. Jul 3, 2013. I’ve researched about this by Google then I found the problem was with pulse. If your system included ALSA and PulseAudio, it’s occured very frequently. Audio and video goes out of sync. CPU usage rises to 50%. SMPlayer starts to hang. To fix it, let’s change.
archviet.com
Arch Việt - Page 2 of 4 - Arch Linux News, Reviews, Tutorials, Apps
https://www.archviet.com/page/2
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. How to fix Wired / Wi-Fi Network Device Not Managed Issue. By Nguyễn Đình Quân. Jul 25, 2016. After a recent reboot it stopped working, saying "device not managed" and you won't be able to connect to internet. Here is the guide to fix it. Add new printer, system isn’t show the driver list. By Nguyễn Đình Quân. Mar 18, 2015. By Nguyễn Đình Quân. Mar 16, 2015.
archviet.com
XFCE Archives - Arch Việt
https://www.archviet.com/category/desktop-environment/xfce
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. How to fix XFCE4 Black & White Wallpaper. By Nguyễn Đình Quân. Feb 9, 2015. All custom (jpeg or png) XFCE4 wallpaper images are displayed in black and white once they are set as wallpaper. Here is the way to fix it. Quick Tips] How to fix Mouse Disappears after unlock issue. How to fix Wired / Wi-Fi Network Device Not Managed Issue.
archviet.com
Apps Archives - Arch Việt
https://www.archviet.com/category/apps
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. How to fix XFCE4 Black & White Wallpaper. By Nguyễn Đình Quân. Feb 9, 2015. All custom (jpeg or png) XFCE4 wallpaper images are displayed in black and white once they are set as wallpaper. Here is the way to fix it. XBMC Media Center version 11 has been released. By Nguyễn Đình Quân. Mar 27, 2012. How to install XBMC on Ubuntu 11.04. By Nguyễn Đình Quân.
archviet.com
pacaur/cower not finding libalpm.so - Arch Việt
https://www.archviet.com/2015/02/11/pacaurcower-not-finding-libalpm
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. Pacaur/cower not finding libalpm.so. Posted by Nguyễn Đình Quân. Feb 11, 2015. I’ve upgraded Pacman to 4.2 then I can’t upgrade the packages which I have been installed from AUR. The Terminal tell me that:. Cower: error while loading shared libraries: libalpm.so.8: cannot open shared object file: No such file or directory. Is the problem is missing. Quick T...
archviet.com
Desktop Environment Archives - Arch Việt
https://www.archviet.com/category/desktop-environment
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. Beautiful ARC GTK Theme for Linux. By Nguyễn Đình Quân. Jun 17, 2015. ARC GTK Theme is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell. It has been successfully tested on wide range of Linux operating systems including Ubuntu 14.05, Arch Linux, Freya, Fedora 21 & 22, Debian 8.0, openSUSE 13.2 and many more. By Nguyễn Đình Quân. GTK a...
archviet.com
Add new printer, system isn't show the driver list - Arch Việt
https://www.archviet.com/2015/03/18/add-new-printer-system-not-show-driver-list
How to install Linux Canon Printer Driver in Ubuntu. It’s finally here, Ubuntu 11.04 released. Paper GTK Theme: A Beautiful Material Design Inspired. Add new printer, system isn’t show the driver list. Posted by Nguyễn Đình Quân. Mar 18, 2015. Sometimes, after install and configuration. Unable to get list of printer drivers: "Success". I spent an hours for researching about that problem then it fixed and work flawlessly. Here is my solution to fix the problem with Canon LBP2900:. LPD/LPR Host or Printer.
dereknewton.com
Quick Tip: PowerShell Grep Equivalent
http://dereknewton.com/2010/12/powershell-grep-equivalent
Commonly Used Regular Expressions. Information security insights and other ramblings. Quick Tip: PowerShell Grep Equivalent. December 29, 2010. There are a number of ways to run equivalent searches within Windows out of the box. Since I’ve been on a PowerShell kick lately, let me introduce you to a decent grep alternative that is built into PowerShell: select-string. Select-string . *.* -pattern "evildoer". Get-childitem c: -include *.txt -rec select-string -pattern " w @[a-zA-Z ]? First, I need to use g...