Linux Installation

本文介绍如何在Fedora和Ubuntu系统中安装常用应用程序,并提供了详细的命令示例,包括基本应用安装、透明代理设置及定时通知等功能的实现。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Fedora

Basic application install

sudo yum -y install stardict easystroke chromium meld

Enable subpixel and bytecode interpreter

yum install freetype

yumdownloader --source freetype
rpm -i ~/rpmbuild/SRPMS/freetype-2*.src.rpm

rpmbuild -bb --with bytecode_interpreter --with subpixel_rendering ~/rpmbuild/SPECS/freetype.spec

rpm -Uvh --force ~/rpmbuild/RPMS/i686/freetype-2*.rpm'

 

Ubuntu

sudo apt-get install vim tree git subversion kupfer libnotify-bin exuberant-ctags libncurses5-dev stardict easystroke smplayer

Common

Notify-send

add follow line into /etc/crontab:

0,30 * * * * user DISPLAY=:0.0 /usr/bin/notify-send -t 60000 "NOTIFY" "TIMEOUT/nTAKE A BREAK/nMOVE YOUR BODY"

Transparent Proxy

  1. ssh -D 8080 user@ssh_server
  2. set network proxy of browers to socks5 with 127.0.0.1:8080, left other with empty.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值