Vu Quang Nguyen - Administrator FollowApr 27, 2019 ·
12 mins read
Share
Tôi thích Linux, tôi yêu linux
## Office 2010##/bin/bash# CHANGELOG# [Quentin PÂRIS] (2012-05-05 14-45)# Wine version set to 1.5.3, Outlook 2010 compatiblity# [Quentin PÂRIS] (2012-05-05 15-05)# Check winbind presence on Linux, required to install# Adding gettext support# [Quentin PÂRIS] (2012-05-12 18-36)# Requires 4.0.18# [SuperPlumus] (2013-06-09 14-44)# gettext# [Quentin PÂRIS] (2014-07-21 17-09)# Updating with the latest WineHQ version# [rbelo] (2018-07-22 15-50)# Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work.# [Mrjacobarussell] (2018-09-25 20-50)# Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6# [diogoborges14] (2018-12-01)# mspatcha["$PLAYONLINUX"=""]&&exit0source"$PLAYONLINUX/lib/sources"PREFIX="Office2010"WINEVERSION="3.0.2"TITLE="Microsoft Office 2010"POL_GetSetupImages"http://files.playonlinux.com/resources/setups/Office/top.jpg""http://files.playonlinux.com/resources/setups/Office/left.png""$TITLE"POL_SetupWindow_InitPOL_SetupWindow_SetID801POL_SetupWindow_presentation"$TITLE""Microsoft""http://www.microsoft.com""Quentin PÂRIS""$PREFIX"POL_RequiredVersion4.0.18||POL_Debug_Fatal"$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"if["$POL_OS"="Linux"];thenwbinfo-V||POL_Debug_Fatal"Please install winbind before installing $TITLE"fiPOL_Debug_InitPOL_System_SetArch"x86"POL_SetupWindow_InstallMethod"LOCAL,DVD"if["$INSTALL_METHOD"="DVD"];thenPOL_SetupWindow_cdromPOL_SetupWindow_check_cdrom"x86/setup.exe""setup.exe"SetupIs="$CDROM_SETUP"cd"$CDROM"elsePOL_SetupWindow_browse"$(eval_gettext 'Please select the setup file to run')""$TITLE"SetupIs="$APP_ANSWER"fiPOL_Wine_SelectPrefix"$PREFIX"POL_Wine_PrefixCreate"$WINEVERSION"if["$POL_OS"="Mac"];then# Samba supportPOL_CallPOL_GetTool_samba3source"$POL_USER_ROOT/tools/samba3/init"fiPOL_Wine_WaitBefore"$TITLE"["$CDROM"]&&cd"$CDROM"if[!"$(file $SetupIs | grep 'x86-64')"=""];thenPOL_Debug_Fatal"$(eval_gettext "The64bitsversionisnotcompatible!Sorry")";fiPOL_Wine"$SetupIs"POL_Wine_WaitExit"$TITLE"POL_CallPOL_Install_dotnet20POL_CallPOL_Install_geckoPOL_CallPOL_Install_corefontsPOL_CallPOL_Install_gdiplusPOL_CallPOL_Install_riched20POL_CallPOL_Install_riched30POL_CallPOL_Install_msxml6POL_CallPOL_Install_mspatcha# See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555POL_Wine_OverrideDLL"native,builtin""riched20"POL_Wine_OverrideDLL"native,builtin""riched30"POL_Wine_OverrideDLL"native,builtin""gdiplus"plsy# Fix a crash when loading a filePOL_Shortcut"WINWORD.EXE""Microsoft Word 2010""""""Office;WordProcessor;"POL_Shortcut"EXCEL.EXE""Microsoft Excel 2010""""""Office;Spreadsheet;"POL_Shortcut"POWERPNT.EXE""Microsoft Powerpoint 2010""""""Office;Presentation;"POL_Shortcut"ONENOTE.EXE""Microsoft OneNote 2010""""""Network;InstantMessaging;"# No category for collaborative work?POL_Shortcut"OUTLOOK.EXE""Microsoft Outlook 2010""""""Network;Email;"# Calendar;ContactManagement; ? :pPOL_Extension_Writedoc"Microsoft Word 2010"POL_Extension_Writedocx"Microsoft Word 2010"POL_Extension_Writexls"Microsoft Excel 2010"POL_Extension_Writexlsx"Microsoft Excel 2010"POL_Extension_Writeppt"Microsoft Powerpoint 2010"POL_Extension_Writepptx"Microsoft Powerpoint 2010"if["$POL_OS"="Mac"];thenPOL_Shortcut_InsertBeforeWine"Microsoft Word 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Excel 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Powerpoint 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft OneNote 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Outlook 2010""source \"$POL_USER_ROOT/tools/samba3/init\""fiPOL_SetupWindow_message"$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')""$TITLE"POL_SetupWindow_Closeexit# install photoshop#!/bin/bash# Date : (2014-10-20)# Distribution used to test : Arch Linux 64-bit# Author : RoninDusette# Licence : GPLv3# PlayOnLinux: 4.2.8["$PLAYONLINUX"=""]&&exit0source"$PLAYONLINUX/lib/sources"PREFIX="PhotoshopCS6"WINEVERSION="4.2"TITLE="Adobe Photoshop CS6"EDITOR="Adobe Systems Inc."GAME_URL="http://www.adobe.com"AUTHOR="Ronin Dusette"#InitializationPOL_GetSetupImages"http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg""http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg""$TITLE"POL_SetupWindow_InitPOL_SetupWindow_SetID2316POL_Debug_Init# PresentationPOL_SetupWindow_presentation"$TITLE""$EDITOR""$GAME_URL""$AUTHOR""$PREFIX"# Create PrefixPOL_SetupWindow_browse"$(eval_gettext 'Please select $TITLE install file.')""$TITLE"INSTALLER="$APP_ANSWER"POL_Wine_SelectPrefix"$PREFIX"POL_Wine_PrefixCreate"$WINEVERSION"#DependenciesPOL_CallPOL_Install_atmlibPOL_CallPOL_Install_gdiplusPOL_CallPOL_Install_msxml3POL_CallPOL_Install_msxml6POL_CallPOL_Install_vcrun2005POL_CallPOL_Install_vcrun2008POL_CallPOL_Install_vcrun2010POL_CallPOL_Install_corefontsPOL_CallPOL_Install_tahoma2POL_CallPOL_Install_FontsSmoothRGBPOL_SetupWindow_message"$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')""$TITLE"# Installation Adobe Aircd"$POL_System_TmpDir"POL_Download"https://files01.tchspt.com/temp/AdobeAIRInstaller.exe"POL_Wine_WaitBefore"$TITLE"POL_Wine"$POL_System_TmpDir/AdobeAIRInstaller.exe"POL_Wine_WaitExit"$TITLE"POL_System_TmpDelete# InstallationPOL_Wine_WaitBefore"$TITLE"POL_Wine"$INSTALLER"POL_Wine_WaitExit"$TITLE"# Create ShortcutsPOL_Shortcut"photoshop.exe""$TITLE"POL_SetupWindow_message"$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')""$TITLE"POL_SetupWindow_Closeexit0# Illustrator#!/bin/bash# Date : (2016-04-08)# Distribution used to test : Ubuntu 14.04.4 LTS 64-bit# Author : RoninDusette# Licence : GPLv3# PlayOnLinux : 4.2.2# Comment : Slightly modified code from RoninDusette`s Adobe Photoshop CS6 script["$PLAYONLINUX"=""]&&exit0source"$PLAYONLINUX/lib/sources"PREFIX="IllustratorCS6"WINEVERSION="3.4"ITLE="Adobe Illustrator CS6"EDITOR="Adobe Systems Inc."GAME_URL="http://www.adobe.com"AUTHOR="RoninDusette"#InitializationPOL_GetSetupImages"http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg""http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg""$TITLE"POL_SetupWindow_InitPOL_SetupWindow_SetID2316POL_Debug_Init# PresentationPOL_SetupWindow_presentation"$TITLE""$EDITOR""$GAME_URL""$AUTHOR""$PREFIX"# Create PrefixPOL_SetupWindow_browse"$(eval_gettext 'Please select $TITLE install file.')""$TITLE"INSTALLER="$APP_ANSWER"POL_Wine_SelectPrefix"$PREFIX"POL_Wine_PrefixCreate"$WINEVERSION"# ConfigurationSet_OS"winxp"#DependenciesPOL_CallPOL_Install_AdobeAirPOL_CallPOL_Install_atmlibPOL_CallPOL_Install_gdiplusPOL_CallPOL_Install_msxml3POL_CallPOL_Install_msxml6POL_CallPOL_Install_vcrun2005POL_CallPOL_Install_vcrun2008POL_CallPOL_Install_vcrun2010POL_CallPOL_Install_corefontsPOL_CallPOL_Install_tahoma2POL_CallPOL_Install_FontsSmoothRGBPOL_SetupWindow_message"$(eval_gettext 'NOTICE: If you get an error saying that the installation failed, wait at least 5 minutes before closing it. PlayOnLinux will finish the install, even though it crashed.')""$TITLE"# InstallationSet_OS"win7"POL_Wine_WaitBefore"$TITLE"POL_Wine"$INSTALLER"POL_Wine_WaitExit"$TITLE"# Create ShortcutsPOL_Shortcut"illustrator.exe""$TITLE"POL_SetupWindow_message"$(eval_gettext 'NOTICE: Online updates and any 3D services do not work. If you want to update your install, you will need to download the update manually and install it in this virtual drive.')""$TITLE"POL_SetupWindow_Closeexit0## Office 2010#!/bin/bash# CHANGELOG# [Quentin PÂRIS] (2012-05-05 14-45)# Wine version set to 1.5.3, Outlook 2010 compatiblity# [Quentin PÂRIS] (2012-05-05 15-05)# Check winbind (samba) presence on Linux, required to install# Adding gettext support# [Quentin PÂRIS] (2012-05-12 18-36)# Requires 4.0.18# [SuperPlumus] (2013-06-09 14-44)# gettext# [Quentin PÂRIS] (2014-07-21 17-09)# Updating with the latest WineHQ version# [rbelo] (2018-07-22 15-50)# Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work.# [Mrjacobarussell] (2018-09-25 20-50)# Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6# [diogoborges14] (2018-12-01)# mspatcha["$PLAYONLINUX"=""]&&exit0source"$PLAYONLINUX/lib/sources"PREFIX="Office2010"WINEVERSION="3.0.2"TITLE="Microsoft Office 2010"POL_GetSetupImages"http://files.playonlinux.com/resources/setups/Office/top.jpg""http://files.playonlinux.com/resources/setups/Office/left.png""$TITLE"POL_SetupWindow_InitPOL_SetupWindow_SetID801POL_SetupWindow_presentation"$TITLE""Microsoft""http://www.microsoft.com""Quentin PÂRIS""$PREFIX"POL_RequiredVersion4.0.18||POL_Debug_Fatal"$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update"if["$POL_OS"="Linux"];thenwbinfo-V||POL_Debug_Fatal"Please install winbind (or samba, on Arch Linux) before installing $TITLE"fiPOL_Debug_InitPOL_System_SetArch"x86"POL_SetupWindow_InstallMethod"LOCAL,DVD"if["$INSTALL_METHOD"="DVD"];thenPOL_SetupWindow_cdromPOL_SetupWindow_check_cdrom"x86/setup.exe""setup.exe"SetupIs="$CDROM_SETUP"cd"$CDROM"elsePOL_SetupWindow_browse"$(eval_gettext 'Please select the setup file to run')""$TITLE"SetupIs="$APP_ANSWER"fiPOL_Wine_SelectPrefix"$PREFIX"POL_Wine_PrefixCreate"$WINEVERSION"if["$POL_OS"="Mac"];then# Samba supportPOL_CallPOL_GetTool_samba3source"$POL_USER_ROOT/tools/samba3/init"fiPOL_Wine_WaitBefore"$TITLE"["$CDROM"]&&cd"$CDROM"if[!"$(file $SetupIs | grep 'x86-64')"=""];thenPOL_Debug_Fatal"$(eval_gettext "The64bitsversionisnotcompatible!Sorry")";fiPOL_Wine"$SetupIs"POL_Wine_WaitExit"$TITLE"POL_CallPOL_Install_dotnet20POL_CallPOL_Install_geckoPOL_CallPOL_Install_corefontsPOL_CallPOL_Install_gdiplusPOL_CallPOL_Install_riched20POL_CallPOL_Install_riched30POL_CallPOL_Install_msxml6POL_CallPOL_Install_mspatcha# See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555POL_Wine_OverrideDLL"native,builtin""riched20"POL_Wine_OverrideDLL"native,builtin""riched30"POL_Wine_OverrideDLL"native,builtin""gdiplus"plsy# Fix a crash when loading a filePOL_Shortcut"WINWORD.EXE""Microsoft Word 2010""""""Office;WordProcessor;"POL_Shortcut"EXCEL.EXE""Microsoft Excel 2010""""""Office;Spreadsheet;"POL_Shortcut"POWERPNT.EXE""Microsoft Powerpoint 2010""""""Office;Presentation;"POL_Shortcut"ONENOTE.EXE""Microsoft OneNote 2010""""""Network;InstantMessaging;"# No category for collaborative work?POL_Shortcut"OUTLOOK.EXE""Microsoft Outlook 2010""""""Network;Email;"# Calendar;ContactManagement; ? :pPOL_Extension_Writedoc"Microsoft Word 2010"POL_Extension_Writedocx"Microsoft Word 2010"POL_Extension_Writexls"Microsoft Excel 2010"POL_Extension_Writexlsx"Microsoft Excel 2010"POL_Extension_Writeppt"Microsoft Powerpoint 2010"POL_Extension_Writepptx"Microsoft Powerpoint 2010"if["$POL_OS"="Mac"];thenPOL_Shortcut_InsertBeforeWine"Microsoft Word 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Excel 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Powerpoint 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft OneNote 2010""source \"$POL_USER_ROOT/tools/samba3/init\""POL_Shortcut_InsertBeforeWine"Microsoft Outlook 2010""source \"$POL_USER_ROOT/tools/samba3/init\""fiPOL_SetupWindow_message"$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')""$TITLE"POL_SetupWindow_Closeexit## Office 2013msfteditriched20riched30riched32vb6run# RUBYhttps://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-on-arch-linux-with-rvmpacman-Scurlcurl-Lget.rvm.io|bash-sstablegpg--keyserverhkp://p80.pool.sks-keyservers.net:80--recv-keysB42F6819007F00F88E364FD4036A9C25BF357DD4*TostartusingRVMyouneedtorun`source /home/lequang/.rvm/scripts/rvm`pacman-ScurlToinstallRVM,openterminalandtypeinthiscommand:
curl-Lget.rvm.io|bash-sstablehttps://rvm.io/rvm/installsource~/.rvm/scripts/rvmrvmlistknownrvminstall2.1rvmuse2.1--default## RUNrvmuse2.6.3geminstalljekyllbundlerbundleinstallbundleexecjekyllserve
Tôi luôn lắng nghe bạn
Hãy nói cho tôi biết bạn đang nghĩ gì?
Written by Vu Quang Nguyen - Administrator
My dream was bring to Vietnam a tribute success dedicated to Vietnam which tells my knowledge and vision.It was not simply a result of experiment, but something that we created especially with love and passion for Vietnam and all the people around the world who loves Nuclear physics. From the bottom of my heart, I would like to express my gratitude to my friends and my teachers.. I hope you like it!