How to Fix Broken Packages in Ubuntu By Nick Congleton – Posted on Jan 11, 2019 in Linux Apt, Ubuntu’s package manager, is among the most powerful and intuitive, but that doesn’t mean that things can’t go wrong. Occasionally, a package install goes…
1.生成ssh key: ssh-keygen -t rsa -C “email@sss.com” 此时,在~/.ssh/文件夹下会有两个文件, id_rsa 和 id_rsa.pub.分别保存ssh 的密钥和公钥. 2.把id_rsa.pub里面的内容复制到gitlab服务器内个人账号下的ssh_key部分. 3.在本地添加密钥: ssh-add ~/.ssh/id_rsa 若执行ssh-add ....是出现这个错误:Could not open a connection to your a…
success: openjdk version "1.7.0-internal"OpenJDK Runtime Environment (build 1.7.0-internal-westward_2017_03_19_14_20-b00)OpenJDK 64-Bit Server VM (build 24.0-b56, mixed mode)…
extract a page from a multiple pages pdf 1 extract a page from a multiple pages pdf use pdftk package type the following commands $ pdftk full-pages.pdf cat 1 output outfile_1.pdf in the above command, input file is full-pages.pdf, you extract pa…
Fix catalyst driver in Ubuntu 13.04 / 13.10(墙外文章备份) 1. Introduction I found lots of people struggling to get catalyst driver work in Ubuntu 13.04. This issue has been persistent for some laptops, ever since Ubuntu 13.04 came out, specially for Intel,…
About Greenplum Database Greenplum Database is an MPP SQL Database based on PostgreSQL. Its used in production in hundreds of large corporations and government agencies around the world and including the open source has over thousands of deployments…