`

Ubuntu Tips

 
阅读更多

1、eclipse 显示图标:

 

 

1.打开配置编辑器gconf-editor 
2.找到/desktop/gnome/interface/menus_have_icons,选中
 

2、vim显示行号 :

 

 

1、se number
2、永久显示:sudo vim /etc/vim/vimrc 附加 se number

 

3、开机自动挂载磁盘:

 

 

1、修改  /etc/fstab
     ntfs格式的为:
/dev/sda2       /media/d        ntfs-3g defaults,locale=zh_CN.UTF-8     0       0

2、或者安装 ntfs-config,碰到 os.mkdir(HAL_CONFIG_DIR) 错误时,修改为:
os.makedirs(HAL_CONFIG_DIR)

 

4、eclipse user library 配置的存储位置:%eclipse_workspace%\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.core.prefs

 

5、系统备份:

 

 

 

1、备份:
tar -cvpzf /backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup*.tgz --exclude=/mnt --exclude=/sys /
排除了proc、lost+found、mnt、sys和backup的备份

2、还原:
tar -xvpzf /backup.tgz -C /
mkdir /proc /lost+found /mnt /sys  创建没有备份的目录

 

6、为ibus加搜狗词库(转载自http://b332.com/post/59 ):

 

 

wget -c http://hslinuxextra.googlecode.com/files/android.7z
sudo apt-get install p7zip-full
7z e android.7z
sudo mv /usr/share/ibus-pinyin/db/android.db /usr/share/ibus-pinyin/db/android.db.bak
sudo mv android.db /usr/share/ibus-pinyin/db/android.db

 

7、thunderbird 后台运行+新邮件提醒:

 

 

安装后台运行插件 minimizetotray plus:
https://addons.mozilla.org/en-US/thunderbird/addon/minimizetotray-plus/?src=search

安装邮件提醒插件 gnome-integration:
https://addons.mozilla.org/en-US/thunderbird/addon/gnome-integration/?src=search

 

8、安装pl/sql developer

 

 

1、安装oracle  xe client
sudo apt-get install oracle-xe-client 
2、安装 wine
sudo  apt-get install wine
3、使用wine运行pl/sql developer的安装文件
4、修改 工具 - 首选项 - oracle - 连接 - 主目录和OCI 的位置为:
/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
/usr/lib/oracle/xe/app/oracle/product/10.2.0/client/oci.dll
5、图标黑色:
修改 工具 - 首选项 - 用户界面 - 外观 - 淡色禁止按钮 为 非选中状态
 

9、窗口标题栏消失的问题:

 

metacity --replace

 

10、windows下压缩的zip文件乱码:

 

 

unzip -O GBK xxx.zip

 

11、线程数限制:

 

 

/*
可以通过设置 ulimit -s 来增加每进程线程数。
每进程可用线程数 = VIRT上限/stack size 
其中 VIRT 上限: 32位x86 = 3G 64位x64=64G 
statck size 默认是 10240 
因此在默认情况下 32位系统上单进程最多可以创建300个线程, 64系统在内存充足的情况下最多可以创建 6400 个线程。 
在机器硬件固定的情况下,可以通过 ulimit -s 降低stack size 的设置值来获得更多的每进程线程数。
*/
 

12、端口转发/网络代理:

 

 

1、simpleproxy -L <[host:]port> -R <host:port> [-d] [-v] [-V] [-7] [-i] [-p PID file] [-P <POP3 accounts list file>] [-f cfgfile] [-t tracefile] [-D delay in sec.] [-S <HTTPS proxy host:port> [-a <HTTP Auth user>:<HTTP Auth password>] ]

2、simpleproxy -L 源host:port -R 转发到的host:port
 

13、后台运行:

 

 

1、nohup commond > xx.log 2>&1 &
2、commond &
     disown -h %n //n为commond的序号,可以用jobs查看
3、commond
     //Ctrl + z,暂停任务
    bg %n //在后台开启任务
    disown -h %n 
 

14、设置通知区域的时间格式/通知区域日期不显示

安装dconf-tools:  sudo apt-get install dconf-tools
运行:   dconf-editor
依次展开com/canonical/indicator/datetime
在右侧修改time-format字段为"custom",修改custom-time-format字段为"%B-%d %A %H:%M:%S"
 

s

 

分享到:
评论

相关推荐

    Ubuntu Tips: APE转Flac

    使用方法:下载后删除文件名最后的\".zip\"即可得到deb包文件。 博文链接:https://lgn21st.iteye.com/blog/207177

    Ubuntu Hacks - Tips and Tools for Exploring, Using, and Tuning Linux

    ### Ubuntu Hacks - Tips and Tools for Exploring, Using, and Tuning Linux #### 简介 《Ubuntu Hacks》是一本专为那些希望深入了解、高效利用并优化Linux发行版Ubuntu的用户准备的书籍。本书提供了众多技巧和...

    Ubuntu-unity-tips-tricks-rev-2 Ubuntu unity的相关配置操作说明

    Ubuntu Unity配置操作涵盖了诸多技巧和窍门,旨在提升用户的使用效率和体验。Ubuntu Unity是Ubuntu操作系统中的一种用户界面,它整合了多个应用程序和系统设置,使得用户可以更加高效地管理自己的工作环境。接下来,...

    Ubuntu_Linux宝典.zip

    You'll learn it all and more with the expert guidance, tips, and techniques in this first-ever soup-to-nuts book on Ubuntu. From the basics for newcomers to enterprise management for system ...

    英文原版-Ubuntu Kung Fu 1st Edition

    Award-winning Linux author Keir Thomas gets down and dirty with Ubuntu to provide over 300 concise tips that enhance productivity, avoid annoyances, and simply get the most from Ubuntu. You’ll find ...

    英文原版-Ubuntu Server Administration 1st Edition

    Administer Ubuntu Server in the EnterpriseRealize a dynamic, stable, and secure Ubuntu Server environment with expert guidance, tips, and techniques from a Linux professional. Ubuntu Server ...

    Ubuntu手动更新内核终极教程(快速编译更新你能行)

    Ubuntu 手动更新内核终极教程 本教程旨在指导读者手动更新 ...本教程的优点在于提供了一个详细的指导,帮助读者快速地更新 Ubuntu 的内核,同时也提供了一些有用的 tips 和技巧,以便读者可以更好地掌握整个过程。

    Ubuntu The Complete Reference

    - **Navigating the Desktop**: Tips on using the mouse, keyboard shortcuts, and touchpad gestures to navigate the desktop efficiently. - **Customizing the Desktop**: Techniques for customizing the ...

    Ubuntu Pocket Guide and Reference: A concise companion for day-to-day Ubuntu use

    - **Efficiency Tips**: Tips for maximizing productivity and efficiency while using Ubuntu on a daily basis are shared. **File System Navigation** - **Understanding File Structure**: The book provides...

    Professional Ubuntu Mobile Development

    Book Description Ubuntu Mobile is quickly being adopted by mobile device manufacturers and provides Web browsing, e-mail, media, ...Reveals tips for handling common problems and executing solutionss

    英文原版-Ubuntu Powerful Hacks and Customizations 1st Edition

    This book provides you with practical hacks and tips that are not readily available online, in FAQ files, or any other Ubuntu book on the market so that you can customize your Ubuntu system for your ...

    Ubuntu环境下Bind9安装设置指南

    ### 1.8 Tips & Tricks #### 1.8.1 安全加固 确保BIND9的安全性非常重要,可以采取多种措施,如禁用递归查询、限制访问、使用ACLs(Access Control Lists)等。 #### 1.8.2 性能优化 性能优化方面,可以通过调整...

    Troubleshooting.Ubuntu.Server.1785284142

    Discover tips and best practices to be followed for minimum maintenance of Ubuntu Server 3 Who This Book Is For This book is for a vast audience of Linux system administrators who primarily work on ...

    JasonCeng#JasonCengBlog#20210123_Ubuntu修改hosts和hostname1

    Ubuntu修改hosts和hostname修改hosts并生效务必在IPv6之前新增若hosts没有生效,则重启测试Tips:ip与域名之间需要用tab键隔开

    vitrualBox+ubuntu16.04安装python3.6最新教程及详细步骤

    以下是一路安装时的一些tips: 安装ubuntu16时,最后会下载语言包,因为是用的国外的源,需要花费大量时间,因此可以先点击skip跳过。后面修改源再来继续安装。 在搜索里找到软件和更新,里面可以切换下载源,我选...

    coolnameismy#dev-tips#jq用法1

    jq用法jq is a lightweight and flexible command-line JSON processor 主页安装ubuntu: sud

Global site tag (gtag.js) - Google Analytics