GithubHelp home page GithubHelp logo

scibrokes / owner Goto Github PK

View Code? Open in Web Editor NEW
11.0 4.0 8.0 5.03 GB

🚩🇨🇳🔆🏹🌟👊🚀🦔世袭制道教徒十二生肖赢家黄埔军校黄种人黄氏江夏堂世博量化大秦赋 - 中科红旗高频量化对冲。个人简历 https://gitee.com/englianhu

Home Page: https://englianhu.wordpress.com

License: GNU General Public License v2.0

HTML 99.85% R 0.09% TeX 0.01% CSS 0.01% Shell 0.01% JavaScript 0.04% SCSS 0.01%
chunqiuzhanguo dao daojiao jiangxiatang lier lisi qinren qinrenmuma tao taoist

owner's Introduction

世博量化®️
Sςιβrοκεrs Trαdιηg®️


公司简介

世博量化® Sςιβrοκεrs Trαdιηg®是一家以数理统计投资于金融行业,挣取高回酬。
创办人:艺人背景 ®γσ ξηg
[email protected]
北京大学校友


创办人

个人履历表

最新版本

多语言简历(闪霓互动式应用)shinyCV ®γσ, ξηg Lιαη Ημ ------ 更新于xxxxxxxxx

文物 / 旧档案

个人博客平台

知音造访寒舍,蓬荜生辉:


简历

赢家黄氏江夏堂,联富 (®γσ, ξηg Lιαη Ημ)

关于我

类别 明细
堂号 赢家黄氏江夏堂
联富
()🐯
雷欧 ∪ 瑞欧
虚拟名 🎎龙介建次
别名 Mr. ()()()、阿沪、()(zái)(🇭🇰粤)
生日(阳历) (星座:天秤⚖ )一九八四年十月二十二日
生辰八字(农历) (生肖:鼠 🐭)一九八四甲子(鼠🐭)年九月廿八丑(牛🐮)时 (周一)
年龄 38岁
行动电话号码 🇲🇾 +6-017-6482776
其它行动电话号码 🇹🇼 +886-098-9104576 / 🇨🇳 +86-148-00318130 / 🇵🇭 +63-956-1935095 / 🇬🇧 +44-xxxxxxxxxx / 🇭🇰 +852-57-004008
邮址(电邮) [email protected]
其它电邮 [email protected] / [email protected] / [email protected] / [email protected] / [email protected] / [email protected] / [email protected] / [email protected]
国籍 🇲🇾 马来西亚人
出生地 丹戎加弄,雪兰莪州,马来西亚
宗教 μ 墨学, ☸ρ 儒学, ☯️τ 道教, 卍 佛教
种族 🇹🇼🇨🇳 中华民族
祖籍 🇹🇼🇨🇳 **福建省永春人
母语 🇹🇼🇨🇳 福建闽南语 / 台语 / 汉语
其它语言 🇭🇰 粤语 / 🇬🇧🇺🇸 英语 / 🇯🇵 日语 / 🇮🇩🇲🇾 印尼语-马来语 / 🇰🇷 韩语 / 🇩🇪 德语 / 🇫🇷 法语 / 🇬🇷 希腊语 / 🇵🇭 塔伽洛语 / 🇰🇭 高棉语

参考文献




Sςιβrοκεrs Trαdιηg®
世博量化®企业知识产权®及版权®所有,盗版必究。

owner's People

Contributors

englianhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

owner's Issues

Error: embed sidebar & css background inside html file doesn't work (shiny)

dreamRs/shinyWidgets#484 (comment)

# ui.R
HTML(readLines('ryo-en.html'))
includeHTML('www/ryo-en.html')

Tried above doesn't work which faced below issues,

  • The prettyRadioButton() shows the choices not in same line
  • The sidebar cannot collapse or expand

#ui.R
htmlOutput('ryo_en')

# server.R
output$ryo_en <- renderUI(includeHTML('www/ryo-en.html'))

Referred to https://stackoverflow.com/a/66691344/3806250, its work but there has another issues :

  • The sidebar inside the html file messy.
  • The css background on html file doesn't work, (how to attach it to the shinyapp?).
require('BBmisc')
lib('shiny')
lib('shinythemes')
lib('shinydashboard')
lib('shinydashboardPlus')
lib('dashboardthemes')
lib('shinyWidgets')
lib('shinyjs')
lib('memoise')
if(!require('XML')) devtools::install_github('omegahat/XML')
lib('XML')

conflict_prefer('dashboardPage', 'shinydashboardPlus')
conflict_prefer('dashboardHeader', 'shinydashboardPlus')
conflict_prefer('dashboardSidebar', 'shinydashboardPlus')
conflict_prefer('dashboardFooter', 'shinydashboardPlus')
conflict_prefer('box', 'shinydashboardPlus')

### creating custom logo object
logo <- shinyDashboardLogoDIY(
  boldText = 'ξηg', 
  mainText = 'Lιαη Ημ', 
  textSize = 16, 
  badgeText = '🐉 ®γσ', 
  badgeTextColor = 'white', 
  badgeTextSize = 2, 
  badgeBackColor = "#40E0D0", 
  badgeBorderRadius = 3)

alignCenter <- memoise(function(el) {
  htmltools::tagAppendAttributes(el, style="width:500vw;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;")
})

ui <- shinyUI(
  
  #fluidPage(
  ## https://dreamrs.github.io/shinyWidgets/reference/setBackgroundColor.html
  # use a gradient in background
  #  setBackgroundColor(
  #    color = c('#2171B5', '#F7FBFF'),
  #    gradient = 'radial',
  #    direction = c('top', 'left')
  #    ),
  #...)
  #
  dashboardPage(#skin = 'midnight', 
    header = dashboardHeader(title = logo),
    
    sidebar = dashboardSidebar(
      minified = TRUE, collapsed = FALSE, 
      sidebarMenu(
        id = 'tabs', 
        menuItem('®️Studio ☁️', tabName = 'menu', 
                 ## https://getbootstrap.com/docs/3.4/components/#glyphicons
                 ## https://fontawesome.com/icons 
                 icon = icon('fa-brand fa-linux'), startExpanded = TRUE, 
                 menuSubItem('🏠 Home', tabName = 'home'),
                 menuSubItem('🇬🇧 ENGLISH', tabName = 'en'), 
                 menuSubItem('🇨🇳 简体中文', tabName = 'cn'), 
                 menuSubItem('🇹🇼 繁体中文', tabName = 'tw'),
                 menuSubItem('🇯🇵 日本語', tabName = 'jp'),
                 menuSubItem('🇰🇷 한국어', tabName = 'kr'),
                 menuSubItem('🇩🇪 Deutsch', tabName = 'de'),
                 menuSubItem('🇫🇷 français', tabName = 'fr'),
                 menuSubItem('🇮🇹 Italiano', tabName = 'it'))#, 
        #menuItem('Appendices', icon = icon('th'), tabName = 'append', 
        #         menuSubItem('Author', tabName = 'author'))
      )), 
    
    body = dashboardBody(
      shinyDashboardThemes(theme = 'blue_gradient'), 
      
      ## https://stackoverflow.com/questions/52198452/how-to-change-the-background-color-of-the-shiny-dashboard-body
      tags$head(tags$style(HTML('
            /* logo */
            /* .skin-blue .main-header .logo { */
            /* background-color: #f4b943; */
            /* } */
            
            /* logo when hovered */
            .skin-blue .main-header .logo:hover {
            /* background-color: #146275; */
              color: #FFD64D;
              background: linear-gradient(155deg, #17687C 0%, #146275 100%);
              transition: all 0.45s;
              &:hover{
                background: linear-gradient(155deg, #17687C 20%, #3098B3 80%);
              }
            }
            
            /* navbar (rest of the header) */
            .skin-blue .main-header .navbar {
            /* background-color: #f4b943; */
              color: #FFD64D;
              background: linear-gradient(155deg, #17687C 0%, #146275 100%);
              transition: all 0.45s;
              &:hover{
                background: linear-gradient(155deg, #17687C 20%, #146275 80%);
              }
            }
            
            /* main sidebar */
            /* .skin-blue .main-sidebar { */
            /* background-color: #f4b943; */
            /* } */
            
            /* active selected tab in the sidebarmenu */
            .skin-blue .main-sidebar .sidebar .sidebar-menu .active a{
              background-color: #ff0000;
            }
            
            /* other links in the sidebarmenu */
            /* .skin-blue .main-sidebar .sidebar .sidebar-menu a{ */
            /* background-color: #00ff00; */
            /* color: #000000; */
            /* } */
            
            /* other links in the sidebarmenu when hovered */
            .skin-blue .main-sidebar .sidebar .sidebar-menu a:hover{
            /* background-color: #FFD64D; */
            /* color: #FFD64D; */
            }
            
            /* toggle button when hovered  */
            .skin-blue .main-header .navbar .sidebar-toggle:hover{
            /* background-color: #FFD64D; */
              color: #FFD64D;
              background: linear-gradient(155deg, #002C54 0%, #4CB5F5 100%);
              transition: all 0.45s;
              &:hover{
                background: linear-gradient(155deg, #002C54 20%, #4CB5F5 80%);
                }
            }
            
            /* body */
            .content-wrapper, .right-side {
              background-color: #7da2d1;
            }
            '))), 
      
      tabItems(
        tabItem(tabName = 'home', h2('®️Studio ☁️', align = 'center'),
                alignCenter(
                  prettyRadioButtons(
                    inputId = 'rb', label = NULL, 
                    choices = c('🇬🇧 ENGLISH' = 'en', 
                                '🇨🇳 简体中文' = 'cn', 
                                '🇹🇼 繁体中文' = 'tw', 
                                '🇯🇵 日本語' = 'jp', 
                                '🇰🇷 한국어' = 'kr', 
                                '🇩🇪 Deutsch' = 'de', 
                                '🇫🇷 Français' = 'fr', 
                                '🇮🇹 Italiano' = 'it'), 
                    shape = 'curve', animation = 'pulse', 
                    selected = character(0), status = 'primary', 
                    thick = TRUE, width = '100%', bigger = TRUE, 
                    icon = icon('registered'))
                )
        ), 
        tabItem(tabName = 'en', h2('🇬🇧 ENGLISH', align = 'center'), 
                #tags$iframe(src = 'http://rpubs.com/englianhu/ryo-en', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-en.html'))#, 
                #includeHTML('www/ryo-en.html')#,
                htmlOutput('ryo_en')
        ), 
        tabItem(tabName = 'cn', h2('🇨🇳 简体中文', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-cn', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-cn.html'))#, 
                #includeHTML('www/ryo-cn.html')#,
                htmlOutput('ryo_cn')
        ), 
        tabItem(tabName = 'tw', h2('🇹🇼 繁体中文', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-tw', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-tw.html'))#, 
                #includeHTML('www/ryo-tw.html')#,
                htmlOutput('ryo_tw')
        ), 
        tabItem(tabName = 'jp', h2('🇯🇵 日本語', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-jp', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-jp.html'))#, 
                #includeHTML('www/ryo-jp.html')#,
                htmlOutput('ryo_jp')
        ), 
        tabItem(tabName = 'kr', h2('🇰🇷 한국어', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-kr', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-kr.html'))#, 
                #includeHTML('www/ryo-kr.html')#,
                htmlOutput('ryo_kr')
        ), 
        tabItem(tabName = 'de', h2('🇩🇪 Deutsch', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-de', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-de.html'))#, 
                #includeHTML('www/ryo-de.html')#,
                htmlOutput('ryo_de')
        ), 
        tabItem(tabName = 'fr', h2('🇫🇷 Français', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-fr', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-fr.html'))#, 
                #includeHTML('www/ryo-fr.html')#,
                htmlOutput('ryo_fr')
        ), 
        tabItem(tabName = 'it', h2('🇮🇹 Italiano', align = 'center'), 
                #tags$iframe(src = 'https://rpubs.com/englianhu/ryo-it', 
                #            height = 800, width = '100%', frameborder = 0)#, 
                #HTML(readLines('www/ryo-it.html'))#, 
                #includeHTML('www/ryo-it.html')#,
                htmlOutput('ryo_it')
        )
      )
    ), 
    
    footer = dashboardFooter(
      p('Powered by - Copyright® Intellectual Property Rights of ', 
        tags$a(href='https://www.scibrokes.com', target = '_blank', 
               tags$img(height = '20px', alt = 'scibrokes', #align='right', 
                        src='www/Scibrokes.png')), 
        HTML("<a href='https://www.scibrokes.com'>Sςιβrοκεrs Trαdιηg®</a>"))), 
    title = 'DashboardPage'))



server <- shinyServer(function(input, output, session) {
  ## https://stackoverflow.com/questions/56064805/displaying-html-file-using-includehtml-in-shiny-is-not-working-with-renderui
  output$ryo_en <- renderUI(includeHTML('www/ryo-en.html'))
  output$ryo_cn <- renderUI(includeHTML('www/ryo-cn.html'))
  output$ryo_tw <- renderUI(includeHTML('www/ryo-tw.html'))
  output$ryo_jp <- renderUI(includeHTML('www/ryo-jp.html'))
  #output$ryo_kr <- renderUI(includeHTML('www/ryo-kr.html'))
  #output$ryo_de <- renderUI(includeHTML('www/ryo-de.html'))
  #output$ryo_fr <- renderUI(includeHTML('www/ryo-fr.html'))
  #output$ryo_it <- renderUI(includeHTML('www/ryo-it.html'))
})



shinyApp(ui, server)

Originally posted by @englianhu in nirguk/example_shiny_includeHTML#1 (comment)

导入到Gitee.com容量问题:https://gitee.com/englianhu/owner

Gitee 平台目前对仓库的配额如下:

套餐 免费版 基础版 标准版 高级版 尊享版
单仓库 最大 500 MB 最大 1 GB 最大 1 GB 最大 2 GB 最大 3 GB
单文件 最大 50 MB 最大 100 MB 最大 100 MB 最大 200 MB 最大 300 MB

引用:Gitee 帮助中心:仓库体积过大,如何减小?

由于欲新建在gitee:创建组织,需要绑定**电话号码,目前暂时新建个https://gitee.com/englianhu/owner 个人仓库。

目前有好几个账户暂时需要绑定**电话号码。

🚩🇨🇳🏹🦔中科红旗 RedFlag Linux (🍥Debian)

操作系统,红旗中科;不忘初心,砥砺前行。

引用:🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩红旗飘飘 —— 孙玉芳研究员谈国产操作系统

##添加网址到🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩apt仓库并更新仓库
echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update
## 如无法上网,尝试修改/etc/resolv.conf中的域名服务器
# sudo sh -c "echo '#赢家黄氏江夏堂,点缀全球。\nnameserver 114.114.114.114' > /etc/resolv.conf"

## 欲忽略输入密码,尝试修改%sudo用户组的权限设置
# sudo sed -i 's/^%sudo *\(.*\)* *ALL$/%sudo   ALL=(ALL:ALL) NOPASSWD:ALL/g' /etc/sudoers
# sudo sed -i 's/^%sudo *\(.*\)* *ALL$/%sudo   ALL=(ALL:ALL) NOPASSWD:ALL/g' /etc/sudoers.d/10-installer 

sudo apt update && sudo apt upgrade -y

echo 'deb http://cloud.r-project.org/bin/linux/debian bullseye-cran40/' | sudo tee /etc/apt/sources.list.d/bullseye.list
echo 'deb http://cloud.r-project.org/bin/linux/debian buster-cran40/' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update && sudo apt upgrade -y
## 如果需要公钥验证R语言软件,则添加该公钥。
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B8F25A8A73EACF41

这个星期以来系统频频受到入侵,一旦添加🍥达比安/🍥德比安仓库后更新(如上),整个系统就会像刚开始安装时一样被覆盖并且只显示美国国旗🇺🇸,一天之内重新安装五六次有余~

1 先安装个gdebi安装器

下载后安装。

sudo apt install gdebi* -y

## 建议安装:
sudo apt install -y libgtk2-perl lintian liblxqt-l10n lxqt-sudo-l10n lxqt-qtplugin gettext-doc autopoint libasprintf-dev libgettextpo-dev libfont-freetype-perl libgtk2-perl-doc libhtml-template-perl binutils-multiarch libtext-template-perl lxqt*
## 推荐安装:
sudo apt install -y libcgi-fast-perl libasync-mergepoint-perl libsereal-perl libtest-fatal-perl libtest-refcount-perl libdigest-bubblebabble-perl libnet-dns-sec-perl libnet-libidn-perl libunicode-utf8-perl libxml-sax-expat-perl libperlio-gzip-perl libfm-qt6 lxqt-session lxqt-config libxml-sax-expatxs-perl libxml-sax-expatxs-perl

## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-3+b1_amd64.deb
## https://www.addictivetips.com/ubuntu-linux-tips/how-to-install-a-deb-file-on-linux
## sudo gdebi micro_2.0.8-1+b6_amd64.deb
## sudo rm micro_2.0.8-1+b6_amd64.deb
## sudo gdebi ./*.deb
## sudo rm -rf *.deb
## https://github.com/scibrokes/mytools/issues/4#issuecomment-1423941958
## curl -l http://ftp.cn.debian.org/debian/pool/main/m/micro/ | awk 'gsub("[ ]*", "", $2)' | awk '/amd64.deb/' | sed 's/<a\ href="\(.*\)">\(.*\)<\/a> \(.*\)/\1/' | awk 'gsub("%2B", "+", $0)' | awk '{print "wget http://ftp.cn.debian.org/debian/pool/main/m/micro/"$0}'
##  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
##                                  Dload  Upload   Total   Spent    Left  Speed
## 100  5387    0  5387    0     0   7173      0 --:--:-- --:--:-- --:--:--  7163
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-2+b1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-3+b1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.6-2~bpo10+1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.8-1+b6_amd64.deb
## 以上链接列出所有`amd64.deb`版本。
## 通过curl -l http://ftp.cn.debian.org/debian/pool/main/m/micro/ 列出许多不同版本,然后查询最新版本再修改一下以下的版本
sudo apt install -y ./*.deb && sudo rm -rf *.deb

## 推荐安装:
sudo apt install -y *x*clip*
## 建议安装:
sudo apt install -y libosgi-annotation-java-doc devhelp
## 推荐安装:
sudo apt install -y libxfce4util-bin

添加仓库后更新下载安装。

echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update
sudo apt install micro -y
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-3+b1_amd64.deb
## https://www.addictivetips.com/ubuntu-linux-tips/how-to-install-a-deb-file-on-linux
## sudo gdebi micro_2.0.8-1+b6_amd64.deb
## sudo rm micro_2.0.8-1+b6_amd64.deb
## sudo gdebi ./*.deb
## sudo rm -rf *.deb
## https://github.com/scibrokes/mytools/issues/4#issuecomment-1423941958
curl -l http://ftp.cn.debian.org/debian/pool/main/m/micro/ | awk 'gsub("[ ]*", "", $2)' | awk '/amd64.deb/' | sed 's/<a\ href="\(.*\)">\(.*\)<\/a> \(.*\)/\1/' | awk 'gsub("%2B", "+", $0)' | awk '{print "wget http://ftp.cn.debian.org/debian/pool/main/m/micro/"$0}'
##  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
##                                  Dload  Upload   Total   Spent    Left  Speed
## 100  5387    0  5387    0     0   7173      0 --:--:-- --:--:-- --:--:--  7163
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-2+b1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.11-3+b1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.6-2~bpo10+1_amd64.deb
## wget http://ftp.cn.debian.org/debian/pool/main/m/micro/micro_2.0.8-1+b6_amd64.deb
## 以上链接列出所有`amd64.deb`版本。
## 通过curl -l http://ftp.cn.debian.org/debian/pool/main/m/micro/ 列出许多不同版本,然后查询最新版本再修改一下以下的版本

sudo apt install -y ./*.deb && sudo rm -rf *.deb

参考文献:How to install a DEB file on Linux

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩德比安/达比安🍥安装工具程序包
sudo apt install *gdebi* -y

## https://github.com/englianhu/RedFlag-Linux/issues/4
## 安装礼逆袭流量监控工具与网速测试工具
sudo apt install -y iftop netstat* tcpdump iptraf speedtest-cli
 
#礼逆袭操作系统调试程序包
sudo apt install -y ctags cxref cflow prof gprof adb xxgdb KDbg ddd

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩德比安/达比安🍥安装工具程序包
sudo apt install sudo l*sudo s*sudo -y
sudo apt install -y *aptitude*
sudo apt install *micro*code* -y

## 建议安装:
sudo apt install -y apt-xapian-index debtags needrestart needrestart-session hobbit-client libcwidget-dev lib*scalar* libbareword-filehandles-perl libindirect-perl libmultidimensional-perl libdevel-lexalias-perl libdevel-stacktrace-perl #apt-listbugs bsd-mailx *mailx* xymon-client
## 推荐安装:
sudo apt install -y perl-doc libclass-xsaccessor-perl libpackage-stash-xs-perl libref-util-perl libtype-tiny-xs-perl libgtk-3-doc libglib2.0-doc libpango1.0-doc  libatk1.0-doc
## 建议安装:
sudo apt install -y reportbug python-xdg tagcoll exim4-doc-html exim4-doc-info eximon4 spf-tools-perl swaks libcwidget-doc ncurses-doc libsigc++-2.0-doc wx3.0-doc iucode-tool python-apt-dbg python-apt-doc hobbit* #xapian-doc xymon*
## 推荐安装:
sudo apt install -y ruby-httpclient s6 libintl-xs-perl

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩终端编译器
#echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
#sudo apt update
#sudo apt install micro -y
#sudo apt install micro* *micro* p*micro* -y

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩图象处理相关应用
sudo apt -y install parallel *image*magick

## 安装java编程语言相关程序包
sudo apt install -y *jre* *jdk*

2 省略sudo权限输入密码

🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩红旗礼逆袭的操作系统设置比较特别,所以得在好几个文档中设置XXXX ALL (ALL) = NOPASSWD : ALL~

sudo micro /etc/sudoers
sudo micro /etc/sudoers.d/10-installer
sudo micro /etc/sudoers.d/update

3 网络暂无问题

IMG_20220814_090841
IMG_20220814_090850

Originally posted by @englianhu in scibrokes/setup-centOS7-DO#2 (comment)

4 下载安装软件应用但不添加仓库

## 安装R与R文艺坊

倘若欲在默认🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩红旗操作系统安装所有R语言相关程序包sudo apt install r-base* -y 或者 sudo apt install r-base r-base-dev -y,系统无法像Kubuntu忽奔兔达比安/德比安兼容所有,只能安装所需要的程序包~

sudo apt-get install r-base r-base-core -y 
wget https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2022.07.0-548-amd64.deb
sudo gdebi rstudio-2022.07.0-548-amd64.deb
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
此软件包不可安装
Cannot install 'libclang-dev'

## 下载并安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩预览版®文艺坊
## https://www.rstudio.com/products/rstudio/download/preview
## wget https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2022.07.1-554-amd64.deb
#sudo gdebi rstudio-2022.07.1-554-amd64.deb

## https://posit.co/download/rstudio-desktop
wget https://download1.rstudio.org/electron/bionic/amd64/rstudio-2023.03.1-446-amd64.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb
sudo mv /usr/share/applications/RStudio.desktop /usr/share/applications/提案.desktop
sudo sed -i 's/Name=RStudio/Name=提案/g' /usr/share/applications/提案.desktop
sudo cp /usr/share/applications/提案.desktop /home/englianhu/桌面
sudo chmod +x /home/englianhu/桌面/提案.desktop

Originally posted by @englianhu in scibrokes/setup-centOS7-DO#2 (comment)

下载R语言4.2.1源代码程序包并安装,可参考:

## 事先安装R语言所需的程序包
sudo apt install -y gfortran
## 建议安装:
sudo apt install -y gfortran-multilib gfortran-doc gfortran-8-multilib gfortran-8-doc libgfortran5-dbg libcoarrays-dev doc-base l*compat* ghc-doc haskell-doc llvm-6.0 libtest-modern-perl libtest-roo-perl libmldbm-perl libnet-daemon-perl libsql-statement-perl fltk1.3-doc libcairo2-dev libjpeg-dev libpng-dev libxft-dev libxinerama-dev libghc-aeson-doc libghc-attoparsec-doc libghc-attoparsec-iso8601-doc libghc-dlist-doc libghc-exceptions-doc libghc-hashable-doc libghc-integer-logarithms-doc libghc-old-locale-doc libghc-old-time-doc libghc-primitive-doc libghc-random-doc libghc-regex-base-doc libghc-regex-posix-doc libghc-regex-tdfa-doc libghc-scientific-doc libghc-tagged-doc libghc-th-abstraction-doc libghc-unordered-containers-doc libghc-uuid-types-doc libghc-vector-doc gmp-doc libgmp10-doc libmpfr-dev gnutls-bin gnutls-doc libdbd-csv-perl liblog-dispatch-filerotate-perl librrds-perl libxml-dom-perl libnet*openssh*gateway*perl* uuid libdbd-mysql-perl libdbd-pg-perl librdf*rdfa*parser*perl* libredis-perl libroar-plugins-universal roaraudio* libmuroar0 *slpd* haskell-doc fonts-mathjax-extras fonts-stix libjs-mathjax-doc fonts-roboto *ghc*6* *hugs* haskell-mode cpphs stylish-haskell emacs-common-non-dfsg m17n-docs libcairo2-doc libdbi-test-perl freetype2-doc libice-doc libmoox-types-mooselike-numeric-perl libmoox-types-setobject-perl libmpfr-doc libsm-doc llvm-6.0-doc mailutils-mh mailutils-doc autoconf-archive gnu-standards autoconf-doc dh-make libtool-doc *gcj*jdk* m4-doc libmail-box-perl python-pygments-doc ttf-bitstream-vera libfile-fcntllock-perl spamassassin libemail-simple-perl libmime-tools-perl libtext-autoformat-perl mh-e *mail*crypt* swish++ picon-domains w3m-el razor pyzor libencode-detect-perl libgeo-ip-perl libnet-patricia-perl pyzor-doc antiword cmigemo dict dict-wn dictd libsixel-bin mpv w3m-img xsel *mule*ucs* wv *xl*html* *ppt*html* libmoe1.5 namazu2 vim-migemo dict-gcide dict-foldoc dict-jargon apache2 namazu2-index-tools skktools skkdic-cdb skkdic-extra perl-tk texlive-fonts-recommended-doc texlive-latex-base-doc icc-profiles libfile-which-perl libspreadsheet-parseexcel-perl texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pstricks dot2tex prerex *ruby*tcltk* libtcltk*ruby* texlive-pictures-doc vprerex texlive elinks links lynx libclipboard-perl apache2-doc apache2-suexec-pristine apache2-suexec-custom elinks-doc tre-agrep libnkf-perl libtext-kakasi-perl kakasi chasen groff mhonarc libmp3-info-perl rpm python-pyparsing-doc gauche chasen mecab kakasi texlive-pstricks-doc xemacs21-bin semi l*wl* *wl*beta* rpm-i18n *r*5*rs*doc* gauche-doc gauche-zlib gauche-gdbm liblapack-doc gcc-arm-none-eabi libsyntax-perl libxaw-doc camlp4 ocaml-doc tuareg-mode ocaml-mode alien elfutils *rpm*lint* *rpm*2*html* *mail*crypt* *easy*pg* *star*tt*ls* x-face-el *mule*ucs* bbdb im *bit*map*mule* maildir-utils notmuch mu-cite mhc xemacs21-supportel libencode-hanextra-perl libpod2-base-perl python3-pyxattr-dbg python-pyxattr-doc chktex dvidvi dvipng fragmaster lacheck latexdiff latexmk purifyeps xindy psutils nvidia-driver php-pear nvidia-cuda-mps nvidia-kernel-dkms nvidia-kernel-source *php*mcrypt* *php*gmp* *php*compat* libdevel-argnames-perl libterm-readline-gnu-perl libterm-readline-perl-perl libghc-distributive-doc
#osspd #oss-compat #libjboss-logging-java-doc
## 推荐安装:
sudo apt install -y libclass-c3-xs-perl fluid ghc-doc libghc-aeson-doc libghc-attoparsec-doc libghc-exceptions-doc libghc-hashable-doc libghc-scientific-doc libghc-tagged-doc libghc-unordered-containers-doc libghc-vector-doc libjs-mathjax libghc-regex-base-doc libghc-regex-posix-doc libghc-regex-tdfa-doc libghc-old-time-doc libjson-xs-perl liblog-dispatch-perl libipc-shareable-perl libdevel-partialdump-perl librdf-perl librdf-trine-node-literal-xml-perl libtasn1-doc librdf-ns-curated-perl librdf-ns-perl librdf-prefixes-perl fltk1.3-doc libghc-dlist-doc libghc-uuid-types-doc libghc-old-locale-doc libghc-primitive-doc libmail-sendmail-perl libmime-lite-perl mailutils emacs-el libfreezethaw-perl libpng-tools libmath-base-convert-perl libtext-soundex-perl perl llvm-6.0-dev libjpeg-progs bzip2-doc debhelper libtool libtool-bin libvte-2.91-doc python3-pygments python3-yaml libmime-types-perl libtest-leaktrace-perl libarchive-cpio-perl libltdl-dev libtool-doc libmojolicious-perl python-pygments compface spamc sa-compile libio-socket-inet6-perl libcpanel-json-xs-perl libev-perl libio-socket-socks-perl libmojo-server-fastcgi-perl geoip-database-extra apel flim youtube-dl lmodern tex-gyre openjade icc-profiles-free libdate-calc-perl tinycdb ps2eps texlive-extra-utils texlive-font-utils fonts-texgyre phantomjs python3-pyxattr rtmpdump slib psutils php *php*5* libcuda1 libcuda*9* libevas-loaders libevas1-engines-drm libevas1-engines-fb libevas1-engines-x libghc-ansi-terminal-doc libghc-prettyprinter-ansi-terminal-doc libghc-prettyprinter-doc libghc-semigroupoids-doc gcc-arm-none-eabi kxterm libperlx-maybe-xs-perl binutils-arm-none-eabi libhttp-thin-perl libtest-www-selenium-perl libwww-mechanize-perl libwww-mechanize-treebuilder-perl libfindlib-ocaml-dev ledit *readline*editor* libdate-calc-xs-perl libfile-homedir-perl nvidia-kernel-dkms nvidia-kernel-418.226.00 nvidia-smi libnvidia-cfg1 nvidia-persistenced lib*cuda1*i386* libghc-colour-doc libghc-bifunctors-doc libghc-comonad-doc libdevel-repl-perl

sudo apt install build-essential -y
sudo apt install libreadline6* libreadline6-dev -y
sudo apt install *bzip2* -y
sudo apt install *liblzma* -y
sudo apt install *pcre1* -y
sudo apt install *pcre2-32* -y
sudo apt install xorg-dev -y
sudo apt build-dep r-base -y
## 倘若sudo apt build-dep r-base -y出现
## E: 您必须在 sources.list 中指定代码源(deb-src) URI错误信息,
## 请查阅https://github.com/scibrokes/setup-centOS7-DO/issues/2#issuecomment-1227495090 
## 寻求解决方案。

sudo apt install libcurl4-openssl* libcurl4-openssl-dev -y
##sudo apt install -y libcur*
sudo apt install -y libxml*
## 建议安装:
sudo apt install -y ada-reference-manual-2012 gnat-gps gnat-8-doc gnat-8-sjlj junit-doc libboost-doc libboost1.67-doc libboost-container1.67-dev libboost-context1.67-dev libboost-coroutine1.67-dev libboost-exception1.67-dev libboost-fiber1.67-dev libboost-filesystem1.67-dev libboost-graph1.67-dev libboost-graph-parallel1.67-dev libboost-iostreams1.67-dev libboost-locale1.67-dev libboost-log1.67-dev libboost-math1.67-dev libboost-mpi1.67-dev libboost-mpi-python1.67-dev libboost-numpy1.67-dev libboost-program-options1.67-dev libboost-python1.67-dev libboost-random1.67-dev libboost-regex1.67-dev libboost-signals1.67-dev libboost-stacktrace1.67-dev libboost-test1.67-dev libboost-timer1.67-dev libboost-type-erasure1.67-dev libboost-wave1.67-dev libboost1.67-tools-dev libmpfrc++-dev libntl-dev libgcrypt20-doc libglibmm-2.4-doc libgtkmm-3.0-dev libdancer-perl libdancer2-perl libdbix-class-perl liblog4shib-doc libapache2-mod-perl2 libnet-jabber-perl libxerces-c-doc xmlrpc-api-utils liblog-tracemessages-perl xmltv-gui libatkmm-1.6-doc *gcc*xml* xsltproc doxygen fop libcairomm-1.0-doc libdancer-session-cookie-perl libhttp-parser-xs-perl libjson-any-perl libmath-base36-perl libmoosex-types-json-perl libmoosex-types-path-class-perl libmoosex-types-perl gtkmm-documentation libgnatcoll-doc libgtkmm-3.0-doc openmpi-doc libtemplate-plugin-gd-perl libtemplate-plugin-xml-perl libyaml-shell-perl python-gi-cairo liblinux-dvb-perl doxygen-latex doxygen-doc doxygen-gui fop-doc libavalon-framework-java-doc librhino-java fonts-dustin libmath-random-isaac-perl libqdox-java-doc libxalan2-java-doc libbsf-java libxsltc-java libbcel-java-doc bsh rhino bsh-doc libjline-java-doc librhino-java-doc libevent-perl libpoe-perl libcrypt-blowfish-perl libphp-serialization-perl libyaml-syck-perl libsaxon-java-doc libcurl4-gnutls-dev libcurl4-doc libldap2-dev librtmp-dev libssh2-1-dev libcurses-perl lib*poe*loop*event*perl* lib*poe*loop*tk*perl* libsocket-getaddrinfo-perl dnsutils rblcheck
## 推荐安装:
sudo apt install -y libinline-c-perl libinline-files-perl libdata-serializer-perl libocamlnet-ocaml-doc libcache-perl libclass-date-perl libinternals-perl libanyevent-perl libanyevent-http-perl libwww-curl-perl libxalan2-java libxalan2-java-doc liblingua-preferred-perl libterm-progressbar-perl xmltv-util gnat-gps-doc python-jedi python-pep8 libbsd-resource-perl libapache2-reload-perl libconfig-general-perl libconfig-tiny-perl libcookie-baker-xs-perl libcrypt-urandom-perl libmath-random-isaac-xs-perl libsql-translator-perl libcoarrays-openmpi-dev libcgi-compile-perl libcgi-emulate-psgi-perl libfcgi-procmanager-perl libscope-upper-perl libwww-form-urlencoded-xs-perl liblingua-preferred-perl libterm-progressbar-perl libsaxon-java libasync-interrupt-perl libguard-perl libgraph-perl libgraphviz-perl libtext-recordparser-perl libjdom1-java-doc libtext-tabulardisplay-perl

sudo apt install -y openssl*
## 建议安装:
sudo apt install -y asciidoc-doc source-highlight epubcheck catdvi bisonc++ *python*beautifulsoup* claws-mail-doc claws-mail-tools docbook inkscape transfig djvulibre-desktop djview4 *djvu*viewer* evince docbook-dsssl-doc *latex*beamer* libvte9 lib*gsl*2* gvfs ibus-doc ibus-table-array30 ibus-table-cangjie ibus-table-cangjie-big ibus-table-cangjie3 ibus-table-cangjie5 ibus-table-cantonese ibus-table-cantonhk ibus-table-cns11643 ibus-table-compose ibus-table-easy ibus-table-easy-big ibus-table-emoji ibus-table-erbi ibus-table-erbi-qs ibus-table-ipa-x-sampa ibus-table-jyutping ibus-table-quick ibus-table-quick-classic ibus-table-quick3 ibus-table-quick5 ibus-table-rustrad ibus-table-scj6 ibus-table-stroke5 ibus-table-thai ibus-table-translit ibus-table-translit-ua ibus-table-viqr ibus-table-wu ibus-table-wubi ibus-table-yawerty ibus-table-yong *hbf*cns*40*b5* *hbf*jfs56* *hbf*kanji*48* imagemagick gv hevea ttf-mscorefonts-installer libcatalyst-devel-perl libcatalyst-engine-apache-perl libcatalystx-leakchecker-perl libterm-size-any-perl libtest-exception-perl libtest-pod-coverage-perl libtest-pod-perl libsort-versions-perl libgeronimo-validation-1.0-spec-java-doc monodoc-gtk2.0-manual graphicsmagick-dbg libgeronimo-jpa-2.0-spec-java libjoda-time-java imagemagick-doc libjackson2-core-java-doc libjackson2-jr-java-doc lib*j*latex*math*java* *texlive*latex*3* groovy libjanino-java libjetty9-java libtomcat9-java libmono-i18n4.0-all libgamin0 sgmls-doc libtiff-opengl libtwelvemonkeys-java-doc libjmagick6-java lilypond linuxdoc-tools-text linuxdoc-tools-info python-watchdog php-apcu *ttf*2*pt*1* php-imagick lib*paper*specs*perl* bpython ipython libsqlite3-mod-spatialite python-bcrypt python-django-doc python-flup python-memcache python-mysqldb python-psycopg2 python-sqlite python-yaml python-genshi python-lxml python-pil-doc python-pil-dbg python-egenix-mxtexttools python-reportlab-doc python-setuptools-doc python-sortedcontainers-doc bpython3 *geoip*database*contrib* ipython3 python3-bcrypt *python3*flup* python3-memcache python3-mysqldb python3-psycopg2 *python3*sqlite* python3-genshi python3-lxml-dbg python-lxml-doc elpa-ess r-mathlib r-base-html python-aafigure python-matplotlib python-sphinx *python*uniconvertor* asymptote biber python-prompt-toolkit python3-prompt-toolkit texlive-omega coderay ruby-prawn-doc treetop ttf-dejavu-core sisu-markup-samples lv calibre pinfo poedit trang texlive-science-doc why3 zathura-ps zathura-djvu zathura-cb bisonc++-doc flexc++ python-twisted python3-jedi python-unrardll djview-plugin docbook-defguide psgml *xli*sp*stat* pspp jags julia nautilus-sendto unrar xfig groovy-doc gvfs-backends hevea-doc dia inkscape-tutorials libsvg-perl *python3*uniconvertor* ivy-doc libbcpg-java libjsch-agent-proxy-java libjsch-java libmodule-install-perl libmoosex-daemonize-perl starman libosgi-compendium-java libosgi-core-java libgeronimo-jpa-2.0-spec-java-doc libjackson-json-java-doc libjanino-java-doc jetty9 libjoda-convert-java libjoda-time-java-doc coffeescript libjs-jquery-ui-docs lib*gnome*ui*0* libnunit-doc monodoc-nunit-manual tomcat9 libcglib-nodep-java libjdom2-java libjettison-java libkxml2-java lilypond-doc *mono*doc*gtk*manual* *mono*doc*gecko*manual* python-apsw-doc python-cycler-doc python-dbus-dbg python-dbus-doc python-egenix-mxtexttools-dbg python-egenix-mxtexttools-doc python-egenix-mxtools-dbg python-egenix-mxtools-doc python-enum34-doc python-genshi-doc python-greenlet-doc python-greenlet-dev python-greenlet-dbg python-jinja2-doc python-lxml-dbg python-markdown-doc python-cairocffi python-configobj python-excelerator python-gobject-2 python-matplotlib2-doc python-nose python-qt4 python-scipy python-tornado python-traits ttf-staypuft memcached default-mysql-server virtual-mysql-server python-egenix-mxdatetime python-mysqldb-dbg python-pytest python-numpy-dbg python-numpy-doc python-pexpect-doc python-doc python3-pil.imagetk python-pil.imagetk python-psycopg2-doc python-pyqt5-dbg python-cryptography python-openssl python-socks python-paste imagemagick-6.q16 python-sphinx-rtd-theme python-stemmer sphinx-doc texlive-generic-extra python-sqlite-dbg python-ntlm python3-greenlet-dbg python3-mysqldb-dbg python3-pytest python3-numpy-dbg r-doc-html why3-examples *auto*trace* enscript gnuplot hp2xx html2ps libwmf-bin mplayer povray *radiance* ufraw-batch gnuplot-doc weblint-perl xhtml2ps libdirectfb-extra mplayer-doc netselect fping povray-doc povray-examples ufraw
## 推荐安装:
sudo apt install -y xmlto claws-mail-i18n emacs fonts-tlwg-garuda fonts-tlwg-kinnari fonts-tlwg-laksaman fonts-tlwg-loma fonts-tlwg-mono fonts-tlwg-norasi fonts-tlwg-purisa fonts-tlwg-sawasdee fonts-tlwg-typewriter fonts-tlwg-typist fonts-tlwg-typo fonts-tlwg-umpush fonts-tlwg-waree sane gvfs ibus-clutter ibus-gtk ibus-gtk3 *ibus*qt*4* *j*latex*209*bin* inkscape fig2dev libcatalyst-dispatchtype-regex-perl gstreamer1.0-nice libposix-strptime-perl ca-certificates-mono libmono-btls-interface4.0-cil libtext-roman-perl libpurple-bin calibre pngquant openjfx-source ruby-gtk2 gstreamer1.0-gtk3 ipe php-horde-test php-horde-imap-client php-intl php-mbstring *php*m*crypt* gstreamer1.0-libav libfile-type-perl python-sqlparse docutils-doc python-crypto python-qt4 python-olefile python-renderpm python3-sqlparse python3-bs4 python3-crypto r-recommended r-base-dev r-doc-html sisu-sqlite sisu-postgresql keychain po4a qrencode ruby-rmagick tidy tree gsfonts-x11 asymptote-doc python-urwid python3-watchdog python-dnspython libgpars-groovy-java libjcommander-java libjs-bootstrap libjs-jquery-mousewheel libjs-jquery-fancybox libwmf-bin python-scour liblinux-inotify2-perl lib*glue*zilla* mono-csharp-shell php-apcu-bc python-argcomplete python-openssl python-libxml2 python-utidylib python-bs4 python-tk python-egenix-mxdatetime python-webob python-cryptography python-ipaddress r-base-dev *cvc*3* why3-coq *sp*ass* z3

sudo apt install -y alt-ergo povray-includes gsfonts-x11 dia-shapes *juni*4*doc* libservlet3.1-java-doc authbind libpar-dist-perl lilypond-doc-html python-click python-openid python-scgi node-less python3-pyinotify libtcnative-1 xfig-libs blt-demo coffeescript-doc samba-common ess julia-doc vim-julia libbcpg-java-doc libjdom2-java-doc libjna-java-doc libjnr-enxio-java-doc libjnr-ffi-java-doc libjnr-posix-java-doc libjoda-convert-java-doc libjs-es5-shim libosgi-compendium-java-doc libosgi-core-java-doc libyaml-snake-java libaspectj-java libcommons-collections3-java mariadb-test tinyca libcache-memcached-perl lib*mem*cached* ghp-import mkdocs-doc netselect-apt debiandoc-sgml *w3c*dtd*xhtml* w3-dtd-mathml python-attr-doc python-cairocffi-doc python-configobj-doc python-cryptography-doc python-cryptography-vectors *python*examples* python-egenix-mxbeebase-doc python-egenix-mxdatetime-doc python-egenix-mxproxy-doc python-egenix-mxqueue-doc python-egenix-mxstack-doc python-egenix-mxuid-doc python-egenix-mxurl-doc python-funcsigs-doc python-gobject-2-dbg python-gtk2-doc python-coverage python-nose-doc python-openssl-doc *python3*openssl*dbg* *httpd*wsgi* libapache2-mod-python libapache2-mod-scgi libjs-mochikit python-pastedeploy python-pastescript python-pastewebkit python-pil.imagetk-dbg python-ply-doc subversion python-pytest-xdist python-mock python-qt4-dbg python-scipy-doc python-stemmer-doc python-tk-dbg python-pycurl python-tornado-doc python-traitsui python-twisted-bin-dbg python-glade2 python-pampy *python3*qt3* python-serial node-uglify python-livereload-doc python3-flask python3-slimmer python3-pil.imagetk-dbg python3-tk-dbg python3-twisted tomcat9-admin tomcat9-docs tomcat9-examples tomcat9-user gimp-ufraw gsfonts-x11 spell xfig-doc evolution-plugins evolution-plugin-pstimport yelp lua5.3 libhamcrest-java-doc libfcgi-bin libmessage-passing-zeromq-perl liblinux-io-prio-perl libgssapi-perl node-source-map php-horde-cache php-horde-compress-fast php-horde-db php-horde-hashtable *php*horde*mongo* php-horde-pack *php*horde*string*prep* php-horde-smtp php-net-dns2 php-net-smtp php-horde-nls php-horde-text-filter *php*idn* php-horde-cli php-horde-log sysstat libjs-jquery-isonscreen libjs-jquery-tablesorter libjs-jquery-throttle-debounce python-livereload python3-argcomplete python3-blinker python3-simplejson samba-common-bin *why* *proof*general* libcoq-ocaml-dev *coq*doc* debiandoc-sgml-doc libedataserver* db5.3-doc libsoup2.4-doc sqlite3-doc evolution-plugins-experimental argonaut-server slapd fusiondirectory-plugin-argonaut hunspell libapache2-mod-python-doc aspectj uw-mailutils libcommons-collections3-java-doc libgpars-groovy-java-doc libjcommander-java-doc libjcsp-java-doc iwatch node-acorn *node*uglify*to*browserify* php-xdebug phpunit-dbunit php-invoker php-soap *php*uopz* postgresql-doc postgresql-doc-11 python-coverage-doc python-crypto-doc execnet-doc python-mock-doc python-kid python-cheetah python-cherrypy #postfix

sudo apt install -y libqscintilla2-doc python3*wxgtk* ruby-svn python-pycurl-dbg python-pycurl-doc python3-pyfaidx python-pyfaidx python3-pyvcf python-pyvcf python-renderpm-dbg python-sqlparse-doc python-urwid-doc python-webob-doc python3-cryptography-vectors python-flask-doc python3*openssl*dbg* python-pyinotify-doc *python3*gtk2* *python3*glade2* python3-pampy *python3*qt4* python3-serial *python3*wxgtk2.8* python3-twisted-bin-dbg python3-termcolor python-werkzeug-doc gir1.2-rsvg-2.0 fcgiwrap postgresql-contrib db5.3-util libapache2-mod-svn subversion-tools docbook-mathml python-flask python-pyinotify libsvn-perl python-subversion svn2cl python-redis python-termcolor python-blinker python-blinker-doc python-hiredis python-gevent redis-server python-gevent-doc python-gevent-dbg ruby-redis

sudo apt install -y *pdf* *latex*

## 安装个Atlas图书馆自动调整排档
sudo apt install libatlas3-base -y

## 安装个多管齐下的OpenBlas图书馆
sudo apt install libopenblas-base -y

## 下载R语言原代码程序包
export R_VERSION=4.2.1
curl -O https://cran.rstudio.com/src/base/R-4/R-${R_VERSION}.tar.gz

## 解压缩到指定的路径
sudo tar -C /usr/lib -xzvf R-${R_VERSION}.tar.gz
sudo rm -rf R-${R_VERSION}.tar.gz
sudo mv /usr/lib/R-${R_VERSION}/ /usr/lib/R
sudo chmod 777 -R /usr/lib/R
cd /usr/lib/R
#tar -xzvf R-${R_VERSION}.tar.gz
#cd R-${R_VERSION}

## R语言配置
sudo ./configure \
    --prefix=/usr/lib/R \
    --enable-memory-profiling \
    --enable-R-shlib \
    --with-pcre2 \
    --with-blas \
    --with-lapack \
    --with-readline=yes

## 安装R语言
sudo make
sudo make install

## 查询刚安装好的语言版本
/usr/lib/R/bin/R --version

#sudo ln -s /usr/bin/R/${R_VERSION}/bin/R /usr/local/bin/R
#sudo ln -s /usr/bin/R/${R_VERSION}/bin/Rscript /usr/local/bin/Rscript

## 赋值修改路径以下中的文件夹设置的权限
sudo chmod 777 -R /etc/R/
sudo chmod 777 -R /usr/lib/R/library/
sudo chmod 777 -R /usr/share/R/

## 创建个快捷键到台面
sudo mv /usr/share/applications/R.desktop /usr/share/applications/.desktop
sudo sed -i 's/Name=R/Name=鄀/g' /usr/share/applications/.desktop
sudo cp /usr/share/applications/.desktop /home/englianhu/桌面
sudo chmod +x /home/englianhu/桌面/.desktop

...
...
...
tar 解压缩命令
tar
-c: 建立压缩档案
-x:解压
-t:查看内容
-r:向压缩归档文件末尾追加文件
-u:更新原压缩包中的文件
这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。下面的参数是根据需要在压缩或解压档案时可选的。
-z:有gzip属性的
-j:有bz2属性的
-Z:有compress属性的
-v:显示所有过程
-O:将文件解开到标准输出
下面的参数-f是必须的
-f: 使用档案名字,切记,这个参数是最后一个参数,后面只能接档案名。

...
...
...

总结

1、.tar 用 tar –xvf 解压
2、
.gz 用 gzip -d或者gunzip 解压
3、.tar.gz和.tgz 用 tar –xzf 解压
4、.bz2 用 bzip2 -d或者用bunzip2 解压
5、
.tar.bz2用tar –xjf 解压
6、.Z 用 uncompress 解压
7、
.tar.Z 用tar –xZf 解压
8、.rar 用 unrar e解压
9、
.zip 用 unzip 解压

引用:Linux下tar命令解压到指定的目录

倘若遇到configure: error: PCRE2 library and headers are required, or use --with-pcre1 and PCRE >= 8.32 with UTF-8 support错误信息,可以查阅以下解决方案:

## 事先安装R语言所需程序包
sudo apt install gfortran -y
sudo apt install build-essential -y
sudo apt install libreadline6 libreadline6-dev
sudo apt install xorg-dev

## 下载并安装R语言
wget https://cran.r-project.org/src/base/R-4/R-4.2.1.tar.gz
sudo tar -C /usr/lib -xzf R-4.2.1.tar.gz
sudo rm -rf R-4.2.1.tar.gz
sudo mv /usr/lib/R-4.2.1/ /usr/lib/R
sudo chmod 777 -R /usr/lib/R
cd /usr/lib/R/

## 安装个Atlas图书馆自动调整排档
sudo apt install libatlas3-base -y

## 安装个多管齐下的OpenBlas图书馆
sudo apt install libopenblas-base -y

## 赋值修改路径/etc/R/中的文件设置的权限
sudo chmod 777 -R /etc/R/

## 赋值修改路径以下中的文件夹设置的权限
sudo chmod 777 -R /etc/R/
sudo chmod 777 -R /usr/lib/R/library/
sudo chmod 777 -R /usr/share/R/
## 添加网址到🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩apt仓库并更新仓库
echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update
echo 'deb http://cloud.r-project.org/bin/linux/debian bullseye-cran40/' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update
echo 'deb http://cloud.r-project.org/bin/linux/debian buster-cran40/' | sudo tee /etc/apt/sources.list.d/bullseye.list
sudo apt update

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩德比安/达比安🍥安装工具程序包
sudo apt install *gdebi* -y

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩德比安/达比安🍥安装工具程序包
sudo apt install sudo l*sudo s*sudo -y
sudo apt install -y *aptitude*

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩终端编译器
#echo 'deb http://ftp.cn.debian.org/debian bullseye main' | sudo tee /etc/apt/sources.list.d/bullseye.list
#sudo apt update
#sudo apt install micro -y
#sudo apt install micro* *micro* p*micro* -y

## 安装java编程语言相关程序包
sudo apt install -y *jre* *jdk*
## 更新🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩update应用更新程序包
sudo apt install -y *update*

## 更新🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩wget下载工具程序包
sudo apt install -y *wget*
## 建议安装:
sudo apt install -y cupt debdelta dpkg-repack debdelta-doc fakeroot
## 推荐安装:
sudo apt install -y ed xdelta3 xdelta bsdiff gnupg2 bsdiff ed gnupg2 libxdelta2 xdelta xdelta3

##安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩百度输入法🐾应用
##https://srf.baidu.com/?c=j&e=d&from=1000e&platform=ubuntu&ref=index_entrance_android_click
wget https://imeres.baidu.com/imeres/ime-res/guanwang/img/Ubuntu_Deepin-fcitx-baidupinyin-64.zip
unzip ./*.zip && sudo rm -rf *.zip *.docx
#sudo gdebi fcitx-baidupinyin.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb
##注:本输入法输入面板程序与其他输入法如搜狗输入法、讯飞输入法冲突,可能会受其他输入法影响而无法正常启动,若已安装其他输入法并导致百度输入法输入面板无法正常启动,应关闭其他输入法相关进程并重启百度输入法输入面板程序,输入面板程序安装路径为/opt/apps/com.baidu.fcitx-baidupinyin/files/bin/baidu-qimpanel
/opt/apps/com.baidu.fcitx-baidupinyin/files/bin/baidu-qimpanel
sudo chmod +x /opt/apps/com.baidu.fcitx-baidupinyin/files/bin/bd-qimpanel.watchdog.sh

##安装gcin和hime输入法
##https://github.com/scibrokes/r-world/issues/1#issuecomment-1434387627
sudo apt install *scim* *gcin* *hime* *fcitx* *im*panel* -y

sudo apt install -y *aptitude* ## 通过命令行利用aptitude 安装fcitx、qt
sudo aptitude install -y fcitx-bin fcitx-table fcitx-config-gtk fcitx-config-gtk2 fcitx-frontend-all
sudo aptitude install -y qt5-default qtcreator qml-module-qtquick-controls2

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩操作系统信息展示程序包
sudo apt install -y *neofetch* *chafa*

## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩SVN版本控制系统应用
sudo apt install -y subversion sub*version* *sub*version*
## 推荐安装:
sudo apt install -y kdiff3 kdiff3-qt kompare meld tkcvs mgdiff qct kdiff3-doc dirdiff


## 安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩截图、修图、分区、终端等应用
sudo apt install -y flameshot
sudo apt install -y kolour* *partition*manager* *kwik* flameshot* git2* gitlab* xterm lib*xfce* *micro*code *geany* *terminology* *emulat* vokoscreen vokoscreen-ng vokoscreen* *7zip*

## 下载并安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩预览版®文艺坊
## https://www.rstudio.com/products/rstudio/download/preview
## wget https://s3.amazonaws.com/rstudio-ide-build/desktop/bionic/amd64/rstudio-2022.07.1-554-amd64.deb
#sudo gdebi rstudio-2022.07.1-554-amd64.deb

## https://posit.co/download/rstudio-desktop
wget https://download1.rstudio.org/electron/bionic/amd64/rstudio-2023.03.1-446-amd64.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb
sudo mv /usr/share/applications/rstudio.desktop /usr/share/applications/移动终端操作系统.desktop
sudo sed -i 's/Name=RStudio/Name=移动终端操作系统/g' /usr/share/applications/移动终端操作系统desktop
sudo cp /usr/share/applications/移动终端操作系统.desktop /home/englianhu/桌面
sudo sed -i 's/Name=RStudio/Name=移动终端操作系统/g' /home/englianhu/桌面/移动终端操作系统.desktop
sudo chmod +x /home/englianhu/桌面/移动终端操作系统.desktop
sudo chmod 777 -R /etc/apt/sources.list.d/
sudo micro /etc/apt/sources.list.d/debian-buster.list

添加 deb https://deb.debian.org/debian buster-backports main contrib non-free

sudo apt update
sudo apt install -y apt-transport-https vim
sudo sh -c "echo 'deb https://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/buster-backports.list"
sudo apt update
sudo apt -t buster-backports install wireguard -y
## 建议安装:
sudo apt install -y *resolv*conf*
sudo apt install -y *open*resolv*
## 推荐安装:
sudo apt install -y easy-rsa opensc pcscd
## 建议安装:
sudo apt install -y pcmciautils wireless-tools

引用:Debian 搭建 WireGuard 服务端

倘若gdebi安装vpn-unlimited时出现wireguard相关错误信息的话,就参考以上代码安装wireguard,就可以如下安装vpn-unlimited了~

## 安装🇺🇦无穷VPN♾️应用
## https://www.vpnunlimited.com/api/keepsolid/vpn-download?platform=linux-new
#sudo gdebi vpn-unlimited_8.5-amd64_ubuntu.deb
#sudo rm vpn-unlimited_8.5-amd64_ubuntu.deb
wget https://geo.keepsolidcdn.com/soft/vpn/Linux/Vpn_Unlimited_8.5.2_amd64.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb
## 建议安装:
sudo apt install -y libstrongswan-extra-plugins
## 推荐安装:
sudo apt install -y libstrongswan-standard-plugins strongswan-plugin-eap-mschap* libstrongswan-extra-plugins
##安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩VSCode🎗️应用
#wget https://code.visualstudio.com/docs/?dv=linux64_deb
#sudo gdebi code_1.70.2-1660629410_amd64.deb
#sudo rm code_1.70.2-1660629410_amd64.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb

sudo apt install -y wine* *playonlinux*

##下载并安装🇹🇼🇨🇳🇻🇳🇲🇾🐼🚩猫城🐱应用
## https://github.com/shiftkey/desktop/releases
curl -l https://github.com/shiftkey/desktop/releases | sed -n '/linux1.deb/p'
wget https://github.com/shiftkey/desktop/releases/download/release-3.0.5-linux1/GitHubDesktop-linux-3.0.5-linux1.deb ##根据版本来修改网址
#sudo gdebi GitHubDesktop-linux-3.0.5-linux1.deb
#sudo rm GitHubDesktop-linux-3.0.5-linux1.deb
sudo apt install -y ./*.deb && sudo rm -rf *.deb
sudo cp /usr/share/applications/github-desktop.desktop /home/englianhu/桌面
sudo chmod +x /home/englianhu/桌面/github-desktop.desktop
sudo chmod 777 -R /home/englianhu/桌面/猫城.desktop

## 建议安装:
sudo apt install -y gir1.2-gnomekeyring-1.0 libgnome-keyring0 pinentry-doc
## 推荐安装:
sudo apt install -y libpam-gnome-keyring gnome-keyring-pkcs11
---

用在 AMD64 上 micro_2.0.8-1+b6_amd64.deb 的下載頁面
如果您正在執行 Debian,請儘量使用像 aptitude 或者 synaptic 一樣的套件管理器,代替人工手動操作的方式從這個網頁下載並安裝套件。

您可以使用以下列表中的任何一個源映象只要往您的 /etc/apt/sources.list 檔案中像下面這樣新增一行:

deb http://ftp.cn.debian.org/debian bullseye main
請使用最終確定的源映象替換 ftp.de.debian.org/debian

您可以從以下任意站點的 pool/main/m/micro/ 子目錄中下載所需的檔案:

Citation: https://packages.debian.org/bullseye/amd64/micro/download


:~$ sudo micro /etc/apt/sources.list

try to add the repo to apt store as above and then

deb http://ftp.cn.debian.org/debian bullseye main

add one more row deb ... as above to the sources.list file to keep track update~

---

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.